2022-09-27T15:24:18.6202615Z Requested labels: linux.2xlarge 2022-09-27T15:24:18.6202685Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:18.6202711Z Waiting for a runner to pick up this job... 2022-09-27T15:24:22.5119581Z Job is about to start running on the runner: i-063c79c9925600ab9 (organization) 2022-09-27T15:24:26.1811283Z Current runner version: '2.296.2' 2022-09-27T15:24:26.1816499Z Runner name: 'i-063c79c9925600ab9' 2022-09-27T15:24:26.1816921Z Runner group name: 'Default' 2022-09-27T15:24:26.1817561Z Machine name: 'ip-10-0-2-23' 2022-09-27T15:24:26.1819143Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:26.1819624Z Actions: read 2022-09-27T15:24:26.1819862Z Checks: read 2022-09-27T15:24:26.1820097Z Contents: read 2022-09-27T15:24:26.1820303Z Deployments: read 2022-09-27T15:24:26.1820576Z Discussions: read 2022-09-27T15:24:26.1820837Z Issues: read 2022-09-27T15:24:26.1821025Z Metadata: read 2022-09-27T15:24:26.1821264Z Packages: read 2022-09-27T15:24:26.1821499Z Pages: read 2022-09-27T15:24:26.1821697Z PullRequests: read 2022-09-27T15:24:26.1822009Z RepositoryProjects: read 2022-09-27T15:24:26.1822273Z SecurityEvents: read 2022-09-27T15:24:26.1822469Z Statuses: read 2022-09-27T15:24:26.1822700Z ##[endgroup] 2022-09-27T15:24:26.1825814Z Secret source: None 2022-09-27T15:24:26.1826342Z Prepare workflow directory 2022-09-27T15:24:26.4015444Z Prepare all required actions 2022-09-27T15:24:26.4179545Z Getting action download info 2022-09-27T15:24:26.7517347Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:29.2070951Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:24:29.3318931Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:24:29.5587950Z Getting action download info 2022-09-27T15:24:29.9967457Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:30.1861662Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:30.1863386Z ##[group] Inputs 2022-09-27T15:24:30.1863675Z build-environment: linux-focal-py3.7-gcc7 2022-09-27T15:24:30.1864463Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:24:30.1865316Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:30.1865654Z sync-tag: 2022-09-27T15:24:30.1865831Z ##[endgroup] 2022-09-27T15:24:30.1866269Z Complete job name: linux-focal-py3.7-gcc7 / test (backwards_compat, 1, 1, linux.2xlarge) 2022-09-27T15:24:30.2541931Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:30.2542242Z with: 2022-09-27T15:24:30.2542437Z submodules: recursive 2022-09-27T15:24:30.2542628Z fetch-depth: 0 2022-09-27T15:24:30.2542784Z env: 2022-09-27T15:24:30.2542961Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:30.2543151Z ##[endgroup] 2022-09-27T15:24:30.2762621Z ##[group]Run retry () { 2022-09-27T15:24:30.2762898Z retry () { 2022-09-27T15:24:30.2763131Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:30.2763348Z } 2022-09-27T15:24:30.2763523Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.2763743Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:30.2763971Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.2764175Z else 2022-09-27T15:24:30.2764361Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.2764568Z fi 2022-09-27T15:24:30.2764836Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:30.2780971Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:30.2781223Z env: 2022-09-27T15:24:30.2781411Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:30.2781586Z NO_SUDO: 2022-09-27T15:24:30.2781759Z ##[endgroup] 2022-09-27T15:24:30.2952529Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:33.1920157Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:33.1920420Z with: 2022-09-27T15:24:33.1920621Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:33.1920829Z fetch-depth: 0 2022-09-27T15:24:33.1920999Z submodules: recursive 2022-09-27T15:24:33.1921189Z quiet-checkout: true 2022-09-27T15:24:33.1921390Z repository: pytorch/pytorch 2022-09-27T15:24:33.1921858Z token: *** 2022-09-27T15:24:33.1922037Z ssh-strict: true 2022-09-27T15:24:33.1922229Z persist-credentials: true 2022-09-27T15:24:33.1922405Z clean: true 2022-09-27T15:24:33.1922577Z lfs: false 2022-09-27T15:24:33.1922761Z set-safe-directory: true 2022-09-27T15:24:33.1922934Z env: 2022-09-27T15:24:33.1923105Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:33.1923290Z ##[endgroup] 2022-09-27T15:24:33.3059555Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:33.3061186Z ##[group]Getting Git version info 2022-09-27T15:24:33.3061661Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:33.3062099Z [command]/usr/bin/git version 2022-09-27T15:24:33.3081107Z git version 2.37.1 2022-09-27T15:24:33.3101795Z ##[endgroup] 2022-09-27T15:24:33.3116307Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/94f226d9-dd77-49a5-8095-26cb6ab0bc21' before making global git config changes 2022-09-27T15:24:33.3116849Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:33.3122188Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:33.3162941Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:33.3166380Z ##[group]Initializing the repository 2022-09-27T15:24:33.3170925Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:33.3202990Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:33.3203523Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:33.3204133Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:33.3204400Z hint: 2022-09-27T15:24:33.3204666Z hint: git config --global init.defaultBranch 2022-09-27T15:24:33.3204878Z hint: 2022-09-27T15:24:33.3205151Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:33.3205523Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:33.3205788Z hint: 2022-09-27T15:24:33.3206183Z hint: git branch -m 2022-09-27T15:24:33.3206541Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:33.3214573Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:33.3246071Z ##[endgroup] 2022-09-27T15:24:33.3246423Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:33.3250338Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:33.3278617Z ##[endgroup] 2022-09-27T15:24:33.3278966Z ##[group]Setting up auth 2022-09-27T15:24:33.3285702Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:33.3317842Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:24:33.3568887Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:33.3603081Z [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-09-27T15:24:33.3852298Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:33.3896601Z ##[endgroup] 2022-09-27T15:24:33.3896998Z ##[group]Fetching the repository 2022-09-27T15:24:33.3902900Z [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-09-27T15:25:24.0884089Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:25:24.0922185Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:26.0362009Z ##[endgroup] 2022-09-27T15:25:26.0362480Z ##[group]Determining the checkout info 2022-09-27T15:25:26.0363621Z ##[endgroup] 2022-09-27T15:25:26.0364149Z ##[group]Checking out the ref 2022-09-27T15:25:26.0368624Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:27.2608865Z ##[endgroup] 2022-09-27T15:25:27.2609486Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:25:27.2614426Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:25:27.2660048Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:25:27.2689516Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:25:27.2717568Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:25:27.2741947Z ##[endgroup] 2022-09-27T15:25:27.2792040Z ##[group]Fetching submodules 2022-09-27T15:25:27.2792583Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:25:27.3006132Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:25:27.3254332Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:25:27.3256142Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:25:27.3256832Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:25:27.3258960Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:25:27.3261153Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:25:27.3263678Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:25:27.3265800Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:25:27.3268351Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:25:27.3270959Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:25:27.3273754Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:25:27.3276484Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:25:27.3279321Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:25:27.3282366Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:25:27.3285410Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:25:27.3288653Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:25:27.3291823Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:25:27.3295170Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:25:27.3298946Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:25:27.3302504Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:25:27.3306336Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:25:27.3310124Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:25:27.3314154Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:25:27.3318108Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:25:27.3322256Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:25:27.3326409Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:25:27.3330732Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:25:27.3335194Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:25:27.3339934Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:25:27.3344487Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:25:27.3349131Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:25:27.3353981Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:25:27.3358855Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:25:27.3363926Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:25:27.3369165Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:25:27.3374304Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:25:27.3379882Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:25:27.3385246Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:25:27.3390611Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:25:27.3396274Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:25:27.3402231Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:25:27.3408000Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:25:27.3432219Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:25:27.5920089Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:25:27.8129698Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:25:28.0247636Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:25:28.3485764Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:25:28.6144870Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:25:30.9121704Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:25:36.4594540Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:25:36.8554328Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:25:37.4571330Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:25:38.8168003Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:25:40.0057511Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:25:41.5504764Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:25:54.6128858Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:25:55.3101628Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:25:56.5719010Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:25:57.7681348Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:25:57.9697109Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:25:58.6204735Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:25:58.9506296Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:25:59.9413037Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:26:00.4682083Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:26:00.7773240Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:26:01.0836548Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:26:02.4434628Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:26:02.9318001Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:26:03.3508780Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:26:09.0311213Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:26:10.5687565Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:26:10.9796295Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:26:11.1865260Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:26:16.3957715Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:26:16.5857267Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:26:16.8223485Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:26:17.7495711Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:26:17.9522735Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:26:18.2576671Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:26:18.5856109Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:26:19.1849164Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:26:21.2269845Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:26:21.6925627Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:26:23.8222711Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:26:23.8318601Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:26:23.8391231Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:26:23.8595443Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:26:23.8796625Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:26:23.9139108Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:26:24.4636775Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:26:24.4828042Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:24.5737631Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:26:24.6054141Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:26:24.8697781Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:26:25.2444928Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:26:25.4685420Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:26:25.5118477Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:26:25.5132290Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:25.5134327Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:25.5137079Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:25.5139724Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:25.5162297Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:26:26.4121810Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:26:26.9219610Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:26:27.8692869Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:26:28.1633389Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:26:28.2561931Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:26:28.3099406Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:26:28.3192260Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:26:28.3969291Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:26:28.4280260Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:26:28.4362038Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:26:28.4728111Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:26:28.4946393Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:26:28.5374936Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:26:28.5479999Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:26:28.5492902Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:28.5514154Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:26:35.5341433Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:26:35.5356125Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:35.5379339Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:26:42.5346316Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:26:42.5440650Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:26:42.5571262Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:26:42.6433309Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:26:42.6447228Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:42.6449275Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:42.6473059Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:26:43.7836918Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:26:44.7772867Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:26:44.8274740Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:26:44.8460107Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:26:44.8591886Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:26:44.9574003Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:26:45.1829646Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:26:45.1856335Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:45.1858487Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:45.1882512Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:45.6058459Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:46.4078585Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:46.4364314Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:26:46.4500887Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:26:46.4512854Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:46.4534557Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:26:48.0531148Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:26:48.0549552Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:48.0551340Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:48.0574436Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:48.4563702Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:49.2588026Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:26:49.3185905Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:26:49.3199734Z 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-09-27T15:26:49.3222454Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:26:49.5357470Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:49.5442738Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:26:49.7774977Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:26:49.7793025Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:49.7795114Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:49.7818892Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:26:50.1544063Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:26:51.1527784Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:26:51.2156551Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:26:51.2235489Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:26:51.2335028Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:26:51.2642291Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:26:51.2726972Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:26:51.2988521Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:26:51.3075390Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:26:51.3475765Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:26:51.4462773Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:26:51.4702701Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:26:51.4716081Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:51.4717944Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:51.4719952Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:51.4722316Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:51.4745503Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:26:52.4644091Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:26:52.7636685Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:26:53.8589727Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:26:54.6839083Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:26:54.6976855Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:26:54.7579950Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:26:54.7833580Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:26:54.7846714Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.7867971Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:26:55.0079699Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:55.1309230Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:26:55.1338196Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:26:55.1592687Z Entering 'android/libs/fbjni' 2022-09-27T15:26:55.1627101Z Entering 'third_party/FP16' 2022-09-27T15:26:55.1660346Z Entering 'third_party/FXdiv' 2022-09-27T15:26:55.1694491Z Entering 'third_party/NNPACK' 2022-09-27T15:26:55.1729276Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:55.1763850Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:55.1798538Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:55.1843659Z Entering 'third_party/benchmark' 2022-09-27T15:26:55.1878065Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:55.1913131Z Entering 'third_party/cub' 2022-09-27T15:26:55.1947366Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:55.1986468Z Entering 'third_party/cutlass' 2022-09-27T15:26:55.2025753Z Entering 'third_party/eigen' 2022-09-27T15:26:55.2061802Z Entering 'third_party/fbgemm' 2022-09-27T15:26:55.2095844Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:55.2128931Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:55.2163091Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:55.2196108Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:55.2230389Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:55.2266513Z Entering 'third_party/fmt' 2022-09-27T15:26:55.2300911Z Entering 'third_party/foxi' 2022-09-27T15:26:55.2334274Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:55.2368518Z Entering 'third_party/gloo' 2022-09-27T15:26:55.2402826Z Entering 'third_party/googletest' 2022-09-27T15:26:55.2437141Z Entering 'third_party/ideep' 2022-09-27T15:26:55.2471008Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:55.2508196Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:55.2549343Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:55.2583426Z Entering 'third_party/ittapi' 2022-09-27T15:26:55.2617906Z Entering 'third_party/kineto' 2022-09-27T15:26:55.2651374Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:55.2685877Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:55.2721992Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:55.2756419Z Entering 'third_party/neon2sse' 2022-09-27T15:26:55.2791262Z Entering 'third_party/nlohmann' 2022-09-27T15:26:55.2827081Z Entering 'third_party/onnx' 2022-09-27T15:26:55.2873547Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.2908562Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.2943845Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:55.2978222Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:55.3017356Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.3051408Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.3086388Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.3125878Z Entering 'third_party/pocketfft' 2022-09-27T15:26:55.3161302Z Entering 'third_party/protobuf' 2022-09-27T15:26:55.3199169Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:55.3233169Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:55.3269049Z Entering 'third_party/psimd' 2022-09-27T15:26:55.3303892Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:55.3337934Z Entering 'third_party/pybind11' 2022-09-27T15:26:55.3372359Z Entering 'third_party/python-enum' 2022-09-27T15:26:55.3406221Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:55.3440245Z Entering 'third_party/python-six' 2022-09-27T15:26:55.3473518Z Entering 'third_party/sleef' 2022-09-27T15:26:55.3508028Z Entering 'third_party/tbb' 2022-09-27T15:26:55.3544086Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:55.3579920Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:55.3613965Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:55.3647823Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:55.3682245Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:55.3715648Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.3751868Z Entering 'third_party/zstd' 2022-09-27T15:26:55.3795147Z ##[endgroup] 2022-09-27T15:26:55.3797123Z ##[group]Persisting credentials for submodules 2022-09-27T15:26:55.3803916Z [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-09-27T15:26:55.4057817Z Entering 'android/libs/fbjni' 2022-09-27T15:26:55.4091891Z Entering 'third_party/FP16' 2022-09-27T15:26:55.4125475Z Entering 'third_party/FXdiv' 2022-09-27T15:26:55.4158648Z Entering 'third_party/NNPACK' 2022-09-27T15:26:55.4193074Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:55.4227566Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:55.4261725Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:55.4305480Z Entering 'third_party/benchmark' 2022-09-27T15:26:55.4339684Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:55.4372806Z Entering 'third_party/cub' 2022-09-27T15:26:55.4406702Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:55.4445344Z Entering 'third_party/cutlass' 2022-09-27T15:26:55.4484619Z Entering 'third_party/eigen' 2022-09-27T15:26:55.4520402Z Entering 'third_party/fbgemm' 2022-09-27T15:26:55.4553452Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:55.4586142Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:55.4619783Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:55.4652735Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:55.4687513Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:55.4723688Z Entering 'third_party/fmt' 2022-09-27T15:26:55.4757112Z Entering 'third_party/foxi' 2022-09-27T15:26:55.4790154Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:55.4824754Z Entering 'third_party/gloo' 2022-09-27T15:26:55.4858418Z Entering 'third_party/googletest' 2022-09-27T15:26:55.4891944Z Entering 'third_party/ideep' 2022-09-27T15:26:55.4924656Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:55.4959801Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:55.4999131Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:55.5032402Z Entering 'third_party/ittapi' 2022-09-27T15:26:55.5065938Z Entering 'third_party/kineto' 2022-09-27T15:26:55.5100416Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:55.5133267Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:55.5168052Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:55.5201141Z Entering 'third_party/neon2sse' 2022-09-27T15:26:55.5234528Z Entering 'third_party/nlohmann' 2022-09-27T15:26:55.5268081Z Entering 'third_party/onnx' 2022-09-27T15:26:55.5312844Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.5346318Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.5381430Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:55.5414055Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:55.5451411Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.5485328Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.5518198Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.5555853Z Entering 'third_party/pocketfft' 2022-09-27T15:26:55.5589286Z Entering 'third_party/protobuf' 2022-09-27T15:26:55.5627236Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:55.5661170Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:55.5696211Z Entering 'third_party/psimd' 2022-09-27T15:26:55.5729820Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:55.5762538Z Entering 'third_party/pybind11' 2022-09-27T15:26:55.5797626Z Entering 'third_party/python-enum' 2022-09-27T15:26:55.5830983Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:55.5864020Z Entering 'third_party/python-six' 2022-09-27T15:26:55.5898399Z Entering 'third_party/sleef' 2022-09-27T15:26:55.5930517Z Entering 'third_party/tbb' 2022-09-27T15:26:55.5964910Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:55.5998517Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:55.6031085Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:55.6064022Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:55.6097049Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:55.6129252Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.6165238Z Entering 'third_party/zstd' 2022-09-27T15:26:55.6211885Z [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-09-27T15:26:55.6461240Z Entering 'android/libs/fbjni' 2022-09-27T15:26:55.6491299Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:26:55.6505203Z Entering 'third_party/FP16' 2022-09-27T15:26:55.6538352Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:26:55.6552143Z Entering 'third_party/FXdiv' 2022-09-27T15:26:55.6583298Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:26:55.6597126Z Entering 'third_party/NNPACK' 2022-09-27T15:26:55.6628489Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:26:55.6642975Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:55.6674753Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:26:55.6689621Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:55.6720834Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:26:55.6734730Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:55.6765480Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:26:55.6789415Z Entering 'third_party/benchmark' 2022-09-27T15:26:55.6821790Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:55.6835606Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:55.6867622Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:55.6883073Z Entering 'third_party/cub' 2022-09-27T15:26:55.6914474Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:26:55.6928852Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:55.6959939Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:26:55.6979554Z Entering 'third_party/cutlass' 2022-09-27T15:26:55.7011285Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:26:55.7031373Z Entering 'third_party/eigen' 2022-09-27T15:26:55.7063987Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:26:55.7080303Z Entering 'third_party/fbgemm' 2022-09-27T15:26:55.7112051Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:26:55.7126448Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:55.7157271Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:26:55.7171590Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:55.7203829Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:55.7218504Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:55.7249166Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:55.7264591Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:55.7295508Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:26:55.7310502Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:55.7342365Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:26:55.7358671Z Entering 'third_party/fmt' 2022-09-27T15:26:55.7390569Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:26:55.7404197Z Entering 'third_party/foxi' 2022-09-27T15:26:55.7435420Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:26:55.7449819Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:55.7482447Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:26:55.7497100Z Entering 'third_party/gloo' 2022-09-27T15:26:55.7528203Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:26:55.7543313Z Entering 'third_party/googletest' 2022-09-27T15:26:55.7574045Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:55.7587894Z Entering 'third_party/ideep' 2022-09-27T15:26:55.7620078Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:26:55.7633075Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:55.7664032Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:26:55.7679812Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:55.7712162Z 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-09-27T15:26:55.7732042Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:55.7763065Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:26:55.7777235Z Entering 'third_party/ittapi' 2022-09-27T15:26:55.7808439Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:26:55.7823177Z Entering 'third_party/kineto' 2022-09-27T15:26:55.7854906Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:26:55.7869520Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:55.7900820Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:26:55.7914850Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:55.7946125Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:26:55.7961561Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:55.7993828Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:26:55.8007987Z Entering 'third_party/neon2sse' 2022-09-27T15:26:55.8039290Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:26:55.8052523Z Entering 'third_party/nlohmann' 2022-09-27T15:26:55.8084716Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:26:55.8100185Z Entering 'third_party/onnx' 2022-09-27T15:26:55.8132022Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:55.8159190Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.8190542Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:55.8204292Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.8236146Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:55.8251947Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:55.8283298Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:26:55.8297020Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:55.8331038Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:55.8349628Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.8382596Z 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-09-27T15:26:55.8397194Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.8429808Z 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-09-27T15:26:55.8443774Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.8477656Z 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-09-27T15:26:55.8496089Z Entering 'third_party/pocketfft' 2022-09-27T15:26:55.8529733Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:26:55.8545356Z Entering 'third_party/protobuf' 2022-09-27T15:26:55.8580105Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:26:55.8598504Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:55.8634197Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:55.8648999Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:55.8682391Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:55.8700388Z Entering 'third_party/psimd' 2022-09-27T15:26:55.8735691Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:26:55.8750621Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:55.8786554Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:26:55.8801573Z Entering 'third_party/pybind11' 2022-09-27T15:26:55.8833983Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:55.8850818Z Entering 'third_party/python-enum' 2022-09-27T15:26:55.8884683Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:26:55.8900721Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:55.8934135Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:26:55.8950134Z Entering 'third_party/python-six' 2022-09-27T15:26:55.8983236Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:26:55.8997641Z Entering 'third_party/sleef' 2022-09-27T15:26:55.9031092Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:26:55.9045824Z Entering 'third_party/tbb' 2022-09-27T15:26:55.9080455Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:26:55.9098250Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:55.9131451Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:26:55.9147570Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:55.9179205Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:55.9193303Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:55.9225181Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:26:55.9238425Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:55.9269839Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:26:55.9283829Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:55.9315225Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:55.9329328Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.9361226Z 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-09-27T15:26:55.9377860Z Entering 'third_party/zstd' 2022-09-27T15:26:55.9409940Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:26:56.0452849Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:26:56.0726713Z Entering 'android/libs/fbjni' 2022-09-27T15:26:56.0763466Z Entering 'third_party/FP16' 2022-09-27T15:26:56.0799689Z Entering 'third_party/FXdiv' 2022-09-27T15:26:56.0834415Z Entering 'third_party/NNPACK' 2022-09-27T15:26:56.0870121Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:56.0904427Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:56.0939947Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:56.0985238Z Entering 'third_party/benchmark' 2022-09-27T15:26:56.1021471Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:56.1057580Z Entering 'third_party/cub' 2022-09-27T15:26:56.1092595Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:56.1133768Z Entering 'third_party/cutlass' 2022-09-27T15:26:56.1177206Z Entering 'third_party/eigen' 2022-09-27T15:26:56.1215223Z Entering 'third_party/fbgemm' 2022-09-27T15:26:56.1250765Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:56.1285552Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:56.1319880Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:56.1354638Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:56.1389944Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:56.1431992Z Entering 'third_party/fmt' 2022-09-27T15:26:56.1468320Z Entering 'third_party/foxi' 2022-09-27T15:26:56.1504327Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:56.1545515Z Entering 'third_party/gloo' 2022-09-27T15:26:56.1581624Z Entering 'third_party/googletest' 2022-09-27T15:26:56.1619139Z Entering 'third_party/ideep' 2022-09-27T15:26:56.1658056Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:56.1695479Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:56.1738341Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:56.1774048Z Entering 'third_party/ittapi' 2022-09-27T15:26:56.1808883Z Entering 'third_party/kineto' 2022-09-27T15:26:56.1844639Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:56.1879634Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:56.1915805Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:56.1952439Z Entering 'third_party/neon2sse' 2022-09-27T15:26:56.1988234Z Entering 'third_party/nlohmann' 2022-09-27T15:26:56.2026613Z Entering 'third_party/onnx' 2022-09-27T15:26:56.2076318Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:56.2111750Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:56.2151168Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:56.2187383Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:56.2227789Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:56.2266188Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:56.2303671Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:56.2342156Z Entering 'third_party/pocketfft' 2022-09-27T15:26:56.2377968Z Entering 'third_party/protobuf' 2022-09-27T15:26:56.2418340Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:56.2452770Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:56.2491197Z Entering 'third_party/psimd' 2022-09-27T15:26:56.2526349Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:56.2562601Z Entering 'third_party/pybind11' 2022-09-27T15:26:56.2597875Z Entering 'third_party/python-enum' 2022-09-27T15:26:56.2635544Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:56.2670357Z Entering 'third_party/python-six' 2022-09-27T15:26:56.2708497Z Entering 'third_party/sleef' 2022-09-27T15:26:56.2743475Z Entering 'third_party/tbb' 2022-09-27T15:26:56.2781031Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:56.2818251Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:56.2852865Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:56.2887468Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:56.2923405Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:56.2958923Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:56.2996109Z Entering 'third_party/zstd' 2022-09-27T15:26:56.3044751Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:26:56.3303766Z Entering 'android/libs/fbjni' 2022-09-27T15:26:56.3337555Z Entering 'third_party/FP16' 2022-09-27T15:26:56.3371898Z Entering 'third_party/FXdiv' 2022-09-27T15:26:56.3408269Z Entering 'third_party/NNPACK' 2022-09-27T15:26:56.3443737Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:56.3480396Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:56.3515747Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:56.3561676Z Entering 'third_party/benchmark' 2022-09-27T15:26:56.3597426Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:56.3634464Z Entering 'third_party/cub' 2022-09-27T15:26:56.3668717Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:56.3709015Z Entering 'third_party/cutlass' 2022-09-27T15:26:56.3749121Z Entering 'third_party/eigen' 2022-09-27T15:26:56.3785003Z Entering 'third_party/fbgemm' 2022-09-27T15:26:56.3819323Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:56.3853290Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:56.3887549Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:56.3922580Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:56.3958520Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:56.3997454Z Entering 'third_party/fmt' 2022-09-27T15:26:56.4033277Z Entering 'third_party/foxi' 2022-09-27T15:26:56.4070019Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:56.4107001Z Entering 'third_party/gloo' 2022-09-27T15:26:56.4143427Z Entering 'third_party/googletest' 2022-09-27T15:26:56.4178691Z Entering 'third_party/ideep' 2022-09-27T15:26:56.4212796Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:56.4249948Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:56.4291113Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:56.4325353Z Entering 'third_party/ittapi' 2022-09-27T15:26:56.4359148Z Entering 'third_party/kineto' 2022-09-27T15:26:56.4394673Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:56.4429979Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:56.4466165Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:56.4502744Z Entering 'third_party/neon2sse' 2022-09-27T15:26:56.4539006Z Entering 'third_party/nlohmann' 2022-09-27T15:26:56.4577492Z Entering 'third_party/onnx' 2022-09-27T15:26:56.4624957Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:56.4659646Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:56.4698139Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:56.4732989Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:56.4772367Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:56.4806102Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:56.4839981Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:56.4880503Z Entering 'third_party/pocketfft' 2022-09-27T15:26:56.4914873Z Entering 'third_party/protobuf' 2022-09-27T15:26:56.4952793Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:56.4987906Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:56.5023540Z Entering 'third_party/psimd' 2022-09-27T15:26:56.5058591Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:56.5092565Z Entering 'third_party/pybind11' 2022-09-27T15:26:56.5126608Z Entering 'third_party/python-enum' 2022-09-27T15:26:56.5160262Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:56.5198060Z Entering 'third_party/python-six' 2022-09-27T15:26:56.5231415Z Entering 'third_party/sleef' 2022-09-27T15:26:56.5265772Z Entering 'third_party/tbb' 2022-09-27T15:26:56.5304213Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:56.5339406Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:56.5373359Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:56.5407084Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:56.5441980Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:56.5475001Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:56.5511354Z Entering 'third_party/zstd' 2022-09-27T15:26:56.5556089Z ##[endgroup] 2022-09-27T15:26:56.5598033Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:26:56.5625228Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:26:56.5744726Z Prepare all required actions 2022-09-27T15:26:56.5770720Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:26:56.5770919Z env: 2022-09-27T15:26:56.5771097Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.5771270Z ##[endgroup] 2022-09-27T15:26:56.5820493Z ##[group]Run set -euo pipefail 2022-09-27T15:26:56.5820733Z set -euo pipefail 2022-09-27T15:26:56.5820931Z function get_ec2_metadata() { 2022-09-27T15:26:56.5821180Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:26:56.5821536Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:26:56.5821822Z  category=$1 2022-09-27T15:26:56.5822068Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:26:56.5822291Z } 2022-09-27T15:26:56.5822494Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:26:56.5822768Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:26:56.5823138Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:26:56.5823389Z echo "system info $(uname -a)" 2022-09-27T15:26:56.5834899Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:56.5835102Z env: 2022-09-27T15:26:56.5835277Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.5835484Z ##[endgroup] 2022-09-27T15:26:56.5924087Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:26:56.5977146Z instance-id: i-063c79c9925600ab9 2022-09-27T15:26:56.6025267Z instance-type: c5.2xlarge 2022-09-27T15:26:56.6032009Z system info Linux ip-10-0-2-23.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-09-27T15:26:56.6051670Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:26:56.6051941Z if systemctl is-active --quiet docker; then 2022-09-27T15:26:56.6052187Z  echo "Docker daemon is running..."; 2022-09-27T15:26:56.6052408Z else 2022-09-27T15:26:56.6052640Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:26:56.6052851Z fi 2022-09-27T15:26:56.6063947Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:56.6064162Z env: 2022-09-27T15:26:56.6064327Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.6064511Z ##[endgroup] 2022-09-27T15:26:56.6119260Z Docker daemon is running... 2022-09-27T15:26:56.6136559Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:56.6136908Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:56.6137192Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:56.6137575Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:26:56.6137915Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:26:56.6148501Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:56.6148716Z env: 2022-09-27T15:26:56.6148878Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.6149074Z AWS_RETRY_MODE: standard 2022-09-27T15:26:56.6149263Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:26:56.6149444Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:26:56.6149631Z ##[endgroup] 2022-09-27T15:26:57.5907437Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:26:57.5907942Z Configure a credential helper to remove this warning. See 2022-09-27T15:26:57.5908346Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:26:57.5909140Z 2022-09-27T15:26:57.5909506Z Login Succeeded 2022-09-27T15:26:57.5985666Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:57.5985967Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:57.5986305Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:57.5997261Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:57.5997475Z env: 2022-09-27T15:26:57.5997646Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:57.5997820Z ##[endgroup] 2022-09-27T15:26:57.6077036Z Prepare all required actions 2022-09-27T15:26:57.6077302Z Getting action download info 2022-09-27T15:26:57.7526433Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:26:57.8673921Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:26:57.8674121Z with: 2022-09-27T15:26:57.8674420Z github-secret: *** 2022-09-27T15:26:57.8674576Z env: 2022-09-27T15:26:57.8674744Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:57.8674926Z ##[endgroup] 2022-09-27T15:26:57.8694732Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:26:57.8694942Z with: 2022-09-27T15:26:57.8695220Z GITHUB_TOKEN: *** 2022-09-27T15:26:57.8695586Z activate-with-label: false 2022-09-27T15:26:57.8695856Z label: with-ssh 2022-09-27T15:26:57.8696047Z remove-existing-keys: true 2022-09-27T15:26:57.8696211Z env: 2022-09-27T15:26:57.8696377Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:57.8696559Z ##[endgroup] 2022-09-27T15:26:58.2944688Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:26:58.3890603Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:26:58.3903629Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:26:58.3925541Z Login using: ssh ec2-user@ec2-44-202-153-216.compute-1.amazonaws.com 2022-09-27T15:26:58.3976971Z Prepare all required actions 2022-09-27T15:26:58.3995047Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:26:58.3995261Z with: 2022-09-27T15:26:58.3995601Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:58.3995917Z env: 2022-09-27T15:26:58.3996094Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:58.3996276Z ##[endgroup] 2022-09-27T15:26:58.4024761Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:58.4025033Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:58.4025303Z # ignore output since only exit code is used for conditional 2022-09-27T15:26:58.4025571Z # only pull docker image if it's not available locally 2022-09-27T15:26:58.4025868Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:26:58.4026175Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:26:58.4026358Z fi 2022-09-27T15:26:58.4037733Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:58.4037949Z env: 2022-09-27T15:26:58.4038110Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:58.4038471Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:58.4038811Z ##[endgroup] 2022-09-27T15:26:58.6330431Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-09-27T15:26:58.6348595Z 675920708c8b: Pulling fs layer 2022-09-27T15:26:58.6348997Z 7249ff1ca2cc: Pulling fs layer 2022-09-27T15:26:58.6349333Z a1a4ad211d43: Pulling fs layer 2022-09-27T15:26:58.6349642Z dac0b0909394: Pulling fs layer 2022-09-27T15:26:58.6349948Z 4e5e6fbf81d0: Pulling fs layer 2022-09-27T15:26:58.6350220Z 1fd57c418b4f: Pulling fs layer 2022-09-27T15:26:58.6350536Z c252dd0cf292: Pulling fs layer 2022-09-27T15:26:58.6352818Z 6d1cf6420de5: Pulling fs layer 2022-09-27T15:26:58.6353258Z 22ff1eeb7cfc: Pulling fs layer 2022-09-27T15:26:58.6353628Z d8d2312a3e95: Pulling fs layer 2022-09-27T15:26:58.6353971Z 6b8fe070c229: Pulling fs layer 2022-09-27T15:26:58.6354315Z f860349178a3: Pulling fs layer 2022-09-27T15:26:58.6354662Z b9600c108e0a: Pulling fs layer 2022-09-27T15:26:58.6354912Z d7379e9f0242: Pulling fs layer 2022-09-27T15:26:58.6355104Z 111b3362d2ab: Pulling fs layer 2022-09-27T15:26:58.6355282Z 357e25b632e3: Pulling fs layer 2022-09-27T15:26:58.6355469Z 041ccbc6424a: Pulling fs layer 2022-09-27T15:26:58.6355722Z f83a7aa0ae33: Pulling fs layer 2022-09-27T15:26:58.6356028Z 7dd92e4c6366: Pulling fs layer 2022-09-27T15:26:58.6356816Z 1fd57c418b4f: Waiting 2022-09-27T15:26:58.6357163Z 4c3fc199e49b: Pulling fs layer 2022-09-27T15:26:58.6357487Z 1cf2d121678f: Pulling fs layer 2022-09-27T15:26:58.6357672Z 6d1cf6420de5: Waiting 2022-09-27T15:26:58.6357901Z 3d0511d3c79c: Pulling fs layer 2022-09-27T15:26:58.6358105Z 14b2bb0370e4: Pulling fs layer 2022-09-27T15:26:58.6358330Z 22ff1eeb7cfc: Waiting 2022-09-27T15:26:58.6358596Z 8da4048e870a: Pulling fs layer 2022-09-27T15:26:58.6358815Z df7557c6da37: Pulling fs layer 2022-09-27T15:26:58.6359064Z c47c4a7e8472: Pulling fs layer 2022-09-27T15:26:58.6359246Z fbbb9ed3e845: Pulling fs layer 2022-09-27T15:26:58.6359436Z 25c87328e320: Pulling fs layer 2022-09-27T15:26:58.6359741Z dac0b0909394: Waiting 2022-09-27T15:26:58.6359913Z 6ce6383c8b4c: Pulling fs layer 2022-09-27T15:26:58.6360170Z 805e81bf1b07: Pulling fs layer 2022-09-27T15:26:58.6360473Z 658a981e4c72: Pulling fs layer 2022-09-27T15:26:58.6360708Z 6b8fe070c229: Waiting 2022-09-27T15:26:58.6360909Z 6e614c1c92e2: Pulling fs layer 2022-09-27T15:26:58.6361155Z ca8c741a00af: Pulling fs layer 2022-09-27T15:26:58.6361378Z ec20b9c0ab8c: Pulling fs layer 2022-09-27T15:26:58.6361725Z 4778e25ffa15: Pulling fs layer 2022-09-27T15:26:58.6362056Z f860349178a3: Waiting 2022-09-27T15:26:58.6362383Z 6178951b0ba1: Pulling fs layer 2022-09-27T15:26:58.6362581Z 5f80c355afff: Pulling fs layer 2022-09-27T15:26:58.6362764Z b9600c108e0a: Waiting 2022-09-27T15:26:58.6362950Z 8fd17095407b: Pulling fs layer 2022-09-27T15:26:58.6363126Z 7d3e30f68342: Pulling fs layer 2022-09-27T15:26:58.6363408Z df7d91b50502: Pulling fs layer 2022-09-27T15:26:58.6363714Z ddc86fc3214e: Pulling fs layer 2022-09-27T15:26:58.6364013Z 46ee14c7b526: Pulling fs layer 2022-09-27T15:26:58.6364338Z 9ce9a24e805b: Pulling fs layer 2022-09-27T15:26:58.6364667Z 19cd914bfdcb: Pulling fs layer 2022-09-27T15:26:58.6364997Z a7f4338ecba2: Pulling fs layer 2022-09-27T15:26:58.6365330Z c75978fac091: Pulling fs layer 2022-09-27T15:26:58.6365630Z f89a91cff893: Pulling fs layer 2022-09-27T15:26:58.6365892Z f345365236d1: Pulling fs layer 2022-09-27T15:26:58.6366084Z 4a3f3d395eb7: Pulling fs layer 2022-09-27T15:26:58.6366266Z 4e5e6fbf81d0: Waiting 2022-09-27T15:26:58.6366442Z e421c81bb4cf: Pulling fs layer 2022-09-27T15:26:58.6366621Z d7379e9f0242: Waiting 2022-09-27T15:26:58.6370035Z 357e25b632e3: Waiting 2022-09-27T15:26:58.6370344Z 041ccbc6424a: Waiting 2022-09-27T15:26:58.6370617Z f83a7aa0ae33: Waiting 2022-09-27T15:26:58.6370927Z 775c0184544e: Pulling fs layer 2022-09-27T15:26:58.6371233Z 111b3362d2ab: Waiting 2022-09-27T15:26:58.6371550Z 7dd92e4c6366: Waiting 2022-09-27T15:26:58.6371859Z 5a69da2170e4: Pulling fs layer 2022-09-27T15:26:58.6372117Z d3273d80d5f9: Pulling fs layer 2022-09-27T15:26:58.6372400Z f5905b45d58c: Pulling fs layer 2022-09-27T15:26:58.6372705Z 42b9d02069e0: Pulling fs layer 2022-09-27T15:26:58.6372998Z ca8c741a00af: Waiting 2022-09-27T15:26:58.6373306Z fbbb9ed3e845: Waiting 2022-09-27T15:26:58.6373637Z c00b10f24e83: Pulling fs layer 2022-09-27T15:26:58.6373919Z d8d2312a3e95: Waiting 2022-09-27T15:26:58.6374171Z ec20b9c0ab8c: Waiting 2022-09-27T15:26:58.6374358Z 93c6c1ce6a86: Pulling fs layer 2022-09-27T15:26:58.6374535Z 239233a60227: Pulling fs layer 2022-09-27T15:26:58.6374753Z df7d91b50502: Waiting 2022-09-27T15:26:58.6374978Z 46ee14c7b526: Waiting 2022-09-27T15:26:58.6375143Z 19cd914bfdcb: Waiting 2022-09-27T15:26:58.6375470Z 6178951b0ba1: Waiting 2022-09-27T15:26:58.6375640Z ddc86fc3214e: Waiting 2022-09-27T15:26:58.6375835Z 5f80c355afff: Waiting 2022-09-27T15:26:58.6376005Z 8fd17095407b: Waiting 2022-09-27T15:26:58.6376273Z 25c87328e320: Waiting 2022-09-27T15:26:58.6376521Z 6ce6383c8b4c: Waiting 2022-09-27T15:26:58.6376822Z 6e614c1c92e2: Waiting 2022-09-27T15:26:58.6377144Z 1cf2d121678f: Waiting 2022-09-27T15:26:58.6377411Z 14b2bb0370e4: Waiting 2022-09-27T15:26:58.6377575Z 8da4048e870a: Waiting 2022-09-27T15:26:58.6377739Z 658a981e4c72: Waiting 2022-09-27T15:26:58.6377891Z 5a69da2170e4: Waiting 2022-09-27T15:26:58.6378066Z 805e81bf1b07: Waiting 2022-09-27T15:26:58.6378352Z d3273d80d5f9: Waiting 2022-09-27T15:26:58.6378573Z f5905b45d58c: Waiting 2022-09-27T15:26:58.6378820Z 42b9d02069e0: Waiting 2022-09-27T15:26:58.6379123Z c00b10f24e83: Waiting 2022-09-27T15:26:58.6379442Z 3d0511d3c79c: Waiting 2022-09-27T15:26:58.6379665Z c47c4a7e8472: Waiting 2022-09-27T15:26:58.6379834Z 239233a60227: Waiting 2022-09-27T15:26:58.6379993Z f345365236d1: Waiting 2022-09-27T15:26:58.6380145Z 4a3f3d395eb7: Waiting 2022-09-27T15:26:58.6380311Z 93c6c1ce6a86: Waiting 2022-09-27T15:26:58.6380477Z c75978fac091: Waiting 2022-09-27T15:26:58.6380631Z e421c81bb4cf: Waiting 2022-09-27T15:26:58.6989628Z 7249ff1ca2cc: Download complete 2022-09-27T15:26:58.7686494Z dac0b0909394: Verifying Checksum 2022-09-27T15:26:58.7686840Z dac0b0909394: Download complete 2022-09-27T15:26:58.8325441Z 4e5e6fbf81d0: Verifying Checksum 2022-09-27T15:26:58.8325755Z 4e5e6fbf81d0: Download complete 2022-09-27T15:26:58.8934711Z 1fd57c418b4f: Download complete 2022-09-27T15:26:58.9660846Z c252dd0cf292: Verifying Checksum 2022-09-27T15:26:58.9661273Z c252dd0cf292: Download complete 2022-09-27T15:26:58.9681517Z 675920708c8b: Verifying Checksum 2022-09-27T15:26:58.9681796Z 675920708c8b: Download complete 2022-09-27T15:26:59.0446520Z 6d1cf6420de5: Verifying Checksum 2022-09-27T15:26:59.0447118Z 6d1cf6420de5: Download complete 2022-09-27T15:26:59.0500194Z 22ff1eeb7cfc: Download complete 2022-09-27T15:26:59.1175192Z d8d2312a3e95: Download complete 2022-09-27T15:26:59.1836307Z f860349178a3: Verifying Checksum 2022-09-27T15:26:59.1836715Z f860349178a3: Download complete 2022-09-27T15:26:59.2984059Z b9600c108e0a: Verifying Checksum 2022-09-27T15:26:59.2984436Z b9600c108e0a: Download complete 2022-09-27T15:26:59.7024368Z 675920708c8b: Pull complete 2022-09-27T15:26:59.8112249Z 7249ff1ca2cc: Pull complete 2022-09-27T15:26:59.9196952Z 6b8fe070c229: Verifying Checksum 2022-09-27T15:26:59.9197207Z 6b8fe070c229: Download complete 2022-09-27T15:26:59.9996193Z 111b3362d2ab: Verifying Checksum 2022-09-27T15:26:59.9996622Z 111b3362d2ab: Download complete 2022-09-27T15:27:00.0717674Z 357e25b632e3: Verifying Checksum 2022-09-27T15:27:00.0718107Z 357e25b632e3: Download complete 2022-09-27T15:27:00.5835243Z 041ccbc6424a: Verifying Checksum 2022-09-27T15:27:00.5835665Z 041ccbc6424a: Download complete 2022-09-27T15:27:00.7128402Z f83a7aa0ae33: Verifying Checksum 2022-09-27T15:27:00.7128807Z f83a7aa0ae33: Download complete 2022-09-27T15:27:00.7789139Z 7dd92e4c6366: Verifying Checksum 2022-09-27T15:27:00.7789420Z 7dd92e4c6366: Download complete 2022-09-27T15:27:00.8559994Z 4c3fc199e49b: Verifying Checksum 2022-09-27T15:27:00.8560350Z 4c3fc199e49b: Download complete 2022-09-27T15:27:00.9224341Z 1cf2d121678f: Verifying Checksum 2022-09-27T15:27:00.9224760Z 1cf2d121678f: Download complete 2022-09-27T15:27:00.9899200Z 3d0511d3c79c: Verifying Checksum 2022-09-27T15:27:00.9899607Z 3d0511d3c79c: Download complete 2022-09-27T15:27:01.0541444Z 14b2bb0370e4: Download complete 2022-09-27T15:27:01.1269038Z 8da4048e870a: Download complete 2022-09-27T15:27:01.7422339Z a1a4ad211d43: Verifying Checksum 2022-09-27T15:27:01.7422698Z a1a4ad211d43: Download complete 2022-09-27T15:27:01.8240601Z c47c4a7e8472: Verifying Checksum 2022-09-27T15:27:01.8241006Z c47c4a7e8472: Download complete 2022-09-27T15:27:01.8908214Z fbbb9ed3e845: Verifying Checksum 2022-09-27T15:27:01.8909010Z fbbb9ed3e845: Download complete 2022-09-27T15:27:01.9767058Z 25c87328e320: Verifying Checksum 2022-09-27T15:27:02.0420199Z 6ce6383c8b4c: Verifying Checksum 2022-09-27T15:27:02.0420621Z 6ce6383c8b4c: Download complete 2022-09-27T15:27:02.0751198Z df7557c6da37: Verifying Checksum 2022-09-27T15:27:02.0751481Z df7557c6da37: Download complete 2022-09-27T15:27:02.1720592Z 805e81bf1b07: Verifying Checksum 2022-09-27T15:27:02.1721092Z 805e81bf1b07: Download complete 2022-09-27T15:27:02.2416401Z 6e614c1c92e2: Verifying Checksum 2022-09-27T15:27:02.2416704Z 6e614c1c92e2: Download complete 2022-09-27T15:27:02.3135737Z ca8c741a00af: Verifying Checksum 2022-09-27T15:27:02.3136098Z ca8c741a00af: Download complete 2022-09-27T15:27:02.3951984Z ec20b9c0ab8c: Download complete 2022-09-27T15:27:02.4648460Z 4778e25ffa15: Verifying Checksum 2022-09-27T15:27:02.4649913Z 4778e25ffa15: Download complete 2022-09-27T15:27:02.5374717Z 6178951b0ba1: Verifying Checksum 2022-09-27T15:27:02.5375135Z 6178951b0ba1: Download complete 2022-09-27T15:27:02.6035541Z 5f80c355afff: Verifying Checksum 2022-09-27T15:27:02.6035919Z 5f80c355afff: Download complete 2022-09-27T15:27:02.6715008Z 8fd17095407b: Verifying Checksum 2022-09-27T15:27:02.6715354Z 8fd17095407b: Download complete 2022-09-27T15:27:02.7372346Z 7d3e30f68342: Download complete 2022-09-27T15:27:02.8166849Z df7d91b50502: Verifying Checksum 2022-09-27T15:27:02.8167483Z df7d91b50502: Download complete 2022-09-27T15:27:02.8867732Z ddc86fc3214e: Verifying Checksum 2022-09-27T15:27:02.8868218Z ddc86fc3214e: Download complete 2022-09-27T15:27:02.9553316Z 46ee14c7b526: Download complete 2022-09-27T15:27:03.0338055Z 9ce9a24e805b: Download complete 2022-09-27T15:27:03.4937367Z 19cd914bfdcb: Verifying Checksum 2022-09-27T15:27:03.4937644Z 19cd914bfdcb: Download complete 2022-09-27T15:27:03.5774268Z a7f4338ecba2: Download complete 2022-09-27T15:27:03.6589842Z c75978fac091: Download complete 2022-09-27T15:27:03.7408949Z f89a91cff893: Verifying Checksum 2022-09-27T15:27:03.7409561Z f89a91cff893: Download complete 2022-09-27T15:27:03.8266554Z f345365236d1: Verifying Checksum 2022-09-27T15:27:03.8267013Z f345365236d1: Download complete 2022-09-27T15:27:04.0792897Z 4a3f3d395eb7: Verifying Checksum 2022-09-27T15:27:04.0793338Z 4a3f3d395eb7: Download complete 2022-09-27T15:27:04.1784636Z e421c81bb4cf: Verifying Checksum 2022-09-27T15:27:04.1785017Z e421c81bb4cf: Download complete 2022-09-27T15:27:04.2601493Z 775c0184544e: Download complete 2022-09-27T15:27:04.3340788Z 658a981e4c72: Verifying Checksum 2022-09-27T15:27:04.4106803Z 658a981e4c72: Download complete 2022-09-27T15:27:04.4107197Z d3273d80d5f9: Download complete 2022-09-27T15:27:04.4869362Z f5905b45d58c: Download complete 2022-09-27T15:27:04.5487399Z 42b9d02069e0: Verifying Checksum 2022-09-27T15:27:04.5487839Z 42b9d02069e0: Download complete 2022-09-27T15:27:04.6234736Z c00b10f24e83: Download complete 2022-09-27T15:27:04.6998056Z 93c6c1ce6a86: Verifying Checksum 2022-09-27T15:27:04.6999302Z 93c6c1ce6a86: Download complete 2022-09-27T15:27:05.2980511Z 239233a60227: Verifying Checksum 2022-09-27T15:27:05.2980827Z 239233a60227: Download complete 2022-09-27T15:27:07.0710568Z 5a69da2170e4: Verifying Checksum 2022-09-27T15:27:07.0710927Z 5a69da2170e4: Download complete 2022-09-27T15:27:08.3140059Z a1a4ad211d43: Pull complete 2022-09-27T15:27:08.5695199Z dac0b0909394: Pull complete 2022-09-27T15:27:08.7635305Z 4e5e6fbf81d0: Pull complete 2022-09-27T15:27:08.9257798Z 1fd57c418b4f: Pull complete 2022-09-27T15:27:09.1320966Z c252dd0cf292: Pull complete 2022-09-27T15:27:09.3141212Z 6d1cf6420de5: Pull complete 2022-09-27T15:27:09.5847378Z 22ff1eeb7cfc: Pull complete 2022-09-27T15:27:09.8338752Z d8d2312a3e95: Pull complete 2022-09-27T15:27:11.6691770Z 6b8fe070c229: Pull complete 2022-09-27T15:27:11.8837217Z f860349178a3: Pull complete 2022-09-27T15:27:12.1296854Z b9600c108e0a: Pull complete 2022-09-27T15:27:17.1330531Z d7379e9f0242: Download complete 2022-09-27T15:27:41.3552909Z d7379e9f0242: Pull complete 2022-09-27T15:27:41.4602941Z 111b3362d2ab: Pull complete 2022-09-27T15:27:41.5422634Z 357e25b632e3: Pull complete 2022-09-27T15:27:42.3005876Z 041ccbc6424a: Pull complete 2022-09-27T15:27:42.3804251Z f83a7aa0ae33: Pull complete 2022-09-27T15:27:42.5029587Z 7dd92e4c6366: Pull complete 2022-09-27T15:27:42.5902929Z 4c3fc199e49b: Pull complete 2022-09-27T15:27:42.6731600Z 1cf2d121678f: Pull complete 2022-09-27T15:27:42.7744634Z 3d0511d3c79c: Pull complete 2022-09-27T15:27:42.8606532Z 14b2bb0370e4: Pull complete 2022-09-27T15:27:42.9622813Z 8da4048e870a: Pull complete 2022-09-27T15:27:44.7549557Z df7557c6da37: Pull complete 2022-09-27T15:27:44.8549978Z c47c4a7e8472: Pull complete 2022-09-27T15:27:44.9728187Z fbbb9ed3e845: Pull complete 2022-09-27T15:27:45.0879866Z 25c87328e320: Pull complete 2022-09-27T15:27:45.2029649Z 6ce6383c8b4c: Pull complete 2022-09-27T15:27:45.2862499Z 805e81bf1b07: Pull complete 2022-09-27T15:27:49.8844834Z 658a981e4c72: Pull complete 2022-09-27T15:27:50.0214707Z 6e614c1c92e2: Pull complete 2022-09-27T15:27:50.1187521Z ca8c741a00af: Pull complete 2022-09-27T15:27:50.1966253Z ec20b9c0ab8c: Pull complete 2022-09-27T15:27:50.2886774Z 4778e25ffa15: Pull complete 2022-09-27T15:27:50.4062799Z 6178951b0ba1: Pull complete 2022-09-27T15:27:50.5006034Z 5f80c355afff: Pull complete 2022-09-27T15:27:50.5892293Z 8fd17095407b: Pull complete 2022-09-27T15:27:50.6698669Z 7d3e30f68342: Pull complete 2022-09-27T15:27:50.7680853Z df7d91b50502: Pull complete 2022-09-27T15:27:50.8566659Z ddc86fc3214e: Pull complete 2022-09-27T15:27:50.9587984Z 46ee14c7b526: Pull complete 2022-09-27T15:27:51.0449142Z 9ce9a24e805b: Pull complete 2022-09-27T15:27:52.2571990Z 19cd914bfdcb: Pull complete 2022-09-27T15:27:52.5095491Z a7f4338ecba2: Pull complete 2022-09-27T15:27:52.7252800Z c75978fac091: Pull complete 2022-09-27T15:27:52.9275084Z f89a91cff893: Pull complete 2022-09-27T15:27:53.1294287Z f345365236d1: Pull complete 2022-09-27T15:27:53.5519728Z 4a3f3d395eb7: Pull complete 2022-09-27T15:27:53.7931548Z e421c81bb4cf: Pull complete 2022-09-27T15:27:54.0448011Z 775c0184544e: Pull complete 2022-09-27T15:27:57.6816496Z 5a69da2170e4: Pull complete 2022-09-27T15:27:57.7763716Z d3273d80d5f9: Pull complete 2022-09-27T15:27:57.8579540Z f5905b45d58c: Pull complete 2022-09-27T15:27:57.9506113Z 42b9d02069e0: Pull complete 2022-09-27T15:27:58.0447258Z c00b10f24e83: Pull complete 2022-09-27T15:27:58.1319846Z 93c6c1ce6a86: Pull complete 2022-09-27T15:27:59.6703137Z 239233a60227: Pull complete 2022-09-27T15:27:59.6957547Z Digest: sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T15:27:59.6988373Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:27:59.7011754Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:27:59.7061973Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:27:59.7062254Z python3 -m pip install psutil==5.9.1 2022-09-27T15:27:59.7062497Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:27:59.7062755Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:27:59.7063020Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:27:59.7074274Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:27:59.7074492Z env: 2022-09-27T15:27:59.7074659Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:27:59.7074843Z ##[endgroup] 2022-09-27T15:27:59.9252520Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:27:59.9440688Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:28:00.4346260Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:00.4537504Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:28:00.7378213Z Prepare all required actions 2022-09-27T15:28:00.7378466Z Getting action download info 2022-09-27T15:28:00.9337991Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:28:01.0973136Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:28:01.2335778Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:28:01.2336015Z with: 2022-09-27T15:28:01.2336191Z name: linux-focal-py3.7-gcc7 2022-09-27T15:28:01.2336380Z env: 2022-09-27T15:28:01.2336555Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:01.2336726Z ##[endgroup] 2022-09-27T15:28:01.2360881Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:28:01.2361100Z with: 2022-09-27T15:28:01.2361293Z name: linux-focal-py3.7-gcc7 2022-09-27T15:28:01.2361488Z s3-bucket: gha-artifacts 2022-09-27T15:28:01.2361681Z region: us-east-1 2022-09-27T15:28:01.2361846Z env: 2022-09-27T15:28:01.2362038Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:01.2362222Z ##[endgroup] 2022-09-27T15:28:01.6293023Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-focal-py3.7-gcc7/ 2022-09-27T15:28:01.6293454Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:04.6366190Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:04.6366641Z 2022-09-27T15:28:04.6367650Z Artifact download has finished successfully 2022-09-27T15:28:04.6505189Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:28:04.6505404Z unzip -o artifacts.zip 2022-09-27T15:28:04.6516737Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:04.6516936Z env: 2022-09-27T15:28:04.6517096Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:04.6517267Z ##[endgroup] 2022-09-27T15:28:04.6773532Z Archive: artifacts.zip 2022-09-27T15:28:04.6774777Z creating: dist/ 2022-09-27T15:28:05.4307869Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:05.4308413Z creating: build/custom_test_artifacts/ 2022-09-27T15:28:05.4308964Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:28:05.4309570Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:28:05.4310992Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:05.4311733Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:05.4312499Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:05.4313229Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:05.4313977Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:05.4315385Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:05.4317506Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:05.4318278Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:05.4319043Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:05.4320663Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:05.4322632Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:05.4324514Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:05.4325391Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:05.4327153Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:05.4328238Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:05.4328704Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:05.4329121Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:05.4329544Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:05.4329953Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:28:05.4330766Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:05.4331643Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:28:05.4332497Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:28:05.4333305Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:28:05.4334126Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:05.4334952Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:28:05.4335940Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:05.4336882Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:28:05.4337674Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:28:05.4352336Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:28:05.4440224Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:28:05.4441073Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:28:05.4441919Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:05.4442802Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:28:05.4443680Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:28:05.4444520Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:28:05.4445329Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:05.4446145Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:28:05.4446990Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:05.4447807Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:28:05.4448638Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:28:05.4462669Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:28:05.4525433Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:28:05.4526371Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:05.4527228Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:05.4527980Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:28:05.4528854Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:28:05.4529576Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:05.4530296Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:28:05.4531236Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:28:05.4531945Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:28:05.4603669Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:28:05.4651535Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:28:05.4652174Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:28:05.4652792Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:28:05.4655202Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:05.4656105Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:05.4656855Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:05.4657611Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:05.4658353Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:05.4659297Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:05.4660662Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:05.4661189Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:05.4661603Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:05.4663702Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:05.4665255Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:05.4666934Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:05.4667795Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:05.4669853Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:05.4670736Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:05.4671508Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:05.4672234Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:05.4672964Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:05.4673747Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:28:05.4674566Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:28:05.4675447Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:28:05.4676266Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:28:05.4677086Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:28:05.4677912Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:28:05.4678713Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:28:05.4679516Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:28:05.4680493Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:28:05.4681300Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:28:05.4695146Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:28:05.4744354Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:28:05.4745285Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:05.4746128Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:05.4746872Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:28:05.4747596Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:28:05.4748308Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:05.4749150Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:28:05.4750047Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:28:05.4750654Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:28:05.4788557Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:28:05.4789065Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:28:05.4789436Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:28:05.4791961Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:05.4792600Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:05.4793034Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:05.4793475Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:05.4793896Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:05.4795476Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:05.4796737Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:05.4797184Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:05.4797609Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:05.4799238Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:05.4800543Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:05.4801951Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:05.4802430Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:05.4803969Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:05.4804854Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:05.4805448Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:05.4806007Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:05.4806611Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:05.4807322Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:28:05.4807950Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:05.4808570Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:28:05.4809192Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:28:05.4809796Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:28:05.4810272Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:05.4810747Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:28:05.4811230Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:05.4811694Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:28:05.4812165Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:28:05.4813227Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:28:05.4925874Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:28:05.4926609Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:28:05.4927230Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:05.4927849Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:28:05.4928450Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:28:05.4929038Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:28:05.4929644Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:05.4930283Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:28:05.4930825Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:05.4931296Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:28:05.4931780Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:28:05.4946416Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:28:05.4990438Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:28:05.4991120Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:05.4991666Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:05.4992243Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:28:05.4992669Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:28:05.4993364Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:05.4994645Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:28:05.4995353Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:28:05.4995906Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:28:05.5087092Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:28:05.5121761Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:28:05.5122036Z creating: build/lib/ 2022-09-27T15:28:05.5122583Z inflating: build/lib/libclog.a 2022-09-27T15:28:05.5173631Z inflating: build/lib/libgtest.a 2022-09-27T15:28:05.5181620Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:28:05.5252620Z inflating: build/lib/libbenchmark.a 2022-09-27T15:28:05.5334972Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:28:05.5341988Z inflating: build/lib/libittnotify.a 2022-09-27T15:28:05.5366973Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:28:05.5426687Z inflating: build/lib/libasmjit.a 2022-09-27T15:28:05.5516991Z inflating: build/lib/libgloo.a 2022-09-27T15:28:05.5933611Z inflating: build/lib/libprotobuf.a 2022-09-27T15:28:05.5948659Z inflating: build/lib/libfmt.a 2022-09-27T15:28:05.5949436Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:28:05.6005461Z inflating: build/lib/libc10.so 2022-09-27T15:28:05.6006316Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:28:05.6013704Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:28:05.6020905Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:28:05.6033086Z inflating: build/lib/libqnnpack.a 2022-09-27T15:28:05.6051740Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:28:05.6053623Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:28:05.6497901Z inflating: build/lib/libprotoc.a 2022-09-27T15:28:05.6512070Z inflating: build/lib/libgmock.a 2022-09-27T15:28:05.6512532Z inflating: build/lib/libgtest_main.a 2022-09-27T15:28:05.6513349Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:28:06.2826905Z inflating: build/lib/libdnnl.a 2022-09-27T15:28:06.2845735Z inflating: build/lib/libnnpack.a 2022-09-27T15:28:06.3388903Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:28:06.3389632Z inflating: build/lib/libgmock_main.a 2022-09-27T15:28:06.4571719Z inflating: build/lib/libfbgemm.a 2022-09-27T15:28:06.5447850Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:28:06.5638839Z inflating: build/lib/libkineto.a 2022-09-27T15:28:06.5673911Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:28:06.5711071Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:28:06.5821884Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:28:06.6349121Z inflating: build/lib/libonnx.a 2022-09-27T15:28:08.4267401Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:28:08.4268158Z inflating: build/lib/libtorch.so 2022-09-27T15:28:08.4287066Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:28:08.4334143Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:28:08.4358395Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:28:08.4362181Z inflating: build/lib/libshm.so 2022-09-27T15:28:08.5645177Z inflating: build/lib/libtorch_python.so 2022-09-27T15:28:08.5676330Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:28:08.5676641Z creating: build/bin/ 2022-09-27T15:28:08.5718467Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:28:08.5762402Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:28:08.5804431Z inflating: build/bin/c10_Device_test 2022-09-27T15:28:08.5854108Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:28:08.5894540Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:28:08.5936747Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:28:08.5984022Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:28:08.6030946Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:28:08.6079010Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:28:08.6119266Z inflating: build/bin/c10_Array_test 2022-09-27T15:28:08.6163945Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:28:08.6204654Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:28:08.6247660Z inflating: build/bin/c10_C++17_test 2022-09-27T15:28:08.6289077Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:28:08.6336811Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:28:08.6378617Z inflating: build/bin/c10_Half_test 2022-09-27T15:28:08.6431260Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:28:08.6473320Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:28:08.6521258Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:28:08.6642590Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:28:08.6686377Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:28:08.6728640Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:28:08.6769113Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:28:08.6812514Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:28:08.6859453Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:28:08.6904735Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:28:08.6951518Z inflating: build/bin/c10_complex_test 2022-09-27T15:28:08.7043352Z inflating: build/bin/c10_either_test 2022-09-27T15:28:08.7087244Z inflating: build/bin/c10_exception_test 2022-09-27T15:28:08.7129350Z inflating: build/bin/c10_flags_test 2022-09-27T15:28:08.7171944Z inflating: build/bin/c10_irange_test 2022-09-27T15:28:08.7313715Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:28:08.7362227Z inflating: build/bin/c10_logging_test 2022-09-27T15:28:08.7425188Z inflating: build/bin/c10_optional_test 2022-09-27T15:28:08.7477326Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:28:08.7523463Z inflating: build/bin/c10_registry_test 2022-09-27T15:28:08.7573686Z inflating: build/bin/c10_string_view_test 2022-09-27T15:28:08.7616597Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:28:08.7664089Z inflating: build/bin/c10_typeid_test 2022-09-27T15:28:08.7711784Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:28:08.8122936Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:28:08.8533405Z inflating: build/bin/protoc 2022-09-27T15:28:08.8809223Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:28:08.9088692Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:28:08.9133740Z inflating: build/bin/FileStoreTest 2022-09-27T15:28:08.9179170Z inflating: build/bin/HashStoreTest 2022-09-27T15:28:08.9229952Z inflating: build/bin/TCPStoreTest 2022-09-27T15:28:08.9232719Z inflating: build/bin/example_allreduce 2022-09-27T15:28:08.9287791Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:28:08.9331999Z inflating: build/bin/Dimname_test 2022-09-27T15:28:08.9393518Z inflating: build/bin/Dict_test 2022-09-27T15:28:08.9447066Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:28:08.9495142Z inflating: build/bin/NamedTensor_test 2022-09-27T15:28:08.9545046Z inflating: build/bin/apply_utils_test 2022-09-27T15:28:08.9595738Z inflating: build/bin/basic 2022-09-27T15:28:08.9645294Z inflating: build/bin/atest 2022-09-27T15:28:08.9690739Z inflating: build/bin/broadcast_test 2022-09-27T15:28:08.9740185Z inflating: build/bin/cpu_generator_test 2022-09-27T15:28:08.9784642Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:28:08.9826669Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:28:08.9868201Z inflating: build/bin/dlconvertor_test 2022-09-27T15:28:08.9942507Z inflating: build/bin/cpu_rng_test 2022-09-27T15:28:08.9991422Z inflating: build/bin/extension_backend_test 2022-09-27T15:28:09.0038377Z inflating: build/bin/half_test 2022-09-27T15:28:09.0118079Z inflating: build/bin/ivalue_test 2022-09-27T15:28:09.0159299Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:28:09.0203433Z inflating: build/bin/math_kernel_test 2022-09-27T15:28:09.0247304Z inflating: build/bin/memory_format_test 2022-09-27T15:28:09.0291605Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:28:09.0334158Z inflating: build/bin/operator_name_test 2022-09-27T15:28:09.0381880Z inflating: build/bin/native_test 2022-09-27T15:28:09.0425733Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:28:09.0467843Z inflating: build/bin/operators_test 2022-09-27T15:28:09.0511918Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:28:09.0560061Z inflating: build/bin/quantized_test 2022-09-27T15:28:09.0614585Z inflating: build/bin/pow_test 2022-09-27T15:28:09.0657272Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:28:09.0699000Z inflating: build/bin/reduce_ops_test 2022-09-27T15:28:09.0746676Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:28:09.0794952Z inflating: build/bin/scalar_test 2022-09-27T15:28:09.0838073Z inflating: build/bin/stride_properties_test 2022-09-27T15:28:09.0903770Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:28:09.0950501Z inflating: build/bin/type_ptr_test 2022-09-27T15:28:09.0952629Z inflating: build/bin/thread_init_test 2022-09-27T15:28:09.0994158Z inflating: build/bin/variant_test 2022-09-27T15:28:09.1041180Z inflating: build/bin/test_parallel 2022-09-27T15:28:09.1084953Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:28:09.1135967Z inflating: build/bin/type_test 2022-09-27T15:28:09.1137378Z inflating: build/bin/verify_api_visibility 2022-09-27T15:28:09.1195668Z inflating: build/bin/vmap_test 2022-09-27T15:28:09.1238428Z inflating: build/bin/weakref_test 2022-09-27T15:28:09.1281214Z inflating: build/bin/wrapdim_test 2022-09-27T15:28:09.1373288Z inflating: build/bin/List_test 2022-09-27T15:28:09.1414382Z inflating: build/bin/xla_tensor_test 2022-09-27T15:28:09.1464865Z inflating: build/bin/IListRef_test 2022-09-27T15:28:09.1567823Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:28:09.1649008Z inflating: build/bin/kernel_function_test 2022-09-27T15:28:09.1703494Z inflating: build/bin/KernelFunction_test 2022-09-27T15:28:09.1812281Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:28:09.1899795Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:28:09.1950252Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:28:09.1992569Z inflating: build/bin/CppSignature_test 2022-09-27T15:28:09.2073712Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:28:09.2114045Z inflating: build/bin/op_allowlist_test 2022-09-27T15:28:09.2158607Z inflating: build/bin/inline_container_test 2022-09-27T15:28:09.2402679Z inflating: build/bin/op_registration_test 2022-09-27T15:28:09.2450089Z inflating: build/bin/backend_fallback_test 2022-09-27T15:28:09.2463718Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:28:09.2508975Z inflating: build/bin/test_dist_autograd 2022-09-27T15:28:09.2511182Z inflating: build/bin/parallel_benchmark 2022-09-27T15:28:09.2569988Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:28:09.2628213Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:28:09.2636943Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:28:09.2931043Z inflating: build/bin/test_lazy 2022-09-27T15:28:09.3610724Z inflating: build/bin/test_tensorexpr 2022-09-27T15:28:09.3614863Z inflating: build/bin/torch_shm_manager 2022-09-27T15:28:09.4618914Z inflating: build/bin/test_api 2022-09-27T15:28:09.5109578Z inflating: build/bin/test_jit 2022-09-27T15:28:09.5111064Z inflating: .pytorch-test-times.json 2022-09-27T15:28:09.5139059Z ##[group]Run df -H 2022-09-27T15:28:09.5139244Z df -H 2022-09-27T15:28:09.5150508Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:09.5150807Z env: 2022-09-27T15:28:09.5150989Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:09.5151167Z ##[endgroup] 2022-09-27T15:28:09.5201628Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:28:09.5202064Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:28:09.5202425Z tmpfs 8.2G 0 8.2G 0% /dev/shm 2022-09-27T15:28:09.5202620Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:28:09.5202836Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:28:09.5203056Z /dev/nvme0n1p1 162G 16G 146G 10% / 2022-09-27T15:28:09.5222328Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:28:09.5222572Z .github/scripts/parse_ref.py 2022-09-27T15:28:09.5232883Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:09.5233053Z env: 2022-09-27T15:28:09.5233229Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:09.5233415Z ##[endgroup] 2022-09-27T15:28:09.5457450Z ##[group]Run set -x 2022-09-27T15:28:09.5457758Z set -x 2022-09-27T15:28:09.5457912Z  2022-09-27T15:28:09.5458111Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:28:09.5458372Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:28:09.5458616Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:28:09.5458855Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:28:09.5459056Z else 2022-09-27T15:28:09.5459248Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:09.5459542Z fi 2022-09-27T15:28:09.5459702Z  2022-09-27T15:28:09.5459926Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:28:09.5460163Z  2022-09-27T15:28:09.5460379Z # sanitize the input commit message and PR body here: 2022-09-27T15:28:09.5460597Z # 2022-09-27T15:28:09.5460869Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:28:09.5461240Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:28:09.5461538Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:28:09.5461765Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:28:09.5461949Z  2022-09-27T15:28:09.5462193Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:28:09.5462466Z # wreak havoc internally 2022-09-27T15:28:09.5462701Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:28:09.5462940Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:28:09.5463115Z  2022-09-27T15:28:09.5463338Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:28:09.5463628Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:28:09.5463888Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:28:09.5464126Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:28:09.5464345Z container_name=$(docker run \ 2022-09-27T15:28:09.5464543Z  ${GPU_FLAG:-} \ 2022-09-27T15:28:09.5464727Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:28:09.5464922Z  -e PR_NUMBER \ 2022-09-27T15:28:09.5465112Z  -e GITHUB_ACTIONS \ 2022-09-27T15:28:09.5465285Z  -e BASE_SHA \ 2022-09-27T15:28:09.5465464Z  -e BRANCH \ 2022-09-27T15:28:09.5465641Z  -e SHA1 \ 2022-09-27T15:28:09.5465813Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:28:09.5466008Z  -e IN_WHEEL_TEST \ 2022-09-27T15:28:09.5466195Z  -e SHARD_NUMBER \ 2022-09-27T15:28:09.5466369Z  -e TEST_CONFIG \ 2022-09-27T15:28:09.5466557Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:28:09.5466746Z  -e PR_BODY \ 2022-09-27T15:28:09.5466923Z  -e COMMIT_MESSAGES \ 2022-09-27T15:28:09.5467135Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:28:09.5467361Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:28:09.5467555Z  -e PR_LABELS \ 2022-09-27T15:28:09.5467759Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:28:09.5467969Z  -e SCCACHE_BUCKET \ 2022-09-27T15:28:09.5468168Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:28:09.5468348Z  -e XLA_CUDA \ 2022-09-27T15:28:09.5468555Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:28:09.5468804Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:28:09.5469024Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:28:09.5469249Z  --security-opt seccomp=unconfined \ 2022-09-27T15:28:09.5469470Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:28:09.5469649Z  --ipc=host \ 2022-09-27T15:28:09.5469891Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:28:09.5470079Z  --tty \ 2022-09-27T15:28:09.5470238Z  --detach \ 2022-09-27T15:28:09.5470432Z  --name="${container_name}" \ 2022-09-27T15:28:09.5470628Z  --user jenkins \ 2022-09-27T15:28:09.5470860Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:28:09.5471096Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:28:09.5471299Z  "${DOCKER_IMAGE}" 2022-09-27T15:28:09.5471469Z ) 2022-09-27T15:28:09.5471702Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:28:09.5483100Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:09.5483284Z env: 2022-09-27T15:28:09.5483446Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:09.5483680Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T15:28:09.5483895Z PR_NUMBER: 85462 2022-09-27T15:28:09.5484062Z BRANCH: pull/85462 2022-09-27T15:28:09.5484275Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:09.5484508Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:09.5484713Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:28:09.5484922Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:28:09.5485130Z TEST_CONFIG: backwards_compat 2022-09-27T15:28:09.5485318Z SHARD_NUMBER: 1 2022-09-27T15:28:09.5485475Z NUM_TEST_SHARDS: 1 2022-09-27T15:28:09.5487229Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:28:09.5489117Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:28:09.5489350Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:28:09.5489536Z SHM_SIZE: 1g 2022-09-27T15:28:09.5489878Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:09.5490193Z XLA_CUDA: 2022-09-27T15:28:09.5490456Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:09.5490719Z ##[endgroup] 2022-09-27T15:28:09.5514949Z + [[ backwards_compat == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:28:09.5515407Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-09-27T15:28:09.5515718Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:09.5518498Z ++ git cherry -v origin/master 2022-09-27T15:28:09.5716345Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:28:09.5716709Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:28:09.5717000Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:28:09.5717279Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:28:09.5717551Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:09.5718765Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:09.5730807Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:09.5733268Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:09.5734366Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:09.5739930Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:09.5745654Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:09.5747752Z +++ nproc --ignore=2 2022-09-27T15:28:09.5764067Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:20.3216727Z + container_name=4bab6bf5ce3884006009ff6f77357501503322caf7c963bc0e7f02ee48bfd179 2022-09-27T15:28:20.3217547Z + docker exec -t 4bab6bf5ce3884006009ff6f77357501503322caf7c963bc0e7f02ee48bfd179 sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:28:20.7387097Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:20.8129826Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:28:21.5942334Z Installing collected packages: torch 2022-09-27T15:28:27.8145829Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:28:27.9614813Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:28:27.9772037Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:28:27.9772604Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:28:27.9772990Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:28:27.9773570Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:28:27.9774239Z + BUILD_DIR=build 2022-09-27T15:28:27.9774547Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:28:27.9774864Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:28:27.9775165Z + export VALGRIND=ON 2022-09-27T15:28:27.9775586Z + VALGRIND=ON 2022-09-27T15:28:27.9775963Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-09-27T15:28:27.9776419Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-09-27T15:28:27.9776816Z ++ realpath build/custom_test_artifacts 2022-09-27T15:28:27.9783436Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:28:27.9790545Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:28:27.9791659Z + source .jenkins/pytorch/common.sh 2022-09-27T15:28:27.9798438Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:28:27.9799408Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:28:27.9801371Z +++ declare -f -t trap_add 2022-09-27T15:28:27.9804735Z ++ set -ex 2022-09-27T15:28:27.9805159Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:27.9805561Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:28:27.9805879Z ++ [[ backwards_compat == *xla* ]] 2022-09-27T15:28:27.9806340Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:27.9806862Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-09-27T15:28:27.9807387Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-09-27T15:28:27.9807758Z ++ which conda 2022-09-27T15:28:27.9813095Z /opt/conda/bin/conda 2022-09-27T15:28:27.9813811Z ++ conda install -q -y cmake 2022-09-27T15:28:30.1042803Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:28:30.5706916Z Solving environment: ...working... done 2022-09-27T15:28:30.6576942Z 2022-09-27T15:28:30.6577145Z ## Package Plan ## 2022-09-27T15:28:30.6577336Z 2022-09-27T15:28:30.6577506Z environment location: /opt/conda 2022-09-27T15:28:30.6577737Z 2022-09-27T15:28:30.6577886Z added / updated specs: 2022-09-27T15:28:30.6578371Z - cmake 2022-09-27T15:28:30.6578492Z 2022-09-27T15:28:30.6578516Z 2022-09-27T15:28:30.6578642Z The following packages will be downloaded: 2022-09-27T15:28:30.6578783Z 2022-09-27T15:28:30.6578873Z package | build 2022-09-27T15:28:30.6579144Z ---------------------------|----------------- 2022-09-27T15:28:30.6581410Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:28:30.6582920Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:28:30.6583435Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:28:30.6583900Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:28:30.6584344Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:28:30.6584858Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:28:30.6585366Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:28:30.6585866Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:28:30.6586387Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:28:30.6586910Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:28:30.6587411Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:28:30.6587789Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:28:30.6588556Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:28:30.6588902Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:28:30.6589232Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:28:30.6589639Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:28:30.6590077Z ------------------------------------------------------------ 2022-09-27T15:28:30.6590609Z Total: 13.0 MB 2022-09-27T15:28:30.6590859Z 2022-09-27T15:28:30.6591101Z The following NEW packages will be INSTALLED: 2022-09-27T15:28:30.6591571Z 2022-09-27T15:28:30.6611391Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:28:30.6611830Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:28:30.6612195Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:28:30.6612535Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:28:30.6612888Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:28:30.6613241Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:28:30.6613602Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:28:30.6613955Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:28:30.6614345Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:28:30.6614712Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:28:30.6615047Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:28:30.6615649Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:28:30.6615987Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:28:30.6616326Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:28:30.6616457Z 2022-09-27T15:28:30.6616558Z The following packages will be UPDATED: 2022-09-27T15:28:30.6616698Z 2022-09-27T15:28:30.6616904Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:28:30.6617247Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:28:30.6617395Z 2022-09-27T15:28:30.6617400Z 2022-09-27T15:28:31.8047722Z Preparing transaction: ...working... done 2022-09-27T15:28:32.2088916Z Verifying transaction: ...working... done 2022-09-27T15:28:33.2679294Z Executing transaction: ...working... done 2022-09-27T15:28:33.3726092Z Retrieving notices: ...working... done 2022-09-27T15:28:33.5978408Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-09-27T15:28:33.5978698Z + echo 'Environment variables' 2022-09-27T15:28:33.5978890Z Environment variables 2022-09-27T15:28:33.5979107Z + env 2022-09-27T15:28:33.5986179Z INSTALLED_DB=yes 2022-09-27T15:28:33.5986811Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:28:33.5987359Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-09-27T15:28:33.5987766Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:28:33.5988103Z HOSTNAME=4bab6bf5ce38 2022-09-27T15:28:33.5988781Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_fcb6ca42-41b3-4cf9-b023-4abc268231d4 2022-09-27T15:28:33.5989267Z GITHUB_ACTION=__self 2022-09-27T15:28:33.5989549Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:28:33.5989866Z TEST_CONFIG=backwards_compat 2022-09-27T15:28:33.5990345Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:28:33.5990757Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:28:33.5991094Z GITHUB_REF_TYPE=branch 2022-09-27T15:28:33.5991447Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:28:33.5991849Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:33.5992184Z XLA_CUDA= 2022-09-27T15:28:33.5994407Z *** 2022-09-27T15:28:33.5994622Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:28:33.5994823Z GITHUB_ACTIONS=true 2022-09-27T15:28:33.5995023Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:33.5995436Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:28:33.5995654Z UCC_HOME=/usr 2022-09-27T15:28:33.5995829Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:28:33.5996016Z SHARD_NUMBER=1 2022-09-27T15:28:33.5996219Z GITHUB_REF_PROTECTED=false 2022-09-27T15:28:33.5996445Z HOME=/var/lib/jenkins 2022-09-27T15:28:33.5996661Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:28:33.5996971Z INSTALLED_THRIFT= 2022-09-27T15:28:33.5997190Z UCX_COMMIT= 2022-09-27T15:28:33.5997369Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:28:33.5997557Z NUM_TEST_SHARDS=1 2022-09-27T15:28:33.5997881Z UCX_HOME=/usr 2022-09-27T15:28:33.5998184Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:28:33.5998971Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_fcb6ca42-41b3-4cf9-b023-4abc268231d4 2022-09-27T15:28:33.5999450Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:28:33.5999708Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:28:33.5999985Z GITHUB_RUN_ID=3133193930 2022-09-27T15:28:33.6000416Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_fcb6ca42-41b3-4cf9-b023-4abc268231d4 2022-09-27T15:28:33.6000707Z GITHUB_ACTOR=kongzii 2022-09-27T15:28:33.6000883Z PR_NUMBER=85462 2022-09-27T15:28:33.6001052Z DESIRED_CUDA= 2022-09-27T15:28:33.6001212Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:28:33.6001384Z VALGRIND=ON 2022-09-27T15:28:33.6001607Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:28:33.6001806Z TERM=xterm 2022-09-27T15:28:33.6001974Z INSTALLED_VISION=yes 2022-09-27T15:28:33.6002151Z BRANCH=pull/85462 2022-09-27T15:28:33.6002324Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:28:33.6002521Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:28:33.6002886Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:28:33.6003170Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:28:33.6003367Z UCC_COMMIT= 2022-09-27T15:28:33.6003539Z INSTALLED_ANDROID= 2022-09-27T15:28:33.6003692Z SHLVL=1 2022-09-27T15:28:33.6003845Z MAX_JOBS=6 2022-09-27T15:28:33.6004365Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:28:33.6004974Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:28:33.6005317Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:33.6005570Z GITHUB_JOB=test 2022-09-27T15:28:33.6005766Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:28:33.6005973Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:28:33.6006152Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:28:33.6006345Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:28:33.6006660Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:33.6006940Z GITHUB_BASE_REF=master 2022-09-27T15:28:33.6007110Z CI=true 2022-09-27T15:28:33.6007289Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:28:33.6007477Z INSTALLED_PROTOBUF=yes 2022-09-27T15:28:33.6007720Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:28:33.6007922Z GITHUB_ACTION_REF= 2022-09-27T15:28:33.6008181Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:28:33.6008412Z GITHUB_WORKFLOW=pull 2022-09-27T15:28:33.6008607Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:28:33.6011451Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:28:33.6013258Z _=/usr/bin/env 2022-09-27T15:28:33.6013474Z + echo 'Testing pytorch' 2022-09-27T15:28:33.6013647Z Testing pytorch 2022-09-27T15:28:33.6013844Z + export LANG=C.UTF-8 2022-09-27T15:28:33.6014033Z + LANG=C.UTF-8 2022-09-27T15:28:33.6014211Z + PR_NUMBER=85462 2022-09-27T15:28:33.6014413Z + [[ backwards_compat == \d\e\f\a\u\l\t ]] 2022-09-27T15:28:33.6014644Z + [[ backwards_compat == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:28:33.6014853Z + [[ backwards_compat == \s\l\o\w ]] 2022-09-27T15:28:33.6015141Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-09-27T15:28:33.6015696Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-09-27T15:28:33.6015956Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:33.6016232Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-09-27T15:28:33.6016462Z + [[ backwards_compat == *crossref* ]] 2022-09-27T15:28:33.6016661Z + [[ backwards_compat == *dynamo* ]] 2022-09-27T15:28:33.6016879Z + [[ -n 85462 ]] 2022-09-27T15:28:33.6017065Z + [[ -z '' ]] 2022-09-27T15:28:33.6017260Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:28:33.6017497Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:28:33.6017767Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:33.6018041Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-09-27T15:28:33.6018273Z + pip_install --user ninja 2022-09-27T15:28:33.6018537Z + pip install --progress-bar off --user ninja 2022-09-27T15:28:34.0203361Z Collecting ninja 2022-09-27T15:28:34.0379962Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:28:34.7548317Z Installing collected packages: ninja 2022-09-27T15:28:34.7637058Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:28:34.7637599Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:28:34.7688442Z Successfully installed ninja-1.10.2.3 2022-09-27T15:28:34.8413012Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:34.8413756Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:34.8414463Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-09-27T15:28:34.8414718Z + [[ backwards_compat == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:28:34.8414967Z + [[ backwards_compat == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:28:34.8417344Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-09-27T15:28:34.8428800Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-09-27T15:28:34.8429602Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-09-27T15:28:34.8431148Z + cd test 2022-09-27T15:28:34.8431737Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:28:35.9059228Z PyTorch built with: 2022-09-27T15:28:35.9059740Z - GCC 7.5 2022-09-27T15:28:35.9060044Z - C++ Version: 201402 2022-09-27T15:28:35.9060453Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:28:35.9060960Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:28:35.9061270Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:28:35.9061844Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:28:35.9062071Z - NNPACK is enabled 2022-09-27T15:28:35.9062332Z - CPU capability usage: AVX2 2022-09-27T15:28:35.9064883Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/c++, 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 -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-09-27T15:28:35.9066602Z 2022-09-27T15:28:36.0938792Z + cd test 2022-09-27T15:28:36.0939273Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:28:37.1266139Z ATen/Parallel: 2022-09-27T15:28:37.1266581Z at::get_num_threads() : 4 2022-09-27T15:28:37.1267071Z at::get_num_interop_threads() : 4 2022-09-27T15:28:37.1267478Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-09-27T15:28:37.1267858Z omp_get_max_threads() : 4 2022-09-27T15:28:37.1268690Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:28:37.1269234Z mkl_get_max_threads() : 4 2022-09-27T15:28:37.1269839Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:28:37.1270340Z std::thread::hardware_concurrency() : 8 2022-09-27T15:28:37.1270731Z Environment variables: 2022-09-27T15:28:37.1271103Z OMP_NUM_THREADS : [not set] 2022-09-27T15:28:37.1271473Z MKL_NUM_THREADS : [not set] 2022-09-27T15:28:37.1271849Z ATen parallel backend: OpenMP 2022-09-27T15:28:37.1272087Z 2022-09-27T15:28:37.3234054Z + [[ backwards_compat == *deploy* ]] 2022-09-27T15:28:37.3234333Z + [[ backwards_compat == *backward* ]] 2022-09-27T15:28:37.3234559Z + test_forward_backward_compatibility 2022-09-27T15:28:37.3234853Z + set -x 2022-09-27T15:28:37.3236931Z ++ pwd 2022-09-27T15:28:37.3238663Z + REPO_DIR=/var/lib/jenkins/workspace 2022-09-27T15:28:37.3239176Z + [[ 76d60778eb01b4213735be1c6e126fe2da519b8e == \5\2\4\2\4\e\2\b\f\3\8\e\4\5\4\d\5\3\5\8\8\1\f\e\d\9\6\2\8\d\3\e\2\0\f\4\f\9\4\4 ]] 2022-09-27T15:28:37.3240005Z + echo 'On pull, we should compare schemas with torch built from the merge base' 2022-09-27T15:28:37.3240334Z On pull, we should compare schemas with torch built from the merge base 2022-09-27T15:28:37.3242662Z ++ git merge-base 52424e2bf38e454d535881fed9628d3e20f4f944 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:37.3260457Z + SHA_TO_COMPARE=c7c2578f93fbfad5f769543848642a16b6071756 2022-09-27T15:28:37.3260762Z + export SHA_TO_COMPARE 2022-09-27T15:28:37.3261221Z + python test/create_dummy_torchscript_model.py /tmp/model_new.pt 2022-09-27T15:28:38.5770464Z + python -m venv venv 2022-09-27T15:28:41.0478278Z + . venv/bin/activate 2022-09-27T15:28:41.0478688Z ++ deactivate nondestructive 2022-09-27T15:28:41.0479192Z ++ '[' -n '' ']' 2022-09-27T15:28:41.0479544Z ++ '[' -n '' ']' 2022-09-27T15:28:41.0479963Z ++ '[' -n /bin/bash -o -n '' ']' 2022-09-27T15:28:41.0480309Z ++ hash -r 2022-09-27T15:28:41.0480642Z ++ '[' -n '' ']' 2022-09-27T15:28:41.0480895Z ++ unset VIRTUAL_ENV 2022-09-27T15:28:41.0481350Z ++ '[' '!' nondestructive = nondestructive ']' 2022-09-27T15:28:41.0482118Z ++ VIRTUAL_ENV=/var/lib/jenkins/workspace/venv 2022-09-27T15:28:41.0482479Z ++ export VIRTUAL_ENV 2022-09-27T15:28:41.0482906Z ++ _OLD_VIRTUAL_PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:41.0483424Z ++ PATH=/var/lib/jenkins/workspace/venv/bin:/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:28:41.0483760Z ++ export PATH 2022-09-27T15:28:41.0483945Z ++ '[' -n '' ']' 2022-09-27T15:28:41.0484131Z ++ '[' -z '' ']' 2022-09-27T15:28:41.0484301Z ++ _OLD_VIRTUAL_PS1= 2022-09-27T15:28:41.0484499Z ++ '[' 'x(venv) ' '!=' x ']' 2022-09-27T15:28:41.0484704Z ++ PS1='(venv) ' 2022-09-27T15:28:41.0484872Z ++ export PS1 2022-09-27T15:28:41.0485078Z ++ '[' -n /bin/bash -o -n '' ']' 2022-09-27T15:28:41.0485271Z ++ hash -r 2022-09-27T15:28:41.0485552Z + git reset --hard c7c2578f93fbfad5f769543848642a16b6071756 2022-09-27T15:28:41.3141059Z HEAD is now at c7c2578f93 Skip NVIDIA driver installation if it's already there (#85435) 2022-09-27T15:28:41.3156233Z + echo '::group::Installing Torch From Base Commit' 2022-09-27T15:28:41.3156990Z ##[group]Installing Torch From Base Commit 2022-09-27T15:28:41.3157279Z + pip install -r requirements.txt 2022-09-27T15:28:41.7158074Z Collecting astunparse 2022-09-27T15:28:41.7446747Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-09-27T15:28:41.7618358Z Collecting expecttest 2022-09-27T15:28:41.7635546Z Using cached expecttest-0.1.3-py3-none-any.whl (6.5 kB) 2022-09-27T15:28:41.7812346Z Collecting future 2022-09-27T15:28:41.7846920Z Downloading future-0.18.2.tar.gz (829 kB) 2022-09-27T15:28:41.8121668Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/829.2 KB ? eta -:--:-- 2022-09-27T15:28:41.8122165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 KB 35.7 MB/s eta 0:00:00 2022-09-27T15:28:42.0747316Z [?25h Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:28:42.6278957Z [?25hCollecting hypothesis 2022-09-27T15:28:42.6333220Z Downloading hypothesis-6.54.6-py3-none-any.whl (390 kB) 2022-09-27T15:28:42.6437665Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/390.5 KB ? eta -:--:-- 2022-09-27T15:28:42.6438095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 390.5/390.5 KB 57.9 MB/s eta 0:00:00 2022-09-27T15:28:42.9442563Z [?25hCollecting numpy 2022-09-27T15:28:42.9501860Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-09-27T15:28:42.9872124Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/15.7 MB ? eta -:--:-- 2022-09-27T15:28:43.0225591Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 7.0/15.7 MB 211.7 MB/s eta 0:00:01 2022-09-27T15:28:43.0577791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 14.2/15.7 MB 206.3 MB/s eta 0:00:01 2022-09-27T15:28:43.0879550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 15.7/15.7 MB 202.8 MB/s eta 0:00:01 2022-09-27T15:28:43.0880255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 94.6 MB/s eta 0:00:00 2022-09-27T15:28:43.2557559Z [?25hCollecting psutil 2022-09-27T15:28:43.2580165Z Using cached psutil-5.9.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (281 kB) 2022-09-27T15:28:43.3127780Z Collecting pyyaml 2022-09-27T15:28:43.3197956Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-09-27T15:28:43.3304820Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/596.3 KB ? eta -:--:-- 2022-09-27T15:28:43.3305280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.3/596.3 KB 81.0 MB/s eta 0:00:00 2022-09-27T15:28:43.3781811Z [?25hCollecting requests 2022-09-27T15:28:43.3819874Z Downloading requests-2.28.1-py3-none-any.whl (62 kB) 2022-09-27T15:28:43.3884998Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.8 KB ? eta -:--:-- 2022-09-27T15:28:43.3885551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 16.0 MB/s eta 0:00:00 2022-09-27T15:28:43.3902175Z [?25hRequirement already satisfied: setuptools in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (47.1.0) 2022-09-27T15:28:43.4109327Z Collecting six 2022-09-27T15:28:43.4144827Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-09-27T15:28:43.4328456Z Collecting types-dataclasses 2022-09-27T15:28:43.4363123Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-09-27T15:28:43.4585485Z Collecting typing_extensions 2022-09-27T15:28:43.4621022Z Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB) 2022-09-27T15:28:43.4901623Z Collecting sympy 2022-09-27T15:28:43.5118241Z Using cached sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-09-27T15:28:43.5876285Z Collecting wheel<1.0,>=0.23.0 2022-09-27T15:28:43.5913766Z Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB) 2022-09-27T15:28:43.6744489Z Collecting exceptiongroup>=1.0.0rc8 2022-09-27T15:28:43.6781032Z Downloading exceptiongroup-1.0.0rc9-py3-none-any.whl (12 kB) 2022-09-27T15:28:43.7041223Z Collecting attrs>=19.2.0 2022-09-27T15:28:43.7060589Z Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-09-27T15:28:43.7283726Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-09-27T15:28:43.7301768Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-09-27T15:28:43.7952568Z Collecting charset-normalizer<3,>=2 2022-09-27T15:28:43.8012009Z Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2022-09-27T15:28:43.8234743Z Collecting idna<4,>=2.5 2022-09-27T15:28:43.8283188Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-09-27T15:28:43.8347741Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/61.5 KB ? eta -:--:-- 2022-09-27T15:28:43.8348704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 KB 16.1 MB/s eta 0:00:00 2022-09-27T15:28:43.8788507Z [?25hCollecting urllib3<1.27,>=1.21.1 2022-09-27T15:28:43.8826562Z Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-09-27T15:28:43.8908145Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/140.4 KB ? eta -:--:-- 2022-09-27T15:28:43.8908580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.4/140.4 KB 26.8 MB/s eta 0:00:00 2022-09-27T15:28:43.9179052Z [?25hCollecting certifi>=2017.4.17 2022-09-27T15:28:43.9217266Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-09-27T15:28:43.9295812Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/161.1 KB ? eta -:--:-- 2022-09-27T15:28:43.9296257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 KB 32.5 MB/s eta 0:00:00 2022-09-27T15:28:43.9575880Z [?25hCollecting mpmath>=0.19 2022-09-27T15:28:43.9606809Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-09-27T15:28:44.0533370Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-09-27T15:28:44.1785652Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, urllib3, typing_extensions, sympy, six, pyyaml, psutil, numpy, idna, future, expecttest, exceptiongroup, charset-normalizer, certifi, attrs, requests, hypothesis, astunparse 2022-09-27T15:28:53.3079258Z Running setup.py install for future ... [?25l- \ | done 2022-09-27T15:28:53.6020383Z [?25hSuccessfully installed astunparse-1.6.3 attrs-22.1.0 certifi-2022.9.24 charset-normalizer-2.1.1 exceptiongroup-1.0.0rc9 expecttest-0.1.3 future-0.18.2 hypothesis-6.54.6 idna-3.4 mpmath-1.2.1 numpy-1.21.6 psutil-5.9.2 pyyaml-6.0 requests-2.28.1 six-1.16.0 sortedcontainers-2.4.0 sympy-1.10.1 types-dataclasses-0.6.6 typing_extensions-4.3.0 urllib3-1.26.12 wheel-0.37.1 2022-09-27T15:28:53.6692818Z WARNING: You are using pip version 22.0.4; however, version 22.2.2 is available. 2022-09-27T15:28:53.6693306Z You should consider upgrading via the '/var/lib/jenkins/workspace/venv/bin/python -m pip install --upgrade pip' command. 2022-09-27T15:28:53.7945644Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:28:53.7952701Z + source .jenkins/pytorch/common-build.sh 2022-09-27T15:28:53.7954931Z ++ [[ linux-focal-py3.7-gcc7 != *win-* ]] 2022-09-27T15:28:53.7960503Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-09-27T15:28:53.7968489Z +++ cd .jenkins/pytorch 2022-09-27T15:28:53.7968747Z +++ pwd -P 2022-09-27T15:28:53.7970931Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-09-27T15:28:53.7971154Z ++ which sccache 2022-09-27T15:28:53.7980445Z ++ sccache --stop-server 2022-09-27T15:28:53.8002285Z ++ true 2022-09-27T15:28:53.8002605Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-09-27T15:28:53.8010858Z ++ [[ -n '' ]] 2022-09-27T15:28:53.8011244Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-09-27T15:28:53.8011719Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-09-27T15:28:53.8012072Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-09-27T15:28:53.8012298Z ++ RUST_LOG=sccache::server=error 2022-09-27T15:28:53.8012532Z ++ sccache --start-server 2022-09-27T15:28:53.8029984Z sccache: Starting the server... 2022-09-27T15:28:53.8147322Z ++ sccache --zero-stats 2022-09-27T15:28:53.8168428Z Compile requests 0 2022-09-27T15:28:53.8168812Z Compile requests executed 0 2022-09-27T15:28:53.8169183Z Cache hits 0 2022-09-27T15:28:53.8169499Z Cache misses 0 2022-09-27T15:28:53.8169788Z Cache timeouts 0 2022-09-27T15:28:53.8169983Z Cache read errors 0 2022-09-27T15:28:53.8170182Z Forced recaches 0 2022-09-27T15:28:53.8170380Z Cache write errors 0 2022-09-27T15:28:53.8170774Z Compilation failures 0 2022-09-27T15:28:53.8171026Z Cache errors 0 2022-09-27T15:28:53.8171462Z Non-cacheable compilations 0 2022-09-27T15:28:53.8171766Z Non-cacheable calls 0 2022-09-27T15:28:53.8172049Z Non-compilation calls 0 2022-09-27T15:28:53.8172435Z Unsupported compiler calls 0 2022-09-27T15:28:53.8172834Z Average cache write 0.000 s 2022-09-27T15:28:53.8173081Z Average cache read miss 0.000 s 2022-09-27T15:28:53.8173292Z Average cache read hit 0.000 s 2022-09-27T15:28:53.8173773Z Failed distributed compilations 0 2022-09-27T15:28:53.8174729Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-09-27T15:28:53.8175604Z ++ trap_add sccache_epilogue EXIT 2022-09-27T15:28:53.8175958Z ++ trap_add_cmd=sccache_epilogue 2022-09-27T15:28:53.8176260Z ++ shift 2022-09-27T15:28:53.8176544Z ++ for trap_add_name in "$@" 2022-09-27T15:28:53.8180396Z ++++ trap -p EXIT 2022-09-27T15:28:53.8183236Z +++ eval 'extract_trap_cmd ' 2022-09-27T15:28:53.8183497Z ++++ extract_trap_cmd 2022-09-27T15:28:53.8183721Z ++++ printf '%s\n' '' 2022-09-27T15:28:53.8183954Z +++ printf '%s\n' sccache_epilogue 2022-09-27T15:28:53.8186168Z ++ trap -- ' 2022-09-27T15:28:53.8186525Z sccache_epilogue' EXIT 2022-09-27T15:28:53.8186857Z ++ which ccache 2022-09-27T15:28:53.8196171Z + python setup.py bdist_wheel --bdist-dir=base_bdist_tmp --dist-dir=base_dist 2022-09-27T15:28:54.0305112Z Building wheel torch-1.13.0a0+gitc7c2578 2022-09-27T15:28:54.0637568Z -- Building version 1.13.0a0+gitc7c2578 2022-09-27T15:28:54.0765295Z cmake -GNinja -DBUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/workspace/torch -DCMAKE_PREFIX_PATH=/var/lib/jenkins/workspace/venv/lib/python3.7/site-packages -DNUMPY_INCLUDE_DIR=/var/lib/jenkins/workspace/venv/lib/python3.7/site-packages/numpy/core/include -DOPENSSL_ROOT_DIR=/opt/openssl -DPYTHON_EXECUTABLE=/var/lib/jenkins/workspace/venv/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.7m -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.7m.so.1.0 -DTORCH_BUILD_VERSION=1.13.0a0+gitc7c2578 -DUSE_NUMPY=True /var/lib/jenkins/workspace 2022-09-27T15:28:54.1789788Z -- The CXX compiler identification is GNU 7.5.0 2022-09-27T15:28:54.2355911Z -- The C compiler identification is GNU 7.5.0 2022-09-27T15:28:54.2475073Z -- Detecting CXX compiler ABI info 2022-09-27T15:28:54.4689265Z -- Detecting CXX compiler ABI info - done 2022-09-27T15:28:54.4763558Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-09-27T15:28:54.4766107Z -- Detecting CXX compile features 2022-09-27T15:28:54.4770901Z -- Detecting CXX compile features - done 2022-09-27T15:28:54.4800513Z -- Detecting C compiler ABI info 2022-09-27T15:28:54.6807141Z -- Detecting C compiler ABI info - done 2022-09-27T15:28:54.6879167Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-09-27T15:28:54.6881611Z -- Detecting C compile features 2022-09-27T15:28:54.6885579Z -- Detecting C compile features - done 2022-09-27T15:28:54.6890826Z -- Not forcing any particular BLAS to be found 2022-09-27T15:28:54.6903491Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-09-27T15:28:54.6904176Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-09-27T15:28:54.6904590Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-09-27T15:28:54.6904899Z cmake_policy command to set the policy and suppress this warning. 2022-09-27T15:28:54.6905270Z Call Stack (most recent call first): 2022-09-27T15:28:54.6905514Z CMakeLists.txt:256 (cmake_dependent_option) 2022-09-27T15:28:54.6905877Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:28:54.6906167Z  2022-09-27T15:28:54.6906673Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-09-27T15:28:54.6907024Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-09-27T15:28:54.6907395Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-09-27T15:28:54.6907683Z cmake_policy command to set the policy and suppress this warning. 2022-09-27T15:28:54.6907935Z Call Stack (most recent call first): 2022-09-27T15:28:54.6908168Z CMakeLists.txt:287 (cmake_dependent_option) 2022-09-27T15:28:54.6908482Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:28:54.6908806Z  2022-09-27T15:28:54.6920062Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-09-27T15:28:54.6951630Z -- Performing Test COMPILER_WORKS 2022-09-27T15:28:54.8992176Z -- Performing Test COMPILER_WORKS - Success 2022-09-27T15:28:54.8993831Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-09-27T15:28:55.1750461Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-09-27T15:28:55.1751875Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-09-27T15:28:55.4362569Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-09-27T15:28:55.4363276Z -- std::exception_ptr is supported. 2022-09-27T15:28:55.4364337Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-09-27T15:28:55.5799995Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-09-27T15:28:55.5800462Z -- Turning off deprecation warning due to glog. 2022-09-27T15:28:55.5807137Z -- Performing Test C_HAS_AVX_1 2022-09-27T15:28:55.8774465Z -- Performing Test C_HAS_AVX_1 - Failed 2022-09-27T15:28:55.8774972Z -- Performing Test C_HAS_AVX_2 2022-09-27T15:28:56.1364028Z -- Performing Test C_HAS_AVX_2 - Success 2022-09-27T15:28:56.1366141Z -- Performing Test C_HAS_AVX2_1 2022-09-27T15:28:56.4806042Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-09-27T15:28:56.4806927Z -- Performing Test C_HAS_AVX2_2 2022-09-27T15:28:56.7901558Z -- Performing Test C_HAS_AVX2_2 - Success 2022-09-27T15:28:56.7902940Z -- Performing Test C_HAS_AVX512_1 2022-09-27T15:28:57.0956358Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-09-27T15:28:57.0957314Z -- Performing Test C_HAS_AVX512_2 2022-09-27T15:28:57.4300777Z -- Performing Test C_HAS_AVX512_2 - Failed 2022-09-27T15:28:57.4301546Z -- Performing Test C_HAS_AVX512_3 2022-09-27T15:28:57.5778506Z -- Performing Test C_HAS_AVX512_3 - Failed 2022-09-27T15:28:57.5780758Z -- Performing Test CXX_HAS_AVX_1 2022-09-27T15:28:57.9086854Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-09-27T15:28:57.9087814Z -- Performing Test CXX_HAS_AVX_2 2022-09-27T15:28:58.1996616Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-09-27T15:28:58.1998063Z -- Performing Test CXX_HAS_AVX2_1 2022-09-27T15:28:58.5076855Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-09-27T15:28:58.5077339Z -- Performing Test CXX_HAS_AVX2_2 2022-09-27T15:28:58.7857783Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-09-27T15:28:58.7859865Z -- Performing Test CXX_HAS_AVX512_1 2022-09-27T15:28:59.0833294Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-09-27T15:28:59.0834114Z -- Performing Test CXX_HAS_AVX512_2 2022-09-27T15:28:59.3667579Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2022-09-27T15:28:59.3668424Z -- Performing Test CXX_HAS_AVX512_3 2022-09-27T15:28:59.5083232Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2022-09-27T15:28:59.5083862Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-09-27T15:28:59.5086948Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-09-27T15:28:59.7874804Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-09-27T15:28:59.7875243Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-09-27T15:28:59.7881124Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-09-27T15:28:59.9993774Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-09-27T15:28:59.9999603Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-09-27T15:29:00.2129426Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-09-27T15:29:00.2135535Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-09-27T15:29:00.4237402Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-09-27T15:29:00.4321560Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2022-09-27T15:29:00.4411125Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2022-09-27T15:29:00.4417812Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2022-09-27T15:29:00.4418677Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2022-09-27T15:29:00.4418983Z or a Caffe2 dependent library, the next warning / error will give you more 2022-09-27T15:29:00.4419214Z info. 2022-09-27T15:29:00.4419395Z Call Stack (most recent call first): 2022-09-27T15:29:00.4419611Z cmake/Dependencies.cmake:43 (include) 2022-09-27T15:29:00.4419825Z CMakeLists.txt:725 (include) 2022-09-27T15:29:00.4419952Z 2022-09-27T15:29:00.4420045Z  2022-09-27T15:29:00.4420299Z CMake Warning at cmake/Dependencies.cmake:66 (message): 2022-09-27T15:29:00.4420761Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2022-09-27T15:29:00.4421068Z Call Stack (most recent call first): 2022-09-27T15:29:00.4421324Z CMakeLists.txt:725 (include) 2022-09-27T15:29:00.4421434Z 2022-09-27T15:29:00.4421516Z  2022-09-27T15:29:00.4421797Z -- Building using own protobuf under third_party per request. 2022-09-27T15:29:00.4422073Z -- Use custom protobuf build. 2022-09-27T15:29:00.4434705Z -- 2022-09-27T15:29:00.4434908Z -- 3.13.0.0 2022-09-27T15:29:00.4443066Z -- Looking for pthread.h 2022-09-27T15:29:00.6519358Z -- Looking for pthread.h - found 2022-09-27T15:29:00.6520333Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-09-27T15:29:00.8591597Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-09-27T15:29:00.8591933Z -- Check if compiler accepts -pthread 2022-09-27T15:29:01.0695993Z -- Check if compiler accepts -pthread - yes 2022-09-27T15:29:01.0705402Z -- Found Threads: TRUE 2022-09-27T15:29:01.0709969Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-09-27T15:29:01.2902628Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-09-27T15:29:01.3008497Z -- Caffe2 protobuf include directory: $$ 2022-09-27T15:29:01.3025039Z -- Trying to find preferred BLAS backend of choice: MKL 2022-09-27T15:29:01.3037429Z -- MKL_THREADING = OMP 2022-09-27T15:29:01.3039779Z -- Looking for sys/types.h 2022-09-27T15:29:01.5160894Z -- Looking for sys/types.h - found 2022-09-27T15:29:01.5161673Z -- Looking for stdint.h 2022-09-27T15:29:01.7239643Z -- Looking for stdint.h - found 2022-09-27T15:29:01.7240578Z -- Looking for stddef.h 2022-09-27T15:29:01.9369957Z -- Looking for stddef.h - found 2022-09-27T15:29:01.9370293Z -- Check size of void* 2022-09-27T15:29:02.1561619Z -- Check size of void* - done 2022-09-27T15:29:02.8138812Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:02.8139264Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:29:02.8139578Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:02.8139901Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:02.8140154Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:02.8140379Z Call Stack (most recent call first): 2022-09-27T15:29:02.8140652Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:02.8140916Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-09-27T15:29:02.8141167Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-09-27T15:29:02.8141418Z cmake/Dependencies.cmake:206 (find_package) 2022-09-27T15:29:02.8141624Z CMakeLists.txt:725 (include) 2022-09-27T15:29:02.8142119Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:02.8142372Z  2022-09-27T15:29:03.0342818Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:03.0343347Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:29:03.0343667Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:03.0343975Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:03.0344404Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:03.0344630Z Call Stack (most recent call first): 2022-09-27T15:29:03.0344897Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:03.0345180Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-09-27T15:29:03.0345420Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-09-27T15:29:03.0345679Z cmake/Dependencies.cmake:206 (find_package) 2022-09-27T15:29:03.0345902Z CMakeLists.txt:725 (include) 2022-09-27T15:29:03.0346213Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:03.0346456Z  2022-09-27T15:29:03.0358418Z -- Looking for cblas_sgemm 2022-09-27T15:29:03.4352176Z -- Looking for cblas_sgemm - found 2022-09-27T15:29:03.4398223Z -- 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-09-27T15:29:03.4398825Z -- MKL include directory: /opt/conda/include 2022-09-27T15:29:03.4399075Z -- MKL OpenMP type: GNU 2022-09-27T15:29:03.4399300Z -- MKL OpenMP library: -fopenmp 2022-09-27T15:29:03.4715591Z -- The ASM compiler identification is GNU 2022-09-27T15:29:03.4734098Z -- Found assembler: /opt/cache/bin/cc 2022-09-27T15:29:03.4840611Z -- Brace yourself, we are building NNPACK 2022-09-27T15:29:03.4878702Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-09-27T15:29:03.6305989Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-09-27T15:29:03.6423670Z -- Found PythonInterp: /var/lib/jenkins/workspace/venv/bin/python (found version "3.7.13") 2022-09-27T15:29:03.6424016Z -- NNPACK backend is x86-64 2022-09-27T15:29:03.8097403Z -- Found Python: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 2022-09-27T15:29:03.8161097Z -- Failed to find LLVM FileCheck 2022-09-27T15:29:03.8190820Z -- Found Git: /usr/bin/git (found version "2.25.1") 2022-09-27T15:29:03.8316849Z -- git version: v1.6.1 normalized to 1.6.1 2022-09-27T15:29:03.8317265Z -- Version: 1.6.1 2022-09-27T15:29:03.8323035Z -- Looking for shm_open in rt 2022-09-27T15:29:04.0374078Z -- Looking for shm_open in rt - found 2022-09-27T15:29:04.0381999Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-09-27T15:29:04.2498250Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-09-27T15:29:04.2505700Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-09-27T15:29:04.4613259Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-09-27T15:29:04.4620239Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-09-27T15:29:04.6719723Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-09-27T15:29:04.6727320Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-09-27T15:29:04.8837141Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-09-27T15:29:04.8844423Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-09-27T15:29:05.0979930Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-09-27T15:29:05.0990661Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-09-27T15:29:05.3127721Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-09-27T15:29:05.3134816Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-09-27T15:29:05.5275952Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-09-27T15:29:05.5283356Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-09-27T15:29:05.7823109Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-09-27T15:29:05.7830137Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-09-27T15:29:05.9317488Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-09-27T15:29:05.9324628Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-09-27T15:29:06.1445381Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-09-27T15:29:06.1452708Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-09-27T15:29:06.3563172Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-09-27T15:29:06.3570529Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-09-27T15:29:06.5707454Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-09-27T15:29:06.5718393Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-09-27T15:29:06.7898871Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-09-27T15:29:06.7905868Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-09-27T15:29:06.9313575Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-09-27T15:29:06.9320648Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-09-27T15:29:07.0757650Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-09-27T15:29:07.0766183Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-09-27T15:29:07.2921120Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-09-27T15:29:07.2922157Z -- Performing Test HAVE_STD_REGEX 2022-09-27T15:29:07.2922583Z -- Performing Test HAVE_STD_REGEX 2022-09-27T15:29:07.6417383Z -- Performing Test HAVE_STD_REGEX -- success 2022-09-27T15:29:07.6417841Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-09-27T15:29:07.6418126Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-09-27T15:29:07.7872874Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-09-27T15:29:07.7873246Z -- Performing Test HAVE_POSIX_REGEX 2022-09-27T15:29:07.7873510Z -- Performing Test HAVE_POSIX_REGEX 2022-09-27T15:29:08.0545762Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-09-27T15:29:08.0546154Z -- Performing Test HAVE_STEADY_CLOCK 2022-09-27T15:29:08.0546438Z -- Performing Test HAVE_STEADY_CLOCK 2022-09-27T15:29:08.3078261Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-09-27T15:29:08.3305756Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-09-27T15:29:08.5462793Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-09-27T15:29:08.5484709Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:08.5485395Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:29:08.5485812Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:08.5486168Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:08.5486441Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:08.5486655Z Call Stack (most recent call first): 2022-09-27T15:29:08.5486928Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:08.5487254Z third_party/fbgemm/CMakeLists.txt:61 (find_package) 2022-09-27T15:29:08.5487696Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:08.5487942Z  2022-09-27T15:29:08.5488198Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-09-27T15:29:08.5488956Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:08.5489551Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:29:08.5490136Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:08.5490502Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:08.5490757Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:08.5490979Z Call Stack (most recent call first): 2022-09-27T15:29:08.5491246Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:08.5491527Z third_party/fbgemm/CMakeLists.txt:61 (find_package) 2022-09-27T15:29:08.5492157Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:08.5492417Z  2022-09-27T15:29:08.5492731Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-09-27T15:29:08.5493093Z -- Found OpenMP: TRUE (found version "4.5") 2022-09-27T15:29:08.5494129Z CMake Warning at third_party/fbgemm/CMakeLists.txt:63 (message): 2022-09-27T15:29:08.5494603Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-09-27T15:29:08.5494858Z 2022-09-27T15:29:08.5494956Z  2022-09-27T15:29:08.6152480Z CMake Warning at third_party/fbgemm/CMakeLists.txt:162 (message): 2022-09-27T15:29:08.6153167Z ========== 2022-09-27T15:29:08.6153339Z 2022-09-27T15:29:08.6153491Z  2022-09-27T15:29:08.6154007Z CMake Warning at third_party/fbgemm/CMakeLists.txt:163 (message): 2022-09-27T15:29:08.6154421Z CMAKE_BUILD_TYPE = Release 2022-09-27T15:29:08.6154642Z 2022-09-27T15:29:08.6154767Z  2022-09-27T15:29:08.6155288Z CMake Warning at third_party/fbgemm/CMakeLists.txt:164 (message): 2022-09-27T15:29:08.6155769Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-09-27T15:29:08.6155999Z 2022-09-27T15:29:08.6156120Z  2022-09-27T15:29:08.6156632Z CMake Warning at third_party/fbgemm/CMakeLists.txt:165 (message): 2022-09-27T15:29:08.6157144Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-09-27T15:29:08.6157280Z 2022-09-27T15:29:08.6157364Z  2022-09-27T15:29:08.6157630Z CMake Warning at third_party/fbgemm/CMakeLists.txt:166 (message): 2022-09-27T15:29:08.6157856Z ========== 2022-09-27T15:29:08.6157957Z 2022-09-27T15:29:08.6158038Z  2022-09-27T15:29:08.6189279Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-09-27T15:29:08.8360666Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-09-27T15:29:08.8366252Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-09-27T15:29:09.0503738Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-09-27T15:29:09.0509746Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-09-27T15:29:09.2666706Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-09-27T15:29:09.2673151Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-09-27T15:29:09.4817188Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-09-27T15:29:09.4834595Z ** AsmJit Summary ** 2022-09-27T15:29:09.4835173Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-09-27T15:29:09.4835747Z  ASMJIT_TEST=FALSE 2022-09-27T15:29:09.4836192Z  ASMJIT_TARGET_TYPE=STATIC 2022-09-27T15:29:09.4836675Z  ASMJIT_DEPS=pthread;rt 2022-09-27T15:29:09.4837133Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-09-27T15:29:09.4837452Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-09-27T15:29:09.4837939Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-09-27T15:29:09.4838326Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-09-27T15:29:09.4838689Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-09-27T15:29:09.4885615Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2022-09-27T15:29:09.4886298Z CMake Warning at cmake/Dependencies.cmake:889 (message): 2022-09-27T15:29:09.4886681Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2022-09-27T15:29:09.4886941Z Call Stack (most recent call first): 2022-09-27T15:29:09.4887156Z CMakeLists.txt:725 (include) 2022-09-27T15:29:09.4887282Z 2022-09-27T15:29:09.4887349Z  2022-09-27T15:29:09.4904538Z -- Using third party subdirectory Eigen. 2022-09-27T15:29:09.5047977Z -- Found PythonInterp: /var/lib/jenkins/workspace/venv/bin/python (found suitable version "3.7.13", minimum required is "3.0") 2022-09-27T15:29:09.5068078Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found suitable version "3.7.13", minimum required is "3.0") 2022-09-27T15:29:09.5069397Z -- Using third_party/pybind11. 2022-09-27T15:29:09.5069948Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-09-27T15:29:09.6852291Z -- Checking for module 'mpi-c' 2022-09-27T15:29:09.6876607Z -- No package 'mpi-c' found 2022-09-27T15:29:09.8346720Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2022-09-27T15:29:09.9900869Z -- Checking for module 'mpi-cxx' 2022-09-27T15:29:09.9923026Z -- No package 'mpi-cxx' found 2022-09-27T15:29:10.1398559Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2022-09-27T15:29:10.1399457Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2022-09-27T15:29:10.1404192Z CMake Warning at cmake/Dependencies.cmake:1163 (message): 2022-09-27T15:29:10.1404825Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2022-09-27T15:29:10.1405319Z Call Stack (most recent call first): 2022-09-27T15:29:10.1405593Z CMakeLists.txt:725 (include) 2022-09-27T15:29:10.1405718Z 2022-09-27T15:29:10.1405812Z  2022-09-27T15:29:10.1426469Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:10.1426986Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:29:10.1427310Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:10.1427674Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:10.1427958Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:10.1428172Z Call Stack (most recent call first): 2022-09-27T15:29:10.1428503Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:10.1428785Z cmake/Dependencies.cmake:1218 (find_package) 2022-09-27T15:29:10.1429084Z CMakeLists.txt:725 (include) 2022-09-27T15:29:10.1429469Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:10.1429726Z  2022-09-27T15:29:10.1430283Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:10.1430663Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:29:10.1430977Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:10.1431281Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:10.1431540Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:10.1431789Z Call Stack (most recent call first): 2022-09-27T15:29:10.1432111Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:10.1432393Z cmake/Dependencies.cmake:1218 (find_package) 2022-09-27T15:29:10.1432608Z CMakeLists.txt:725 (include) 2022-09-27T15:29:10.1432929Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:10.1433176Z  2022-09-27T15:29:10.1434914Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-09-27T15:29:10.1435397Z -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so 2022-09-27T15:29:10.1439588Z CMake Warning at cmake/Dependencies.cmake:1358 (message): 2022-09-27T15:29:10.1439924Z Not using CUDA/ROCM, so disabling USE_NCCL. Suppress this warning with 2022-09-27T15:29:10.1440277Z -DUSE_NCCL=OFF. 2022-09-27T15:29:10.1440479Z Call Stack (most recent call first): 2022-09-27T15:29:10.1440693Z CMakeLists.txt:725 (include) 2022-09-27T15:29:10.1440802Z 2022-09-27T15:29:10.1440882Z  2022-09-27T15:29:10.1574782Z -- Performing Test UV_LINT_W4 2022-09-27T15:29:10.2972587Z -- Performing Test UV_LINT_W4 - Failed 2022-09-27T15:29:10.2978933Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-09-27T15:29:10.4388843Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-09-27T15:29:10.4395371Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-09-27T15:29:10.5805080Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-09-27T15:29:10.5811713Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-09-27T15:29:10.7214876Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-09-27T15:29:10.7221258Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-09-27T15:29:10.8627266Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-09-27T15:29:10.8633385Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-09-27T15:29:11.0047560Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-09-27T15:29:11.0053900Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-09-27T15:29:11.1491154Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-09-27T15:29:11.1497335Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-09-27T15:29:11.2925162Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-09-27T15:29:11.2931644Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-09-27T15:29:11.4370141Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-09-27T15:29:11.4376436Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-09-27T15:29:11.5795005Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-09-27T15:29:11.5801147Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-09-27T15:29:11.7259270Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-09-27T15:29:11.7264818Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-09-27T15:29:11.8675039Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-09-27T15:29:11.8681279Z -- Performing Test UV_LINT_WALL 2022-09-27T15:29:12.1101502Z -- Performing Test UV_LINT_WALL - Success 2022-09-27T15:29:12.1107713Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-09-27T15:29:12.3134582Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-09-27T15:29:12.3140890Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-09-27T15:29:12.5139832Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-09-27T15:29:12.5146072Z -- Performing Test UV_LINT_EXTRA 2022-09-27T15:29:12.7175691Z -- Performing Test UV_LINT_EXTRA - Success 2022-09-27T15:29:12.7181795Z -- Performing Test UV_LINT_UTF8_MSVC 2022-09-27T15:29:12.8572989Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-09-27T15:29:12.8579565Z -- Performing Test UV_F_STRICT_ALIASING 2022-09-27T15:29:13.0603221Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-09-27T15:29:13.0614334Z -- summary of build options: 2022-09-27T15:29:13.0614885Z Install prefix: /var/lib/jenkins/workspace/torch 2022-09-27T15:29:13.0615458Z Target system: Linux 2022-09-27T15:29:13.0615694Z Compiler: 2022-09-27T15:29:13.0615904Z C compiler: /opt/cache/bin/cc 2022-09-27T15:29:13.0616153Z CFLAGS: -fopenmp 2022-09-27T15:29:13.0616257Z 2022-09-27T15:29:13.0628795Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-09-27T15:29:13.0652303Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-09-27T15:29:13.0652731Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-09-27T15:29:13.0653132Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-09-27T15:29:13.0653397Z set the policy and suppress this warning. 2022-09-27T15:29:13.0653555Z 2022-09-27T15:29:13.0653782Z For compatibility with older versions of CMake, option is clearing the 2022-09-27T15:29:13.0654108Z normal variable 'BUILD_BENCHMARK'. 2022-09-27T15:29:13.0654547Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:13.0654845Z  2022-09-27T15:29:13.0655091Z -- Enabling sccache for CXX 2022-09-27T15:29:13.0655473Z -- Enabling sccache for C 2022-09-27T15:29:13.0655700Z -- Gloo build as SHARED library 2022-09-27T15:29:13.0695750Z CMake Warning at cmake/Dependencies.cmake:1509 (message): 2022-09-27T15:29:13.0696159Z Metal is only used in ios builds. 2022-09-27T15:29:13.0696381Z Call Stack (most recent call first): 2022-09-27T15:29:13.0696591Z CMakeLists.txt:725 (include) 2022-09-27T15:29:13.0696716Z 2022-09-27T15:29:13.0696939Z  2022-09-27T15:29:13.0837724Z -- Found PythonInterp: /var/lib/jenkins/workspace/venv/bin/python (found version "3.7.13") 2022-09-27T15:29:13.0854841Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found version "3.7.13") 2022-09-27T15:29:13.0857677Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-09-27T15:29:13.0860294Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-09-27T15:29:13.0862301Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-09-27T15:29:13.1684654Z -- 2022-09-27T15:29:13.1685089Z -- ******** Summary ******** 2022-09-27T15:29:13.1685490Z -- CMake version : 3.22.1 2022-09-27T15:29:13.1685970Z -- CMake command : /opt/conda/bin/cmake 2022-09-27T15:29:13.1686436Z -- System : Linux 2022-09-27T15:29:13.1686929Z -- C++ compiler : /opt/cache/bin/c++ 2022-09-27T15:29:13.1687381Z -- C++ compiler version : 7.5.0 2022-09-27T15:29:13.1687986Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-09-27T15:29:13.1688367Z -- Build type : Release 2022-09-27T15:29:13.1688699Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-09-27T15:29:13.1689093Z -- CMAKE_PREFIX_PATH : /var/lib/jenkins/workspace/venv/lib/python3.7/site-packages 2022-09-27T15:29:13.1689452Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-09-27T15:29:13.1689899Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-09-27T15:29:13.1690190Z -- 2022-09-27T15:29:13.1690388Z -- ONNX version : 1.12.0 2022-09-27T15:29:13.1690640Z -- ONNX NAMESPACE : onnx_torch 2022-09-27T15:29:13.1690892Z -- ONNX_USE_LITE_PROTO : OFF 2022-09-27T15:29:13.1691128Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-09-27T15:29:13.1691380Z -- Protobuf_USE_STATIC_LIBS : ON 2022-09-27T15:29:13.1691630Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-09-27T15:29:13.1691856Z -- ONNX_WERROR : OFF 2022-09-27T15:29:13.1692090Z -- ONNX_BUILD_TESTS : OFF 2022-09-27T15:29:13.1692328Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-09-27T15:29:13.1692560Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-09-27T15:29:13.1692801Z -- ONNXIFI_ENABLE_EXT : OFF 2022-09-27T15:29:13.1692991Z -- 2022-09-27T15:29:13.1693188Z -- Protobuf compiler : 2022-09-27T15:29:13.1693424Z -- Protobuf includes : 2022-09-27T15:29:13.1693663Z -- Protobuf libraries : 2022-09-27T15:29:13.1693891Z -- BUILD_ONNX_PYTHON : OFF 2022-09-27T15:29:13.1705999Z -- 2022-09-27T15:29:13.1706341Z -- ******** Summary ******** 2022-09-27T15:29:13.1706706Z -- CMake version : 3.22.1 2022-09-27T15:29:13.1707094Z -- CMake command : /opt/conda/bin/cmake 2022-09-27T15:29:13.1707460Z -- System : Linux 2022-09-27T15:29:13.1707768Z -- C++ compiler : /opt/cache/bin/c++ 2022-09-27T15:29:13.1708012Z -- C++ compiler version : 7.5.0 2022-09-27T15:29:13.1708455Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-09-27T15:29:13.1708812Z -- Build type : Release 2022-09-27T15:29:13.1709090Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-09-27T15:29:13.1709466Z -- CMAKE_PREFIX_PATH : /var/lib/jenkins/workspace/venv/lib/python3.7/site-packages 2022-09-27T15:29:13.1709911Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-09-27T15:29:13.1710636Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-09-27T15:29:13.1711079Z -- 2022-09-27T15:29:13.1711423Z -- ONNX version : 1.4.1 2022-09-27T15:29:13.1711913Z -- ONNX NAMESPACE : onnx_torch 2022-09-27T15:29:13.1712151Z -- ONNX_BUILD_TESTS : OFF 2022-09-27T15:29:13.1712393Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-09-27T15:29:13.1712636Z -- ONNX_USE_LITE_PROTO : OFF 2022-09-27T15:29:13.1713046Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-09-27T15:29:13.1713394Z -- 2022-09-27T15:29:13.1713770Z -- Protobuf compiler : 2022-09-27T15:29:13.1714142Z -- Protobuf includes : 2022-09-27T15:29:13.1714503Z -- Protobuf libraries : 2022-09-27T15:29:13.1714937Z -- BUILD_ONNX_PYTHON : OFF 2022-09-27T15:29:13.1715503Z -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor 2022-09-27T15:29:13.1715821Z -- Adding -DNDEBUG to compile flags 2022-09-27T15:29:13.1733474Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-09-27T15:29:13.3174292Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-09-27T15:29:13.3175127Z CMake Warning at cmake/Dependencies.cmake:1709 (message): 2022-09-27T15:29:13.3175898Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2022-09-27T15:29:13.3176172Z Call Stack (most recent call first): 2022-09-27T15:29:13.3176387Z CMakeLists.txt:725 (include) 2022-09-27T15:29:13.3176497Z 2022-09-27T15:29:13.3176580Z  2022-09-27T15:29:13.3388933Z -- Could not find hardware support for NEON on this machine. 2022-09-27T15:29:13.3389274Z -- No OMAP3 processor on this machine. 2022-09-27T15:29:13.3389527Z -- No OMAP4 processor on this machine. 2022-09-27T15:29:13.3399374Z -- Found a library with LAPACK API (mkl). 2022-09-27T15:29:13.3399785Z disabling CUDA because NOT USE_CUDA is set 2022-09-27T15:29:13.3400210Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2022-09-27T15:29:13.3400503Z disabling ROCM because NOT USE_ROCM is set 2022-09-27T15:29:13.3400862Z -- MIOpen not found. Compiling without MIOpen support 2022-09-27T15:29:13.3402839Z -- Will build oneDNN Graph 2022-09-27T15:29:13.3414861Z -- MKLDNN_CPU_RUNTIME = OMP 2022-09-27T15:29:13.3429332Z -- cmake version: 3.22.1 2022-09-27T15:29:13.3430048Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-09-27T15:29:13.3430414Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-09-27T15:29:13.3430633Z of CMake. 2022-09-27T15:29:13.3430739Z 2022-09-27T15:29:13.3430942Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-09-27T15:29:13.3431251Z policies are deprecated and that a policy should be set to OLD only under 2022-09-27T15:29:13.3431622Z specific short-term circumstances. Projects should be ported to the NEW 2022-09-27T15:29:13.3431928Z behavior and not rely on setting a policy to OLD. 2022-09-27T15:29:13.3432133Z 2022-09-27T15:29:13.3432249Z  2022-09-27T15:29:13.3444779Z -- DNNL_TARGET_ARCH: X64 2022-09-27T15:29:13.3455980Z -- DNNL_LIBRARY_NAME: dnnl 2022-09-27T15:29:13.3503289Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:13.3503905Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:29:13.3504293Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:13.3504680Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:13.3504952Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:13.3505168Z Call Stack (most recent call first): 2022-09-27T15:29:13.3505442Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:13.3505851Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-09-27T15:29:13.3506231Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-09-27T15:29:13.3506583Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:13.3506827Z  2022-09-27T15:29:13.3507316Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-09-27T15:29:13.3508218Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:13.3508599Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:29:13.3508922Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:13.3509229Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:13.3509523Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:13.3509830Z Call Stack (most recent call first): 2022-09-27T15:29:13.3510313Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:13.3510736Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-09-27T15:29:13.3511118Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-09-27T15:29:13.3511486Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:13.3511728Z  2022-09-27T15:29:13.3511975Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-09-27T15:29:13.3551791Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-09-27T15:29:13.3680755Z -- Found PythonInterp: /var/lib/jenkins/workspace/venv/bin/python (found suitable version "3.7.13", minimum required is "2.7") 2022-09-27T15:29:13.3693847Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-09-27T15:29:13.3745580Z -- Enabled workload: TRAINING 2022-09-27T15:29:13.3745881Z -- Enabled primitives: ALL 2022-09-27T15:29:13.3746152Z -- Enabled primitive CPU ISA: ALL 2022-09-27T15:29:13.3746388Z -- Enabled primitive GPU ISA: ALL 2022-09-27T15:29:13.3788734Z -- Primitive cache is enabled 2022-09-27T15:29:13.3938174Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-09-27T15:29:13.5986280Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-09-27T15:29:13.5988510Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-09-27T15:29:13.8131740Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-09-27T15:29:13.8134459Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-09-27T15:29:14.0928188Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-09-27T15:29:14.1107449Z -- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen missing components: dot 2022-09-27T15:29:14.1493677Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:14.1494167Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:29:14.1494499Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:14.1494792Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:14.1495064Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:14.1495455Z Call Stack (most recent call first): 2022-09-27T15:29:14.1495716Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:14.1496083Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-09-27T15:29:14.1496417Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-09-27T15:29:14.1496756Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:14.1497071Z  2022-09-27T15:29:14.1498548Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:14.1499229Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:29:14.1499698Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:14.1500006Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:14.1500277Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:14.1500486Z Call Stack (most recent call first): 2022-09-27T15:29:14.1500754Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:14.1501109Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-09-27T15:29:14.1501439Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-09-27T15:29:14.1501848Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:14.1502092Z  2022-09-27T15:29:14.1516016Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-09-27T15:29:14.1537186Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-09-27T15:29:14.1579390Z -- Graph compiler backend is disabled. 2022-09-27T15:29:14.1585205Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-09-27T15:29:14.1595871Z -- Compiled partition cache is enabled 2022-09-27T15:29:14.1623874Z -- Found MKL-DNN: TRUE 2022-09-27T15:29:14.1627483Z -- Looking for clock_gettime in rt 2022-09-27T15:29:14.3695997Z -- Looking for clock_gettime in rt - found 2022-09-27T15:29:14.3696490Z -- Looking for mmap 2022-09-27T15:29:14.5751185Z -- Looking for mmap - found 2022-09-27T15:29:14.5751471Z -- Looking for shm_open 2022-09-27T15:29:14.7859865Z -- Looking for shm_open - found 2022-09-27T15:29:14.7860198Z -- Looking for shm_unlink 2022-09-27T15:29:14.9966197Z -- Looking for shm_unlink - found 2022-09-27T15:29:14.9966503Z -- Looking for malloc_usable_size 2022-09-27T15:29:15.1999870Z -- Looking for malloc_usable_size - found 2022-09-27T15:29:15.2002711Z -- Performing Test C_HAS_THREAD 2022-09-27T15:29:15.4019945Z -- Performing Test C_HAS_THREAD - Success 2022-09-27T15:29:15.4056374Z -- Version: 7.0.3 2022-09-27T15:29:15.4056792Z -- Build type: Release 2022-09-27T15:29:15.4059137Z -- CXX_STANDARD: 14 2022-09-27T15:29:15.4065193Z -- Performing Test has_std_14_flag 2022-09-27T15:29:15.6228875Z -- Performing Test has_std_14_flag - Success 2022-09-27T15:29:15.6234073Z -- Performing Test has_std_1y_flag 2022-09-27T15:29:15.8300603Z -- Performing Test has_std_1y_flag - Success 2022-09-27T15:29:15.8302120Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-09-27T15:29:16.0484768Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-09-27T15:29:16.0485572Z -- Performing Test FMT_HAS_VARIANT 2022-09-27T15:29:16.2794193Z -- Performing Test FMT_HAS_VARIANT - Success 2022-09-27T15:29:16.2796474Z -- Required features: cxx_variadic_templates 2022-09-27T15:29:16.2802166Z -- Looking for strtod_l 2022-09-27T15:29:16.4636463Z -- Looking for strtod_l - not found 2022-09-27T15:29:16.4643189Z -- Using CPU-only version of Kineto 2022-09-27T15:29:16.4643617Z -- Configuring Kineto dependency: 2022-09-27T15:29:16.4644234Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-09-27T15:29:16.4644551Z -- KINETO_BUILD_TESTS = OFF 2022-09-27T15:29:16.4644776Z -- KINETO_LIBRARY_TYPE = static 2022-09-27T15:29:16.4799009Z -- Found PythonInterp: /var/lib/jenkins/workspace/venv/bin/python (found version "3.7.13") 2022-09-27T15:29:16.4801590Z INFO CUDA_SOURCE_DIR =  2022-09-27T15:29:16.4802042Z INFO ROCM_SOURCE_DIR =  2022-09-27T15:29:16.4914293Z INFO CUPTI unavailable or disabled - not building GPU profilers 2022-09-27T15:29:16.5137082Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-09-27T15:29:16.5137795Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-09-27T15:29:16.5138148Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2022-09-27T15:29:16.5138439Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-09-27T15:29:16.5141831Z -- Configured Kineto (CPU) 2022-09-27T15:29:16.5149427Z -- GCC 7.5.0: Adding gcc and gcc_s libs to link line 2022-09-27T15:29:16.5157574Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-09-27T15:29:16.7534783Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-09-27T15:29:16.7542410Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-09-27T15:29:16.9571633Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-09-27T15:29:16.9579181Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-09-27T15:29:17.1610517Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-09-27T15:29:17.1617397Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-09-27T15:29:17.3650389Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-09-27T15:29:17.3657922Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-09-27T15:29:17.5703518Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-09-27T15:29:17.5710666Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-09-27T15:29:17.7818607Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-09-27T15:29:17.7825816Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-09-27T15:29:17.9911553Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-09-27T15:29:17.9917906Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-09-27T15:29:18.2113939Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-09-27T15:29:18.2121129Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-09-27T15:29:18.4156596Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-09-27T15:29:18.4165158Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-09-27T15:29:18.6227561Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-09-27T15:29:18.6235734Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-09-27T15:29:18.8303308Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-09-27T15:29:18.8311582Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-09-27T15:29:19.0460854Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-09-27T15:29:19.0469489Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-09-27T15:29:19.2553238Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-09-27T15:29:19.2560633Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-09-27T15:29:19.4609777Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-09-27T15:29:19.4618221Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-09-27T15:29:19.6657593Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-09-27T15:29:19.6665703Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-09-27T15:29:19.8135767Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-09-27T15:29:19.8143742Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-09-27T15:29:20.0196149Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-09-27T15:29:20.0203883Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-09-27T15:29:20.2233796Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-09-27T15:29:20.2240890Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-09-27T15:29:20.4571346Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-09-27T15:29:20.4578795Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-09-27T15:29:20.6925694Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-09-27T15:29:20.6932601Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-09-27T15:29:20.9000947Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-09-27T15:29:20.9007156Z -- Performing Test HAS_WERROR_FORMAT 2022-09-27T15:29:21.1436724Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-09-27T15:29:21.1443171Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-09-27T15:29:21.2900390Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-09-27T15:29:21.2906536Z -- Performing Test HAS_WERROR_SIGN_COMPARE 2022-09-27T15:29:21.5052227Z -- Performing Test HAS_WERROR_SIGN_COMPARE - Success 2022-09-27T15:29:21.5058975Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-09-27T15:29:21.7257832Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-09-27T15:29:21.7303812Z -- Looking for backtrace 2022-09-27T15:29:21.9312650Z -- Looking for backtrace - found 2022-09-27T15:29:21.9314524Z -- backtrace facility detected in default set of libraries 2022-09-27T15:29:21.9320211Z -- Found Backtrace: /usr/include 2022-09-27T15:29:21.9321549Z -- don't use NUMA 2022-09-27T15:29:25.1249144Z -- headers outputs: 2022-09-27T15:29:31.8979980Z -- sources outputs: 2022-09-27T15:29:33.1530488Z -- declarations_yaml outputs: 2022-09-27T15:29:33.1585670Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-09-27T15:29:33.3829121Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-09-27T15:29:33.4133938Z -- Using ATen parallel backend: OMP 2022-09-27T15:29:33.4145581Z disabling CUDA because USE_CUDA is set false 2022-09-27T15:29:33.4563913Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-09-27T15:29:33.4564344Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-09-27T15:29:33.4564594Z of CMake. 2022-09-27T15:29:33.4564699Z 2022-09-27T15:29:33.4564912Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-09-27T15:29:33.4565289Z policies are deprecated and that a policy should be set to OLD only under 2022-09-27T15:29:33.4565665Z specific short-term circumstances. Projects should be ported to the NEW 2022-09-27T15:29:33.4565990Z behavior and not rely on setting a policy to OLD. 2022-09-27T15:29:33.4566138Z 2022-09-27T15:29:33.4566220Z  2022-09-27T15:29:33.4692087Z -- Found OpenSSL: /opt/openssl/lib/libcrypto.so (found version "1.1.1k") 2022-09-27T15:29:33.4715275Z -- Check size of long double 2022-09-27T15:29:33.6743351Z -- Check size of long double - done 2022-09-27T15:29:33.6744475Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-09-27T15:29:33.9085450Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-09-27T15:29:33.9086206Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-09-27T15:29:34.1619024Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-09-27T15:29:34.1620114Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-09-27T15:29:34.3909021Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-09-27T15:29:34.3910107Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-09-27T15:29:34.6254858Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-09-27T15:29:34.6256530Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-09-27T15:29:34.8510352Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-09-27T15:29:34.8511709Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-09-27T15:29:35.0796373Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-09-27T15:29:35.0798319Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-09-27T15:29:35.3120509Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-09-27T15:29:35.3121403Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-09-27T15:29:35.5397390Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-09-27T15:29:35.5432520Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-09-27T15:29:35.7458219Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-09-27T15:29:35.7459789Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-09-27T15:29:35.9524595Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-09-27T15:29:35.9525531Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-09-27T15:29:36.1605021Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-09-27T15:29:36.1605654Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-09-27T15:29:36.3612854Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-09-27T15:29:36.3728734Z -- Configuring build for SLEEF-v3.6.0 2022-09-27T15:29:36.3729369Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-09-27T15:29:36.3729885Z  Target processor: x86_64 2022-09-27T15:29:36.3730325Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-09-27T15:29:36.3730574Z  Host processor: x86_64 2022-09-27T15:29:36.3730852Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-09-27T15:29:36.3731100Z  CMake: 3.22.1 2022-09-27T15:29:36.3731361Z  Make program: /var/lib/jenkins/.local/bin/ninja 2022-09-27T15:29:36.3732032Z -- 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-09-27T15:29:36.3732430Z -- Building shared libs : OFF 2022-09-27T15:29:36.3732658Z -- Building static test bins: OFF 2022-09-27T15:29:36.3732898Z -- MPFR : LIB_MPFR-NOTFOUND 2022-09-27T15:29:36.3733131Z -- GMP : LIBGMP-NOTFOUND 2022-09-27T15:29:36.3733370Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-09-27T15:29:36.3733616Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-09-27T15:29:36.3733839Z -- OPENSSL : 1.1.1k 2022-09-27T15:29:36.3734115Z -- SDE : SDE_COMMAND-NOTFOUND 2022-09-27T15:29:36.3734338Z -- RUNNING_ON_TRAVIS : 2022-09-27T15:29:36.3734583Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-09-27T15:29:36.3833201Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-09-27T15:29:36.3833618Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-09-27T15:29:36.3834069Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-09-27T15:29:36.3834492Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-09-27T15:29:36.5292566Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-09-27T15:29:36.7567407Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-09-27T15:29:36.7574615Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-09-27T15:29:36.9970536Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-09-27T15:29:36.9979874Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-09-27T15:29:37.2229022Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-09-27T15:29:37.2246542Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-09-27T15:29:37.4421832Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-09-27T15:29:37.4439574Z CMake Warning (dev) at torch/CMakeLists.txt:473: 2022-09-27T15:29:37.4440105Z Syntax Warning in cmake code at column 107 2022-09-27T15:29:37.4440402Z 2022-09-27T15:29:37.4440635Z Argument not separated from preceding token by whitespace. 2022-09-27T15:29:37.4441036Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:37.4441282Z  2022-09-27T15:29:37.4441534Z CMake Warning (dev) at torch/CMakeLists.txt:473: 2022-09-27T15:29:37.4441767Z Syntax Warning in cmake code at column 115 2022-09-27T15:29:37.4441903Z 2022-09-27T15:29:37.4442031Z Argument not separated from preceding token by whitespace. 2022-09-27T15:29:37.4442377Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:37.4442610Z  2022-09-27T15:29:37.4804794Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:37.4805435Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-09-27T15:29:37.4805762Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:37.4806114Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:37.4806450Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:37.4806874Z Call Stack (most recent call first): 2022-09-27T15:29:37.4807250Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:37.4807525Z caffe2/CMakeLists.txt:1263 (find_package) 2022-09-27T15:29:37.4807862Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:37.4808095Z  2022-09-27T15:29:37.4808480Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-09-27T15:29:37.4808858Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-09-27T15:29:37.4809167Z does not match the name of the calling package (OpenMP). This can lead to 2022-09-27T15:29:37.4809451Z problems in calling code that expects `find_package` result variables 2022-09-27T15:29:37.4809922Z (e.g., `_FOUND`) to follow a certain pattern. 2022-09-27T15:29:37.4810148Z Call Stack (most recent call first): 2022-09-27T15:29:37.4810400Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-09-27T15:29:37.4810709Z caffe2/CMakeLists.txt:1263 (find_package) 2022-09-27T15:29:37.4811140Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-09-27T15:29:37.4811379Z  2022-09-27T15:29:37.4811757Z -- pytorch is compiling with OpenMP. 2022-09-27T15:29:37.4812058Z OpenMP CXX_FLAGS: -fopenmp. 2022-09-27T15:29:37.4812439Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-09-27T15:29:37.4814482Z -- Caffe2 is compiling with OpenMP. 2022-09-27T15:29:37.4814821Z OpenMP CXX_FLAGS: -fopenmp. 2022-09-27T15:29:37.4815197Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-09-27T15:29:37.5189969Z -- Using lib/python3.7/site-packages as python relative installation path 2022-09-27T15:29:37.5509689Z CMake Warning at CMakeLists.txt:1090 (message): 2022-09-27T15:29:37.5510098Z Generated cmake files are only fully tested if one builds with system glog, 2022-09-27T15:29:37.5510431Z gflags, and protobuf. Other settings may generate files that are not well 2022-09-27T15:29:37.5510659Z tested. 2022-09-27T15:29:37.5510757Z 2022-09-27T15:29:37.5510840Z  2022-09-27T15:29:37.5516085Z -- 2022-09-27T15:29:37.5516898Z -- ******** Summary ******** 2022-09-27T15:29:37.5517259Z -- General: 2022-09-27T15:29:37.5517589Z -- CMake version : 3.22.1 2022-09-27T15:29:37.5518042Z -- CMake command : /opt/conda/bin/cmake 2022-09-27T15:29:37.5518439Z -- System : Linux 2022-09-27T15:29:37.5518827Z -- C++ compiler : /opt/cache/bin/c++ 2022-09-27T15:29:37.5519161Z -- C++ compiler id : GNU 2022-09-27T15:29:37.5519512Z -- C++ compiler version : 7.5.0 2022-09-27T15:29:37.5519862Z -- Using ccache if found : ON 2022-09-27T15:29:37.5520310Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-09-27T15:29:37.5523045Z -- 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 -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -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 -Wno-stringop-overflow 2022-09-27T15:29:37.5525202Z -- Build type : Release 2022-09-27T15:29:37.5525943Z -- Compile definitions : 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-09-27T15:29:37.5526625Z -- CMAKE_PREFIX_PATH : /var/lib/jenkins/workspace/venv/lib/python3.7/site-packages 2022-09-27T15:29:37.5526990Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-09-27T15:29:37.5527245Z -- USE_GOLD_LINKER : OFF 2022-09-27T15:29:37.5527447Z -- 2022-09-27T15:29:37.5527663Z -- TORCH_VERSION : 1.13.0 2022-09-27T15:29:37.5527892Z -- CAFFE2_VERSION : 1.13.0 2022-09-27T15:29:37.5528127Z -- BUILD_CAFFE2 : OFF 2022-09-27T15:29:37.5528358Z -- BUILD_CAFFE2_OPS : OFF 2022-09-27T15:29:37.5528664Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2022-09-27T15:29:37.5528911Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-09-27T15:29:37.5529334Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-09-27T15:29:37.5529579Z -- BUILD_BINARY : OFF 2022-09-27T15:29:37.5529804Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-09-27T15:29:37.5530052Z -- Link local protobuf : ON 2022-09-27T15:29:37.5530289Z -- BUILD_DOCS : OFF 2022-09-27T15:29:37.5530509Z -- BUILD_PYTHON : True 2022-09-27T15:29:37.5530752Z -- Python version : 3.7.13 2022-09-27T15:29:37.5531072Z -- Python executable : /var/lib/jenkins/workspace/venv/bin/python 2022-09-27T15:29:37.5531349Z -- Pythonlibs version : 3.7.13 2022-09-27T15:29:37.5531654Z -- Python library : /opt/conda/lib/libpython3.7m.so.1.0 2022-09-27T15:29:37.5532056Z -- Python includes : /opt/conda/include/python3.7m 2022-09-27T15:29:37.5532384Z -- Python site-packages: lib/python3.7/site-packages 2022-09-27T15:29:37.5532643Z -- BUILD_SHARED_LIBS : ON 2022-09-27T15:29:37.5532910Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-09-27T15:29:37.5533159Z -- BUILD_TEST : True 2022-09-27T15:29:37.5533373Z -- BUILD_JNI : OFF 2022-09-27T15:29:37.5533605Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-09-27T15:29:37.5533893Z -- BUILD_LITE_INTERPRETER: OFF 2022-09-27T15:29:37.5534146Z -- INTERN_BUILD_MOBILE : 2022-09-27T15:29:37.5534384Z -- TRACING_BASED : OFF 2022-09-27T15:29:37.5534609Z -- USE_BLAS : 1 2022-09-27T15:29:37.5534819Z -- BLAS : mkl 2022-09-27T15:29:37.5535039Z -- BLAS_HAS_SBGEMM : 2022-09-27T15:29:37.5535447Z -- USE_LAPACK : 1 2022-09-27T15:29:37.5535666Z -- LAPACK : mkl 2022-09-27T15:29:37.5535890Z -- USE_ASAN : OFF 2022-09-27T15:29:37.5536127Z -- USE_CPP_CODE_COVERAGE : OFF 2022-09-27T15:29:37.5536347Z -- USE_CUDA : OFF 2022-09-27T15:29:37.5536563Z -- USE_ROCM : OFF 2022-09-27T15:29:37.5536785Z -- USE_EIGEN_FOR_BLAS : 2022-09-27T15:29:37.5536998Z -- USE_FBGEMM : ON 2022-09-27T15:29:37.5537234Z -- USE_FAKELOWP : OFF 2022-09-27T15:29:37.5537456Z -- USE_KINETO : ON 2022-09-27T15:29:37.5537664Z -- USE_FFMPEG : OFF 2022-09-27T15:29:37.5537885Z -- USE_GFLAGS : OFF 2022-09-27T15:29:37.5538103Z -- USE_GLOG : OFF 2022-09-27T15:29:37.5538320Z -- USE_LEVELDB : OFF 2022-09-27T15:29:37.5538535Z -- USE_LITE_PROTO : OFF 2022-09-27T15:29:37.5538751Z -- USE_LMDB : OFF 2022-09-27T15:29:37.5538971Z -- USE_METAL : OFF 2022-09-27T15:29:37.5539179Z -- USE_PYTORCH_METAL : OFF 2022-09-27T15:29:37.5539430Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-09-27T15:29:37.5539663Z -- USE_MPS : OFF 2022-09-27T15:29:37.5539867Z -- USE_FFTW : OFF 2022-09-27T15:29:37.5540081Z -- USE_MKL : ON 2022-09-27T15:29:37.5540297Z -- USE_MKLDNN : ON 2022-09-27T15:29:37.5540509Z -- USE_MKLDNN_ACL : OFF 2022-09-27T15:29:37.5540738Z -- USE_MKLDNN_CBLAS : OFF 2022-09-27T15:29:37.5540962Z -- USE_UCC : OFF 2022-09-27T15:29:37.5541163Z -- USE_ITT : ON 2022-09-27T15:29:37.5541380Z -- USE_NCCL : OFF 2022-09-27T15:29:37.5541603Z -- USE_NNPACK : ON 2022-09-27T15:29:37.5541814Z -- USE_NUMPY : ON 2022-09-27T15:29:37.5542039Z -- USE_OBSERVERS : ON 2022-09-27T15:29:37.5542270Z -- USE_OPENCL : OFF 2022-09-27T15:29:37.5542481Z -- USE_OPENCV : OFF 2022-09-27T15:29:37.5542701Z -- USE_OPENMP : ON 2022-09-27T15:29:37.5542924Z -- USE_TBB : OFF 2022-09-27T15:29:37.5543136Z -- USE_VULKAN : OFF 2022-09-27T15:29:37.5543360Z -- USE_PROF : OFF 2022-09-27T15:29:37.5543582Z -- USE_QNNPACK : ON 2022-09-27T15:29:37.5543801Z -- USE_PYTORCH_QNNPACK : ON 2022-09-27T15:29:37.5544031Z -- USE_XNNPACK : ON 2022-09-27T15:29:37.5544251Z -- USE_REDIS : OFF 2022-09-27T15:29:37.5544546Z -- USE_ROCKSDB : OFF 2022-09-27T15:29:37.5544774Z -- USE_ZMQ : OFF 2022-09-27T15:29:37.5544998Z -- USE_DISTRIBUTED : ON 2022-09-27T15:29:37.5545228Z -- USE_MPI : OFF 2022-09-27T15:29:37.5545440Z -- USE_GLOO : ON 2022-09-27T15:29:37.5545682Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-09-27T15:29:37.5545920Z -- USE_TENSORPIPE : ON 2022-09-27T15:29:37.5546138Z -- USE_DEPLOY : OFF 2022-09-27T15:29:37.5546586Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-09-27T15:29:37.5547197Z -- 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-09-27T15:29:37.5547657Z -- USE_COREML_DELEGATE : OFF 2022-09-27T15:29:37.5547901Z -- BUILD_LAZY_TS_BACKEND : ON 2022-09-27T15:29:37.5618971Z -- Configuring done 2022-09-27T15:29:38.3190883Z CMake Warning at caffe2/CMakeLists.txt:807 (add_library): 2022-09-27T15:29:38.3191486Z Cannot generate a safe runtime search path for target torch_cpu because 2022-09-27T15:29:38.3192033Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3192468Z directories: 2022-09-27T15:29:38.3192660Z 2022-09-27T15:29:38.3193104Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3193553Z /opt/conda/lib 2022-09-27T15:29:38.3193755Z 2022-09-27T15:29:38.3194522Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3194786Z 2022-09-27T15:29:38.3194921Z  2022-09-27T15:29:38.3284243Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3284823Z Cannot generate a safe runtime search path for target Dict_test because 2022-09-27T15:29:38.3285307Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3285684Z directories: 2022-09-27T15:29:38.3285866Z 2022-09-27T15:29:38.3286312Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3286747Z /opt/conda/lib 2022-09-27T15:29:38.3286917Z 2022-09-27T15:29:38.3287107Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3287358Z 2022-09-27T15:29:38.3287497Z  2022-09-27T15:29:38.3313810Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3314347Z Cannot generate a safe runtime search path for target Dimname_test because 2022-09-27T15:29:38.3314872Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3315281Z directories: 2022-09-27T15:29:38.3315451Z 2022-09-27T15:29:38.3315875Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3316282Z /opt/conda/lib 2022-09-27T15:29:38.3316461Z 2022-09-27T15:29:38.3316645Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3316884Z 2022-09-27T15:29:38.3317035Z  2022-09-27T15:29:38.3343603Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3344165Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-09-27T15:29:38.3344686Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3345084Z directories: 2022-09-27T15:29:38.3345250Z 2022-09-27T15:29:38.3345672Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3346083Z /opt/conda/lib 2022-09-27T15:29:38.3346272Z 2022-09-27T15:29:38.3346464Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3346702Z 2022-09-27T15:29:38.3346824Z  2022-09-27T15:29:38.3373686Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3374217Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-09-27T15:29:38.3374928Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3375521Z directories: 2022-09-27T15:29:38.3375708Z 2022-09-27T15:29:38.3376126Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3376538Z /opt/conda/lib 2022-09-27T15:29:38.3376715Z 2022-09-27T15:29:38.3376907Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3377133Z 2022-09-27T15:29:38.3377266Z  2022-09-27T15:29:38.3404129Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3404675Z Cannot generate a safe runtime search path for target apply_utils_test 2022-09-27T15:29:38.3405350Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3405762Z directories: 2022-09-27T15:29:38.3405934Z 2022-09-27T15:29:38.3406356Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3406780Z /opt/conda/lib 2022-09-27T15:29:38.3406951Z 2022-09-27T15:29:38.3407132Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3407377Z 2022-09-27T15:29:38.3407518Z  2022-09-27T15:29:38.3433805Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3434361Z Cannot generate a safe runtime search path for target atest because files 2022-09-27T15:29:38.3434892Z in some directories may conflict with libraries in implicit directories: 2022-09-27T15:29:38.3435190Z 2022-09-27T15:29:38.3435602Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3436044Z /opt/conda/lib 2022-09-27T15:29:38.3436217Z 2022-09-27T15:29:38.3436388Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3436638Z 2022-09-27T15:29:38.3436771Z  2022-09-27T15:29:38.3463660Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3464233Z Cannot generate a safe runtime search path for target basic because files 2022-09-27T15:29:38.3464749Z in some directories may conflict with libraries in implicit directories: 2022-09-27T15:29:38.3465040Z 2022-09-27T15:29:38.3465453Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3465875Z /opt/conda/lib 2022-09-27T15:29:38.3466047Z 2022-09-27T15:29:38.3466221Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3466472Z 2022-09-27T15:29:38.3466603Z  2022-09-27T15:29:38.3493799Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3494347Z Cannot generate a safe runtime search path for target broadcast_test 2022-09-27T15:29:38.3494852Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3495406Z directories: 2022-09-27T15:29:38.3495588Z 2022-09-27T15:29:38.3496008Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3496420Z /opt/conda/lib 2022-09-27T15:29:38.3496596Z 2022-09-27T15:29:38.3496782Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3497030Z 2022-09-27T15:29:38.3497165Z  2022-09-27T15:29:38.3524372Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3524896Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-09-27T15:29:38.3525432Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3525833Z directories: 2022-09-27T15:29:38.3526018Z 2022-09-27T15:29:38.3526435Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3526842Z /opt/conda/lib 2022-09-27T15:29:38.3527020Z 2022-09-27T15:29:38.3527209Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3527459Z 2022-09-27T15:29:38.3527598Z  2022-09-27T15:29:38.3553680Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3554210Z Cannot generate a safe runtime search path for target 2022-09-27T15:29:38.3554706Z cpu_profiling_allocator_test because files in some directories may conflict 2022-09-27T15:29:38.3555167Z with libraries in implicit directories: 2022-09-27T15:29:38.3555383Z 2022-09-27T15:29:38.3555806Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3556214Z /opt/conda/lib 2022-09-27T15:29:38.3556397Z 2022-09-27T15:29:38.3556584Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3556963Z 2022-09-27T15:29:38.3557093Z  2022-09-27T15:29:38.3583446Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3584006Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-09-27T15:29:38.3584519Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3584896Z directories: 2022-09-27T15:29:38.3585084Z 2022-09-27T15:29:38.3585505Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3585928Z /opt/conda/lib 2022-09-27T15:29:38.3586110Z 2022-09-27T15:29:38.3586304Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3586526Z 2022-09-27T15:29:38.3586662Z  2022-09-27T15:29:38.3612861Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3613415Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-09-27T15:29:38.3613949Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3614360Z directories: 2022-09-27T15:29:38.3614533Z 2022-09-27T15:29:38.3614961Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3615566Z /opt/conda/lib 2022-09-27T15:29:38.3615739Z 2022-09-27T15:29:38.3615929Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3616176Z 2022-09-27T15:29:38.3616321Z  2022-09-27T15:29:38.3642716Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3643259Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-09-27T15:29:38.3643790Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3644185Z directories: 2022-09-27T15:29:38.3644365Z 2022-09-27T15:29:38.3644780Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3645189Z /opt/conda/lib 2022-09-27T15:29:38.3645369Z 2022-09-27T15:29:38.3645558Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3645795Z 2022-09-27T15:29:38.3645934Z  2022-09-27T15:29:38.3672420Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3672937Z Cannot generate a safe runtime search path for target 2022-09-27T15:29:38.3673448Z extension_backend_test because files in some directories may conflict with 2022-09-27T15:29:38.3673905Z libraries in implicit directories: 2022-09-27T15:29:38.3674131Z 2022-09-27T15:29:38.3674536Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3674957Z /opt/conda/lib 2022-09-27T15:29:38.3675138Z 2022-09-27T15:29:38.3675332Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3675572Z 2022-09-27T15:29:38.3675709Z  2022-09-27T15:29:38.3701766Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3702325Z Cannot generate a safe runtime search path for target half_test because 2022-09-27T15:29:38.3702834Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3703203Z directories: 2022-09-27T15:29:38.3703380Z 2022-09-27T15:29:38.3703798Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3704362Z /opt/conda/lib 2022-09-27T15:29:38.3704550Z 2022-09-27T15:29:38.3704743Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3704964Z 2022-09-27T15:29:38.3705107Z  2022-09-27T15:29:38.3731157Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3731715Z Cannot generate a safe runtime search path for target ivalue_test because 2022-09-27T15:29:38.3732261Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3732690Z directories: 2022-09-27T15:29:38.3733124Z 2022-09-27T15:29:38.3733374Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3733628Z /opt/conda/lib 2022-09-27T15:29:38.3733725Z 2022-09-27T15:29:38.3733840Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3733985Z 2022-09-27T15:29:38.3734065Z  2022-09-27T15:29:38.3758939Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3759457Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-09-27T15:29:38.3760024Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3760264Z directories: 2022-09-27T15:29:38.3760370Z 2022-09-27T15:29:38.3760607Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3760841Z /opt/conda/lib 2022-09-27T15:29:38.3760948Z 2022-09-27T15:29:38.3761061Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3761210Z 2022-09-27T15:29:38.3761290Z  2022-09-27T15:29:38.3787343Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3787841Z Cannot generate a safe runtime search path for target math_kernel_test 2022-09-27T15:29:38.3788396Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3788635Z directories: 2022-09-27T15:29:38.3788740Z 2022-09-27T15:29:38.3788967Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3789210Z /opt/conda/lib 2022-09-27T15:29:38.3789318Z 2022-09-27T15:29:38.3789431Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3791215Z 2022-09-27T15:29:38.3791601Z  2022-09-27T15:29:38.3816171Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3816740Z Cannot generate a safe runtime search path for target memory_format_test 2022-09-27T15:29:38.3817325Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3817755Z directories: 2022-09-27T15:29:38.3817944Z 2022-09-27T15:29:38.3818335Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3818583Z /opt/conda/lib 2022-09-27T15:29:38.3818692Z 2022-09-27T15:29:38.3818807Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3818944Z 2022-09-27T15:29:38.3819025Z  2022-09-27T15:29:38.3844061Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3844579Z Cannot generate a safe runtime search path for target 2022-09-27T15:29:38.3844974Z memory_overlapping_test because files in some directories may conflict with 2022-09-27T15:29:38.3845242Z libraries in implicit directories: 2022-09-27T15:29:38.3845375Z 2022-09-27T15:29:38.3845613Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3845865Z /opt/conda/lib 2022-09-27T15:29:38.3845960Z 2022-09-27T15:29:38.3846073Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3846219Z 2022-09-27T15:29:38.3846299Z  2022-09-27T15:29:38.3871941Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3872491Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-09-27T15:29:38.3873090Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3873330Z directories: 2022-09-27T15:29:38.3873436Z 2022-09-27T15:29:38.3873674Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3873907Z /opt/conda/lib 2022-09-27T15:29:38.3874015Z 2022-09-27T15:29:38.3874128Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3874272Z 2022-09-27T15:29:38.3874349Z  2022-09-27T15:29:38.3900275Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3900975Z Cannot generate a safe runtime search path for target native_test because 2022-09-27T15:29:38.3901304Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3901528Z directories: 2022-09-27T15:29:38.3901635Z 2022-09-27T15:29:38.3901858Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3902108Z /opt/conda/lib 2022-09-27T15:29:38.3902217Z 2022-09-27T15:29:38.3902328Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3902472Z 2022-09-27T15:29:38.3902551Z  2022-09-27T15:29:38.3929581Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3930070Z Cannot generate a safe runtime search path for target operator_name_test 2022-09-27T15:29:38.3930666Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3930978Z directories: 2022-09-27T15:29:38.3931091Z 2022-09-27T15:29:38.3931327Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3931572Z /opt/conda/lib 2022-09-27T15:29:38.3931679Z 2022-09-27T15:29:38.3931794Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3931938Z 2022-09-27T15:29:38.3932003Z  2022-09-27T15:29:38.3957975Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3958478Z Cannot generate a safe runtime search path for target operators_test 2022-09-27T15:29:38.3959057Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.3959281Z directories: 2022-09-27T15:29:38.3959385Z 2022-09-27T15:29:38.3959619Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3959864Z /opt/conda/lib 2022-09-27T15:29:38.3960040Z 2022-09-27T15:29:38.3960144Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3960293Z 2022-09-27T15:29:38.3960373Z  2022-09-27T15:29:38.3985712Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.3986098Z Cannot generate a safe runtime search path for target 2022-09-27T15:29:38.3986391Z packedtensoraccessor_test because files in some directories may conflict 2022-09-27T15:29:38.3986664Z with libraries in implicit directories: 2022-09-27T15:29:38.3986808Z 2022-09-27T15:29:38.3987041Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.3987277Z /opt/conda/lib 2022-09-27T15:29:38.3987384Z 2022-09-27T15:29:38.3987497Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.3987639Z 2022-09-27T15:29:38.3987716Z  2022-09-27T15:29:38.4013409Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4013907Z Cannot generate a safe runtime search path for target pow_test because 2022-09-27T15:29:38.4014438Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4014666Z directories: 2022-09-27T15:29:38.4014770Z 2022-09-27T15:29:38.4014992Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4015238Z /opt/conda/lib 2022-09-27T15:29:38.4015500Z 2022-09-27T15:29:38.4015612Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4015867Z 2022-09-27T15:29:38.4015949Z  2022-09-27T15:29:38.4041704Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4042192Z Cannot generate a safe runtime search path for target quantized_test 2022-09-27T15:29:38.4042753Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4042992Z directories: 2022-09-27T15:29:38.4043085Z 2022-09-27T15:29:38.4043317Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4043679Z /opt/conda/lib 2022-09-27T15:29:38.4043786Z 2022-09-27T15:29:38.4043898Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4044042Z 2022-09-27T15:29:38.4044108Z  2022-09-27T15:29:38.4069472Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4070009Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-09-27T15:29:38.4070464Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4070685Z directories: 2022-09-27T15:29:38.4070790Z 2022-09-27T15:29:38.4071024Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4071267Z /opt/conda/lib 2022-09-27T15:29:38.4071375Z 2022-09-27T15:29:38.4071476Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4071617Z 2022-09-27T15:29:38.4071694Z  2022-09-27T15:29:38.4097302Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4097775Z Cannot generate a safe runtime search path for target 2022-09-27T15:29:38.4098321Z reportMemoryUsage_test because files in some directories may conflict with 2022-09-27T15:29:38.4098645Z libraries in implicit directories: 2022-09-27T15:29:38.4098776Z 2022-09-27T15:29:38.4099011Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4099248Z /opt/conda/lib 2022-09-27T15:29:38.4099357Z 2022-09-27T15:29:38.4099469Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4099611Z 2022-09-27T15:29:38.4099689Z  2022-09-27T15:29:38.4125049Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4125569Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-09-27T15:29:38.4126031Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4126266Z directories: 2022-09-27T15:29:38.4126371Z 2022-09-27T15:29:38.4126610Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4126843Z /opt/conda/lib 2022-09-27T15:29:38.4126950Z 2022-09-27T15:29:38.4127063Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4127205Z 2022-09-27T15:29:38.4127282Z  2022-09-27T15:29:38.4152761Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4153289Z Cannot generate a safe runtime search path for target scalar_test because 2022-09-27T15:29:38.4153827Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4154096Z directories: 2022-09-27T15:29:38.4154188Z 2022-09-27T15:29:38.4154421Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4154667Z /opt/conda/lib 2022-09-27T15:29:38.4154773Z 2022-09-27T15:29:38.4154924Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4155110Z 2022-09-27T15:29:38.4155178Z  2022-09-27T15:29:38.4182665Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4183136Z Cannot generate a safe runtime search path for target 2022-09-27T15:29:38.4183687Z stride_properties_test because files in some directories may conflict with 2022-09-27T15:29:38.4184067Z libraries in implicit directories: 2022-09-27T15:29:38.4184200Z 2022-09-27T15:29:38.4184544Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4184795Z /opt/conda/lib 2022-09-27T15:29:38.4184900Z 2022-09-27T15:29:38.4185015Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4185146Z 2022-09-27T15:29:38.4185225Z  2022-09-27T15:29:38.4210716Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4211092Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-09-27T15:29:38.4211606Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4212174Z directories: 2022-09-27T15:29:38.4212334Z 2022-09-27T15:29:38.4212768Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4213218Z /opt/conda/lib 2022-09-27T15:29:38.4213397Z 2022-09-27T15:29:38.4213602Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4213873Z 2022-09-27T15:29:38.4214017Z  2022-09-27T15:29:38.4239159Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4239661Z Cannot generate a safe runtime search path for target test_parallel because 2022-09-27T15:29:38.4240226Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4240454Z directories: 2022-09-27T15:29:38.4240560Z 2022-09-27T15:29:38.4240796Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4241035Z /opt/conda/lib 2022-09-27T15:29:38.4241143Z 2022-09-27T15:29:38.4241255Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4241398Z 2022-09-27T15:29:38.4241476Z  2022-09-27T15:29:38.4267278Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4267783Z Cannot generate a safe runtime search path for target thread_init_test 2022-09-27T15:29:38.4268341Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4268577Z directories: 2022-09-27T15:29:38.4268681Z 2022-09-27T15:29:38.4268902Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4269145Z /opt/conda/lib 2022-09-27T15:29:38.4269252Z 2022-09-27T15:29:38.4269365Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4269507Z 2022-09-27T15:29:38.4269585Z  2022-09-27T15:29:38.4295191Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4295808Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-09-27T15:29:38.4296376Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4296603Z directories: 2022-09-27T15:29:38.4296709Z 2022-09-27T15:29:38.4296944Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4297196Z /opt/conda/lib 2022-09-27T15:29:38.4297305Z 2022-09-27T15:29:38.4297417Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4297549Z 2022-09-27T15:29:38.4297626Z  2022-09-27T15:29:38.4323396Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4323840Z Cannot generate a safe runtime search path for target type_test because 2022-09-27T15:29:38.4324396Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4324686Z directories: 2022-09-27T15:29:38.4324791Z 2022-09-27T15:29:38.4325029Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4325275Z /opt/conda/lib 2022-09-27T15:29:38.4325369Z 2022-09-27T15:29:38.4325483Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4325624Z 2022-09-27T15:29:38.4325702Z  2022-09-27T15:29:38.4351362Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4352025Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-09-27T15:29:38.4352500Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4352734Z directories: 2022-09-27T15:29:38.4352840Z 2022-09-27T15:29:38.4353074Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4353306Z /opt/conda/lib 2022-09-27T15:29:38.4353413Z 2022-09-27T15:29:38.4353526Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4353730Z 2022-09-27T15:29:38.4353809Z  2022-09-27T15:29:38.4379651Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4380135Z Cannot generate a safe runtime search path for target variant_test because 2022-09-27T15:29:38.4380698Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4380929Z directories: 2022-09-27T15:29:38.4381036Z 2022-09-27T15:29:38.4381258Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4381505Z /opt/conda/lib 2022-09-27T15:29:38.4381613Z 2022-09-27T15:29:38.4381726Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4381868Z 2022-09-27T15:29:38.4381949Z  2022-09-27T15:29:38.4408607Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4409141Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-09-27T15:29:38.4409673Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4409901Z directories: 2022-09-27T15:29:38.4410050Z 2022-09-27T15:29:38.4410336Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4410642Z /opt/conda/lib 2022-09-27T15:29:38.4410749Z 2022-09-27T15:29:38.4410863Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4411009Z 2022-09-27T15:29:38.4411075Z  2022-09-27T15:29:38.4437306Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4437804Z Cannot generate a safe runtime search path for target vmap_test because 2022-09-27T15:29:38.4438310Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4438522Z directories: 2022-09-27T15:29:38.4438627Z 2022-09-27T15:29:38.4438860Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4439101Z /opt/conda/lib 2022-09-27T15:29:38.4439213Z 2022-09-27T15:29:38.4439313Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4439456Z 2022-09-27T15:29:38.4439534Z  2022-09-27T15:29:38.4465563Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4466086Z Cannot generate a safe runtime search path for target weakref_test because 2022-09-27T15:29:38.4466631Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4466924Z directories: 2022-09-27T15:29:38.4467049Z 2022-09-27T15:29:38.4467282Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4467515Z /opt/conda/lib 2022-09-27T15:29:38.4467623Z 2022-09-27T15:29:38.4467736Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4467879Z 2022-09-27T15:29:38.4467956Z  2022-09-27T15:29:38.4493505Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4494029Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-09-27T15:29:38.4494484Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4494708Z directories: 2022-09-27T15:29:38.4494813Z 2022-09-27T15:29:38.4495030Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4495433Z /opt/conda/lib 2022-09-27T15:29:38.4495681Z 2022-09-27T15:29:38.4495797Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4495941Z 2022-09-27T15:29:38.4496024Z  2022-09-27T15:29:38.4521694Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4522210Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-09-27T15:29:38.4522772Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4523176Z directories: 2022-09-27T15:29:38.4523367Z 2022-09-27T15:29:38.4523782Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4524165Z /opt/conda/lib 2022-09-27T15:29:38.4524271Z 2022-09-27T15:29:38.4524384Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4524527Z 2022-09-27T15:29:38.4524595Z  2022-09-27T15:29:38.4549827Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4550364Z Cannot generate a safe runtime search path for target IListRef_test because 2022-09-27T15:29:38.4550874Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4551087Z directories: 2022-09-27T15:29:38.4551192Z 2022-09-27T15:29:38.4551424Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4551669Z /opt/conda/lib 2022-09-27T15:29:38.4551776Z 2022-09-27T15:29:38.4551875Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4552017Z 2022-09-27T15:29:38.4552097Z  2022-09-27T15:29:38.4578054Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4578564Z Cannot generate a safe runtime search path for target List_test because 2022-09-27T15:29:38.4579089Z files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4579462Z directories: 2022-09-27T15:29:38.4579568Z 2022-09-27T15:29:38.4579804Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4580035Z /opt/conda/lib 2022-09-27T15:29:38.4580141Z 2022-09-27T15:29:38.4580254Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4580396Z 2022-09-27T15:29:38.4580476Z  2022-09-27T15:29:38.4606331Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4606865Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-09-27T15:29:38.4607355Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4607596Z directories: 2022-09-27T15:29:38.4607700Z 2022-09-27T15:29:38.4607935Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4608168Z /opt/conda/lib 2022-09-27T15:29:38.4608275Z 2022-09-27T15:29:38.4608388Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4608532Z 2022-09-27T15:29:38.4608613Z  2022-09-27T15:29:38.4634396Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4634824Z Cannot generate a safe runtime search path for target 2022-09-27T15:29:38.4635120Z kernel_function_legacy_test because files in some directories may conflict 2022-09-27T15:29:38.4649068Z with libraries in implicit directories: 2022-09-27T15:29:38.4649234Z 2022-09-27T15:29:38.4649520Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4649760Z /opt/conda/lib 2022-09-27T15:29:38.4649879Z 2022-09-27T15:29:38.4649998Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4650147Z 2022-09-27T15:29:38.4650231Z  2022-09-27T15:29:38.4663390Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4663888Z Cannot generate a safe runtime search path for target kernel_function_test 2022-09-27T15:29:38.4664631Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4665075Z directories: 2022-09-27T15:29:38.4665269Z 2022-09-27T15:29:38.4665683Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4665961Z /opt/conda/lib 2022-09-27T15:29:38.4666067Z 2022-09-27T15:29:38.4666180Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4666324Z 2022-09-27T15:29:38.4666404Z  2022-09-27T15:29:38.4691563Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4692139Z Cannot generate a safe runtime search path for target 2022-09-27T15:29:38.4692697Z kernel_lambda_legacy_test because files in some directories may conflict 2022-09-27T15:29:38.4693010Z with libraries in implicit directories: 2022-09-27T15:29:38.4693149Z 2022-09-27T15:29:38.4693384Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4693631Z /opt/conda/lib 2022-09-27T15:29:38.4693742Z 2022-09-27T15:29:38.4693855Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4693998Z 2022-09-27T15:29:38.4694064Z  2022-09-27T15:29:38.4719840Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4720285Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-09-27T15:29:38.4720743Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4721167Z directories: 2022-09-27T15:29:38.4721358Z 2022-09-27T15:29:38.4721642Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4721893Z /opt/conda/lib 2022-09-27T15:29:38.4722000Z 2022-09-27T15:29:38.4722106Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4722249Z 2022-09-27T15:29:38.4722326Z  2022-09-27T15:29:38.4748342Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4748795Z Cannot generate a safe runtime search path for target 2022-09-27T15:29:38.4749336Z kernel_stackbased_test because files in some directories may conflict with 2022-09-27T15:29:38.4749627Z libraries in implicit directories: 2022-09-27T15:29:38.4749760Z 2022-09-27T15:29:38.4749993Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4750228Z /opt/conda/lib 2022-09-27T15:29:38.4750333Z 2022-09-27T15:29:38.4750444Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4750587Z 2022-09-27T15:29:38.4750667Z  2022-09-27T15:29:38.4777144Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4777624Z Cannot generate a safe runtime search path for target 2022-09-27T15:29:38.4778137Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-09-27T15:29:38.4778417Z conflict with libraries in implicit directories: 2022-09-27T15:29:38.4778562Z 2022-09-27T15:29:38.4778799Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4779034Z /opt/conda/lib 2022-09-27T15:29:38.4779141Z 2022-09-27T15:29:38.4779253Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4779395Z 2022-09-27T15:29:38.4779472Z  2022-09-27T15:29:38.4822953Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4823501Z Cannot generate a safe runtime search path for target CppSignature_test 2022-09-27T15:29:38.4824029Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4824274Z directories: 2022-09-27T15:29:38.4824368Z 2022-09-27T15:29:38.4824600Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4824849Z /opt/conda/lib 2022-09-27T15:29:38.4824956Z 2022-09-27T15:29:38.4825070Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4825314Z 2022-09-27T15:29:38.4825383Z  2022-09-27T15:29:38.4851010Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4851555Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-09-27T15:29:38.4852094Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4852320Z directories: 2022-09-27T15:29:38.4852428Z 2022-09-27T15:29:38.4852662Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4852998Z /opt/conda/lib 2022-09-27T15:29:38.4853107Z 2022-09-27T15:29:38.4853208Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4853353Z 2022-09-27T15:29:38.4853436Z  2022-09-27T15:29:38.4879379Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4879886Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-09-27T15:29:38.4880496Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4880745Z directories: 2022-09-27T15:29:38.4880850Z 2022-09-27T15:29:38.4881085Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4881334Z /opt/conda/lib 2022-09-27T15:29:38.4881429Z 2022-09-27T15:29:38.4881542Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4881689Z 2022-09-27T15:29:38.4881771Z  2022-09-27T15:29:38.4907383Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4907883Z Cannot generate a safe runtime search path for target op_registration_test 2022-09-27T15:29:38.4908471Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4908712Z directories: 2022-09-27T15:29:38.4908819Z 2022-09-27T15:29:38.4909055Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4909291Z /opt/conda/lib 2022-09-27T15:29:38.4909398Z 2022-09-27T15:29:38.4909512Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4909654Z 2022-09-27T15:29:38.4909732Z  2022-09-27T15:29:38.4935009Z CMake Warning at caffe2/CMakeLists.txt:1830 (add_executable): 2022-09-27T15:29:38.4935637Z Cannot generate a safe runtime search path for target inline_container_test 2022-09-27T15:29:38.4936089Z because files in some directories may conflict with libraries in implicit 2022-09-27T15:29:38.4936331Z directories: 2022-09-27T15:29:38.4936444Z 2022-09-27T15:29:38.4936669Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-09-27T15:29:38.4936916Z /opt/conda/lib 2022-09-27T15:29:38.4937026Z 2022-09-27T15:29:38.4937143Z Some of these libraries may not be found correctly. 2022-09-27T15:29:38.4937288Z 2022-09-27T15:29:38.4937367Z  2022-09-27T15:29:39.4973074Z -- Generating done 2022-09-27T15:29:39.6787233Z CMake Warning: 2022-09-27T15:29:39.6787782Z Manually-specified variables were not used by the project: 2022-09-27T15:29:39.6787955Z 2022-09-27T15:29:39.6788041Z BUILD_ENVIRONMENT 2022-09-27T15:29:39.6788161Z 2022-09-27T15:29:39.6788246Z  2022-09-27T15:29:39.6809542Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-09-27T15:29:39.7557719Z cmake --build . --target install --config Release -- -j 6 2022-09-27T15:29:39.9182082Z 2022-09-27T15:29:39.9184246Z [0/4] Generating ATen declarations_yaml 2022-09-27T15:29:39.9187852Z [0/4] Generating ATen sources 2022-09-27T15:29:43.9583211Z [0/4] Generating ATen headers 2022-09-27T15:29:46.9641504Z [1/4] Generating ATen declarations_yaml 2022-09-27T15:29:48.4404262Z [2/4] Generating ATen headers 2022-09-27T15:29:48.4406950Z [3/4] Generating ATen sources 2022-09-27T15:29:48.5053224Z 2022-09-27T15:29:48.5056397Z [0/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-09-27T15:29:48.5057725Z [0/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-09-27T15:29:48.5059990Z [0/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-09-27T15:29:48.5068482Z [0/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-09-27T15:29:48.5069579Z [0/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-09-27T15:29:48.6416673Z [0/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-09-27T15:29:48.6418564Z [1/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-09-27T15:29:48.6796570Z [1/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-09-27T15:29:48.6797166Z [2/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-09-27T15:29:48.6834445Z [2/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-09-27T15:29:48.6835093Z [3/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-09-27T15:29:48.6895703Z [3/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-09-27T15:29:48.6896723Z [4/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-09-27T15:29:48.6900426Z [4/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-09-27T15:29:48.6901390Z [5/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-09-27T15:29:48.7168403Z [5/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-09-27T15:29:48.7169527Z [6/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-09-27T15:29:48.7392948Z [6/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-09-27T15:29:48.7394008Z [7/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-09-27T15:29:48.7837788Z [7/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-09-27T15:29:48.7838660Z [8/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-09-27T15:29:48.8066770Z [8/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-09-27T15:29:48.8067874Z [9/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-09-27T15:29:48.8258098Z [9/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-09-27T15:29:48.8259125Z [10/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-09-27T15:29:48.8364384Z [10/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-09-27T15:29:48.8365443Z [11/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-09-27T15:29:48.8468863Z [11/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-09-27T15:29:48.8469918Z [12/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-09-27T15:29:48.8736374Z [12/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-09-27T15:29:48.8737469Z [13/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-09-27T15:29:48.9327429Z [13/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-09-27T15:29:48.9328325Z [14/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-09-27T15:29:48.9425408Z [14/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-09-27T15:29:48.9426524Z [15/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-09-27T15:29:48.9440166Z In file included from /usr/include/string.h:495:0, 2022-09-27T15:29:48.9440786Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-09-27T15:29:48.9441450Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-09-27T15:29:48.9442105Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-09-27T15:29:48.9442764Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-09-27T15:29:48.9443410Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-09-27T15:29:48.9445845Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:48.9447067Z 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-09-27T15:29:48.9448069Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:29:48.9449042Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:29:48.9449909Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:48.9450407Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:48.9450696Z ^ 2022-09-27T15:29:48.9450990Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:48.9451632Z 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-09-27T15:29:48.9452604Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-09-27T15:29:48.9453513Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:48.9454095Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:48.9454348Z ^ 2022-09-27T15:29:48.9454631Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:48.9455609Z 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-09-27T15:29:48.9456839Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:29:48.9457879Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:29:48.9459030Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:48.9459696Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:48.9459979Z ^ 2022-09-27T15:29:48.9460363Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:48.9461324Z 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-09-27T15:29:48.9462407Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:29:48.9463554Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-09-27T15:29:48.9464657Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:48.9465250Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:48.9465499Z ^ 2022-09-27T15:29:48.9465884Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:48.9466528Z 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-09-27T15:29:48.9467667Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:29:48.9468454Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:29:48.9469386Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:48.9469907Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:48.9470240Z ^ 2022-09-27T15:29:48.9470567Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:48.9471203Z 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-09-27T15:29:48.9472035Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:29:48.9473049Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-09-27T15:29:48.9474120Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:48.9474681Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:48.9475016Z ^ 2022-09-27T15:29:48.9475150Z 2022-09-27T15:29:48.9575681Z [15/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-09-27T15:29:48.9576781Z [16/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-09-27T15:29:48.9844449Z [16/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-09-27T15:29:48.9845506Z [17/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-09-27T15:29:49.0050177Z [17/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-09-27T15:29:49.0051341Z [18/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-09-27T15:29:49.0357590Z [18/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-09-27T15:29:49.0358183Z [19/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-09-27T15:29:49.0570286Z [19/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-09-27T15:29:49.0571166Z [20/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-09-27T15:29:49.0604347Z [20/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-09-27T15:29:49.0605168Z [21/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-09-27T15:29:49.0784496Z [21/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-09-27T15:29:49.0785438Z [22/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-09-27T15:29:49.1156699Z [22/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-09-27T15:29:49.1158341Z [23/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-09-27T15:29:49.1385455Z [23/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-09-27T15:29:49.1386723Z [24/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-09-27T15:29:49.2066240Z [24/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-09-27T15:29:49.2066851Z [25/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-09-27T15:29:49.2100328Z [25/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-09-27T15:29:49.2101346Z [26/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-09-27T15:29:49.2178018Z [26/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-09-27T15:29:49.2179187Z [27/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-09-27T15:29:49.2472274Z [27/6340] Linking CXX static library lib/libprotobuf-lite.a 2022-09-27T15:29:49.2472728Z [28/6340] Linking CXX static library lib/libprotobuf-lite.a 2022-09-27T15:29:49.2493677Z [28/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-09-27T15:29:49.2494695Z [29/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-09-27T15:29:49.2733992Z [29/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-09-27T15:29:49.2735028Z [30/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-09-27T15:29:49.2750544Z [30/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-09-27T15:29:49.2751479Z [31/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-09-27T15:29:49.3495610Z [31/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-09-27T15:29:49.3496556Z [32/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-09-27T15:29:49.3681487Z [32/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-09-27T15:29:49.3682495Z [33/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-09-27T15:29:49.3683772Z [33/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-09-27T15:29:49.3684557Z [34/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-09-27T15:29:49.3997720Z [34/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-09-27T15:29:49.3998708Z [35/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-09-27T15:29:49.4027715Z [35/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-09-27T15:29:49.4030028Z [36/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-09-27T15:29:49.4120493Z [36/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-09-27T15:29:49.4121428Z [37/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-09-27T15:29:49.4652859Z [37/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-09-27T15:29:49.4653798Z [38/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-09-27T15:29:49.5008996Z [38/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-09-27T15:29:49.5009571Z [39/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-09-27T15:29:49.5467686Z [39/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-09-27T15:29:49.5469709Z [40/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-09-27T15:29:49.5471368Z [40/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-09-27T15:29:49.5472016Z [41/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-09-27T15:29:49.5822158Z [41/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-09-27T15:29:49.5823277Z [42/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-09-27T15:29:49.5834592Z [42/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-09-27T15:29:49.5835721Z [43/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-09-27T15:29:49.5836656Z In file included from /usr/include/string.h:495:0, 2022-09-27T15:29:49.5837241Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-09-27T15:29:49.5837720Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-09-27T15:29:49.5838092Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-09-27T15:29:49.5838509Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-09-27T15:29:49.5838984Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-09-27T15:29:49.5839403Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:49.5840437Z 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-09-27T15:29:49.5841374Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:29:49.5908323Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:29:49.5910244Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:49.5911061Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:49.5911499Z ^ 2022-09-27T15:29:49.5912024Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:49.5913178Z 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-09-27T15:29:49.5914740Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-09-27T15:29:49.5916315Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:49.5917108Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:49.5917537Z ^ 2022-09-27T15:29:49.5918053Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:49.5919207Z 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-09-27T15:29:49.5920828Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:29:49.5922302Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:29:49.5923809Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:49.5924637Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:49.5925073Z ^ 2022-09-27T15:29:49.5925581Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:49.5926730Z 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-09-27T15:29:49.5928417Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:29:49.5929879Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-09-27T15:29:49.5931403Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:49.5932288Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:49.5932695Z ^ 2022-09-27T15:29:49.5933200Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:49.5934381Z 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-09-27T15:29:49.5937874Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:29:49.5939329Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-09-27T15:29:49.5940818Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:49.5941647Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:49.5942081Z ^ 2022-09-27T15:29:49.5942590Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-09-27T15:29:49.5943748Z 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-09-27T15:29:49.5945296Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-09-27T15:29:49.5946774Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-09-27T15:29:49.5948239Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-09-27T15:29:49.5949062Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-09-27T15:29:49.5949496Z ^ 2022-09-27T15:29:49.5949708Z 2022-09-27T15:29:49.6164229Z [43/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-09-27T15:29:49.6165206Z [44/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-09-27T15:29:49.6370067Z [44/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-09-27T15:29:49.6371115Z [45/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-09-27T15:29:49.6710826Z [45/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-09-27T15:29:49.6711565Z [46/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-09-27T15:29:49.6947259Z [46/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-09-27T15:29:49.6947833Z [47/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-09-27T15:29:49.7051351Z [47/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-09-27T15:29:49.7052336Z [48/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-09-27T15:29:49.7064036Z [48/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-09-27T15:29:49.7064958Z [49/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-09-27T15:29:49.7312102Z [49/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-09-27T15:29:49.7313372Z [50/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-09-27T15:29:49.7609441Z [50/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-09-27T15:29:49.7610466Z [51/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-09-27T15:29:49.7979736Z [51/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-09-27T15:29:49.7980372Z [52/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-09-27T15:29:49.8260478Z [52/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-09-27T15:29:49.8261438Z [53/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-09-27T15:29:49.8312610Z [53/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-09-27T15:29:49.8313598Z [54/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-09-27T15:29:49.8587601Z [54/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-09-27T15:29:49.8588632Z [55/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-09-27T15:29:49.9252465Z [55/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-09-27T15:29:49.9253511Z [56/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-09-27T15:29:49.9288085Z [56/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-09-27T15:29:49.9288827Z [57/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-09-27T15:29:49.9499803Z [57/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-09-27T15:29:49.9500756Z [58/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-09-27T15:29:50.0275956Z [58/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-09-27T15:29:50.0277020Z [59/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-09-27T15:29:50.0295823Z [59/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-09-27T15:29:50.0296956Z [60/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-09-27T15:29:50.0872349Z [60/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-09-27T15:29:50.0873460Z [61/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-09-27T15:29:50.1198061Z [61/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-09-27T15:29:50.1199399Z [62/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-09-27T15:29:50.1479408Z [62/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-09-27T15:29:50.1480164Z [63/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-09-27T15:29:50.1532614Z [63/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-09-27T15:29:50.1533282Z [64/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-09-27T15:29:50.2096016Z [64/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-09-27T15:29:50.2097100Z [65/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-09-27T15:29:50.2334715Z [65/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-09-27T15:29:50.2335921Z [66/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-09-27T15:29:50.2726932Z [66/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-09-27T15:29:50.2727636Z [67/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-09-27T15:29:50.2775659Z [67/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-09-27T15:29:50.2776646Z [68/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-09-27T15:29:50.2904595Z [68/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-09-27T15:29:50.2905599Z [69/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-09-27T15:29:50.3116052Z [69/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-09-27T15:29:50.3116779Z [70/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-09-27T15:29:50.3278442Z [70/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-09-27T15:29:50.3279142Z [71/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-09-27T15:29:50.3634256Z [71/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-09-27T15:29:50.3635276Z [72/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-09-27T15:29:50.4147864Z [72/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-09-27T15:29:50.4148485Z [73/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-09-27T15:29:50.4457850Z [73/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-09-27T15:29:50.4458855Z [74/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-09-27T15:29:50.4476954Z [74/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-09-27T15:29:50.4478390Z [75/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-09-27T15:29:50.4943024Z [75/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-09-27T15:29:50.4943958Z [76/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-09-27T15:29:50.5272689Z [76/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-09-27T15:29:50.5273759Z [77/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-09-27T15:29:50.5287983Z [77/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-09-27T15:29:50.5288941Z [78/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-09-27T15:29:50.5767735Z [78/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-09-27T15:29:50.5768717Z [79/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-09-27T15:29:50.5961024Z [79/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-09-27T15:29:50.5962357Z [80/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-09-27T15:29:50.6368782Z [80/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-09-27T15:29:50.6369756Z [81/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-09-27T15:29:50.6624844Z [81/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-09-27T15:29:50.6625835Z [82/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-09-27T15:29:50.7034947Z [82/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-09-27T15:29:50.7035859Z [83/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-09-27T15:29:50.7168941Z [83/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-09-27T15:29:50.7170025Z [84/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-09-27T15:29:50.7188502Z [84/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-09-27T15:29:50.7190010Z [85/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-09-27T15:29:50.7569048Z [85/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-09-27T15:29:50.7569671Z [86/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-09-27T15:29:50.7877892Z [86/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-09-27T15:29:50.7878929Z [87/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-09-27T15:29:50.8656387Z [87/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-09-27T15:29:50.8657213Z [88/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-09-27T15:29:50.8895144Z [88/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-09-27T15:29:50.8896330Z [89/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-09-27T15:29:50.8922885Z [89/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-09-27T15:29:50.8923850Z [90/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-09-27T15:29:50.9021174Z [90/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-09-27T15:29:50.9022215Z [91/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-09-27T15:29:50.9142980Z [91/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-09-27T15:29:50.9143606Z [92/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-09-27T15:29:50.9660464Z [92/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-09-27T15:29:50.9661593Z [93/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-09-27T15:29:51.0234274Z [93/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-09-27T15:29:51.0234956Z [94/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-09-27T15:29:51.0650619Z [94/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-09-27T15:29:51.0652196Z [95/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-09-27T15:29:51.0817052Z [95/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-09-27T15:29:51.0817833Z [96/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-09-27T15:29:51.1164713Z [96/6340] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-09-27T15:29:51.1165966Z [97/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-09-27T15:29:51.1189930Z [97/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-09-27T15:29:51.1190707Z [98/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-09-27T15:29:51.1451499Z [98/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-09-27T15:29:51.1452536Z [99/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-09-27T15:29:51.1516018Z [99/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-09-27T15:29:51.1516963Z [100/6340] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-09-27T15:29:51.1777715Z [100/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-09-27T15:29:51.1778783Z [101/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-09-27T15:29:51.2733304Z [101/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-09-27T15:29:51.2734383Z [102/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-09-27T15:29:51.3010094Z [102/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-09-27T15:29:51.3011101Z [103/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-09-27T15:29:51.3088723Z [103/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-09-27T15:29:51.3089359Z [104/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-09-27T15:29:51.3291848Z [104/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-09-27T15:29:51.3292471Z [105/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-09-27T15:29:51.3669783Z [105/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-09-27T15:29:51.3670833Z [106/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-09-27T15:29:51.3971149Z [106/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-09-27T15:29:51.3972156Z [107/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-09-27T15:29:51.4527022Z [107/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-09-27T15:29:51.4527851Z [108/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-09-27T15:29:51.4894643Z [108/6340] Linking CXX static library lib/libprotobuf.a 2022-09-27T15:29:51.4895702Z [109/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-09-27T15:29:51.4927282Z [109/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-09-27T15:29:51.4928492Z [110/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-09-27T15:29:51.5144900Z [110/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-09-27T15:29:51.5145672Z [111/6340] Linking CXX static library lib/libprotobuf.a 2022-09-27T15:29:51.5608670Z [111/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-09-27T15:29:51.5609331Z [112/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-09-27T15:29:51.5733728Z [112/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-09-27T15:29:51.5734624Z [113/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-09-27T15:29:51.5900155Z [113/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-09-27T15:29:51.5901489Z [114/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-09-27T15:29:51.6609926Z [114/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-09-27T15:29:51.6611162Z [115/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-09-27T15:29:51.6864002Z [115/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-09-27T15:29:51.6865043Z [116/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-09-27T15:29:51.7052428Z [116/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-09-27T15:29:51.7053092Z [117/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-09-27T15:29:51.7493307Z [117/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-09-27T15:29:51.7493996Z [118/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-09-27T15:29:51.7585751Z [118/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-09-27T15:29:51.7586799Z [119/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-09-27T15:29:51.8244655Z [119/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-09-27T15:29:51.8245671Z [120/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-09-27T15:29:51.8560838Z [120/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-09-27T15:29:51.8561731Z [121/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-09-27T15:29:51.8880229Z [121/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-09-27T15:29:51.8881059Z [122/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-09-27T15:29:51.9110325Z [122/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-09-27T15:29:51.9111362Z [123/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-09-27T15:29:51.9578370Z [123/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-09-27T15:29:51.9579471Z [124/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-09-27T15:29:51.9709429Z [124/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-09-27T15:29:51.9710571Z [125/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-09-27T15:29:51.9778517Z [125/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-09-27T15:29:51.9779626Z [126/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-09-27T15:29:52.0514397Z [126/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-09-27T15:29:52.0515337Z [127/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-09-27T15:29:52.0848007Z [127/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-09-27T15:29:52.0849125Z [128/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-09-27T15:29:52.0985958Z [128/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-09-27T15:29:52.0988468Z [129/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-09-27T15:29:52.1297966Z [129/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-09-27T15:29:52.1299108Z [130/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-09-27T15:29:52.1835572Z [130/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-09-27T15:29:52.1836670Z [131/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-09-27T15:29:52.2109036Z [131/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-09-27T15:29:52.2110176Z [132/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-09-27T15:29:52.2329540Z [132/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-09-27T15:29:52.2330643Z [133/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-09-27T15:29:52.2689742Z [133/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-09-27T15:29:52.2690903Z [134/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-09-27T15:29:52.3126016Z [134/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-09-27T15:29:52.3127140Z [135/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-09-27T15:29:52.3305551Z [135/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-09-27T15:29:52.3306542Z [136/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-09-27T15:29:52.3817266Z [136/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-09-27T15:29:52.3817949Z [137/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-09-27T15:29:52.4010893Z [137/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-09-27T15:29:52.4012053Z [138/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-09-27T15:29:52.4165169Z [138/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-09-27T15:29:52.4166255Z [139/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-09-27T15:29:52.4460736Z [139/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-09-27T15:29:52.4461892Z [140/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-09-27T15:29:52.5073847Z [140/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-09-27T15:29:52.5074860Z [141/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-09-27T15:29:52.5231841Z [141/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-09-27T15:29:52.5233124Z [142/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-09-27T15:29:52.5430241Z [142/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-09-27T15:29:52.5431679Z [143/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-09-27T15:29:52.5876727Z [143/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-09-27T15:29:52.5877777Z [144/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-09-27T15:29:52.5999416Z [144/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-09-27T15:29:52.6000263Z [145/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-09-27T15:29:52.6495038Z [145/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-09-27T15:29:52.6496692Z [146/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-09-27T15:29:52.6851853Z [146/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-09-27T15:29:52.6852730Z [147/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-09-27T15:29:52.7153959Z [147/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-09-27T15:29:52.7155088Z [148/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-09-27T15:29:52.7349136Z [148/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-09-27T15:29:52.7350293Z [149/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-09-27T15:29:52.7714669Z [149/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-09-27T15:29:52.7715613Z [150/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-09-27T15:29:52.8179719Z [150/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-09-27T15:29:52.8180774Z [151/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-09-27T15:29:52.8649196Z [151/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-09-27T15:29:52.8650183Z [152/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-09-27T15:29:52.8880487Z [152/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-09-27T15:29:52.8881541Z [153/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-09-27T15:29:52.8902218Z [153/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-09-27T15:29:52.8903173Z [154/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-09-27T15:29:52.9302258Z [154/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-09-27T15:29:52.9303308Z [155/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-09-27T15:29:52.9467762Z [155/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-09-27T15:29:52.9469070Z [156/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-09-27T15:29:53.0194957Z [156/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-09-27T15:29:53.0196247Z [157/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-09-27T15:29:53.0442946Z [157/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-09-27T15:29:53.0443659Z [158/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-09-27T15:29:53.0765633Z [158/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-09-27T15:29:53.0766700Z [159/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-09-27T15:29:53.1086505Z [159/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-09-27T15:29:53.1087657Z [160/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-09-27T15:29:53.1288297Z [160/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-09-27T15:29:53.1289893Z [161/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-09-27T15:29:53.1627698Z [161/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-09-27T15:29:53.1628517Z [162/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-09-27T15:29:53.2077267Z [162/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-09-27T15:29:53.2077986Z [163/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-09-27T15:29:53.2499455Z [163/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-09-27T15:29:53.2500580Z [164/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-09-27T15:29:53.2919396Z [164/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-09-27T15:29:53.2920202Z [165/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-09-27T15:29:53.3008662Z [165/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-09-27T15:29:53.3009582Z [166/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-09-27T15:29:53.3096155Z [166/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-09-27T15:29:53.3097257Z [167/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-09-27T15:29:53.3480219Z [167/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-09-27T15:29:53.3481350Z [168/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-09-27T15:29:53.3724065Z [168/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-09-27T15:29:53.3725765Z [169/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-09-27T15:29:53.3806317Z [169/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-09-27T15:29:53.3807426Z [170/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-09-27T15:29:53.4691007Z [170/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-09-27T15:29:53.4692168Z [171/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-09-27T15:29:53.4718449Z [171/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-09-27T15:29:53.4719959Z [172/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-09-27T15:29:53.4917208Z [172/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-09-27T15:29:53.4918316Z [173/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-09-27T15:29:53.5234650Z [173/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-09-27T15:29:53.5235730Z [174/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-09-27T15:29:53.5709545Z [174/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-09-27T15:29:53.5710690Z [175/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-09-27T15:29:53.5760335Z [175/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-09-27T15:29:53.5761474Z [176/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-09-27T15:29:53.6508667Z [176/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-09-27T15:29:53.6509335Z [177/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-09-27T15:29:53.6648247Z [177/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-09-27T15:29:53.6648884Z [178/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-09-27T15:29:53.6845946Z [178/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-09-27T15:29:53.6847082Z [179/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-09-27T15:29:53.7228830Z [179/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-09-27T15:29:53.7230259Z [180/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-09-27T15:29:53.7731968Z [180/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-09-27T15:29:53.7733419Z [181/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-09-27T15:29:53.7873189Z [181/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-09-27T15:29:53.7874035Z [182/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-09-27T15:29:53.8178470Z [182/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-09-27T15:29:53.8179607Z [183/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-09-27T15:29:53.8927618Z [183/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-09-27T15:29:53.8928672Z [184/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-09-27T15:29:53.9092907Z [184/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-09-27T15:29:53.9093913Z [185/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-09-27T15:29:53.9323650Z [185/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-09-27T15:29:53.9324663Z [186/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-09-27T15:29:53.9622754Z [186/6340] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-09-27T15:29:53.9623784Z [187/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-09-27T15:29:53.9814480Z [187/6340] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-09-27T15:29:53.9815708Z [188/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-09-27T15:29:53.9819889Z [188/6340] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-09-27T15:29:53.9820797Z [189/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-09-27T15:29:54.0072142Z [189/6340] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-09-27T15:29:54.0072900Z [190/6340] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-09-27T15:29:54.0195043Z [190/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-09-27T15:29:54.0195582Z [191/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-09-27T15:29:54.0315913Z [191/6340] Linking CXX static library lib/libprotoc.a 2022-09-27T15:29:54.0316432Z [192/6340] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-09-27T15:29:54.0349237Z [192/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-09-27T15:29:54.0349850Z [193/6340] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-09-27T15:29:54.0533866Z [193/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-09-27T15:29:54.0534609Z [194/6340] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-09-27T15:29:54.0542489Z [194/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-09-27T15:29:54.0543035Z [195/6340] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-09-27T15:29:54.0627784Z [195/6340] Linking C static library lib/libpthreadpool.a 2022-09-27T15:29:54.0628416Z [196/6340] Linking C static library lib/libpthreadpool.a 2022-09-27T15:29:54.0685039Z [196/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-09-27T15:29:54.0685540Z [197/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-09-27T15:29:54.0742167Z [197/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-09-27T15:29:54.0742806Z [198/6340] Linking CXX static library lib/libprotoc.a 2022-09-27T15:29:54.0924863Z [198/6340] Linking CXX executable bin/protoc-3.13.0.0 2022-09-27T15:29:54.0925298Z [199/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-09-27T15:29:54.0932126Z [199/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-09-27T15:29:54.0932580Z [200/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-09-27T15:29:54.1109878Z [200/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-09-27T15:29:54.1110341Z [201/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-09-27T15:29:54.1151980Z [201/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-09-27T15:29:54.1152479Z [202/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-09-27T15:29:54.1189598Z [202/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-09-27T15:29:54.1190058Z [203/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-09-27T15:29:54.1434237Z [203/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-09-27T15:29:54.1435068Z [204/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-09-27T15:29:54.1458469Z [204/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-09-27T15:29:54.1459051Z [205/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-09-27T15:29:54.1656648Z [205/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-09-27T15:29:54.1657202Z [206/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-09-27T15:29:54.1696306Z [206/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-09-27T15:29:54.1696770Z [207/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-09-27T15:29:54.1813185Z [207/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-09-27T15:29:54.1813928Z [208/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-09-27T15:29:54.2006804Z [208/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-09-27T15:29:54.2007561Z [209/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-09-27T15:29:54.2213991Z [209/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-09-27T15:29:54.2215104Z [210/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-09-27T15:29:54.2327083Z [210/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-09-27T15:29:54.2327894Z [211/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-09-27T15:29:54.2328883Z [211/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-09-27T15:29:54.2329643Z [212/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-09-27T15:29:54.2476222Z [212/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-09-27T15:29:54.2477068Z [213/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-09-27T15:29:54.2573980Z [213/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-09-27T15:29:54.2910083Z [214/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-09-27T15:29:54.2910830Z [214/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-09-27T15:29:54.2911516Z [215/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-09-27T15:29:54.3022699Z [215/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-09-27T15:29:54.3023461Z [216/6340] Linking CXX executable bin/protoc-3.13.0.0 2022-09-27T15:29:54.3056557Z [216/6340] Creating executable symlink bin/protoc 2022-09-27T15:29:54.3056985Z [217/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-09-27T15:29:54.3087046Z [217/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-09-27T15:29:54.3087676Z [218/6340] Creating executable symlink bin/protoc 2022-09-27T15:29:54.3138407Z [218/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-09-27T15:29:54.3138950Z [219/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-09-27T15:29:54.3142777Z [219/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-09-27T15:29:54.3143546Z [220/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-09-27T15:29:54.3144953Z [220/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-09-27T15:29:54.3145499Z [221/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-09-27T15:29:54.3374453Z [221/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-09-27T15:29:54.3376456Z [222/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-09-27T15:29:54.3680710Z [222/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-09-27T15:29:54.3681606Z [223/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-09-27T15:29:54.3682742Z [223/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-09-27T15:29:54.3683614Z [224/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-09-27T15:29:54.3697454Z [224/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-09-27T15:29:54.3697946Z [225/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-09-27T15:29:54.3762771Z [225/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-09-27T15:29:54.3763662Z [226/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-09-27T15:29:54.3783392Z [226/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-09-27T15:29:54.3784212Z [227/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-09-27T15:29:54.4081955Z [227/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-09-27T15:29:54.4082885Z [228/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-09-27T15:29:54.4271586Z [228/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-09-27T15:29:54.4272184Z [229/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-09-27T15:29:54.4279436Z [229/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-09-27T15:29:54.4280245Z [230/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-09-27T15:29:54.4311915Z [230/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-09-27T15:29:54.4312437Z [231/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-09-27T15:29:54.4369514Z [231/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-09-27T15:29:54.4370072Z [232/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-09-27T15:29:54.4505524Z [232/6340] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-09-27T15:29:54.4506018Z [233/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-09-27T15:29:54.4728989Z [233/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-09-27T15:29:54.4729535Z [234/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-09-27T15:29:54.4960037Z [234/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-09-27T15:29:54.4960603Z [235/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-09-27T15:29:54.4976715Z [235/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-09-27T15:29:54.4977180Z [236/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-09-27T15:29:54.5021337Z [236/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-09-27T15:29:54.5021826Z [237/6340] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-09-27T15:29:54.5082462Z [237/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-09-27T15:29:54.5083312Z [238/6340] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-09-27T15:29:54.5084185Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-09-27T15:29:54.5084910Z /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-09-27T15:29:54.5085336Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:29:54.5085597Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:29:54.5085968Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-09-27T15:29:54.5086535Z /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-09-27T15:29:54.5087012Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:29:54.5087278Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:29:54.5087655Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-09-27T15:29:54.5088219Z /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-09-27T15:29:54.5088619Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:29:54.5088893Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:29:54.5089337Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-09-27T15:29:54.5089935Z /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-09-27T15:29:54.5090340Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:29:54.5090613Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:29:54.5091046Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-09-27T15:29:54.5091603Z /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-09-27T15:29:54.5092004Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-09-27T15:29:54.5092277Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:29:54.5092407Z 2022-09-27T15:29:54.5160698Z [238/6340] Linking C static library lib/libclog.a 2022-09-27T15:29:54.5161405Z [239/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-09-27T15:29:54.5197184Z [239/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-09-27T15:29:54.5198225Z [240/6340] Linking C static library lib/libclog.a 2022-09-27T15:29:54.5329033Z [240/6340] Linking C static library lib/libcpuinfo.a 2022-09-27T15:29:54.5329480Z [241/6340] Linking C static library lib/libcpuinfo.a 2022-09-27T15:29:54.5353615Z [241/6340] Linking C static library lib/libcpuinfo_internals.a 2022-09-27T15:29:54.5354304Z [242/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-09-27T15:29:54.5438753Z [242/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-09-27T15:29:54.5439494Z [243/6340] Linking C static library lib/libcpuinfo_internals.a 2022-09-27T15:29:54.5657992Z [243/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-09-27T15:29:54.5658470Z [244/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-09-27T15:29:54.5661899Z [244/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-09-27T15:29:54.5662956Z [245/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-09-27T15:29:54.5717089Z [245/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-09-27T15:29:54.5717580Z [246/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-09-27T15:29:54.5909926Z [246/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-09-27T15:29:54.5910779Z [247/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-09-27T15:29:54.6013114Z [247/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-09-27T15:29:54.6013763Z [248/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-09-27T15:29:54.6134036Z [248/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-09-27T15:29:54.6134504Z [249/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-09-27T15:29:54.6297758Z [249/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-09-27T15:29:54.6298299Z [250/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-09-27T15:29:54.6315348Z [250/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-09-27T15:29:54.6315870Z [251/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-09-27T15:29:54.6355830Z [251/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-09-27T15:29:54.6356415Z [252/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-09-27T15:29:54.6597392Z [252/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-09-27T15:29:54.6597872Z [253/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-09-27T15:29:54.6725280Z [253/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-09-27T15:29:54.6725748Z [254/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-09-27T15:29:54.6805409Z [254/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-09-27T15:29:54.6805913Z [255/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-09-27T15:29:54.6942198Z [255/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-09-27T15:29:54.6942752Z [256/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-09-27T15:29:54.7029702Z [256/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-09-27T15:29:54.7030196Z [257/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-09-27T15:29:54.7112049Z [257/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-09-27T15:29:54.7112533Z [258/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-09-27T15:29:54.7231073Z [258/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-09-27T15:29:54.7231838Z [259/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-09-27T15:29:54.7265325Z [259/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-09-27T15:29:54.7265971Z [260/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-09-27T15:29:54.7441214Z [260/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-09-27T15:29:54.7442038Z [261/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-09-27T15:29:54.7500516Z [261/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-09-27T15:29:54.7501391Z [262/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-09-27T15:29:54.7713685Z [262/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-09-27T15:29:54.7714420Z [263/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-09-27T15:29:54.8073219Z [263/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-09-27T15:29:54.8073894Z [264/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-09-27T15:29:54.8117130Z [264/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-09-27T15:29:54.8117627Z [265/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-09-27T15:29:54.8179022Z [265/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-09-27T15:29:54.8179494Z [266/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-09-27T15:29:54.8206856Z [266/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-09-27T15:29:54.8207713Z [267/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-09-27T15:29:54.8236271Z [267/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-09-27T15:29:54.8237105Z [268/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-09-27T15:29:54.8371409Z [268/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-09-27T15:29:54.8372324Z [269/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-09-27T15:29:54.8979594Z [269/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-09-27T15:29:54.8980455Z [270/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-09-27T15:29:54.9035880Z [270/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-09-27T15:29:54.9036662Z [271/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-09-27T15:29:54.9075557Z [271/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-09-27T15:29:54.9076402Z [272/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-09-27T15:29:54.9078591Z [272/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-09-27T15:29:54.9079331Z [273/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-09-27T15:29:54.9214577Z [273/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-09-27T15:29:54.9215110Z [274/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-09-27T15:29:54.9358134Z [274/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-09-27T15:29:54.9358957Z [275/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-09-27T15:29:54.9631762Z [275/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-09-27T15:29:54.9632318Z [276/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-09-27T15:29:54.9638931Z [276/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-09-27T15:29:54.9639600Z [277/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-09-27T15:29:54.9746250Z [277/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-09-27T15:29:54.9746887Z [278/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-09-27T15:29:54.9755304Z [278/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-09-27T15:29:54.9756116Z [279/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-09-27T15:29:54.9875363Z [279/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-09-27T15:29:54.9876078Z [280/6340] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-09-27T15:29:55.0106925Z [280/6340] Linking C static library lib/libqnnpack.a 2022-09-27T15:29:55.0107503Z [281/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-09-27T15:29:55.0114989Z [281/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-09-27T15:29:55.0115696Z [282/6340] Linking C static library lib/libqnnpack.a 2022-09-27T15:29:55.0331543Z [282/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-09-27T15:29:55.0332055Z [283/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-09-27T15:29:55.0417466Z [283/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-09-27T15:29:55.0418025Z [284/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-09-27T15:29:55.0504175Z [284/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-09-27T15:29:55.0505097Z [285/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-09-27T15:29:55.0539069Z [285/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-09-27T15:29:55.0539943Z [286/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-09-27T15:29:55.0749443Z [286/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-09-27T15:29:55.0750194Z [287/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-09-27T15:29:55.1007893Z [287/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-09-27T15:29:55.1008491Z [288/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-09-27T15:29:55.1036245Z [288/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-09-27T15:29:55.1135091Z [289/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-09-27T15:29:55.1136385Z [289/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-09-27T15:29:55.1453733Z [290/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-09-27T15:29:55.1454256Z [290/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-09-27T15:29:55.1454771Z [291/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-09-27T15:29:55.1475558Z [291/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-09-27T15:29:55.1476101Z [292/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-09-27T15:29:55.1491374Z [292/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-09-27T15:29:55.1491885Z [293/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-09-27T15:29:55.1704731Z [293/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-09-27T15:29:55.1705306Z [294/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-09-27T15:29:55.1785741Z [294/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-09-27T15:29:55.1786407Z [295/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-09-27T15:29:55.1924516Z [295/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-09-27T15:29:55.1925423Z [296/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-09-27T15:29:55.2159637Z [296/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-09-27T15:29:55.2160200Z [297/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-09-27T15:29:55.2202843Z [297/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-09-27T15:29:55.2203343Z [298/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-09-27T15:29:55.2249415Z [298/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-09-27T15:29:55.2250223Z [299/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-09-27T15:29:55.2497599Z [299/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-09-27T15:29:55.2498514Z [300/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-09-27T15:29:55.2562557Z [300/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/pack_block_sparse.cc.o 2022-09-27T15:29:55.2563078Z [301/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-09-27T15:29:55.2686772Z [301/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-09-27T15:29:55.2687465Z [302/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-09-27T15:29:55.3052846Z [302/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-09-27T15:29:55.3053542Z [303/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-09-27T15:29:55.3274795Z [303/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-09-27T15:29:55.3275318Z [304/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-09-27T15:29:55.3385824Z [304/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-09-27T15:29:55.3386756Z [305/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-09-27T15:29:55.3519950Z [305/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-09-27T15:29:55.3538361Z [306/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-09-27T15:29:55.3538899Z [306/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-09-27T15:29:55.3539530Z [307/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-09-27T15:29:55.3709819Z [307/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-09-27T15:29:55.3710367Z [308/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-09-27T15:29:55.3836857Z [308/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-09-27T15:29:55.3837387Z [309/6340] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/pack_block_sparse.cc.o 2022-09-27T15:29:55.3861292Z [309/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-09-27T15:29:55.3861816Z [310/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-09-27T15:29:55.3974703Z [310/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-09-27T15:29:55.3975226Z [311/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-09-27T15:29:55.4144974Z [311/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-09-27T15:29:55.4146092Z [312/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-09-27T15:29:55.4275414Z [312/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-09-27T15:29:55.4276302Z [313/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-09-27T15:29:55.4335215Z [313/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-09-27T15:29:55.4336047Z [314/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-09-27T15:29:55.4857622Z [314/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-09-27T15:29:55.4858224Z [315/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-09-27T15:29:55.4924617Z [315/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-09-27T15:29:55.4925219Z [316/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-09-27T15:29:55.4938181Z [316/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-09-27T15:29:55.4938785Z [317/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-09-27T15:29:55.5345951Z [317/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-09-27T15:29:55.5346555Z [318/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-09-27T15:29:55.5386523Z [318/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-09-27T15:29:55.5387456Z [319/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-09-27T15:29:55.5502087Z [319/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-09-27T15:29:55.5502728Z [320/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-09-27T15:29:55.5556081Z [320/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-09-27T15:29:55.5556982Z [321/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-09-27T15:29:55.5623148Z [321/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-09-27T15:29:55.5623791Z [322/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-09-27T15:29:55.5663224Z [322/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-09-27T15:29:55.5664301Z [323/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-09-27T15:29:55.6370675Z [323/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-09-27T15:29:55.6371230Z [324/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-09-27T15:29:55.6402704Z [324/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-09-27T15:29:55.6403900Z [325/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-09-27T15:29:55.6437856Z [325/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-09-27T15:29:55.6438422Z [326/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-09-27T15:29:55.6540649Z [326/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-09-27T15:29:55.6541177Z [327/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-09-27T15:29:55.6800486Z [327/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-09-27T15:29:55.6801162Z [328/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-09-27T15:29:55.6893575Z [328/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-09-27T15:29:55.6894175Z [329/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-09-27T15:29:55.7062674Z [329/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-09-27T15:29:55.7063203Z [330/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-09-27T15:29:55.7084672Z [330/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-09-27T15:29:55.7085630Z [331/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-09-27T15:29:55.7232330Z [331/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-09-27T15:29:55.7233213Z [332/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-09-27T15:29:55.7389226Z [332/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-09-27T15:29:55.7389940Z [333/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-09-27T15:29:55.7525463Z [333/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-09-27T15:29:55.7526014Z [334/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-09-27T15:29:55.7580564Z [334/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-09-27T15:29:55.7581360Z [335/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-09-27T15:29:55.7673521Z [335/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-09-27T15:29:55.7696868Z [336/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-09-27T15:29:55.7697570Z [336/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-09-27T15:29:55.7698318Z [337/6340] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-09-27T15:29:55.7833901Z [337/6340] Linking CXX static library lib/libpytorch_qnnpack.a 2022-09-27T15:29:55.7834426Z [338/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-09-27T15:29:55.7913012Z [338/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-09-27T15:29:55.7913467Z [339/6340] Linking CXX static library lib/libpytorch_qnnpack.a 2022-09-27T15:29:55.8027325Z [339/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-09-27T15:29:55.8027889Z [340/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-09-27T15:29:55.8073751Z [340/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-09-27T15:29:55.8074330Z [341/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-09-27T15:29:55.8159865Z [341/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-09-27T15:29:55.8160878Z [342/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-09-27T15:29:55.8185313Z [342/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-09-27T15:29:55.8185920Z [343/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-09-27T15:29:55.8364683Z [343/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-09-27T15:29:55.8365711Z [344/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-09-27T15:29:55.8417677Z [344/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-09-27T15:29:55.8418222Z [345/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-09-27T15:29:55.8560209Z [345/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:29:55.8560814Z [346/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-09-27T15:29:55.8600479Z [346/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:29:55.8601422Z [347/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-09-27T15:29:55.8790416Z [347/6340] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-09-27T15:29:55.8791064Z [348/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-09-27T15:29:55.8813968Z [348/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:29:55.8815121Z [349/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-09-27T15:29:55.8949217Z [349/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:29:55.8949818Z [350/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-09-27T15:29:55.9075902Z [350/6340] Linking C static library lib/libnnpack_reference_layers.a 2022-09-27T15:29:55.9076886Z [351/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:29:55.9086810Z [351/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:29:55.9087280Z [352/6340] Linking C static library lib/libnnpack_reference_layers.a 2022-09-27T15:29:55.9309372Z [352/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:29:55.9310034Z [353/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:29:55.9422203Z [353/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-09-27T15:29:55.9422765Z [354/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:29:55.9516949Z [354/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-09-27T15:29:55.9517557Z [355/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:29:55.9741246Z [355/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-09-27T15:29:55.9741890Z [356/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:29:55.9791537Z [356/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:29:55.9792086Z [357/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:29:55.9858546Z [357/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:29:55.9859209Z [358/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-09-27T15:29:55.9993152Z [358/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-09-27T15:29:55.9994155Z [359/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-09-27T15:29:56.0299754Z [359/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-09-27T15:29:56.0300741Z [360/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:29:56.0386835Z [360/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-09-27T15:29:56.0387413Z [361/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:29:56.0454157Z [361/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.0455176Z [362/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-09-27T15:29:56.0567201Z [362/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-09-27T15:29:56.0568233Z [363/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-09-27T15:29:56.0730692Z [363/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-09-27T15:29:56.0731759Z [364/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-09-27T15:29:56.0948423Z [364/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-09-27T15:29:56.0949045Z [365/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-09-27T15:29:56.1041794Z [365/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.1042414Z [366/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.1147592Z [366/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-09-27T15:29:56.1148874Z [367/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-09-27T15:29:56.1236852Z [367/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-09-27T15:29:56.1237871Z [368/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-09-27T15:29:56.1409812Z [368/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-09-27T15:29:56.1410788Z [369/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-09-27T15:29:56.1609679Z [369/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.1610430Z [370/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.1754970Z [370/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-09-27T15:29:56.1755674Z [371/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-09-27T15:29:56.1899949Z [371/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-09-27T15:29:56.1900503Z [372/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-09-27T15:29:56.1933264Z [372/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-09-27T15:29:56.1933960Z [373/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-09-27T15:29:56.2090738Z [373/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.2091773Z [374/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.2219826Z [374/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-09-27T15:29:56.2220856Z [375/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-09-27T15:29:56.2447288Z [375/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-09-27T15:29:56.2447897Z [376/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-09-27T15:29:56.2636109Z [376/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-09-27T15:29:56.2636728Z [377/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.2639298Z [377/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.2640162Z [378/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-09-27T15:29:56.2806112Z [378/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-09-27T15:29:56.2806740Z [379/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-09-27T15:29:56.2906669Z [379/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-09-27T15:29:56.2907662Z [380/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-09-27T15:29:56.3036514Z [380/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-09-27T15:29:56.3037390Z [381/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-09-27T15:29:56.3268200Z [381/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.3268832Z [382/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-09-27T15:29:56.3354064Z [382/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-09-27T15:29:56.3354639Z [383/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.3465951Z [383/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-09-27T15:29:56.3466555Z [384/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-09-27T15:29:56.3553914Z [384/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-09-27T15:29:56.3555019Z [385/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-09-27T15:29:56.3727055Z [385/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.3727826Z [386/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.3891341Z [386/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-09-27T15:29:56.3892362Z [387/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-09-27T15:29:56.4013112Z [387/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-09-27T15:29:56.4013718Z [388/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-09-27T15:29:56.4294864Z [388/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-09-27T15:29:56.4295775Z [389/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-09-27T15:29:56.4300984Z [389/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.4301562Z [390/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.4334459Z [390/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-09-27T15:29:56.4335505Z [391/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-09-27T15:29:56.4474108Z [391/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-09-27T15:29:56.4475214Z [392/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-09-27T15:29:56.4589957Z [392/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-09-27T15:29:56.4590938Z [393/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-09-27T15:29:56.4977644Z [393/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:29:56.4978258Z [394/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-09-27T15:29:56.5067083Z [394/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:29:56.5067705Z [395/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-09-27T15:29:56.5082119Z [395/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:29:56.5082700Z [396/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-09-27T15:29:56.5213142Z [396/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-09-27T15:29:56.5214166Z [397/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-09-27T15:29:56.5347113Z [397/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:29:56.5348204Z [398/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:29:56.5627036Z [398/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-09-27T15:29:56.5627979Z [399/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:29:56.5717128Z [399/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-09-27T15:29:56.5718117Z [400/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:29:56.5802711Z [400/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-09-27T15:29:56.5803359Z [401/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-09-27T15:29:56.6035177Z [401/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-09-27T15:29:56.6035803Z [402/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:29:56.6059175Z [402/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-09-27T15:29:56.6060291Z [403/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-09-27T15:29:56.6358029Z [403/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:29:56.6358814Z [404/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-09-27T15:29:56.6399789Z [404/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:29:56.6400467Z [405/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-09-27T15:29:56.6531901Z [405/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:29:56.6532960Z [406/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-09-27T15:29:56.6659957Z [406/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-09-27T15:29:56.6660572Z [407/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-09-27T15:29:56.6725585Z [407/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:29:56.6726276Z [408/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:29:56.6984346Z [408/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-09-27T15:29:56.6984970Z [409/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:29:56.7042449Z [409/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-09-27T15:29:56.7043104Z [410/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:29:56.7172343Z [410/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-09-27T15:29:56.7172951Z [411/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-09-27T15:29:56.7381263Z [411/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:29:56.7381894Z [412/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-09-27T15:29:56.7487063Z [412/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:29:56.7487711Z [413/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:29:56.7608829Z [413/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:29:56.7609651Z [414/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-09-27T15:29:56.7742560Z [414/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-09-27T15:29:56.7743174Z [415/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-09-27T15:29:56.7851341Z [415/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-09-27T15:29:56.7852681Z [416/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:29:56.7979195Z [416/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:29:56.7979921Z [417/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:29:56.8165021Z [417/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-09-27T15:29:56.8165655Z [418/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:29:56.8251189Z [418/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-09-27T15:29:56.8252317Z [419/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-09-27T15:29:56.8457078Z [419/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-09-27T15:29:56.8457740Z [420/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:29:56.8606704Z [420/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-09-27T15:29:56.8607368Z [421/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-09-27T15:29:56.8716324Z [421/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:29:56.8716990Z [422/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-09-27T15:29:56.8811945Z [422/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:29:56.8813088Z [423/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-09-27T15:29:56.8937370Z [423/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:29:56.8938807Z [424/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-09-27T15:29:56.9230025Z [424/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-09-27T15:29:56.9230725Z [425/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-09-27T15:29:56.9251529Z [425/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-09-27T15:29:56.9252753Z [426/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-09-27T15:29:56.9340243Z [426/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:29:56.9341303Z [427/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-09-27T15:29:56.9512137Z [427/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-09-27T15:29:56.9512961Z [428/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-09-27T15:29:56.9551076Z [428/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-09-27T15:29:56.9551811Z [429/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-09-27T15:29:56.9852509Z [429/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-09-27T15:29:56.9853217Z [430/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-09-27T15:29:56.9878228Z [430/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-09-27T15:29:56.9878890Z [431/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-09-27T15:29:57.0049665Z [431/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-09-27T15:29:57.0050341Z [432/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-09-27T15:29:57.0152471Z [432/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-09-27T15:29:57.0153400Z [433/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-09-27T15:29:57.0216097Z [433/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-09-27T15:29:57.0216783Z [434/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-09-27T15:29:57.0408214Z [434/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-09-27T15:29:57.0409224Z [435/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-09-27T15:29:57.0544758Z [435/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-09-27T15:29:57.0545358Z [436/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-09-27T15:29:57.0750239Z [436/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-09-27T15:29:57.0750826Z [437/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-09-27T15:29:57.0898418Z [437/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-09-27T15:29:57.0899007Z [438/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-09-27T15:29:57.1010462Z [438/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-09-27T15:29:57.1011048Z [439/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-09-27T15:29:57.1139197Z [439/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-09-27T15:29:57.1139814Z [440/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-09-27T15:29:57.1153619Z [440/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-09-27T15:29:57.1154580Z [441/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-09-27T15:29:57.1555268Z [441/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-09-27T15:29:57.1555886Z [442/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-09-27T15:29:57.1635728Z [442/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-09-27T15:29:57.1636301Z [443/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-09-27T15:29:57.1706957Z [443/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-09-27T15:29:57.1707512Z [444/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-09-27T15:29:57.1730972Z [444/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-09-27T15:29:57.1732012Z [445/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-09-27T15:29:57.1781129Z [445/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-09-27T15:29:57.1782348Z [446/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-09-27T15:29:57.2333436Z [446/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-09-27T15:29:57.2334411Z [447/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-09-27T15:29:57.2342055Z [447/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:29:57.2342731Z [448/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-09-27T15:29:57.2565576Z [448/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-09-27T15:29:57.2566593Z [449/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-09-27T15:29:57.2670822Z [449/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-09-27T15:29:57.2674868Z [450/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-09-27T15:29:57.2677261Z [450/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:29:57.2679225Z [451/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-09-27T15:29:57.3058224Z [451/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-09-27T15:29:57.3058823Z [452/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-09-27T15:29:57.3086366Z [452/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-09-27T15:29:57.3087332Z [453/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:29:57.3269356Z [453/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:29:57.3293501Z [454/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-09-27T15:29:57.3384201Z [454/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-09-27T15:29:57.3385153Z [455/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:29:57.3719364Z [455/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-09-27T15:29:57.3720291Z [456/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-09-27T15:29:57.3774913Z [456/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-09-27T15:29:57.3775736Z [457/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-09-27T15:29:57.3879473Z [457/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-09-27T15:29:57.3880088Z [458/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:29:57.4085443Z [458/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-09-27T15:29:57.4086249Z [459/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-09-27T15:29:57.4132996Z [459/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-09-27T15:29:57.4133553Z [460/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-09-27T15:29:57.4263792Z [460/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:29:57.4264374Z [461/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-09-27T15:29:57.4479434Z [461/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:29:57.4480072Z [462/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-09-27T15:29:57.4494840Z [462/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:29:57.4495877Z [463/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-09-27T15:29:57.4603674Z [463/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-09-27T15:29:57.4604224Z [464/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:29:57.4663823Z [464/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-09-27T15:29:57.4664662Z [465/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-09-27T15:29:57.4928076Z [465/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:29:57.4928712Z [466/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:29:57.5065345Z [466/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-09-27T15:29:57.5065870Z [467/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:29:57.5231033Z [467/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-09-27T15:29:57.5232109Z [468/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-09-27T15:29:57.5382830Z [468/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:29:57.5383835Z [469/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-09-27T15:29:57.5421983Z [469/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-09-27T15:29:57.5422938Z [470/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:29:57.5548608Z [470/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-09-27T15:29:57.5549555Z [471/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-09-27T15:29:57.5807338Z [471/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:29:57.5807917Z [472/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-09-27T15:29:57.5991219Z [472/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-09-27T15:29:57.5991893Z [473/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:29:57.6168405Z [473/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-09-27T15:29:57.6169316Z [474/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-09-27T15:29:57.6172028Z [474/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:29:57.6172980Z [475/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-09-27T15:29:57.6286937Z [475/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-09-27T15:29:57.6287654Z [476/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:29:57.6531342Z [476/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:29:57.6532079Z [477/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-09-27T15:29:57.6701764Z [477/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:29:57.6702786Z [478/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-09-27T15:29:57.6786952Z [478/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-09-27T15:29:57.6787632Z [479/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:29:57.6927989Z [479/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:29:57.6928557Z [480/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:29:57.7036608Z [480/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-09-27T15:29:57.7037615Z [481/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-09-27T15:29:57.7154588Z [481/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:29:57.7155148Z [482/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:29:57.7412939Z [482/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:29:57.7413497Z [483/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-09-27T15:29:57.7472115Z [483/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-09-27T15:29:57.7473137Z [484/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-09-27T15:29:57.7591880Z [484/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-09-27T15:29:57.7593201Z [485/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-09-27T15:29:57.7594652Z [485/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-09-27T15:29:57.7595672Z [486/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-09-27T15:29:57.7826676Z [486/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-09-27T15:29:57.7827276Z [487/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-09-27T15:29:57.8058990Z [487/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-09-27T15:29:57.8059599Z [488/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-09-27T15:29:57.8159686Z [488/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-09-27T15:29:57.8160351Z [489/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-09-27T15:29:57.8174829Z [489/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-09-27T15:29:57.8175605Z [490/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-09-27T15:29:57.8292246Z [490/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-09-27T15:29:57.8292829Z [491/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-09-27T15:29:57.8458918Z [491/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-09-27T15:29:57.8459494Z [492/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-09-27T15:29:57.8745922Z [492/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-09-27T15:29:57.8746546Z [493/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-09-27T15:29:57.8884377Z [493/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-09-27T15:29:57.8885012Z [494/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-09-27T15:29:57.8897040Z [494/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-09-27T15:29:57.8898072Z [495/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-09-27T15:29:57.9043414Z [495/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-09-27T15:29:57.9044475Z [496/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-09-27T15:29:57.9124867Z [496/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-09-27T15:29:57.9125466Z [497/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-09-27T15:29:57.9416889Z [497/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-09-27T15:29:57.9417935Z [498/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-09-27T15:29:57.9478884Z [498/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-09-27T15:29:57.9479564Z [499/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-09-27T15:29:57.9634933Z [499/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-09-27T15:29:57.9635968Z [500/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-09-27T15:29:57.9683953Z [500/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-09-27T15:29:57.9684998Z [501/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-09-27T15:29:57.9808761Z [501/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-09-27T15:29:57.9809862Z [502/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-09-27T15:29:58.0089176Z [502/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-09-27T15:29:58.0090159Z [503/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-09-27T15:29:58.0181019Z [503/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-09-27T15:29:58.0182056Z [504/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-09-27T15:29:58.0318412Z [504/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-09-27T15:29:58.0321276Z [505/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-09-27T15:29:58.0322808Z [505/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-09-27T15:29:58.0323783Z [506/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-09-27T15:29:58.0481106Z [506/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-09-27T15:29:58.0481693Z [507/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-09-27T15:29:58.0745550Z [507/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-09-27T15:29:58.0746626Z [508/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-09-27T15:29:58.0824681Z [508/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-09-27T15:29:58.0825661Z [509/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-09-27T15:29:58.1060001Z [509/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-09-27T15:29:58.1061047Z [510/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-09-27T15:29:58.1096541Z [510/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-09-27T15:29:58.1097180Z [511/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-09-27T15:29:58.1116777Z [511/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-09-27T15:29:58.1117348Z [512/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-09-27T15:29:58.1353999Z [512/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-09-27T15:29:58.1354623Z [513/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-09-27T15:29:58.1406718Z [513/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-09-27T15:29:58.1407384Z [514/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-09-27T15:29:58.1678585Z [514/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-09-27T15:29:58.1679745Z [515/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-09-27T15:29:58.1697473Z [515/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-09-27T15:29:58.1698583Z [516/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-09-27T15:29:58.1760859Z [516/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-09-27T15:29:58.1761617Z [517/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-09-27T15:29:58.1962604Z [517/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-09-27T15:29:58.1963245Z [518/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-09-27T15:29:58.2296179Z [518/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-09-27T15:29:58.2296810Z [519/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-09-27T15:29:58.2299707Z [519/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-09-27T15:29:58.2300368Z [520/6340] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-09-27T15:29:58.2312967Z [520/6340] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-09-27T15:29:58.2313583Z [521/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-09-27T15:29:58.2358248Z [521/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-09-27T15:29:58.2359320Z [522/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-09-27T15:29:58.2445208Z [522/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-09-27T15:29:58.2446369Z [523/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-09-27T15:29:58.2586853Z [523/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-09-27T15:29:58.2587906Z [524/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-09-27T15:29:58.2915790Z [524/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-09-27T15:29:58.2916397Z [525/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-09-27T15:29:58.2970739Z [525/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-09-27T15:29:58.2971389Z [526/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-09-27T15:29:58.3000640Z [526/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-09-27T15:29:58.3001621Z [527/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-09-27T15:29:58.3007719Z [527/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-09-27T15:29:58.3008333Z [528/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-09-27T15:29:58.3171745Z [528/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-09-27T15:29:58.3172759Z [529/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-09-27T15:29:58.3488436Z [529/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-09-27T15:29:58.3489546Z [530/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-09-27T15:29:58.3571996Z [530/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-09-27T15:29:58.3572692Z [531/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-09-27T15:29:58.3665107Z [531/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-09-27T15:29:58.3665753Z [532/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-09-27T15:29:58.3792615Z [532/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-09-27T15:29:58.3828215Z [533/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-09-27T15:29:58.3835171Z [533/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-09-27T15:29:58.3836198Z [534/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-09-27T15:29:58.4098624Z [534/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-09-27T15:29:58.4099248Z [535/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-09-27T15:29:58.4272933Z [535/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-09-27T15:29:58.4273947Z [536/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-09-27T15:29:58.4275162Z [536/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-09-27T15:29:58.4276120Z [537/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-09-27T15:29:58.4461047Z [537/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-09-27T15:29:58.4461734Z [538/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-09-27T15:29:58.4751437Z [538/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-09-27T15:29:58.4752017Z [539/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-09-27T15:29:58.4912940Z [539/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-09-27T15:29:58.4913968Z [540/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-09-27T15:29:58.4914894Z [540/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-09-27T15:29:58.4915881Z [541/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-09-27T15:29:58.4963783Z [541/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-09-27T15:29:58.4964777Z [542/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-09-27T15:29:58.5136291Z [542/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-09-27T15:29:58.5137679Z [543/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-09-27T15:29:58.5323634Z [543/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-09-27T15:29:58.5324502Z [544/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-09-27T15:29:58.5593690Z [544/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-09-27T15:29:58.5594311Z [545/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-09-27T15:29:58.5630106Z [545/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-09-27T15:29:58.5630698Z [546/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-09-27T15:29:58.5755309Z [546/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-09-27T15:29:58.5756295Z [547/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-09-27T15:29:58.5824951Z [547/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-09-27T15:29:58.5825970Z [548/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-09-27T15:29:58.5996225Z [548/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-09-27T15:29:58.5997262Z [549/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-09-27T15:29:58.6149462Z [549/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-09-27T15:29:58.6150046Z [550/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-09-27T15:29:58.6363345Z [550/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-09-27T15:29:58.6364393Z [551/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-09-27T15:29:58.6402046Z [551/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-09-27T15:29:58.6402989Z [552/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-09-27T15:29:58.6403912Z [552/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-09-27T15:29:58.6404861Z [553/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-09-27T15:29:58.6504238Z [553/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-09-27T15:29:58.6505297Z [554/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-09-27T15:29:58.6754059Z [554/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-09-27T15:29:58.6755450Z [555/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-09-27T15:29:58.6917404Z [555/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-09-27T15:29:58.6918418Z [556/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-09-27T15:29:58.6926161Z [556/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-09-27T15:29:58.6927314Z [557/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-09-27T15:29:58.7077636Z [557/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-09-27T15:29:58.7078618Z [558/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-09-27T15:29:58.7130437Z [558/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-09-27T15:29:58.7131442Z [559/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-09-27T15:29:58.7384006Z [559/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-09-27T15:29:58.7384989Z [560/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-09-27T15:29:58.7566315Z [560/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-09-27T15:29:58.7566914Z [561/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-09-27T15:29:58.7605896Z [561/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-09-27T15:29:58.7606466Z [562/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-09-27T15:29:58.7736900Z [562/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-09-27T15:29:58.7738269Z [563/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-09-27T15:29:58.7968079Z [563/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-09-27T15:29:58.8130721Z [564/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-09-27T15:29:58.8131306Z [564/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-09-27T15:29:58.8131822Z [565/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-09-27T15:29:58.8160862Z [565/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-09-27T15:29:58.8161432Z [566/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-09-27T15:29:58.8339950Z [566/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-09-27T15:29:58.8340986Z [567/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-09-27T15:29:58.8394282Z [567/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-09-27T15:29:58.8395286Z [568/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-09-27T15:29:58.8554020Z [568/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-09-27T15:29:58.8555015Z [569/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-09-27T15:29:58.8833093Z [569/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-09-27T15:29:58.8834115Z [570/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-09-27T15:29:58.8929234Z [570/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-09-27T15:29:58.8930067Z [571/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-09-27T15:29:58.8956932Z [571/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-09-27T15:29:58.8957740Z [572/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-09-27T15:29:58.8973579Z [572/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-09-27T15:29:58.8974531Z [573/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-09-27T15:29:58.9118036Z [573/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-09-27T15:29:58.9119101Z [574/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-09-27T15:29:58.9332030Z [574/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-09-27T15:29:58.9332660Z [575/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-09-27T15:29:58.9524550Z [575/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-09-27T15:29:58.9525668Z [576/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-09-27T15:29:58.9556613Z [576/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-09-27T15:29:58.9557423Z [577/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-09-27T15:29:58.9673210Z [577/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-09-27T15:29:58.9673927Z [578/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-09-27T15:29:58.9746095Z [578/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-09-27T15:29:58.9747122Z [579/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-09-27T15:29:58.9919691Z [579/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-09-27T15:29:58.9920644Z [580/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-09-27T15:29:59.0047612Z [580/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-09-27T15:29:59.0048162Z [581/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-09-27T15:29:59.0072514Z [581/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-09-27T15:29:59.0073064Z [582/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-09-27T15:29:59.0309227Z [582/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-09-27T15:29:59.0310207Z [583/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-09-27T15:29:59.0463778Z [583/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-09-27T15:29:59.0464761Z [584/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-09-27T15:29:59.0509625Z [584/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-09-27T15:29:59.0510586Z [585/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-09-27T15:29:59.0640238Z [585/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-09-27T15:29:59.0641412Z [586/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-09-27T15:29:59.0660514Z [586/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-09-27T15:29:59.0661461Z [587/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-09-27T15:29:59.0778249Z [587/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-09-27T15:29:59.0779107Z [588/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-09-27T15:29:59.1016337Z [588/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-09-27T15:29:59.1017305Z [589/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-09-27T15:29:59.1069608Z [589/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-09-27T15:29:59.1070152Z [590/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-09-27T15:29:59.1168192Z [590/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-09-27T15:29:59.1168808Z [591/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-09-27T15:29:59.1352137Z [591/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-09-27T15:29:59.1353129Z [592/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-09-27T15:29:59.1370999Z [592/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-09-27T15:29:59.1371743Z [593/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-09-27T15:29:59.1598671Z [593/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-09-27T15:29:59.1599242Z [594/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-09-27T15:29:59.1617836Z [594/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-09-27T15:29:59.1618363Z [595/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-09-27T15:29:59.1907705Z [595/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-09-27T15:29:59.1908274Z [596/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-09-27T15:29:59.1922021Z [596/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-09-27T15:29:59.1922676Z [597/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-09-27T15:29:59.2172212Z [597/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-09-27T15:29:59.2172796Z [598/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-09-27T15:29:59.2361022Z [598/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-09-27T15:29:59.2361575Z [599/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-09-27T15:29:59.2404263Z [599/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-09-27T15:29:59.2404824Z [600/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-09-27T15:29:59.2507476Z [600/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-09-27T15:29:59.2508330Z [601/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-09-27T15:29:59.2531139Z [601/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-09-27T15:29:59.2532131Z [602/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-09-27T15:29:59.2861285Z [602/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-09-27T15:29:59.2862342Z [603/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-09-27T15:29:59.2945336Z [603/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-09-27T15:29:59.2945936Z [604/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-09-27T15:29:59.3037693Z [604/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-09-27T15:29:59.3038715Z [605/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-09-27T15:29:59.3041017Z [605/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-09-27T15:29:59.3041983Z [606/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-09-27T15:29:59.3148134Z [606/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-09-27T15:29:59.3149143Z [607/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-09-27T15:29:59.3392672Z [607/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-09-27T15:29:59.3393241Z [608/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-09-27T15:29:59.3486756Z [608/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:29:59.3487844Z [609/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-09-27T15:29:59.3638339Z [609/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-09-27T15:29:59.3639340Z [610/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-09-27T15:29:59.3675285Z [610/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-09-27T15:29:59.3675860Z [611/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-09-27T15:29:59.3759290Z [611/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-09-27T15:29:59.3760368Z [612/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-09-27T15:29:59.4126072Z [612/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-09-27T15:29:59.4126732Z [613/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:29:59.4264974Z [613/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-09-27T15:29:59.4265565Z [614/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-09-27T15:29:59.4306757Z [614/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-09-27T15:29:59.4307349Z [615/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-09-27T15:29:59.4327900Z [615/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-09-27T15:29:59.4328616Z [616/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-09-27T15:29:59.4351785Z [616/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-09-27T15:29:59.4352468Z [617/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-09-27T15:29:59.4689018Z [617/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-09-27T15:29:59.4689693Z [618/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-09-27T15:29:59.4918373Z [618/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-09-27T15:29:59.4918956Z [619/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-09-27T15:29:59.4936939Z [619/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-09-27T15:29:59.4937938Z [620/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-09-27T15:29:59.4962621Z [620/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-09-27T15:29:59.4963225Z [621/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-09-27T15:29:59.5142630Z [621/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-09-27T15:29:59.5143346Z [622/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-09-27T15:29:59.5162194Z [622/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-09-27T15:29:59.5163202Z [623/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-09-27T15:29:59.5439100Z [623/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-09-27T15:29:59.5439698Z [624/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-09-27T15:29:59.5456941Z [624/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-09-27T15:29:59.5457562Z [625/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-09-27T15:29:59.5598996Z [625/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-09-27T15:29:59.5599623Z [626/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-09-27T15:29:59.5652392Z [626/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-09-27T15:29:59.5653407Z [627/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-09-27T15:29:59.5802732Z [627/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-09-27T15:29:59.5803410Z [628/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-09-27T15:29:59.5966269Z [628/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-09-27T15:29:59.5967301Z [629/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-09-27T15:29:59.6236452Z [629/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-09-27T15:29:59.6237483Z [630/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-09-27T15:29:59.6259761Z [630/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-09-27T15:29:59.6260369Z [631/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-09-27T15:29:59.6285875Z [631/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-09-27T15:29:59.6286473Z [632/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-09-27T15:29:59.6353869Z [632/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-09-27T15:29:59.6354467Z [633/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-09-27T15:29:59.6568195Z [633/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-09-27T15:29:59.6568795Z [634/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-09-27T15:29:59.6799383Z [634/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-09-27T15:29:59.6800022Z [635/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-09-27T15:29:59.6840540Z [635/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-09-27T15:29:59.6841537Z [636/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-09-27T15:29:59.6967465Z [636/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-09-27T15:29:59.6968499Z [637/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-09-27T15:29:59.7014332Z [637/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-09-27T15:29:59.7015634Z [638/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-09-27T15:29:59.7178112Z [638/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-09-27T15:29:59.7179189Z [639/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-09-27T15:29:59.7459391Z [639/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-09-27T15:29:59.7459989Z [640/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-09-27T15:29:59.7615167Z [640/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-09-27T15:29:59.7616358Z [641/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-09-27T15:29:59.7626656Z [641/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-09-27T15:29:59.7627684Z [642/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-09-27T15:29:59.7658474Z [642/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-09-27T15:29:59.7659456Z [643/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-09-27T15:29:59.7897787Z [643/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-09-27T15:29:59.7898835Z [644/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-09-27T15:29:59.7936640Z [644/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-09-27T15:29:59.7937702Z [645/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-09-27T15:29:59.8260657Z [645/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-09-27T15:29:59.8261690Z [646/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-09-27T15:29:59.8336295Z [646/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-09-27T15:29:59.8337203Z [647/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-09-27T15:29:59.8343690Z [647/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-09-27T15:29:59.8344249Z [648/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-09-27T15:29:59.8511560Z [648/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-09-27T15:29:59.8512127Z [649/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-09-27T15:29:59.8620948Z [649/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-09-27T15:29:59.8622092Z [650/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-09-27T15:29:59.8835690Z [650/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-09-27T15:29:59.8836348Z [651/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-09-27T15:29:59.8963795Z [651/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-09-27T15:29:59.8964555Z [652/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-09-27T15:29:59.9223359Z [652/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-09-27T15:29:59.9223945Z [653/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-09-27T15:29:59.9333610Z [653/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-09-27T15:29:59.9334247Z [654/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-09-27T15:29:59.9340648Z [654/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-09-27T15:29:59.9341663Z [655/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-09-27T15:29:59.9401750Z [655/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-09-27T15:29:59.9402324Z [656/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-09-27T15:29:59.9444130Z [656/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-09-27T15:29:59.9445108Z [657/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-09-27T15:29:59.9700834Z [657/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-09-27T15:29:59.9701486Z [658/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-09-27T15:29:59.9909922Z [658/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-09-27T15:29:59.9910464Z [659/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-09-27T15:29:59.9988319Z [659/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-09-27T15:29:59.9989284Z [660/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-09-27T15:30:00.0075065Z [660/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-09-27T15:30:00.0075617Z [661/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-09-27T15:30:00.0100716Z [661/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-09-27T15:30:00.0101640Z [662/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-09-27T15:30:00.0283761Z [662/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-09-27T15:30:00.0284349Z [663/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-09-27T15:30:00.0513238Z [663/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-09-27T15:30:00.0513802Z [664/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-09-27T15:30:00.0627535Z [664/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-09-27T15:30:00.0628283Z [665/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-09-27T15:30:00.0642457Z [665/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-09-27T15:30:00.0643039Z [666/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-09-27T15:30:00.0729204Z [666/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-09-27T15:30:00.0730332Z [667/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-09-27T15:30:00.0778628Z [667/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-09-27T15:30:00.0779450Z [668/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-09-27T15:30:00.0993721Z [668/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-09-27T15:30:00.0994738Z [669/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-09-27T15:30:00.1259933Z [669/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-09-27T15:30:00.1260506Z [670/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-09-27T15:30:00.1282127Z [670/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-09-27T15:30:00.1283174Z [671/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-09-27T15:30:00.1309021Z [671/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-09-27T15:30:00.1310132Z [672/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-09-27T15:30:00.1491853Z [672/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-09-27T15:30:00.1492897Z [673/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-09-27T15:30:00.1596281Z [673/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-09-27T15:30:00.1596845Z [674/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-09-27T15:30:00.1805626Z [674/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-09-27T15:30:00.1806592Z [675/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-09-27T15:30:00.1883116Z [675/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-09-27T15:30:00.1883828Z [676/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-09-27T15:30:00.1928908Z [676/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-09-27T15:30:00.1929463Z [677/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-09-27T15:30:00.2028982Z [677/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-09-27T15:30:00.2030116Z [678/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-09-27T15:30:00.2177413Z [678/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-09-27T15:30:00.2177996Z [679/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-09-27T15:30:00.2371243Z [679/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-09-27T15:30:00.2372219Z [680/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-09-27T15:30:00.2538336Z [680/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-09-27T15:30:00.2538895Z [681/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-09-27T15:30:00.2672143Z [681/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-09-27T15:30:00.2672709Z [682/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-09-27T15:30:00.2701596Z [682/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-09-27T15:30:00.2702161Z [683/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-09-27T15:30:00.2741119Z [683/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-09-27T15:30:00.2742016Z [684/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-09-27T15:30:00.2986931Z [684/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-09-27T15:30:00.2988006Z [685/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-09-27T15:30:00.3171367Z [685/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-09-27T15:30:00.3172443Z [686/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-09-27T15:30:00.3331204Z [686/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-09-27T15:30:00.3331782Z [687/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-09-27T15:30:00.3368304Z [687/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-09-27T15:30:00.3369383Z [688/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-09-27T15:30:00.3514527Z [688/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-09-27T15:30:00.3515830Z [689/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-09-27T15:30:00.3526659Z [689/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-09-27T15:30:00.3527761Z [690/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-09-27T15:30:00.3745828Z [690/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-09-27T15:30:00.3746632Z [691/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-09-27T15:30:00.3933771Z [691/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-09-27T15:30:00.3934841Z [692/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-09-27T15:30:00.4004386Z [692/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-09-27T15:30:00.4004965Z [693/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-09-27T15:30:00.4128745Z [693/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:00.4129387Z [694/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-09-27T15:30:00.4203101Z [694/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:00.4204159Z [695/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-09-27T15:30:00.4440857Z [695/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:30:00.4441859Z [696/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-09-27T15:30:00.4555603Z [696/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:00.4556169Z [697/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-09-27T15:30:00.4696415Z [697/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:30:00.4697487Z [698/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:00.4852995Z [698/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:00.4853965Z [699/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:30:00.4934696Z [699/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:00.4935472Z [700/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:00.5023519Z [700/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:30:00.5024110Z [701/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:00.5215822Z [701/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-09-27T15:30:00.5216999Z [702/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:30:00.5397251Z [702/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-09-27T15:30:00.5398273Z [703/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:00.5548731Z [703/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-09-27T15:30:00.5549667Z [704/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:00.5652819Z [704/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-09-27T15:30:00.5653774Z [705/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:30:00.5656488Z [705/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-09-27T15:30:00.5657385Z [706/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-09-27T15:30:00.5834481Z [706/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-09-27T15:30:00.5835485Z [707/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-09-27T15:30:00.5989062Z [707/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-09-27T15:30:00.5990074Z [708/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-09-27T15:30:00.6090790Z [708/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-09-27T15:30:00.6091807Z [709/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-09-27T15:30:00.6219305Z [709/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-09-27T15:30:00.6220288Z [710/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-09-27T15:30:00.6269208Z [710/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-09-27T15:30:00.6270227Z [711/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-09-27T15:30:00.6518068Z [711/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-09-27T15:30:00.6518694Z [712/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-09-27T15:30:00.6525712Z [712/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-09-27T15:30:00.6526247Z [713/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-09-27T15:30:00.6720071Z [713/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-09-27T15:30:00.6721412Z [714/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-09-27T15:30:00.6918998Z [714/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-09-27T15:30:00.6920083Z [715/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-09-27T15:30:00.6986599Z [715/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-09-27T15:30:00.6987597Z [716/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-09-27T15:30:00.7118291Z [716/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-09-27T15:30:00.7119352Z [717/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-09-27T15:30:00.7121157Z [717/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-09-27T15:30:00.7122148Z [718/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-09-27T15:30:00.7278195Z [718/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-09-27T15:30:00.7279261Z [719/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-09-27T15:30:00.7659859Z [719/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-09-27T15:30:00.7660460Z [720/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-09-27T15:30:00.7712245Z [720/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-09-27T15:30:00.7712888Z [721/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-09-27T15:30:00.7746772Z [721/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-09-27T15:30:00.7747883Z [722/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-09-27T15:30:00.7866216Z [722/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-09-27T15:30:00.7867614Z [723/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-09-27T15:30:00.7941532Z [723/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-09-27T15:30:00.7942576Z [724/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-09-27T15:30:00.8232481Z [724/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-09-27T15:30:00.8233577Z [725/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-09-27T15:30:00.8408901Z [725/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-09-27T15:30:00.8410049Z [726/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-09-27T15:30:00.8454259Z [726/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-09-27T15:30:00.8455673Z [727/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-09-27T15:30:00.8582586Z [727/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-09-27T15:30:00.8583868Z [728/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-09-27T15:30:00.8586770Z [728/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-09-27T15:30:00.8587852Z [729/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-09-27T15:30:00.8845922Z [729/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-09-27T15:30:00.8847247Z [730/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-09-27T15:30:00.9109029Z [730/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-09-27T15:30:00.9109728Z [731/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-09-27T15:30:00.9130152Z [731/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-09-27T15:30:00.9130775Z [732/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-09-27T15:30:00.9231408Z [732/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-09-27T15:30:00.9232501Z [733/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-09-27T15:30:00.9333736Z [733/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-09-27T15:30:00.9334426Z [734/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-09-27T15:30:00.9418571Z [734/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-09-27T15:30:00.9419116Z [735/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-09-27T15:30:00.9764249Z [735/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-09-27T15:30:00.9764803Z [736/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-09-27T15:30:00.9819385Z [736/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-09-27T15:30:00.9820004Z [737/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-09-27T15:30:00.9969381Z [737/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-09-27T15:30:00.9970567Z [738/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-09-27T15:30:01.0014674Z [738/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-09-27T15:30:01.0015440Z [739/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-09-27T15:30:01.0063686Z [739/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-09-27T15:30:01.0064676Z [740/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-09-27T15:30:01.0348055Z [740/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-09-27T15:30:01.0348763Z [741/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-09-27T15:30:01.0604354Z [741/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-09-27T15:30:01.0605313Z [742/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-09-27T15:30:01.0717540Z [742/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-09-27T15:30:01.0718110Z [743/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-09-27T15:30:01.0723262Z [743/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-09-27T15:30:01.0724153Z [744/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-09-27T15:30:01.0761746Z [744/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-09-27T15:30:01.0762323Z [745/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-09-27T15:30:01.0864791Z [745/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-09-27T15:30:01.1226848Z [746/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-09-27T15:30:01.1227422Z [746/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-09-27T15:30:01.1228000Z [747/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-09-27T15:30:01.1268876Z [747/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-09-27T15:30:01.1269467Z [748/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-09-27T15:30:01.1368564Z [748/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-09-27T15:30:01.1369254Z [749/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-09-27T15:30:01.1396335Z [749/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-09-27T15:30:01.1397394Z [750/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-09-27T15:30:01.1451584Z [750/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-09-27T15:30:01.1452357Z [751/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-09-27T15:30:01.1744553Z [751/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-09-27T15:30:01.1745179Z [752/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-09-27T15:30:01.1809140Z [752/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-09-27T15:30:01.1809739Z [753/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-09-27T15:30:01.1827364Z [753/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-09-27T15:30:01.1828013Z [754/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-09-27T15:30:01.1910350Z [754/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-09-27T15:30:01.1910947Z [755/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-09-27T15:30:01.1951357Z [755/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-09-27T15:30:01.1951937Z [756/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-09-27T15:30:01.2196742Z [756/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-09-27T15:30:01.2197782Z [757/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-09-27T15:30:01.2280176Z [757/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-09-27T15:30:01.2280825Z [758/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-09-27T15:30:01.2604187Z [758/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-09-27T15:30:01.2604784Z [759/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-09-27T15:30:01.2791418Z [759/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-09-27T15:30:01.2792047Z [760/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-09-27T15:30:01.2812258Z [760/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-09-27T15:30:01.2812859Z [761/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-09-27T15:30:01.2905941Z [761/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-09-27T15:30:01.2906562Z [762/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-09-27T15:30:01.2939896Z [762/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-09-27T15:30:01.2940878Z [763/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-09-27T15:30:01.3178886Z [763/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-09-27T15:30:01.3179956Z [764/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-09-27T15:30:01.3350112Z [764/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-09-27T15:30:01.3351139Z [765/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-09-27T15:30:01.3364342Z [765/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-09-27T15:30:01.3365288Z [766/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-09-27T15:30:01.3597618Z [766/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-09-27T15:30:01.3598197Z [767/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-09-27T15:30:01.3650090Z [767/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-09-27T15:30:01.3745312Z [768/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-09-27T15:30:01.3745897Z [768/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-09-27T15:30:01.3746412Z [769/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-09-27T15:30:01.3875271Z [769/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.3875835Z [770/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-09-27T15:30:01.4156306Z [770/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-09-27T15:30:01.4156961Z [771/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-09-27T15:30:01.4192706Z [771/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.4193328Z [772/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-09-27T15:30:01.4209956Z [772/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.4210545Z [773/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-09-27T15:30:01.4705757Z [773/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.4706865Z [774/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.4771572Z [774/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.4772135Z [775/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-09-27T15:30:01.4870196Z [775/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.4871253Z [776/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.5255014Z [776/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.5256344Z [777/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.5462963Z [777/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.5464139Z [778/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.5465433Z [778/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.5466498Z [779/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.5876936Z [779/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.5877579Z [780/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.5892866Z [780/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.5893633Z [781/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.6186888Z [781/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.6188023Z [782/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.6193418Z [782/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.6194657Z [783/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.6309966Z [783/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.6310598Z [784/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.6630163Z [784/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.6630802Z [785/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.6761462Z [785/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.6762103Z [786/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.6980015Z [786/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.6980661Z [787/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.7003229Z [787/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.7004348Z [788/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.7277407Z [788/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.7278173Z [789/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.7576760Z [789/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.7577404Z [790/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.7673161Z [790/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.7674102Z [791/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.7921772Z [791/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.7922865Z [792/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.7949277Z [792/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.7950606Z [793/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.8277911Z [793/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.8278561Z [794/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.8449866Z [794/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.8450673Z [795/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.8676757Z [795/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.8678150Z [796/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.8689829Z [796/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.8690504Z [797/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.9081733Z [797/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.9082517Z [798/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.9184840Z [798/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.9185920Z [799/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.9239518Z [799/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.9240621Z [800/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.9554280Z [800/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.9555660Z [801/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.9557239Z [801/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:01.9558476Z [802/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:01.9807531Z [802/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:01.9808328Z [803/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.0047030Z [803/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.0047688Z [804/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.0286745Z [804/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.0287854Z [805/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.0292371Z [805/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.0293429Z [806/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.0294674Z [806/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.0552780Z [807/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.0553671Z [807/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.0554384Z [808/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.0850039Z [808/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.0851098Z [809/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.1125756Z [809/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.1126371Z [810/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.1331910Z [810/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.1332583Z [811/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.1412768Z [811/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.1413832Z [812/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.1551275Z [812/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.1552323Z [813/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.1947256Z [813/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.1948363Z [814/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.2047843Z [814/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.2048460Z [815/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.2562412Z [815/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.2563028Z [816/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.2820276Z [816/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.2820900Z [817/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.2840389Z [817/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.2841461Z [818/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.2972073Z [818/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.2973075Z [819/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.3321697Z [819/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.3323203Z [820/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.3691540Z [820/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.3692157Z [821/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.3729089Z [821/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.3729676Z [822/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.3828208Z [822/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.3829359Z [823/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.4334879Z [823/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.4336221Z [824/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.4373757Z [824/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.4374768Z [825/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.4488644Z [825/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.4489619Z [826/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.4545531Z [826/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.4546620Z [827/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.5232176Z [827/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.5232779Z [828/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.5290620Z [828/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.5291750Z [829/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.5322510Z [829/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.5323457Z [830/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.5331736Z [830/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.5332908Z [831/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.5475644Z [831/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.5476738Z [832/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.5914852Z [832/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.5915700Z [833/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.6077441Z [833/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.6078133Z [834/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.6187825Z [834/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.6188934Z [835/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.6460401Z [835/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.6461472Z [836/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.6664027Z [836/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.6665101Z [837/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.6835375Z [837/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.6836459Z [838/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.6961596Z [838/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.6964053Z [839/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.7090289Z [839/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.7090988Z [840/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.7331645Z [840/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.7332673Z [841/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.7591014Z [841/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.7592058Z [842/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.7606418Z [842/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.7607202Z [843/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.7786622Z [843/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.7788479Z [844/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.8446079Z [844/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.8446745Z [845/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.8459020Z [845/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.8460088Z [846/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.8578919Z [846/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.8579574Z [847/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.9074422Z [847/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.9075181Z [848/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:02.9086322Z [848/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.9086927Z [849/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.9173631Z [849/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:02.9174231Z [850/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.9247346Z [850/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:02.9248408Z [851/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:02.9781547Z [851/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:02.9782177Z [852/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:02.9864272Z [852/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:02.9864869Z [853/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:03.0029988Z [853/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:03.0030980Z [854/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:03.0529781Z [854/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.0530405Z [855/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:03.0687038Z [855/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.0687737Z [856/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:03.1188507Z [856/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.1189192Z [857/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.1306371Z [857/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:30:03.1307420Z [858/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.1434357Z [858/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:30:03.1434991Z [859/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.1547874Z [859/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:30:03.1548485Z [860/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:03.1719225Z [860/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:30:03.1719925Z [861/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:30:03.2039337Z [861/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:30:03.2040017Z [862/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:30:03.2176156Z [862/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:30:03.2176739Z [863/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:30:03.2210229Z [863/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:30:03.2210890Z [864/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:30:03.2321591Z [864/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:30:03.2322742Z [865/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.2584995Z [865/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:30:03.2585666Z [866/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:30:03.2842905Z [866/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:30:03.2843570Z [867/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:30:03.2924388Z [867/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:30:03.2925160Z [868/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:30:03.2965155Z [868/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:30:03.2965797Z [869/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:30:03.3015555Z [869/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:30:03.3016382Z [870/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:30:03.3189317Z [870/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:30:03.3189980Z [871/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:30:03.3530290Z [871/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-09-27T15:30:03.3530947Z [872/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:30:03.3534289Z [872/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-09-27T15:30:03.3535050Z [873/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:30:03.3726408Z [873/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-09-27T15:30:03.3727546Z [874/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:30:03.3782650Z [874/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:30:03.3783272Z [875/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-09-27T15:30:03.3990723Z [875/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:30:03.3991424Z [876/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:30:03.4314374Z [876/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:30:03.4315433Z [877/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:30:03.4355158Z [877/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:30:03.4355794Z [878/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-09-27T15:30:03.4540988Z [878/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:30:03.4542123Z [879/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:30:03.4637466Z [879/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:30:03.4638264Z [880/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:30:03.4749430Z [880/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:30:03.4750154Z [881/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-09-27T15:30:03.4877863Z [881/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.4878679Z [882/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:30:03.5001339Z [882/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.5002487Z [883/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:30:03.5239244Z [883/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.5240830Z [884/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:30:03.5251112Z [884/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.5252245Z [885/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:30:03.5578241Z [885/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.5579340Z [886/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.5766688Z [886/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.5767359Z [887/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.5841674Z [887/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.5842409Z [888/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.5995837Z [888/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.5997170Z [889/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.6181677Z [889/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.6182802Z [890/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.6366733Z [890/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.6368177Z [891/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.6552779Z [891/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.6553374Z [892/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.6717132Z [892/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.6718228Z [893/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.6829106Z [893/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.6830162Z [894/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.6975005Z [894/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.6976608Z [895/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.7231942Z [895/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.7232789Z [896/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.7382828Z [896/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.7383483Z [897/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.7539056Z [897/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.7539687Z [898/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.7836654Z [898/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.7837804Z [899/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.8037987Z [899/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.8038809Z [900/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.8231815Z [900/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.8232953Z [901/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.8260377Z [901/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.8261220Z [902/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.8279402Z [902/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.8280528Z [903/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.8778553Z [903/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.8779688Z [904/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.8791649Z [904/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.8792430Z [905/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.9016485Z [905/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.9017180Z [906/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.9204514Z [906/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.9205530Z [907/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.9221813Z [907/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.9222925Z [908/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.9432430Z [908/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.9433185Z [909/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.9665098Z [909/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.9665698Z [910/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.9805233Z [910/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:03.9807027Z [911/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:03.9937936Z [911/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:03.9938607Z [912/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.0147216Z [912/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.0148307Z [913/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.0181075Z [913/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.0182069Z [914/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.0409335Z [914/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.0410421Z [915/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.0659321Z [915/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.0660388Z [916/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.0755536Z [916/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.0756137Z [917/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.0872558Z [917/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.0873206Z [918/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.1122813Z [918/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.1123895Z [919/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.1142669Z [919/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.1143578Z [920/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.1490400Z [920/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.1491479Z [921/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.1640581Z [921/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.1641388Z [922/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.1656881Z [922/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.1657542Z [923/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.1841347Z [923/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.1842665Z [924/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.1999501Z [924/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.2000278Z [925/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.2221772Z [925/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.2222861Z [926/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.2434207Z [926/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.2435328Z [927/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.2560453Z [927/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.2561141Z [928/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.2744473Z [928/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.2745569Z [929/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.2761734Z [929/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.2763022Z [930/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.2911480Z [930/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.2912557Z [931/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.3258534Z [931/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-09-27T15:30:04.3259182Z [932/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.3304842Z [932/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-09-27T15:30:04.3305891Z [933/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.3383965Z [933/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-09-27T15:30:04.3385309Z [934/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.3509485Z [934/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-09-27T15:30:04.3510070Z [935/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-09-27T15:30:04.3738167Z [935/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-09-27T15:30:04.3738792Z [936/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-09-27T15:30:04.3788950Z [936/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-09-27T15:30:04.3789975Z [937/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-09-27T15:30:04.3980377Z [937/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-09-27T15:30:04.3980996Z [938/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-09-27T15:30:04.4124684Z [938/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-09-27T15:30:04.4125276Z [939/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-09-27T15:30:04.4225287Z [939/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-09-27T15:30:04.4225957Z [940/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.4248261Z [940/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-09-27T15:30:04.4248905Z [941/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-09-27T15:30:04.4373778Z [941/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-09-27T15:30:04.4374400Z [942/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-09-27T15:30:04.4531511Z [942/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:30:04.4532233Z [943/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-09-27T15:30:04.4784786Z [943/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:30:04.4785420Z [944/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-09-27T15:30:04.4917020Z [944/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:30:04.4917573Z [945/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-09-27T15:30:04.5036440Z [945/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:30:04.5037055Z [946/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:30:04.5046426Z [946/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:30:04.5047001Z [947/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-09-27T15:30:04.5413797Z [947/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:30:04.5414398Z [948/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:30:04.5583109Z [948/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:30:04.5584069Z [949/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:30:04.5598229Z [949/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:30:04.5598807Z [950/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:30:04.5626771Z [950/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.5627842Z [951/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:30:04.5869093Z [951/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.5870068Z [952/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:30:04.6175955Z [952/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.6176582Z [953/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-09-27T15:30:04.6193231Z [953/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.6194344Z [954/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.6281239Z [954/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.6282198Z [955/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:30:04.6286839Z [955/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.6287681Z [956/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.6537641Z [956/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.6538792Z [957/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.6865110Z [957/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.6865805Z [958/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.6942133Z [958/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.6942771Z [959/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.6970916Z [959/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.6971528Z [960/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.6993993Z [960/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.6995097Z [961/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.7222669Z [961/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.7228840Z [962/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.7585651Z [962/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.7586284Z [963/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.7709749Z [963/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.7710711Z [964/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.7712124Z [964/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.7713018Z [965/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.7901987Z [965/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.7903384Z [966/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.8069200Z [966/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.8069901Z [967/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.8322120Z [967/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.8322825Z [968/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.8387822Z [968/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:30:04.8388424Z [969/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:04.8430704Z [969/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:30:04.8432039Z [970/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:04.8701593Z [970/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:30:04.8702665Z [971/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:04.8916520Z [971/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:30:04.8917147Z [972/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-09-27T15:30:04.8918661Z [972/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:30:04.8919687Z [973/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-09-27T15:30:04.8940640Z [973/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:30:04.8941225Z [974/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-09-27T15:30:04.9298807Z [974/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:30:04.9299419Z [975/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-09-27T15:30:04.9466355Z [975/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:30:04.9466994Z [976/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:30:04.9515618Z [976/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:30:04.9516409Z [977/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:30:04.9672078Z [977/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:30:04.9673240Z [978/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:30:04.9954270Z [978/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:30:04.9955443Z [979/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:30:05.0060674Z [979/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:30:05.0061890Z [980/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:30:05.0158831Z [980/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:30:05.0159848Z [981/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:30:05.0309532Z [981/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:30:05.0310689Z [982/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:30:05.0565288Z [982/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:30:05.0566506Z [983/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:30:05.0661763Z [983/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:30:05.0662917Z [984/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:30:05.0681177Z [984/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:30:05.0681807Z [985/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-09-27T15:30:05.0846165Z [985/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:30:05.0847216Z [986/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.0902885Z [986/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:30:05.0903522Z [987/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-09-27T15:30:05.1107906Z [987/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:30:05.1108718Z [988/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-09-27T15:30:05.1377669Z [988/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:30:05.1378324Z [989/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-09-27T15:30:05.1455960Z [989/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:30:05.1456674Z [990/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-09-27T15:30:05.1536726Z [990/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.1537694Z [991/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-09-27T15:30:05.1581155Z [991/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.1582269Z [992/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-09-27T15:30:05.1932053Z [992/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.1933584Z [993/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-09-27T15:30:05.1943873Z [993/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.1945257Z [994/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-09-27T15:30:05.2275358Z [994/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.2276674Z [995/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.2340907Z [995/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.2341969Z [996/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.2672751Z [996/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.2673769Z [997/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.2687315Z [997/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.2688157Z [998/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.2929262Z [998/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.2929872Z [999/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.3047761Z [999/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.3048818Z [1000/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.3244645Z [1000/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.3246380Z [1001/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.3410763Z [1001/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.3411673Z [1002/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.3665335Z [1002/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.3666767Z [1003/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.3774568Z [1003/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.3775684Z [1004/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.3899924Z [1004/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.3900558Z [1005/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.4105863Z [1005/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.4106945Z [1006/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.4178942Z [1006/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.4182625Z [1007/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.4563007Z [1007/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.4563690Z [1008/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.4695864Z [1008/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.4697009Z [1009/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.4885792Z [1009/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.4886855Z [1010/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.5086120Z [1010/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.5086785Z [1011/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.5378638Z [1011/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.5379710Z [1012/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.5423554Z [1012/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.5424871Z [1013/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.5566790Z [1013/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.5567398Z [1014/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.5793431Z [1014/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.5794508Z [1015/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.6001455Z [1015/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.6002060Z [1016/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.6126870Z [1016/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.6128006Z [1017/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.6290157Z [1017/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.6291435Z [1018/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.6476363Z [1018/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.6476964Z [1019/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.6567194Z [1019/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.6568490Z [1020/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.6773008Z [1020/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.6774465Z [1021/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.6836299Z [1021/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.6837108Z [1022/6340] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-09-27T15:30:05.6943041Z [1022/6340] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-09-27T15:30:05.6943618Z [1023/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.7190359Z [1023/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.7190968Z [1024/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.7282185Z [1024/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.7283241Z [1025/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.7603601Z [1025/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.7604661Z [1026/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.7718261Z [1026/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.7719324Z [1027/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.7775440Z [1027/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.7776067Z [1028/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.8083040Z [1028/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.8083715Z [1029/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.8278411Z [1029/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.8279033Z [1030/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.8456127Z [1030/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.8456993Z [1031/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.8528887Z [1031/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.8529999Z [1032/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.8621485Z [1032/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.8622442Z [1033/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.9018080Z [1033/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.9018716Z [1034/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.9367462Z [1034/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.9368199Z [1035/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.9581588Z [1035/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:05.9582199Z [1036/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.9700308Z [1036/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:05.9700929Z [1037/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.9922549Z [1037/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:05.9923212Z [1038/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:06.0056056Z [1038/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:06.0057104Z [1039/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:06.0191163Z [1039/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-09-27T15:30:06.0191972Z [1040/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-09-27T15:30:06.0595322Z [1040/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-09-27T15:30:06.0595942Z [1041/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-09-27T15:30:06.0707233Z [1041/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-09-27T15:30:06.0708295Z [1042/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:06.0716093Z [1042/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-09-27T15:30:06.0716986Z [1043/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-09-27T15:30:06.1149135Z [1043/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-09-27T15:30:06.1150172Z [1044/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-09-27T15:30:06.1260501Z [1044/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-09-27T15:30:06.1264061Z [1045/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-09-27T15:30:06.1264783Z [1045/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-09-27T15:30:06.1265861Z [1046/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-09-27T15:30:06.1373569Z [1046/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-09-27T15:30:06.1374629Z [1047/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-09-27T15:30:06.1709730Z [1047/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-09-27T15:30:06.1710801Z [1048/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-09-27T15:30:06.1809374Z [1048/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-09-27T15:30:06.1810148Z [1049/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-09-27T15:30:06.1817033Z [1049/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-09-27T15:30:06.1818036Z [1050/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-09-27T15:30:06.1951341Z [1050/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-09-27T15:30:06.1952327Z [1051/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-09-27T15:30:06.2164101Z [1051/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:30:06.2164710Z [1052/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-09-27T15:30:06.2297299Z [1052/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:30:06.2297903Z [1053/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-09-27T15:30:06.2303379Z [1053/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:30:06.2303994Z [1054/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-09-27T15:30:06.2510774Z [1054/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:30:06.2511386Z [1055/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-09-27T15:30:06.2534115Z [1055/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:30:06.2534935Z [1056/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:30:06.2678410Z [1056/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:30:06.2679398Z [1057/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:30:06.2883914Z [1057/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:30:06.2884938Z [1058/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-09-27T15:30:06.3076674Z [1058/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:30:06.3077332Z [1059/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-09-27T15:30:06.3156239Z [1059/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:30:06.3156827Z [1060/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:30:06.3197254Z [1060/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:30:06.3197901Z [1061/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:30:06.3330074Z [1061/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:30:06.3330924Z [1062/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:30:06.3647985Z [1062/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-09-27T15:30:06.3648559Z [1063/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:30:06.3665070Z [1063/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:30:06.3665699Z [1064/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:30:06.3757275Z [1064/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:30:06.3757821Z [1065/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-09-27T15:30:06.3880440Z [1065/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:30:06.3881793Z [1066/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-09-27T15:30:06.4044707Z [1066/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-09-27T15:30:06.4045331Z [1067/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-09-27T15:30:06.4191108Z [1067/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-09-27T15:30:06.4191820Z [1068/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-09-27T15:30:06.4266758Z [1068/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:30:06.4267667Z [1069/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-09-27T15:30:06.4354361Z [1069/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-09-27T15:30:06.4355502Z [1070/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-09-27T15:30:06.4559719Z [1070/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-09-27T15:30:06.4560342Z [1071/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-09-27T15:30:06.4754291Z [1071/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-09-27T15:30:06.4755191Z [1072/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-09-27T15:30:06.4785269Z [1072/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-09-27T15:30:06.4785798Z [1073/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:30:06.4844382Z [1073/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-09-27T15:30:06.4845300Z [1074/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-09-27T15:30:06.5027702Z [1074/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-09-27T15:30:06.5028609Z [1075/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-09-27T15:30:06.5256102Z [1075/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-09-27T15:30:06.5256650Z [1076/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-09-27T15:30:06.5269151Z [1076/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-09-27T15:30:06.5269675Z [1077/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-09-27T15:30:06.5305111Z [1077/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-09-27T15:30:06.5305710Z [1078/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-09-27T15:30:06.5480297Z [1078/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:30:06.5480855Z [1079/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-09-27T15:30:06.5714610Z [1079/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:30:06.5715445Z [1080/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-09-27T15:30:06.5722066Z [1080/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:30:06.5722643Z [1081/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-09-27T15:30:06.5833966Z [1081/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:30:06.5834804Z [1082/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:30:06.5837856Z [1082/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:30:06.5838768Z [1083/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-09-27T15:30:06.6211103Z [1083/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:30:06.6211827Z [1084/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:30:06.6313311Z [1084/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:30:06.6313872Z [1085/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:30:06.6352550Z [1085/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:30:06.6353184Z [1086/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:30:06.6416536Z [1086/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-09-27T15:30:06.6417083Z [1087/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:30:06.6630723Z [1087/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-09-27T15:30:06.6631369Z [1088/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:30:06.6737013Z [1088/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-09-27T15:30:06.6737579Z [1089/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:30:06.6842508Z [1089/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-09-27T15:30:06.6843194Z [1090/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:30:06.7112407Z [1090/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:30:06.7112932Z [1091/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-09-27T15:30:06.7260776Z [1091/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:30:06.7261729Z [1092/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-09-27T15:30:06.7279950Z [1092/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:30:06.7280909Z [1093/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-09-27T15:30:06.7312587Z [1093/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:30:06.7313435Z [1094/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:30:06.7391744Z [1094/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:30:06.7392587Z [1095/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-09-27T15:30:06.7619319Z [1095/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:30:06.7620320Z [1096/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:30:06.7973291Z [1096/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:30:06.7973880Z [1097/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:30:06.7976790Z [1097/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-09-27T15:30:06.7977567Z [1098/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:30:06.8117979Z [1098/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-09-27T15:30:06.8118546Z [1099/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:30:06.8225340Z [1099/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-09-27T15:30:06.8225928Z [1100/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:30:06.8325379Z [1100/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-09-27T15:30:06.8325812Z [1101/6340] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-09-27T15:30:06.8454740Z [1101/6340] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-09-27T15:30:06.8455704Z [1102/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-09-27T15:30:06.8503473Z [1102/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-09-27T15:30:06.8504018Z [1103/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-09-27T15:30:06.8550971Z [1103/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:30:06.8551822Z [1104/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-09-27T15:30:06.8734952Z [1104/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-09-27T15:30:06.8735662Z [1105/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-09-27T15:30:06.8896794Z [1105/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:30:06.8897704Z [1106/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-09-27T15:30:06.8956353Z [1106/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-09-27T15:30:06.8956954Z [1107/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:30:06.9065031Z [1107/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:30:06.9066011Z [1108/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-09-27T15:30:06.9267557Z [1108/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-09-27T15:30:06.9268124Z [1109/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-09-27T15:30:06.9433168Z [1109/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:30:06.9434121Z [1110/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-09-27T15:30:06.9457235Z [1110/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-09-27T15:30:06.9458226Z [1111/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:30:06.9539123Z [1111/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:30:06.9540293Z [1112/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-09-27T15:30:06.9693535Z [1112/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-09-27T15:30:06.9694179Z [1113/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:30:06.9924885Z [1113/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:30:06.9926105Z [1114/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-09-27T15:30:07.0038158Z [1114/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-09-27T15:30:07.0039227Z [1115/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-09-27T15:30:07.0102229Z [1115/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:30:07.0103251Z [1116/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-09-27T15:30:07.0236965Z [1116/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-09-27T15:30:07.0237507Z [1117/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:30:07.0336380Z [1117/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:30:07.0337380Z [1118/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:30:07.0408797Z [1118/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-09-27T15:30:07.0409341Z [1119/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-09-27T15:30:07.0552843Z [1119/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-09-27T15:30:07.0553624Z [1120/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:30:07.0766982Z [1120/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-09-27T15:30:07.0768013Z [1121/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-09-27T15:30:07.0859231Z [1121/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-09-27T15:30:07.0860077Z [1122/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-09-27T15:30:07.0903023Z [1122/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-09-27T15:30:07.0903894Z [1123/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-09-27T15:30:07.1083199Z [1123/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-09-27T15:30:07.1083735Z [1124/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-09-27T15:30:07.1180245Z [1124/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:30:07.1181233Z [1125/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-09-27T15:30:07.1263434Z [1125/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-09-27T15:30:07.1264151Z [1126/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-09-27T15:30:07.1309308Z [1126/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:30:07.1310170Z [1127/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-09-27T15:30:07.1424898Z [1127/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-09-27T15:30:07.1425889Z [1128/6340] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-09-27T15:30:07.1432735Z [1128/6340] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-09-27T15:30:07.1433833Z [1129/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-09-27T15:30:07.1544949Z [1129/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:30:07.1545953Z [1130/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-09-27T15:30:07.1662797Z [1130/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-09-27T15:30:07.1664129Z [1131/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-09-27T15:30:07.1766653Z [1131/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:30:07.1767204Z [1132/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-09-27T15:30:07.1891675Z [1132/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-09-27T15:30:07.1892678Z [1133/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-09-27T15:30:07.1980573Z [1133/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:30:07.1981453Z [1134/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-09-27T15:30:07.2261636Z [1134/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:07.2262588Z [1135/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-09-27T15:30:07.2295859Z [1135/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:30:07.2296833Z [1136/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-09-27T15:30:07.2388241Z [1136/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-09-27T15:30:07.2388806Z [1137/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-09-27T15:30:07.2517049Z [1137/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-09-27T15:30:07.2518289Z [1138/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:07.2566312Z [1138/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-09-27T15:30:07.2567325Z [1139/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-09-27T15:30:07.2871239Z [1139/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-09-27T15:30:07.2872236Z [1140/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:30:07.3078839Z [1140/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-09-27T15:30:07.3079996Z [1141/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-09-27T15:30:07.3224987Z [1141/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-09-27T15:30:07.3225599Z [1142/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-09-27T15:30:07.3257486Z [1142/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-09-27T15:30:07.3258269Z [1143/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-09-27T15:30:07.3483064Z [1143/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-09-27T15:30:07.3483651Z [1144/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-09-27T15:30:07.3672703Z [1144/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-09-27T15:30:07.3673706Z [1145/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-09-27T15:30:07.3765531Z [1145/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-09-27T15:30:07.3766135Z [1146/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-09-27T15:30:07.3928247Z [1146/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-09-27T15:30:07.3929690Z [1147/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-09-27T15:30:07.4103812Z [1147/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-09-27T15:30:07.4104873Z [1148/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-09-27T15:30:07.4279804Z [1148/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-09-27T15:30:07.4280535Z [1149/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-09-27T15:30:07.4305855Z [1149/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-09-27T15:30:07.4306815Z [1150/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-09-27T15:30:07.4413247Z [1150/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-09-27T15:30:07.4414448Z [1151/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-09-27T15:30:07.4853680Z [1151/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-09-27T15:30:07.4854259Z [1152/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-09-27T15:30:07.4889529Z [1152/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-09-27T15:30:07.4890127Z [1153/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-09-27T15:30:07.4972363Z [1153/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-09-27T15:30:07.5183293Z [1154/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-09-27T15:30:07.5184509Z [1154/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-09-27T15:30:07.5185457Z [1155/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-09-27T15:30:07.5408449Z [1155/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-09-27T15:30:07.5409137Z [1156/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-09-27T15:30:07.5610398Z [1156/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-09-27T15:30:07.5610963Z [1157/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-09-27T15:30:07.5673499Z [1157/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-09-27T15:30:07.5674542Z [1158/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-09-27T15:30:07.5707923Z [1158/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-09-27T15:30:07.5709304Z [1159/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-09-27T15:30:07.5840904Z [1159/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-09-27T15:30:07.5842014Z [1160/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-09-27T15:30:07.6046234Z [1160/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-09-27T15:30:07.6047348Z [1161/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-09-27T15:30:07.6387448Z [1161/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-09-27T15:30:07.6388063Z [1162/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-09-27T15:30:07.6584342Z [1162/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-09-27T15:30:07.6585343Z [1163/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-09-27T15:30:07.6675299Z [1163/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-09-27T15:30:07.6675988Z [1164/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-09-27T15:30:07.6681076Z [1164/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-09-27T15:30:07.6682129Z [1165/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-09-27T15:30:07.6999653Z [1165/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-09-27T15:30:07.7000388Z [1166/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-09-27T15:30:07.7074093Z [1166/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-09-27T15:30:07.7074721Z [1167/6340] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-09-27T15:30:07.7122925Z [1167/6340] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-09-27T15:30:07.7123417Z [1168/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-09-27T15:30:07.7140934Z [1168/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-09-27T15:30:07.7141517Z [1169/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-09-27T15:30:07.7347510Z [1169/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-09-27T15:30:07.7348616Z [1170/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-09-27T15:30:07.7420874Z [1170/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-09-27T15:30:07.7422236Z [1171/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-09-27T15:30:07.7769168Z [1171/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-09-27T15:30:07.7770198Z [1172/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-09-27T15:30:07.7817246Z [1172/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-09-27T15:30:07.7818136Z [1173/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-09-27T15:30:07.8143388Z [1173/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-09-27T15:30:07.8144010Z [1174/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-09-27T15:30:07.8259957Z [1174/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-09-27T15:30:07.8260573Z [1175/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-09-27T15:30:07.8270934Z [1175/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-09-27T15:30:07.8271786Z [1176/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-09-27T15:30:07.8418008Z [1176/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-09-27T15:30:07.8419464Z [1177/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-09-27T15:30:07.8763499Z [1177/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-09-27T15:30:07.8764750Z [1178/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-09-27T15:30:07.8896973Z [1178/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-09-27T15:30:07.8897591Z [1179/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-09-27T15:30:07.8910170Z [1179/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-09-27T15:30:07.8911766Z [1180/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-09-27T15:30:07.9029544Z [1180/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-09-27T15:30:07.9030656Z [1181/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-09-27T15:30:07.9087055Z [1181/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-09-27T15:30:07.9087658Z [1182/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-09-27T15:30:07.9565795Z [1182/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-09-27T15:30:07.9566425Z [1183/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-09-27T15:30:07.9651488Z [1183/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-09-27T15:30:07.9652104Z [1184/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-09-27T15:30:07.9706645Z [1184/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-09-27T15:30:07.9707603Z [1185/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-09-27T15:30:07.9712694Z [1185/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-09-27T15:30:07.9713300Z [1186/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-09-27T15:30:08.0271719Z [1186/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-09-27T15:30:08.0272340Z [1187/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-09-27T15:30:08.0377068Z [1187/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-09-27T15:30:08.0377696Z [1188/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-09-27T15:30:08.0415822Z [1188/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-09-27T15:30:08.0416708Z [1189/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-09-27T15:30:08.0468500Z [1189/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-09-27T15:30:08.0469732Z [1190/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-09-27T15:30:08.0470664Z [1190/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-09-27T15:30:08.0471553Z [1191/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-09-27T15:30:08.0986824Z [1191/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-09-27T15:30:08.0988618Z [1192/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-09-27T15:30:08.1094075Z [1192/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-09-27T15:30:08.1095129Z [1193/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-09-27T15:30:08.1253333Z [1193/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-09-27T15:30:08.1254403Z [1194/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-09-27T15:30:08.1321792Z [1194/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-09-27T15:30:08.1322872Z [1195/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-09-27T15:30:08.1727664Z [1195/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-09-27T15:30:08.1728266Z [1196/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-09-27T15:30:08.1819299Z [1196/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-09-27T15:30:08.1819900Z [1197/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-09-27T15:30:08.1923069Z [1197/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-09-27T15:30:08.1924346Z [1198/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-09-27T15:30:08.1930591Z [1198/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-09-27T15:30:08.1931270Z [1199/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-09-27T15:30:08.2104860Z [1199/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-09-27T15:30:08.2105928Z [1200/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-09-27T15:30:08.2406470Z [1200/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-09-27T15:30:08.2407169Z [1201/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-09-27T15:30:08.2458147Z [1201/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-09-27T15:30:08.2458716Z [1202/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-09-27T15:30:08.2625042Z [1202/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-09-27T15:30:08.2625848Z [1203/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-09-27T15:30:08.2724635Z [1203/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-09-27T15:30:08.2725634Z [1204/6340] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-09-27T15:30:08.2922827Z [1204/6340] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-09-27T15:30:08.3165937Z [1205/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-09-27T15:30:08.3167239Z [1205/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-09-27T15:30:08.3168182Z [1206/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-09-27T15:30:08.3204201Z [1206/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-09-27T15:30:08.3205321Z [1207/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-09-27T15:30:08.3391441Z [1207/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-09-27T15:30:08.3392023Z [1208/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-09-27T15:30:08.3663583Z [1208/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-09-27T15:30:08.3665001Z [1209/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-09-27T15:30:08.3890394Z [1209/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-09-27T15:30:08.3891126Z [1210/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-09-27T15:30:08.3902801Z [1210/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-09-27T15:30:08.3903890Z [1211/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-09-27T15:30:08.3983845Z [1211/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-09-27T15:30:08.3984886Z [1212/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-09-27T15:30:08.4314943Z [1212/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.4315542Z [1213/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-09-27T15:30:08.4432002Z [1213/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.4432987Z [1214/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-09-27T15:30:08.4498632Z [1214/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-09-27T15:30:08.4499348Z [1215/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-09-27T15:30:08.4704416Z [1215/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.4705654Z [1216/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-09-27T15:30:08.4779409Z [1216/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.4781761Z [1217/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.5093185Z [1217/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-09-27T15:30:08.5094114Z [1218/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-09-27T15:30:08.5224953Z [1218/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:30:08.5225548Z [1219/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.5508067Z [1219/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.5509063Z [1220/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-09-27T15:30:08.5545938Z [1220/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.5546510Z [1221/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.5748140Z [1221/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-09-27T15:30:08.5748911Z [1222/6340] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-09-27T15:30:08.5785826Z [1222/6340] Generating src/x86_64-fma/blas/sgemm.py.o 2022-09-27T15:30:08.5786863Z [1223/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:30:08.6167232Z [1223/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.6167859Z [1224/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.6207671Z [1224/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.6208229Z [1225/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-09-27T15:30:08.6449363Z [1225/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-09-27T15:30:08.6450641Z [1226/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.6454629Z [1226/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-09-27T15:30:08.6456066Z [1227/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.6462331Z [1227/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-09-27T15:30:08.6462915Z [1228/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.6779775Z [1228/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.6780713Z [1229/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.7117192Z [1229/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-09-27T15:30:08.7118385Z [1230/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.7539383Z [1230/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-09-27T15:30:08.7540233Z [1231/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-09-27T15:30:08.7632738Z [1231/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.7633494Z [1232/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-09-27T15:30:08.7843960Z [1232/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-09-27T15:30:08.7844511Z [1233/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-09-27T15:30:08.7904819Z [1233/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.7905767Z [1234/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-09-27T15:30:08.8152228Z [1234/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.8153009Z [1235/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-09-27T15:30:08.8440936Z [1235/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-09-27T15:30:08.8441663Z [1236/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-09-27T15:30:08.8657026Z [1236/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:30:08.8657579Z [1237/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.8766840Z [1237/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.8767491Z [1238/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.8787210Z [1238/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.8788164Z [1239/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-09-27T15:30:08.9227364Z [1239/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-09-27T15:30:08.9227970Z [1240/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.9349359Z [1240/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.9349976Z [1241/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-09-27T15:30:08.9410037Z [1241/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.9410637Z [1242/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-09-27T15:30:08.9422610Z [1242/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-09-27T15:30:08.9423028Z [1243/6340] Generating src/x86_64-fma/blas/sgemm.py.o 2022-09-27T15:30:08.9484230Z [1243/6340] Generating src/x86_64-fma/max-pooling.py.o 2022-09-27T15:30:08.9484968Z [1244/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:30:08.9572550Z [1244/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:08.9573679Z [1245/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:30:08.9960143Z [1245/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:08.9960912Z [1246/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-09-27T15:30:09.0050303Z [1246/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:30:09.0050879Z [1247/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-09-27T15:30:09.0067444Z [1247/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-09-27T15:30:09.0067979Z [1248/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:09.0491654Z [1248/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-09-27T15:30:09.0492223Z [1249/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-09-27T15:30:09.0542387Z [1249/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-09-27T15:30:09.0543257Z [1250/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:09.0594399Z [1250/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-09-27T15:30:09.0595017Z [1251/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:30:09.0649420Z [1251/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-09-27T15:30:09.0650314Z [1252/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-09-27T15:30:09.0742839Z [1252/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-09-27T15:30:09.0743665Z [1253/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-09-27T15:30:09.1156258Z [1253/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-09-27T15:30:09.1158215Z [1254/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-09-27T15:30:09.1250208Z [1254/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-09-27T15:30:09.1250728Z [1255/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-09-27T15:30:09.1266476Z [1255/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-09-27T15:30:09.1267007Z [1256/6340] Generating src/x86_64-fma/max-pooling.py.o 2022-09-27T15:30:09.1468313Z [1256/6340] Generating src/x86_64-fma/relu.py.o 2022-09-27T15:30:09.1468962Z [1257/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-09-27T15:30:09.1717194Z [1257/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-09-27T15:30:09.1717967Z [1258/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-09-27T15:30:09.1986779Z [1258/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-09-27T15:30:09.1987473Z [1259/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-09-27T15:30:09.2075339Z [1259/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-09-27T15:30:09.2076093Z [1260/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-09-27T15:30:09.2289795Z [1260/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-09-27T15:30:09.2290637Z [1261/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-09-27T15:30:09.2291803Z [1261/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-09-27T15:30:09.2292545Z [1262/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-09-27T15:30:09.2540115Z [1262/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-09-27T15:30:09.2541105Z [1263/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-09-27T15:30:09.2615172Z [1263/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-09-27T15:30:09.2616707Z [1264/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-09-27T15:30:09.2720858Z [1264/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-09-27T15:30:09.2721876Z [1265/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-09-27T15:30:09.2808658Z [1265/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-09-27T15:30:09.2809189Z [1266/6340] Generating src/x86_64-fma/relu.py.o 2022-09-27T15:30:09.2848055Z [1266/6340] Generating src/x86_64-fma/softmax.py.o 2022-09-27T15:30:09.2848937Z [1267/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-09-27T15:30:09.3204850Z [1267/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-09-27T15:30:09.3205828Z [1268/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-09-27T15:30:09.3290075Z [1268/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-09-27T15:30:09.3290986Z [1269/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-09-27T15:30:09.3423054Z [1269/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-09-27T15:30:09.3424037Z [1270/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-09-27T15:30:09.3536075Z [1270/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-09-27T15:30:09.3537042Z [1271/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-09-27T15:30:09.3538790Z [1271/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-09-27T15:30:09.3539642Z [1272/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-09-27T15:30:09.3793910Z [1272/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-09-27T15:30:09.3795183Z [1273/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-09-27T15:30:09.3897880Z [1273/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-09-27T15:30:09.3899162Z [1274/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-09-27T15:30:09.4161609Z [1274/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-09-27T15:30:09.4162627Z [1275/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-09-27T15:30:09.4206510Z [1275/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-09-27T15:30:09.4207473Z [1276/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-09-27T15:30:09.4295768Z [1276/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-09-27T15:30:09.4296328Z [1277/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-09-27T15:30:09.4550089Z [1277/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-09-27T15:30:09.4550669Z [1278/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-09-27T15:30:09.4607785Z [1278/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-09-27T15:30:09.4608339Z [1279/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-09-27T15:30:09.4913817Z [1279/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-09-27T15:30:09.4914453Z [1280/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-09-27T15:30:09.5075936Z [1280/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-09-27T15:30:09.5076623Z [1281/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-09-27T15:30:09.5173170Z [1281/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-09-27T15:30:09.5173749Z [1282/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-09-27T15:30:09.5202060Z [1282/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-09-27T15:30:09.5202975Z [1283/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-09-27T15:30:09.5223976Z [1283/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-09-27T15:30:09.5224555Z [1284/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-09-27T15:30:09.5530768Z [1284/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-09-27T15:30:09.5531794Z [1285/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-09-27T15:30:09.5855906Z [1285/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-09-27T15:30:09.5856789Z [1286/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-09-27T15:30:09.5867580Z [1286/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-09-27T15:30:09.5868282Z [1287/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-09-27T15:30:09.5966734Z [1287/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-09-27T15:30:09.5967700Z [1288/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-09-27T15:30:09.6136026Z [1288/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-09-27T15:30:09.6136867Z [1289/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-09-27T15:30:09.6473882Z [1289/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-09-27T15:30:09.6474462Z [1290/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-09-27T15:30:09.6637259Z [1290/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-09-27T15:30:09.6637917Z [1291/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-09-27T15:30:09.6769747Z [1291/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-09-27T15:30:09.6973784Z [1292/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-09-27T15:30:09.6974350Z [1292/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-09-27T15:30:09.6974866Z [1293/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-09-27T15:30:09.7076880Z [1293/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-09-27T15:30:09.7077788Z [1294/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-09-27T15:30:09.7172573Z [1294/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-09-27T15:30:09.7173203Z [1295/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-09-27T15:30:09.7347627Z [1295/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-09-27T15:30:09.7348278Z [1296/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-09-27T15:30:09.7392163Z [1296/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-09-27T15:30:09.7393132Z [1297/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-09-27T15:30:09.7636315Z [1297/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-09-27T15:30:09.7637502Z [1298/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-09-27T15:30:09.7646209Z [1298/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-09-27T15:30:09.7647454Z [1299/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-09-27T15:30:09.7913388Z [1299/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-09-27T15:30:09.7914353Z [1300/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-09-27T15:30:09.7954768Z [1300/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-09-27T15:30:09.7956025Z [1301/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-09-27T15:30:09.8050217Z [1301/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-09-27T15:30:09.8051166Z [1302/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-09-27T15:30:09.8233971Z [1302/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-09-27T15:30:09.8235299Z [1303/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-09-27T15:30:09.8541411Z [1303/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-09-27T15:30:09.8542032Z [1304/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-09-27T15:30:09.8637483Z [1304/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-09-27T15:30:09.8638463Z [1305/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-09-27T15:30:09.8730731Z [1305/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-09-27T15:30:09.8731688Z [1306/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-09-27T15:30:09.8754117Z [1306/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-09-27T15:30:09.8755426Z [1307/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-09-27T15:30:09.9108047Z [1307/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-09-27T15:30:09.9108588Z [1308/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-09-27T15:30:09.9191407Z [1308/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-09-27T15:30:09.9192013Z [1309/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-09-27T15:30:09.9267724Z [1309/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-09-27T15:30:09.9268673Z [1310/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-09-27T15:30:09.9396002Z [1310/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-09-27T15:30:09.9396630Z [1311/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-09-27T15:30:09.9628772Z [1311/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-09-27T15:30:09.9629469Z [1312/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-09-27T15:30:09.9714703Z [1312/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-09-27T15:30:09.9715357Z [1313/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-09-27T15:30:09.9769441Z [1313/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-09-27T15:30:09.9769973Z [1314/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-09-27T15:30:09.9856381Z [1314/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-09-27T15:30:09.9857689Z [1315/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-09-27T15:30:10.0046812Z [1315/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-09-27T15:30:10.0047240Z [1316/6340] Generating src/x86_64-fma/softmax.py.o 2022-09-27T15:30:10.0323766Z [1316/6340] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-09-27T15:30:10.0333486Z [1317/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-09-27T15:30:10.0334063Z [1317/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-09-27T15:30:10.0334597Z [1318/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-09-27T15:30:10.0357099Z [1318/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-09-27T15:30:10.0358023Z [1319/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-09-27T15:30:10.0554439Z [1319/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-09-27T15:30:10.0555392Z [1320/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-09-27T15:30:10.0981925Z [1320/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-09-27T15:30:10.0982523Z [1321/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-09-27T15:30:10.0985201Z [1321/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-09-27T15:30:10.0985843Z [1322/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-09-27T15:30:10.1088201Z [1322/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-09-27T15:30:10.1088800Z [1323/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-09-27T15:30:10.1421319Z [1323/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-09-27T15:30:10.1421889Z [1324/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-09-27T15:30:10.1553986Z [1324/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-09-27T15:30:10.1554609Z [1325/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-09-27T15:30:10.1615556Z [1325/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-09-27T15:30:10.1616652Z [1326/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-09-27T15:30:10.1654440Z [1326/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-09-27T15:30:10.1655145Z [1327/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-09-27T15:30:10.1659565Z [1327/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:30:10.1660748Z [1328/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-09-27T15:30:10.1968110Z [1328/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-09-27T15:30:10.1968828Z [1329/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-09-27T15:30:10.2236210Z [1329/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:10.2237155Z [1330/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-09-27T15:30:10.2288728Z [1330/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:30:10.2289684Z [1331/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-09-27T15:30:10.2518280Z [1331/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:10.2519321Z [1332/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:10.2547804Z [1332/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-09-27T15:30:10.2548424Z [1333/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-09-27T15:30:10.2753245Z [1333/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-09-27T15:30:10.2753807Z [1334/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:30:10.2774845Z [1334/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-09-27T15:30:10.2775662Z [1335/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:30:10.3269776Z [1335/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-09-27T15:30:10.3270362Z [1336/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-09-27T15:30:10.3391335Z [1336/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.3391890Z [1337/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:10.3418713Z [1337/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.3419641Z [1338/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-09-27T15:30:10.3479072Z [1338/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.3480425Z [1339/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-09-27T15:30:10.3657182Z [1339/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.3657769Z [1340/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-09-27T15:30:10.3960482Z [1340/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.3961573Z [1341/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.4237554Z [1341/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.4238442Z [1342/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.4263057Z [1342/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.4263797Z [1343/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.4334207Z [1343/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.4334883Z [1344/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.4474172Z [1344/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:30:10.4474833Z [1345/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.4776153Z [1345/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-09-27T15:30:10.4777216Z [1346/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.4973119Z [1346/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-09-27T15:30:10.4974096Z [1347/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.4989951Z [1347/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:10.4990858Z [1348/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:30:10.5337402Z [1348/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:30:10.5338140Z [1349/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-09-27T15:30:10.5340052Z [1349/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:10.5340630Z [1350/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-09-27T15:30:10.5383044Z [1350/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:30:10.5383931Z [1351/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-09-27T15:30:10.5575893Z [1351/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:10.5577175Z [1352/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:10.5669593Z [1352/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:30:10.5670754Z [1353/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:30:10.5941633Z [1353/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:10.5942270Z [1354/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:10.5966012Z [1354/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-09-27T15:30:10.5966677Z [1355/6340] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-09-27T15:30:10.5995835Z [1355/6340] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-09-27T15:30:10.5996642Z [1356/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:10.6130783Z [1356/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-09-27T15:30:10.6131830Z [1357/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:30:10.6240762Z [1357/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-09-27T15:30:10.6242429Z [1358/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:30:10.6294176Z [1358/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-09-27T15:30:10.6295411Z [1359/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:10.6571362Z [1359/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-09-27T15:30:10.6572893Z [1360/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-09-27T15:30:10.6574287Z [1360/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-09-27T15:30:10.6574908Z [1361/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-09-27T15:30:10.6792602Z [1361/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-09-27T15:30:10.6793724Z [1362/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-09-27T15:30:10.6907246Z [1362/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-09-27T15:30:10.6908384Z [1363/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-09-27T15:30:10.7096739Z [1363/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-09-27T15:30:10.7097836Z [1364/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-09-27T15:30:10.7202763Z [1364/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-09-27T15:30:10.7203914Z [1365/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-09-27T15:30:10.7324730Z [1365/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-09-27T15:30:10.7325755Z [1366/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-09-27T15:30:10.7348275Z [1366/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-09-27T15:30:10.7349829Z [1367/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-09-27T15:30:10.7465441Z [1367/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-09-27T15:30:10.7466770Z [1368/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-09-27T15:30:10.7823346Z [1368/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-09-27T15:30:10.7823968Z [1369/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-09-27T15:30:10.7933977Z [1369/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-09-27T15:30:10.7934591Z [1370/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-09-27T15:30:10.7993035Z [1370/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-09-27T15:30:10.7994095Z [1371/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-09-27T15:30:10.8137821Z [1371/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-09-27T15:30:10.8138473Z [1372/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-09-27T15:30:10.8233471Z [1372/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-09-27T15:30:10.8234445Z [1373/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-09-27T15:30:10.8394843Z [1373/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-09-27T15:30:10.8395877Z [1374/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-09-27T15:30:10.8622533Z [1374/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-09-27T15:30:10.8623591Z [1375/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-09-27T15:30:10.8663419Z [1375/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-09-27T15:30:10.8664125Z [1376/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-09-27T15:30:10.8764964Z [1376/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-09-27T15:30:10.8765565Z [1377/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-09-27T15:30:10.8955158Z [1377/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-09-27T15:30:10.8956773Z [1378/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-09-27T15:30:10.8958746Z [1378/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-09-27T15:30:10.8959639Z [1379/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-09-27T15:30:10.9274257Z [1379/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-09-27T15:30:10.9275184Z [1380/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-09-27T15:30:10.9301287Z [1380/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-09-27T15:30:10.9302766Z [1381/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-09-27T15:30:10.9512188Z [1381/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-09-27T15:30:10.9512857Z [1382/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-09-27T15:30:10.9574956Z [1382/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-09-27T15:30:10.9576079Z [1383/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-09-27T15:30:10.9632960Z [1383/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-09-27T15:30:10.9633903Z [1384/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-09-27T15:30:10.9913559Z [1384/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-09-27T15:30:10.9914885Z [1385/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-09-27T15:30:11.0018053Z [1385/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-09-27T15:30:11.0018633Z [1386/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-09-27T15:30:11.0163469Z [1386/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-09-27T15:30:11.0164445Z [1387/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-09-27T15:30:11.0228796Z [1387/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-09-27T15:30:11.0229391Z [1388/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-09-27T15:30:11.0473364Z [1388/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-09-27T15:30:11.0474442Z [1389/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-09-27T15:30:11.0691188Z [1389/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-09-27T15:30:11.0691769Z [1390/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-09-27T15:30:11.0768683Z [1390/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:30:11.0769800Z [1391/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-09-27T15:30:11.0772770Z [1391/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-09-27T15:30:11.0773506Z [1392/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-09-27T15:30:11.0905649Z [1392/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-09-27T15:30:11.0906694Z [1393/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-09-27T15:30:11.1323853Z [1393/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-09-27T15:30:11.1325260Z [1394/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:30:11.1334097Z [1394/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-09-27T15:30:11.1334703Z [1395/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-09-27T15:30:11.1443536Z [1395/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-09-27T15:30:11.1444168Z [1396/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-09-27T15:30:11.1827828Z [1396/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-09-27T15:30:11.1828882Z [1397/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-09-27T15:30:11.1935063Z [1397/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-09-27T15:30:11.1936321Z [1398/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-09-27T15:30:11.1937986Z [1398/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-09-27T15:30:11.1938603Z [1399/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-09-27T15:30:11.2028741Z [1399/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-09-27T15:30:11.2030062Z [1400/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-09-27T15:30:11.2334190Z [1400/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-09-27T15:30:11.2335755Z [1401/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-09-27T15:30:11.2835790Z [1401/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-09-27T15:30:11.2836808Z [1402/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-09-27T15:30:11.3080227Z [1402/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-09-27T15:30:11.3081336Z [1403/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-09-27T15:30:11.3087336Z [1403/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-09-27T15:30:11.3088318Z [1404/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-09-27T15:30:11.3202512Z [1404/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-09-27T15:30:11.3203593Z [1405/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-09-27T15:30:11.3330911Z [1405/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-09-27T15:30:11.3332281Z [1406/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-09-27T15:30:11.3418828Z [1406/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-09-27T15:30:11.3420070Z [1407/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-09-27T15:30:11.3788372Z [1407/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-09-27T15:30:11.3789400Z [1408/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-09-27T15:30:11.3882098Z [1408/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-09-27T15:30:11.3883053Z [1409/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-09-27T15:30:11.3892051Z [1409/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-09-27T15:30:11.3893024Z [1410/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-09-27T15:30:11.3948659Z [1410/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-09-27T15:30:11.3949429Z [1411/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-09-27T15:30:11.3979840Z [1411/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-09-27T15:30:11.3980771Z [1412/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-09-27T15:30:11.4360226Z [1412/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-09-27T15:30:11.4360806Z [1413/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-09-27T15:30:11.4474827Z [1413/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-09-27T15:30:11.4475875Z [1414/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-09-27T15:30:11.4600882Z [1414/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-09-27T15:30:11.4601864Z [1415/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-09-27T15:30:11.4617346Z [1415/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-09-27T15:30:11.4618275Z [1416/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-09-27T15:30:11.4863171Z [1416/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-09-27T15:30:11.4864138Z [1417/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-09-27T15:30:11.4872860Z [1417/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-09-27T15:30:11.4874058Z [1418/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-09-27T15:30:11.5009621Z [1418/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-09-27T15:30:11.5118684Z [1419/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-09-27T15:30:11.5119639Z [1419/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-09-27T15:30:11.5120508Z [1420/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-09-27T15:30:11.5432089Z [1420/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-09-27T15:30:11.5432699Z [1421/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-09-27T15:30:11.5440682Z [1421/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:11.5441467Z [1422/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-09-27T15:30:11.5478546Z [1422/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.5479537Z [1423/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-09-27T15:30:11.5575091Z [1423/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:11.5576030Z [1424/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-09-27T15:30:11.5642636Z [1424/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.5643725Z [1425/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-09-27T15:30:11.6192280Z [1425/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:11.6192912Z [1426/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:11.6238477Z [1426/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.6239119Z [1427/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:11.6307595Z [1427/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:11.6308736Z [1428/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.6368511Z [1428/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.6369627Z [1429/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:11.6382585Z [1429/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.6383374Z [1430/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.6962591Z [1430/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.6963565Z [1431/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.6967539Z [1431/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.6968128Z [1432/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:11.7100232Z [1432/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.7101010Z [1433/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.7159261Z [1433/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.7160293Z [1434/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.7626837Z [1434/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.7627904Z [1435/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.7724075Z [1435/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.7724697Z [1436/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.7817057Z [1436/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.7818085Z [1437/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.8022103Z [1437/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.8023561Z [1438/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:11.8077755Z [1438/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.8079039Z [1439/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.8254584Z [1439/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.8255221Z [1440/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.8374678Z [1440/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.8376229Z [1441/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.8711843Z [1441/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.8712443Z [1442/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.8736073Z [1442/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.8736903Z [1443/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.8970270Z [1443/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.8970988Z [1444/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.9019653Z [1444/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.9020353Z [1445/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.9380182Z [1445/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.9380964Z [1446/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.9382010Z [1446/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.9383024Z [1447/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.9453312Z [1447/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.9453913Z [1448/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.9626461Z [1448/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.9627130Z [1449/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:11.9843923Z [1449/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:11.9844971Z [1450/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.0079544Z [1450/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.0080219Z [1451/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.0338384Z [1451/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.0338986Z [1452/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.0367157Z [1452/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.0368174Z [1453/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.0527988Z [1453/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.0688269Z [1454/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.0689315Z [1454/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.0690538Z [1455/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.0998148Z [1455/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.0999087Z [1456/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.1061527Z [1456/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.1062124Z [1457/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.1095474Z [1457/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.1096502Z [1458/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.1251830Z [1458/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.1252446Z [1459/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.1363390Z [1459/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.1364445Z [1460/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.1793446Z [1460/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.1794062Z [1461/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.1819229Z [1461/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.1820298Z [1462/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.1976502Z [1462/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.1977577Z [1463/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.2112123Z [1463/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.2113190Z [1464/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.2141566Z [1464/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.2142918Z [1465/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.2445902Z [1465/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.2447368Z [1466/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.2481663Z [1466/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.2482783Z [1467/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.2708666Z [1467/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.2709898Z [1468/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.2927409Z [1468/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.2928012Z [1469/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.3086675Z [1469/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.3087322Z [1470/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.3259673Z [1470/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.3260486Z [1471/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.3392602Z [1471/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.3393208Z [1472/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.3467419Z [1472/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.3468034Z [1473/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.3631201Z [1473/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.3632102Z [1474/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.3966537Z [1474/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.3967136Z [1475/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.4332613Z [1475/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:12.4333671Z [1476/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.4338559Z [1476/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:12.4339276Z [1477/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.4349123Z [1477/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:12.4350124Z [1478/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.4364111Z [1478/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:12.4365352Z [1479/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.5083544Z [1479/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:12.5084173Z [1480/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:12.5102027Z [1480/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:12.5103012Z [1481/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:12.5105728Z [1481/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:12.5106788Z [1482/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:12.5221281Z [1482/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:12.5222302Z [1483/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:12.5560465Z [1483/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-09-27T15:30:12.5561800Z [1484/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:12.5812086Z [1484/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-09-27T15:30:12.5812773Z [1485/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:12.5863229Z [1485/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-09-27T15:30:12.5864785Z [1486/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:12.5884061Z [1486/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-09-27T15:30:12.5884712Z [1487/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:12.6453104Z [1487/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-09-27T15:30:12.6454137Z [1488/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-09-27T15:30:12.6649313Z [1488/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-09-27T15:30:12.6649924Z [1489/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-09-27T15:30:12.6835894Z [1489/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-09-27T15:30:12.6836939Z [1490/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-09-27T15:30:12.6901164Z [1490/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-09-27T15:30:12.6902532Z [1491/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-09-27T15:30:12.7220591Z [1491/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-09-27T15:30:12.7221631Z [1492/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-09-27T15:30:12.7481655Z [1492/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.7482921Z [1493/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-09-27T15:30:12.7790855Z [1493/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.7792042Z [1494/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-09-27T15:30:12.8073509Z [1494/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.8074778Z [1495/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-09-27T15:30:12.8258402Z [1495/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.8259598Z [1496/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-09-27T15:30:12.8374343Z [1496/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.8375673Z [1497/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.8554478Z [1497/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.8555731Z [1498/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.8967096Z [1498/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.8968247Z [1499/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.9119982Z [1499/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:30:12.9121077Z [1500/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.9516504Z [1500/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:12.9517332Z [1501/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.9518361Z [1501/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:30:12.9519032Z [1502/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:12.9615158Z [1502/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:30:12.9616379Z [1503/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:30:12.9856375Z [1503/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:12.9857371Z [1504/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:12.9915871Z [1504/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:12.9916708Z [1505/6340] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-09-27T15:30:13.0060175Z [1505/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-09-27T15:30:13.0061226Z [1506/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:30:13.0182486Z [1506/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-09-27T15:30:13.0183205Z [1507/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:30:13.0216724Z [1507/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-09-27T15:30:13.0218650Z [1508/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:13.0388157Z [1508/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-09-27T15:30:13.0389016Z [1509/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-09-27T15:30:13.0600125Z [1509/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-09-27T15:30:13.0600619Z [1510/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-09-27T15:30:13.0638106Z [1510/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-09-27T15:30:13.0638667Z [1511/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.0719947Z [1511/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-09-27T15:30:13.0720518Z [1512/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-09-27T15:30:13.0859799Z [1512/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-09-27T15:30:13.0860745Z [1513/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-09-27T15:30:13.1011128Z [1513/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-09-27T15:30:13.1011639Z [1514/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-09-27T15:30:13.1028435Z [1514/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-09-27T15:30:13.1029272Z [1515/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-09-27T15:30:13.1076597Z [1515/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-09-27T15:30:13.1077205Z [1516/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.1298915Z [1516/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-09-27T15:30:13.1299768Z [1517/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-09-27T15:30:13.1458369Z [1517/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.1458933Z [1518/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-09-27T15:30:13.1568678Z [1518/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.1569781Z [1519/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-09-27T15:30:13.1591336Z [1519/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.1592286Z [1520/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-09-27T15:30:13.1717967Z [1520/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.1718924Z [1521/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-09-27T15:30:13.1904839Z [1521/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.1905855Z [1522/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.2054405Z [1522/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.2055426Z [1523/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.2155446Z [1523/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.2156076Z [1524/6340] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-09-27T15:30:13.2333254Z [1524/6340] Linking C static library lib/libnnpack.a 2022-09-27T15:30:13.2333644Z [1525/6340] Linking C static library lib/libnnpack.a 2022-09-27T15:30:13.2368034Z [1525/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.2368676Z [1526/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.2464330Z [1526/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.2464975Z [1527/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.2688219Z [1527/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.2689100Z [1528/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.2715281Z [1528/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.2716651Z [1529/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.2931707Z [1529/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.2932346Z [1530/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.3117651Z [1530/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.3118503Z [1531/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.3154952Z [1531/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.3155594Z [1532/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.3327569Z [1532/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.3328367Z [1533/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.3357285Z [1533/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.3358056Z [1534/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.3525945Z [1534/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.3526980Z [1535/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.3858882Z [1535/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.3860725Z [1536/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.3870240Z [1536/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.3871241Z [1537/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.3902592Z [1537/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.3903534Z [1538/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.3987201Z [1538/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.3987831Z [1539/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.4235246Z [1539/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.4236014Z [1540/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.4294150Z [1540/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.4294954Z [1541/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.4543540Z [1541/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.4544590Z [1542/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.4655093Z [1542/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.4656423Z [1543/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.4741048Z [1543/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.4741682Z [1544/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.4837540Z [1544/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.4838562Z [1545/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.4922502Z [1545/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.4923852Z [1546/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.5145110Z [1546/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.5145696Z [1547/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.5235101Z [1547/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.5235748Z [1548/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.5387118Z [1548/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.5388110Z [1549/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.5474497Z [1549/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.5475657Z [1550/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.5539175Z [1550/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.5540225Z [1551/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.5666343Z [1551/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.5667761Z [1552/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.5790456Z [1552/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.5791065Z [1553/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.6110181Z [1553/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.6110988Z [1554/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.6126635Z [1554/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.6127260Z [1555/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-09-27T15:30:13.6231418Z [1555/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.6232048Z [1556/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.6280891Z [1556/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.6281844Z [1557/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.6477067Z [1557/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.6478067Z [1558/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.6799970Z [1558/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.6800816Z [1559/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.6807865Z [1559/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.6808675Z [1560/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.6837562Z [1560/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.6838287Z [1561/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.6980081Z [1561/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.6980931Z [1562/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.7106856Z [1562/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.7107817Z [1563/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.7418633Z [1563/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.7419670Z [1564/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.7450423Z [1564/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.7451412Z [1565/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.7574249Z [1565/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.7574836Z [1566/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.7611178Z [1566/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.7612257Z [1567/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.7620501Z [1567/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.7621083Z [1568/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.8105817Z [1568/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.8106464Z [1569/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.8220359Z [1569/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.8220982Z [1570/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.8275114Z [1570/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.8275712Z [1571/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.8366719Z [1571/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-09-27T15:30:13.8367397Z [1572/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.8644194Z [1572/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-09-27T15:30:13.8645287Z [1573/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.8704775Z [1573/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-09-27T15:30:13.8705363Z [1574/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.8810826Z [1574/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:13.8811408Z [1575/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-09-27T15:30:13.8908743Z [1575/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:13.8909416Z [1576/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:13.9216641Z [1576/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-09-27T15:30:13.9217247Z [1577/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-09-27T15:30:13.9310445Z [1577/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-09-27T15:30:13.9311051Z [1578/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:13.9354589Z [1578/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:13.9355161Z [1579/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:13.9376882Z [1579/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:13.9377803Z [1580/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-09-27T15:30:13.9381674Z [1580/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-09-27T15:30:13.9382754Z [1581/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:13.9502575Z [1581/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-09-27T15:30:13.9503943Z [1582/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-09-27T15:30:13.9859129Z [1582/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:13.9859741Z [1583/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-09-27T15:30:14.0067252Z [1583/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.0068475Z [1584/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.0099821Z [1584/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.0100614Z [1585/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.0171425Z [1585/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.0172868Z [1586/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.0296104Z [1586/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-09-27T15:30:14.0297142Z [1587/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-09-27T15:30:14.0419892Z [1587/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-09-27T15:30:14.0420954Z [1588/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.0586114Z [1588/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:14.0586770Z [1589/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-09-27T15:30:14.0671616Z [1589/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:14.0672693Z [1590/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.0718721Z [1590/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:14.0719754Z [1591/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.0774363Z [1591/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:14.0774935Z [1592/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-09-27T15:30:14.1045851Z [1592/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:30:14.1190152Z [1593/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:14.1190740Z [1593/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:14.1191291Z [1594/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:14.1274692Z [1594/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:30:14.1275279Z [1595/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-09-27T15:30:14.1395347Z [1595/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:14.1396207Z [1596/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-09-27T15:30:14.1404069Z [1596/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:14.1405292Z [1597/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:14.1539660Z [1597/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:30:14.1540751Z [1598/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:14.1723175Z [1598/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:30:14.1724391Z [1599/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:14.1779594Z [1599/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:14.1780488Z [1600/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-09-27T15:30:14.1819603Z [1600/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:30:14.1820555Z [1601/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:14.2043118Z [1601/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:30:14.2044221Z [1602/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:30:14.2172582Z [1602/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.2173644Z [1603/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:14.2223695Z [1603/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.2224749Z [1604/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:30:14.2263615Z [1604/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.2264425Z [1605/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:14.2393571Z [1605/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.2394932Z [1606/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-09-27T15:30:14.2414769Z [1606/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.2416311Z [1607/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-09-27T15:30:14.2682830Z [1607/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.2683803Z [1608/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.2961024Z [1608/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.2961867Z [1609/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.2965890Z [1609/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.2966460Z [1610/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.3024333Z [1610/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.3024977Z [1611/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.3077149Z [1611/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.3078329Z [1612/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.3284477Z [1612/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.3285447Z [1613/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.3425865Z [1613/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.3426856Z [1614/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.3588332Z [1614/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.3589423Z [1615/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.3614443Z [1615/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.3615093Z [1616/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.3808560Z [1616/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.3809621Z [1617/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.3970149Z [1617/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.3971254Z [1618/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.4092172Z [1618/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.4092769Z [1619/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.4190383Z [1619/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.4191339Z [1620/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.4240281Z [1620/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.4241254Z [1621/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.4394297Z [1621/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.4395553Z [1622/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.4597155Z [1622/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.4598525Z [1623/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.4807117Z [1623/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.4807720Z [1624/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.4836256Z [1624/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.4837355Z [1625/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.4895892Z [1625/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.4896501Z [1626/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.4994894Z [1626/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.4995472Z [1627/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.5221065Z [1627/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.5221668Z [1628/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.5461978Z [1628/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.5463044Z [1629/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.5490157Z [1629/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.5490765Z [1630/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.5633099Z [1630/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.5634221Z [1631/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.5702155Z [1631/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.5704517Z [1632/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.5804605Z [1632/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.5805374Z [1633/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.5870183Z [1633/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.5871227Z [1634/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.6208101Z [1634/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.6208787Z [1635/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.6315273Z [1635/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.6315877Z [1636/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.6406654Z [1636/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.6407940Z [1637/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.6503907Z [1637/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.6505005Z [1638/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.6550550Z [1638/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.6551356Z [1639/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.6555122Z [1639/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.6556528Z [1640/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.7064272Z [1640/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.7064903Z [1641/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.7145278Z [1641/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.7145865Z [1642/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.7171502Z [1642/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.7172068Z [1643/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.7206935Z [1643/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.7208239Z [1644/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.7211106Z [1644/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.7212156Z [1645/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.7376901Z [1645/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.7378294Z [1646/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.7784925Z [1646/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-09-27T15:30:14.7785665Z [1647/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.7869550Z [1647/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-09-27T15:30:14.7870578Z [1648/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:14.7873465Z [1648/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-09-27T15:30:14.7874416Z [1649/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.7878353Z [1649/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.7878940Z [1650/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.7917340Z [1650/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.7918327Z [1651/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-09-27T15:30:14.8020603Z [1651/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.8021227Z [1652/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-09-27T15:30:14.8433290Z [1652/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.8433865Z [1653/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-09-27T15:30:14.8559163Z [1653/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.8560129Z [1654/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.8562051Z [1654/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.8563320Z [1655/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.8597000Z [1655/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.8597626Z [1656/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-09-27T15:30:14.8626309Z [1656/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.8627138Z [1657/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.8719321Z [1657/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:30:14.8720346Z [1658/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.9195186Z [1658/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:30:14.9196182Z [1659/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.9206773Z [1659/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-09-27T15:30:14.9207553Z [1660/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.9238553Z [1660/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:30:14.9239234Z [1661/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:14.9253656Z [1661/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:30:14.9254573Z [1662/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:30:14.9301169Z [1662/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-09-27T15:30:14.9301697Z [1663/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:30:14.9375166Z [1663/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-09-27T15:30:14.9376300Z [1664/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-09-27T15:30:14.9811555Z [1664/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-09-27T15:30:14.9812517Z [1665/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:30:14.9827632Z [1665/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-09-27T15:30:14.9828548Z [1666/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-09-27T15:30:14.9849117Z [1666/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-09-27T15:30:14.9850377Z [1667/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:30:14.9937529Z [1667/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-09-27T15:30:14.9938458Z [1668/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-09-27T15:30:14.9970152Z [1668/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-09-27T15:30:14.9971113Z [1669/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-09-27T15:30:15.0264698Z [1669/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-09-27T15:30:15.0265774Z [1670/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-09-27T15:30:15.0418886Z [1670/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-09-27T15:30:15.0420209Z [1671/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-09-27T15:30:15.0463012Z [1671/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-09-27T15:30:15.0463927Z [1672/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-09-27T15:30:15.0512255Z [1672/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-09-27T15:30:15.0513181Z [1673/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-09-27T15:30:15.0611025Z [1673/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-09-27T15:30:15.0612130Z [1674/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-09-27T15:30:15.0991464Z [1674/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-09-27T15:30:15.0992018Z [1675/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-09-27T15:30:15.1016198Z [1675/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-09-27T15:30:15.1016781Z [1676/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-09-27T15:30:15.1098677Z [1676/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-09-27T15:30:15.1099608Z [1677/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-09-27T15:30:15.1137797Z [1677/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-09-27T15:30:15.1138398Z [1678/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-09-27T15:30:15.1188456Z [1678/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-09-27T15:30:15.1189132Z [1679/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-09-27T15:30:15.1403067Z [1679/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-09-27T15:30:15.1404080Z [1680/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-09-27T15:30:15.2129862Z [1680/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-09-27T15:30:15.2130435Z [1681/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-09-27T15:30:15.2217459Z [1681/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-09-27T15:30:15.2218133Z [1682/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-09-27T15:30:15.2227119Z [1682/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-09-27T15:30:15.2227951Z [1683/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-09-27T15:30:15.2239100Z [1683/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-09-27T15:30:15.2240169Z [1684/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-09-27T15:30:15.2242192Z [1684/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-09-27T15:30:15.2243112Z [1685/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-09-27T15:30:15.2576167Z [1685/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-09-27T15:30:15.2577197Z [1686/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-09-27T15:30:15.3328205Z [1686/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-09-27T15:30:15.3328766Z [1687/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-09-27T15:30:15.3339418Z [1687/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-09-27T15:30:15.3340031Z [1688/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-09-27T15:30:15.3392113Z [1688/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-09-27T15:30:15.3393010Z [1689/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-09-27T15:30:15.3536722Z [1689/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-09-27T15:30:15.3538010Z [1690/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-09-27T15:30:15.3543685Z [1690/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-09-27T15:30:15.3544821Z [1691/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-09-27T15:30:15.3569785Z [1691/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-09-27T15:30:15.3571045Z [1692/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-09-27T15:30:15.3853093Z [1692/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-09-27T15:30:15.3853858Z [1693/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-09-27T15:30:15.3884838Z [1693/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-09-27T15:30:15.3886147Z [1694/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-09-27T15:30:15.3913567Z [1694/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-09-27T15:30:15.3914204Z [1695/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-09-27T15:30:15.4157033Z [1695/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-09-27T15:30:15.4157871Z [1696/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-09-27T15:30:15.4162477Z [1696/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-09-27T15:30:15.4163400Z [1697/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-09-27T15:30:15.4556202Z [1697/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-09-27T15:30:15.4557700Z [1698/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-09-27T15:30:15.4856558Z [1698/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-09-27T15:30:15.4857637Z [1699/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-09-27T15:30:15.4959634Z [1699/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-09-27T15:30:15.4960829Z [1700/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-09-27T15:30:15.5016280Z [1700/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-09-27T15:30:15.5017301Z [1701/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-09-27T15:30:15.5121105Z [1701/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-09-27T15:30:15.5122113Z [1702/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-09-27T15:30:15.5213459Z [1702/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-09-27T15:30:15.5214927Z [1703/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-09-27T15:30:15.5342400Z [1703/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-09-27T15:30:15.5343530Z [1704/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-09-27T15:30:15.5444904Z [1704/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-09-27T15:30:15.5445688Z [1705/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-09-27T15:30:15.5639940Z [1705/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-09-27T15:30:15.5640591Z [1706/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-09-27T15:30:15.5787268Z [1706/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-09-27T15:30:15.5788408Z [1707/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-09-27T15:30:15.5832253Z [1707/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.5833270Z [1708/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-09-27T15:30:15.5847070Z [1708/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.5848424Z [1709/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-09-27T15:30:15.6127878Z [1709/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:30:15.6128498Z [1710/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-09-27T15:30:15.6139344Z [1710/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.6140362Z [1711/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-09-27T15:30:15.6298836Z [1711/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.6299479Z [1712/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-09-27T15:30:15.6395564Z [1712/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:30:15.6396844Z [1713/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.6440972Z [1713/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.6442120Z [1714/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.6685900Z [1714/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.6686619Z [1715/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:30:15.6868447Z [1715/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:30:15.6869084Z [1716/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.6912941Z [1716/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.6913619Z [1717/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.7033281Z [1717/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.7034267Z [1718/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:30:15.7137155Z [1718/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.7137765Z [1719/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.7203677Z [1719/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.7204568Z [1720/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.7273198Z [1720/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.7274247Z [1721/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-09-27T15:30:15.7533619Z [1721/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.7534229Z [1722/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.7642802Z [1722/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-09-27T15:30:15.7643485Z [1723/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.7709808Z [1723/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-09-27T15:30:15.7710399Z [1724/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.7903048Z [1724/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-09-27T15:30:15.7903656Z [1725/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-09-27T15:30:15.8014767Z [1725/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-09-27T15:30:15.8016042Z [1726/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:15.8116182Z [1726/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-09-27T15:30:15.8116997Z [1727/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-09-27T15:30:15.8252103Z [1727/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-09-27T15:30:15.8253251Z [1728/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-09-27T15:30:15.8263079Z [1728/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-09-27T15:30:15.8263633Z [1729/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-09-27T15:30:15.8451075Z [1729/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-09-27T15:30:15.8451757Z [1730/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-09-27T15:30:15.8559294Z [1730/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-09-27T15:30:15.8559969Z [1731/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-09-27T15:30:15.8656245Z [1731/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-09-27T15:30:15.8656960Z [1732/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-09-27T15:30:15.8789587Z [1732/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-09-27T15:30:15.8790482Z [1733/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-09-27T15:30:15.8908223Z [1733/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-09-27T15:30:15.8908952Z [1734/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-09-27T15:30:15.8995047Z [1734/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-09-27T15:30:15.8996040Z [1735/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-09-27T15:30:15.9124336Z [1735/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-09-27T15:30:15.9125292Z [1736/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-09-27T15:30:15.9254854Z [1736/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:30:15.9256013Z [1737/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-09-27T15:30:15.9351154Z [1737/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:15.9351738Z [1738/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-09-27T15:30:15.9457212Z [1738/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:30:15.9457919Z [1739/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-09-27T15:30:15.9756969Z [1739/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:30:15.9757904Z [1740/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:30:15.9799803Z [1740/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:30:15.9800429Z [1741/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:15.9876913Z [1741/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-09-27T15:30:15.9877808Z [1742/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:30:16.0201802Z [1742/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-09-27T15:30:16.0202366Z [1743/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-09-27T15:30:16.0235442Z [1743/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:16.0236094Z [1744/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-09-27T15:30:16.0315449Z [1744/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:30:16.0315985Z [1745/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:30:16.0368142Z [1745/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:30:16.0369062Z [1746/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-09-27T15:30:16.0405407Z [1746/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-09-27T15:30:16.0406371Z [1747/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:30:16.0500652Z [1747/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-09-27T15:30:16.0501658Z [1748/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-09-27T15:30:16.0819288Z [1748/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-09-27T15:30:16.0820186Z [1749/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:16.0822850Z [1749/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-09-27T15:30:16.0823931Z [1750/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:30:16.0947281Z [1750/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-09-27T15:30:16.0947870Z [1751/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:30:16.1065096Z [1751/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-09-27T15:30:16.1066173Z [1752/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-09-27T15:30:16.1117909Z [1752/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-09-27T15:30:16.1118918Z [1753/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-09-27T15:30:16.1270030Z [1753/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-09-27T15:30:16.1270770Z [1754/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-09-27T15:30:16.1396218Z [1754/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-09-27T15:30:16.1396844Z [1755/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-09-27T15:30:16.1459635Z [1755/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-09-27T15:30:16.1460874Z [1756/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-09-27T15:30:16.1747748Z [1756/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-09-27T15:30:16.1748374Z [1757/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-09-27T15:30:16.1782826Z [1757/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-09-27T15:30:16.1784107Z [1758/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-09-27T15:30:16.1930028Z [1758/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-09-27T15:30:16.1931041Z [1759/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-09-27T15:30:16.1956226Z [1759/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-09-27T15:30:16.1957235Z [1760/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-09-27T15:30:16.1963854Z [1760/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-09-27T15:30:16.1964896Z [1761/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-09-27T15:30:16.2093984Z [1761/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-09-27T15:30:16.2094949Z [1762/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-09-27T15:30:16.2344839Z [1762/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-09-27T15:30:16.2345421Z [1763/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-09-27T15:30:16.2448218Z [1763/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-09-27T15:30:16.2448818Z [1764/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-09-27T15:30:16.2499052Z [1764/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-09-27T15:30:16.2499670Z [1765/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-09-27T15:30:16.2594154Z [1765/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-09-27T15:30:16.2595152Z [1766/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-09-27T15:30:16.2598979Z [1766/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-09-27T15:30:16.2599641Z [1767/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-09-27T15:30:16.2849590Z [1767/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-09-27T15:30:16.2850327Z [1768/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-09-27T15:30:16.2911845Z [1768/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-09-27T15:30:16.2912926Z [1769/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-09-27T15:30:16.3163920Z [1769/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:30:16.3164823Z [1770/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-09-27T15:30:16.3272717Z [1770/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-09-27T15:30:16.3273333Z [1771/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-09-27T15:30:16.3290912Z [1771/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-09-27T15:30:16.3291511Z [1772/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-09-27T15:30:16.3409033Z [1772/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-09-27T15:30:16.3410104Z [1773/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-09-27T15:30:16.3548180Z [1773/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-09-27T15:30:16.3549349Z [1774/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:30:16.3597387Z [1774/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-09-27T15:30:16.3598325Z [1775/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-09-27T15:30:16.3739007Z [1775/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-09-27T15:30:16.3740036Z [1776/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-09-27T15:30:16.3865100Z [1776/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-09-27T15:30:16.3866079Z [1777/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-09-27T15:30:16.3875979Z [1777/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-09-27T15:30:16.3877048Z [1778/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-09-27T15:30:16.3972369Z [1778/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-09-27T15:30:16.3973030Z [1779/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-09-27T15:30:16.4268483Z [1779/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-09-27T15:30:16.4269349Z [1780/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-09-27T15:30:16.4277055Z [1780/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-09-27T15:30:16.4277723Z [1781/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-09-27T15:30:16.4333041Z [1781/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-09-27T15:30:16.4333714Z [1782/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-09-27T15:30:16.4463053Z [1782/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:16.4464211Z [1783/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-09-27T15:30:16.4556553Z [1783/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-09-27T15:30:16.4557460Z [1784/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-09-27T15:30:16.4647964Z [1784/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-09-27T15:30:16.4649002Z [1785/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-09-27T15:30:16.4797963Z [1785/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-09-27T15:30:16.4799088Z [1786/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-09-27T15:30:16.4871171Z [1786/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-09-27T15:30:16.4871706Z [1787/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-09-27T15:30:16.4936065Z [1787/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-09-27T15:30:16.4937352Z [1788/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:16.4963570Z [1788/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.4964112Z [1789/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-09-27T15:30:16.5010231Z [1789/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.5011495Z [1790/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-09-27T15:30:16.5203940Z [1790/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:16.5205476Z [1791/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-09-27T15:30:16.5315672Z [1791/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.5316271Z [1792/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-09-27T15:30:16.5425378Z [1792/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.5426711Z [1793/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-09-27T15:30:16.5588818Z [1793/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:16.5589485Z [1794/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.5661499Z [1794/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.5662366Z [1795/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:16.5943017Z [1795/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.5944197Z [1796/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.6079515Z [1796/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:16.6085751Z [1797/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.6167412Z [1797/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.6168357Z [1798/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:16.6446225Z [1798/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.6446935Z [1799/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.6503393Z [1799/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.6503984Z [1800/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.6624439Z [1800/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.6625077Z [1801/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:16.6718807Z [1801/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.6720221Z [1802/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.6856333Z [1802/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.6857909Z [1803/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.7211367Z [1803/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.7212431Z [1804/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.7278714Z [1804/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.7280314Z [1805/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:16.7384983Z [1805/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.7386475Z [1806/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.7570183Z [1806/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.7571183Z [1807/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.7588591Z [1807/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.7589643Z [1808/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.7664628Z [1808/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.7665905Z [1809/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:16.7902861Z [1809/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.7903464Z [1810/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.7932856Z [1810/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.7934883Z [1811/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.8140615Z [1811/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.8141642Z [1812/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.8280917Z [1812/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.8281777Z [1813/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.8318100Z [1813/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.8318993Z [1814/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.8574836Z [1814/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.8576046Z [1815/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.8759155Z [1815/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.8759930Z [1816/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.8778292Z [1816/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.8779024Z [1817/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.8938589Z [1817/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.8939857Z [1818/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.9035415Z [1818/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.9036538Z [1819/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.9224791Z [1819/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.9225432Z [1820/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.9293928Z [1820/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.9295491Z [1821/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.9440072Z [1821/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.9440687Z [1822/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.9466089Z [1822/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.9467166Z [1823/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.9610782Z [1823/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:16.9612262Z [1824/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.9903624Z [1824/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:16.9904296Z [1825/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.0008931Z [1825/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.0009963Z [1826/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.0045169Z [1826/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.0046249Z [1827/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.0127703Z [1827/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.0128771Z [1828/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.0175146Z [1828/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.0177371Z [1829/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.0309291Z [1829/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.0310613Z [1830/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.0557606Z [1830/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.0558265Z [1831/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.0691778Z [1831/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.0692394Z [1832/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.0756649Z [1832/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.0757263Z [1833/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.0952221Z [1833/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.0952823Z [1834/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.1050199Z [1834/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.1051021Z [1835/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.1054283Z [1835/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.1055128Z [1836/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.1325287Z [1836/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.1326314Z [1837/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.1460067Z [1837/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.1461033Z [1838/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.1709432Z [1838/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.1710110Z [1839/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.1721883Z [1839/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.1722974Z [1840/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.1749786Z [1840/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.1750607Z [1841/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.1822411Z [1841/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.1823384Z [1842/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.2142331Z [1842/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.2144058Z [1843/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.2145319Z [1843/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.2146534Z [1844/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.2358878Z [1844/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.2360034Z [1845/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.2376147Z [1845/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.2377191Z [1846/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.2542819Z [1846/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.2543918Z [1847/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.2580703Z [1847/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:17.2581772Z [1848/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.2730603Z [1848/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.2732002Z [1849/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.2863303Z [1849/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.2864355Z [1850/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.3044304Z [1850/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:17.3044955Z [1851/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.3207486Z [1851/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.3208475Z [1852/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:17.3211960Z [1852/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.3212720Z [1853/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.3234882Z [1853/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:17.3235518Z [1854/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.3706815Z [1854/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.3707863Z [1855/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.3924045Z [1855/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.3925219Z [1856/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:17.3956328Z [1856/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:17.3957360Z [1857/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.4028906Z [1857/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.4029584Z [1858/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.4079889Z [1858/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.4080981Z [1859/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:17.4268420Z [1859/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.4269929Z [1860/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.4711870Z [1860/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.4713043Z [1861/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:17.4722625Z [1861/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.4723543Z [1862/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.4825555Z [1862/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.4826166Z [1863/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.4955947Z [1863/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:30:17.4956697Z [1864/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.5190290Z [1864/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:17.5191100Z [1865/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.5442952Z [1865/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:30:17.5443662Z [1866/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:17.5532210Z [1866/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:30:17.5532832Z [1867/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.5864903Z [1867/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:17.5865506Z [1868/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:17.5907879Z [1868/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:30:17.5908519Z [1869/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:30:17.6028921Z [1869/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:30:17.6029749Z [1870/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:17.6285294Z [1870/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:17.6286325Z [1871/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:30:17.6335397Z [1871/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:30:17.6335993Z [1872/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:17.6523644Z [1872/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:30:17.6524262Z [1873/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:30:17.6554585Z [1873/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.6555623Z [1874/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:30:17.6670737Z [1874/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.6671888Z [1875/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:17.6687639Z [1875/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.6688254Z [1876/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:30:17.6912352Z [1876/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.6913443Z [1877/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:30:17.6957869Z [1877/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.6958877Z [1878/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:30:17.7262743Z [1878/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.7263760Z [1879/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.7266425Z [1879/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.7267288Z [1880/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.7409589Z [1880/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.7410405Z [1881/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.7659582Z [1881/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.7660735Z [1882/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.7685083Z [1882/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.7685812Z [1883/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.7922502Z [1883/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.7923267Z [1884/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.8025352Z [1884/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.8026070Z [1885/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.8060809Z [1885/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.8061427Z [1886/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.8102804Z [1886/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.8103841Z [1887/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.8511477Z [1887/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.8512300Z [1888/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.8631768Z [1888/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.8632783Z [1889/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.8667499Z [1889/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.8668080Z [1890/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.8823329Z [1890/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.8824334Z [1891/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.8909985Z [1891/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.9054238Z [1892/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.9055007Z [1892/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.9055703Z [1893/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.9103115Z [1893/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.9104132Z [1894/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.9260118Z [1894/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.9260796Z [1895/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.9284549Z [1895/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.9286250Z [1896/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.9537857Z [1896/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.9538467Z [1897/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.9644691Z [1897/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.9645269Z [1898/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.9843976Z [1898/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.9845115Z [1899/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.9846133Z [1899/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.9847097Z [1900/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.9941201Z [1900/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:17.9942289Z [1901/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:17.9980632Z [1901/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:17.9981672Z [1902/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.0239143Z [1902/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:18.0240674Z [1903/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.0338158Z [1903/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.0338999Z [1904/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.0489091Z [1904/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.0490004Z [1905/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.0551339Z [1905/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:18.0551940Z [1906/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:18.0641085Z [1906/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.0642056Z [1907/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.0845573Z [1907/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.0846618Z [1908/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:18.0905265Z [1908/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.0906314Z [1909/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.1127341Z [1909/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.1128369Z [1910/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-09-27T15:30:18.1177434Z [1910/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.1178504Z [1911/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.1263638Z [1911/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.1264667Z [1912/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.1472212Z [1912/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.1472993Z [1913/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.1569594Z [1913/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.1570768Z [1914/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.1574537Z [1914/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.1575674Z [1915/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.1934896Z [1915/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.1935711Z [1916/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.2037381Z [1916/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.2037991Z [1917/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.2088531Z [1917/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.2089234Z [1918/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.2207321Z [1918/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.2207990Z [1919/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.2225302Z [1919/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.2226021Z [1920/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.2428870Z [1920/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.2429766Z [1921/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.2764929Z [1921/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.2765562Z [1922/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.2815429Z [1922/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.2816496Z [1923/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.2869473Z [1923/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-09-27T15:30:18.2870485Z [1924/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.3006708Z [1924/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-09-27T15:30:18.3008848Z [1925/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.3023626Z [1925/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-09-27T15:30:18.3024704Z [1926/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.3173260Z [1926/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-09-27T15:30:18.3174367Z [1927/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.3408634Z [1927/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-09-27T15:30:18.3409341Z [1928/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-09-27T15:30:18.3472220Z [1928/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:18.3472803Z [1929/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-09-27T15:30:18.3496753Z [1929/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:18.3497848Z [1930/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.3583244Z [1930/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-09-27T15:30:18.3584221Z [1931/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-09-27T15:30:18.3717034Z [1931/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-09-27T15:30:18.3717695Z [1932/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-09-27T15:30:18.3747312Z [1932/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:30:18.3747938Z [1933/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-09-27T15:30:18.4068306Z [1933/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:30:18.4068978Z [1934/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:18.4118747Z [1934/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-09-27T15:30:18.4119775Z [1935/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:18.4147761Z [1935/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-09-27T15:30:18.4148780Z [1936/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-09-27T15:30:18.4281155Z [1936/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:18.4282196Z [1937/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-09-27T15:30:18.4755457Z [1937/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:18.4756186Z [1938/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:30:18.4882641Z [1938/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-09-27T15:30:18.4883413Z [1939/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:18.4971608Z [1939/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-09-27T15:30:18.4972525Z [1940/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-09-27T15:30:18.4987486Z [1940/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:30:18.4988626Z [1941/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:30:18.5132757Z [1941/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:30:18.5133357Z [1942/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:18.5382087Z [1942/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-09-27T15:30:18.5383365Z [1943/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-09-27T15:30:18.5429427Z [1943/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-09-27T15:30:18.5430541Z [1944/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-09-27T15:30:18.5658896Z [1944/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:18.5659975Z [1945/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-09-27T15:30:18.5877491Z [1945/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:18.5879378Z [1946/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:30:18.6145544Z [1946/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:18.6146650Z [1947/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:30:18.6171897Z [1947/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:18.6172495Z [1948/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:18.6238111Z [1948/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:18.6239126Z [1949/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-09-27T15:30:18.6404495Z [1949/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:18.6405617Z [1950/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:18.6478255Z [1950/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:18.6479248Z [1951/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:18.6624000Z [1951/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:18.6624810Z [1952/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-09-27T15:30:18.6701186Z [1952/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:18.6701942Z [1953/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:18.6800229Z [1953/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:18.6801466Z [1954/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:18.7051780Z [1954/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:18.7052895Z [1955/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:18.7283117Z [1955/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:18.7284231Z [1956/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:18.7345068Z [1956/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:30:18.7346131Z [1957/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:18.7517449Z [1957/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:18.7518434Z [1958/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:18.7658284Z [1958/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:30:18.7659331Z [1959/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:18.7726936Z [1959/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:30:18.7727993Z [1960/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:18.7994619Z [1960/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:18.7995505Z [1961/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-09-27T15:30:18.8380611Z [1961/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:30:18.8381217Z [1962/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:30:18.8399947Z [1962/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:30:18.8400973Z [1963/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:18.8642525Z [1963/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:18.8643113Z [1964/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:30:18.8676661Z [1964/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:30:18.8677408Z [1965/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-09-27T15:30:18.8702318Z [1965/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:30:18.8703490Z [1966/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:18.8846192Z [1966/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.8846811Z [1967/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:30:18.9025565Z [1967/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.9026525Z [1968/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:30:18.9229875Z [1968/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.9230954Z [1969/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-09-27T15:30:18.9245712Z [1969/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.9247370Z [1970/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-09-27T15:30:18.9325068Z [1970/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.9325804Z [1971/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.9356576Z [1971/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.9357634Z [1972/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:18.9730557Z [1972/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.9731245Z [1973/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.9835444Z [1973/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.9836049Z [1974/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.9935151Z [1974/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.9936396Z [1975/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:18.9960940Z [1975/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:18.9961589Z [1976/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.0039437Z [1976/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.0040544Z [1977/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.0169110Z [1977/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.0170220Z [1978/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.0397073Z [1978/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.0398012Z [1979/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.0465958Z [1979/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.0467377Z [1980/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.0593010Z [1980/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.0594197Z [1981/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.0769786Z [1981/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.0770367Z [1982/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.0840521Z [1982/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.0841180Z [1983/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.1004244Z [1983/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.1004839Z [1984/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.1181134Z [1984/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.1182258Z [1985/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.1288798Z [1985/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.1417330Z [1986/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.1417939Z [1986/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.1418511Z [1987/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.1541617Z [1987/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.1599142Z [1988/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.1599906Z [1988/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.1600506Z [1989/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.1728818Z [1989/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.1729855Z [1990/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.1926370Z [1990/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.1928037Z [1991/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.2151055Z [1991/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.2151766Z [1992/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.2263678Z [1992/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.2264647Z [1993/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.2299149Z [1993/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.2300235Z [1994/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.2474081Z [1994/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.2474715Z [1995/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.2533396Z [1995/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.2534097Z [1996/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.2832171Z [1996/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.2833277Z [1997/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.2947084Z [1997/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.2948102Z [1998/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.3034404Z [1998/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.3035786Z [1999/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.3046930Z [1999/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.3048011Z [2000/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.3177387Z [2000/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.3177981Z [2001/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.3543579Z [2001/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.3544198Z [2002/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.3593017Z [2002/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.3594087Z [2003/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.3603904Z [2003/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.3604926Z [2004/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.3866557Z [2004/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.3867613Z [2005/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.3877448Z [2005/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.3878502Z [2006/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.3914816Z [2006/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.3915948Z [2007/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.4239164Z [2007/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.4240299Z [2008/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.4295062Z [2008/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.4296306Z [2009/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.4300877Z [2009/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.4301496Z [2010/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.4569742Z [2010/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-09-27T15:30:19.4570406Z [2011/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.4640378Z [2011/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-09-27T15:30:19.4641642Z [2012/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.4666235Z [2012/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:19.4667300Z [2013/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.4938531Z [2013/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:19.4939137Z [2014/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:19.5048117Z [2014/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:30:19.5048730Z [2015/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-09-27T15:30:19.5078679Z [2015/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:30:19.5079891Z [2016/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-09-27T15:30:19.5144798Z [2016/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:19.5145760Z [2017/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-09-27T15:30:19.5403977Z [2017/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:19.5405291Z [2018/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:19.5641248Z [2018/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:30:19.5642910Z [2019/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:19.5754327Z [2019/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:30:19.5755353Z [2020/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:19.5927049Z [2020/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:19.5928141Z [2021/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:19.5986047Z [2021/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:19.5987121Z [2022/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:30:19.6069065Z [2022/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:19.6070296Z [2023/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:30:19.6308750Z [2023/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:19.6309887Z [2024/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:19.6476902Z [2024/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-09-27T15:30:19.6477490Z [2025/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-09-27T15:30:19.6591450Z [2025/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:30:19.6746245Z [2026/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-09-27T15:30:19.6746831Z [2026/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-09-27T15:30:19.6747373Z [2027/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:19.6777814Z [2027/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-09-27T15:30:19.6778456Z [2028/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:19.6844554Z [2028/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-09-27T15:30:19.6845480Z [2029/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-09-27T15:30:19.6865157Z [2029/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-09-27T15:30:19.6865740Z [2030/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:19.7037214Z [2030/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:30:19.7037938Z [2031/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:30:19.7337958Z [2031/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-09-27T15:30:19.7338673Z [2032/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-09-27T15:30:19.7453630Z [2032/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-09-27T15:30:19.7454182Z [2033/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-09-27T15:30:19.7499514Z [2033/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-09-27T15:30:19.7500167Z [2034/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-09-27T15:30:19.7764503Z [2034/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-09-27T15:30:19.7765092Z [2035/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-09-27T15:30:19.7930667Z [2035/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-09-27T15:30:19.7931208Z [2036/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-09-27T15:30:19.8014247Z [2036/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-09-27T15:30:19.8014903Z [2037/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:30:19.8105279Z [2037/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-09-27T15:30:19.8105835Z [2038/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-09-27T15:30:19.8211304Z [2038/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-09-27T15:30:19.8211971Z [2039/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-09-27T15:30:19.8444825Z [2039/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-09-27T15:30:19.8445864Z [2040/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-09-27T15:30:19.8603786Z [2040/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-09-27T15:30:19.8604831Z [2041/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-09-27T15:30:19.8663551Z [2041/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-09-27T15:30:19.8664869Z [2042/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-09-27T15:30:19.8785236Z [2042/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-09-27T15:30:19.8785851Z [2043/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-09-27T15:30:19.9105758Z [2043/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-09-27T15:30:19.9107357Z [2044/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-09-27T15:30:19.9275222Z [2044/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-09-27T15:30:19.9276073Z [2045/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-09-27T15:30:19.9846478Z [2045/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-09-27T15:30:19.9847058Z [2046/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-09-27T15:30:20.0126065Z [2046/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-09-27T15:30:20.0127090Z [2047/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-09-27T15:30:20.0149287Z [2047/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-09-27T15:30:20.0150368Z [2048/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-09-27T15:30:20.0290495Z [2048/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-09-27T15:30:20.0291363Z [2049/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-09-27T15:30:20.0357132Z [2049/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-09-27T15:30:20.0357958Z [2050/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-09-27T15:30:20.0458383Z [2050/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-09-27T15:30:20.0459455Z [2051/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-09-27T15:30:20.1025815Z [2051/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-09-27T15:30:20.1026402Z [2052/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-09-27T15:30:20.1280996Z [2052/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-09-27T15:30:20.1281734Z [2053/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-09-27T15:30:20.1286023Z [2053/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-09-27T15:30:20.1287383Z [2054/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-09-27T15:30:20.1457410Z [2054/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:30:20.1458647Z [2055/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-09-27T15:30:20.1610923Z [2055/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:30:20.1612474Z [2056/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-09-27T15:30:20.1661016Z [2056/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:20.1662066Z [2057/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-09-27T15:30:20.1957031Z [2057/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:20.1957872Z [2058/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:30:20.2121301Z [2058/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.2122478Z [2059/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-09-27T15:30:20.2232868Z [2059/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.2233463Z [2060/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:20.2249149Z [2060/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.2249719Z [2061/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:30:20.2272716Z [2061/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.2273514Z [2062/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:20.2394492Z [2062/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.2395069Z [2063/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-09-27T15:30:20.3065205Z [2063/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3067774Z [2064/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3309792Z [2064/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3310598Z [2065/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3467844Z [2065/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3469166Z [2066/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3608821Z [2066/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3609959Z [2067/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3672946Z [2067/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3674007Z [2068/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3706238Z [2068/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.3706870Z [2069/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.4163630Z [2069/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.4164933Z [2070/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.4469281Z [2070/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.4470433Z [2071/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.4779214Z [2071/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.4780158Z [2072/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.4946541Z [2072/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.4947219Z [2073/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.4950076Z [2073/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.4951592Z [2074/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.5035911Z [2074/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.5036916Z [2075/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.5468391Z [2075/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.5468991Z [2076/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.5605575Z [2076/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.5607755Z [2077/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6025967Z [2077/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6026584Z [2078/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6212618Z [2078/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6213689Z [2079/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6243777Z [2079/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6244829Z [2080/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6255016Z [2080/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6259172Z [2081/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6589175Z [2081/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6589838Z [2082/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6791240Z [2082/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.6793932Z [2083/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.7361691Z [2083/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.7362746Z [2084/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.7474490Z [2084/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.7475065Z [2085/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.7477880Z [2085/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:30:20.7479053Z [2086/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.7493718Z [2086/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-09-27T15:30:20.7494892Z [2087/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.7811804Z [2087/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-09-27T15:30:20.7812848Z [2088/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.8101538Z [2088/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:30:20.8102941Z [2089/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.8579604Z [2089/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:20.8580480Z [2090/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-09-27T15:30:20.8591572Z [2090/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:20.8592961Z [2091/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:30:20.8628393Z [2091/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:30:20.8628983Z [2092/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-09-27T15:30:20.8642903Z [2092/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:30:20.8643450Z [2093/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-09-27T15:30:20.8947965Z [2093/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:20.8948517Z [2094/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:30:20.9268662Z [2094/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:20.9269914Z [2095/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:20.9729098Z [2095/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-09-27T15:30:20.9730295Z [2096/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:20.9756302Z [2096/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-09-27T15:30:20.9756924Z [2097/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:30:20.9892454Z [2097/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-09-27T15:30:20.9893476Z [2098/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:20.9937099Z [2098/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-09-27T15:30:20.9938431Z [2099/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:30:21.0201127Z [2099/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-09-27T15:30:21.0203444Z [2100/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:21.0477189Z [2100/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-09-27T15:30:21.0479176Z [2101/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-09-27T15:30:21.0632281Z [2101/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-09-27T15:30:21.0632819Z [2102/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-09-27T15:30:21.0890946Z [2102/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-09-27T15:30:21.0891945Z [2103/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-09-27T15:30:21.0967542Z [2103/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-09-27T15:30:21.0968440Z [2104/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-09-27T15:30:21.1190393Z [2104/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-09-27T15:30:21.1191439Z [2105/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-09-27T15:30:21.1243771Z [2105/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-09-27T15:30:21.1245214Z [2106/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-09-27T15:30:21.1679421Z [2106/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-09-27T15:30:21.1680639Z [2107/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-09-27T15:30:21.1986995Z [2107/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-09-27T15:30:21.1987990Z [2108/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-09-27T15:30:21.1993210Z [2108/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-09-27T15:30:21.1993750Z [2109/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-09-27T15:30:21.1999099Z [2109/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-09-27T15:30:21.2000115Z [2110/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-09-27T15:30:21.2275881Z [2110/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-09-27T15:30:21.2277151Z [2111/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-09-27T15:30:21.2341734Z [2111/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-09-27T15:30:21.2342374Z [2112/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-09-27T15:30:21.2788992Z [2112/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-09-27T15:30:21.2789952Z [2113/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-09-27T15:30:21.3117721Z [2113/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-09-27T15:30:21.3118309Z [2114/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-09-27T15:30:21.3119882Z [2114/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-09-27T15:30:21.3120651Z [2115/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-09-27T15:30:21.3231464Z [2115/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-09-27T15:30:21.3233129Z [2116/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-09-27T15:30:21.3455015Z [2116/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-09-27T15:30:21.3456080Z [2117/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-09-27T15:30:21.3514279Z [2117/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-09-27T15:30:21.3514840Z [2118/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-09-27T15:30:21.4026767Z [2118/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-09-27T15:30:21.4027802Z [2119/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-09-27T15:30:21.4166449Z [2119/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-09-27T15:30:21.4167456Z [2120/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-09-27T15:30:21.4313481Z [2120/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-09-27T15:30:21.4314890Z [2121/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-09-27T15:30:21.4468879Z [2121/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-09-27T15:30:21.4469895Z [2122/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-09-27T15:30:21.4506204Z [2122/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-09-27T15:30:21.4507809Z [2123/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-09-27T15:30:21.4756961Z [2123/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-09-27T15:30:21.4758321Z [2124/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-09-27T15:30:21.4992598Z [2124/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-09-27T15:30:21.4993561Z [2125/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-09-27T15:30:21.5249517Z [2125/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-09-27T15:30:21.5250518Z [2126/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-09-27T15:30:21.5301872Z [2126/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-09-27T15:30:21.5303470Z [2127/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-09-27T15:30:21.5592613Z [2127/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-09-27T15:30:21.5593311Z [2128/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-09-27T15:30:21.5809184Z [2128/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-09-27T15:30:21.5810222Z [2129/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-09-27T15:30:21.5877724Z [2129/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-09-27T15:30:21.5878335Z [2130/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-09-27T15:30:21.6031383Z [2130/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-09-27T15:30:21.6032479Z [2131/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-09-27T15:30:21.6361100Z [2131/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-09-27T15:30:21.6362579Z [2132/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-09-27T15:30:21.6427905Z [2132/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-09-27T15:30:21.6428988Z [2133/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-09-27T15:30:21.6682762Z [2133/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-09-27T15:30:21.6683789Z [2134/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-09-27T15:30:21.6905545Z [2134/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-09-27T15:30:21.6906640Z [2135/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-09-27T15:30:21.7066504Z [2135/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-09-27T15:30:21.7067134Z [2136/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-09-27T15:30:21.7127161Z [2136/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-09-27T15:30:21.7127870Z [2137/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-09-27T15:30:21.7428425Z [2137/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-09-27T15:30:21.7429515Z [2138/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-09-27T15:30:21.7574999Z [2138/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-09-27T15:30:21.7576760Z [2139/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-09-27T15:30:21.7826236Z [2139/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-09-27T15:30:21.7826865Z [2140/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-09-27T15:30:21.8043572Z [2140/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-09-27T15:30:21.8044629Z [2141/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-09-27T15:30:21.8074015Z [2141/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-09-27T15:30:21.8075231Z [2142/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-09-27T15:30:21.8152288Z [2142/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-09-27T15:30:21.8152954Z [2143/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-09-27T15:30:21.8585574Z [2143/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-09-27T15:30:21.8586191Z [2144/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-09-27T15:30:21.8675513Z [2144/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-09-27T15:30:21.8676335Z [2145/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-09-27T15:30:21.8934419Z [2145/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-09-27T15:30:21.8935062Z [2146/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-09-27T15:30:21.9086595Z [2146/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-09-27T15:30:21.9087239Z [2147/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-09-27T15:30:21.9141726Z [2147/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-09-27T15:30:21.9142723Z [2148/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-09-27T15:30:21.9405286Z [2148/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-09-27T15:30:21.9406332Z [2149/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-09-27T15:30:21.9628410Z [2149/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-09-27T15:30:21.9629306Z [2150/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-09-27T15:30:21.9905323Z [2150/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-09-27T15:30:21.9906352Z [2151/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-09-27T15:30:22.0168543Z [2151/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-09-27T15:30:22.0169590Z [2152/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-09-27T15:30:22.0201258Z [2152/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-09-27T15:30:22.0202109Z [2153/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-09-27T15:30:22.0482883Z [2153/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-09-27T15:30:22.0483572Z [2154/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-09-27T15:30:22.0503629Z [2154/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-09-27T15:30:22.0504590Z [2155/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-09-27T15:30:22.0683859Z [2155/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-09-27T15:30:22.0685144Z [2156/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-09-27T15:30:22.0943525Z [2156/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-09-27T15:30:22.0945580Z [2157/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-09-27T15:30:22.1173308Z [2157/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-09-27T15:30:22.1174851Z [2158/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-09-27T15:30:22.1376838Z [2158/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-09-27T15:30:22.1377425Z [2159/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-09-27T15:30:22.1511639Z [2159/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-09-27T15:30:22.1513241Z [2160/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-09-27T15:30:22.1662088Z [2160/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-09-27T15:30:22.1663087Z [2161/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-09-27T15:30:22.1836537Z [2161/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-09-27T15:30:22.1838111Z [2162/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-09-27T15:30:22.2165982Z [2162/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-09-27T15:30:22.2167012Z [2163/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-09-27T15:30:22.2278378Z [2163/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-09-27T15:30:22.2279204Z [2164/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-09-27T15:30:22.2474680Z [2164/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-09-27T15:30:22.2475249Z [2165/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-09-27T15:30:22.2596071Z [2165/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-09-27T15:30:22.2596651Z [2166/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-09-27T15:30:22.3023015Z [2166/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-09-27T15:30:22.3024070Z [2167/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-09-27T15:30:22.3071726Z [2167/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-09-27T15:30:22.3072681Z [2168/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-09-27T15:30:22.3134751Z [2168/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-09-27T15:30:22.3135599Z [2169/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-09-27T15:30:22.3434639Z [2169/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-09-27T15:30:22.3435306Z [2170/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-09-27T15:30:22.3641455Z [2170/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-09-27T15:30:22.3643174Z [2171/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-09-27T15:30:22.3661957Z [2171/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-09-27T15:30:22.3663337Z [2172/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-09-27T15:30:22.3967838Z [2172/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-09-27T15:30:22.3968969Z [2173/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-09-27T15:30:22.4192115Z [2173/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-09-27T15:30:22.4193233Z [2174/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-09-27T15:30:22.4196399Z [2174/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-09-27T15:30:22.4199520Z [2175/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-09-27T15:30:22.4508011Z [2175/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-09-27T15:30:22.4509609Z [2176/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-09-27T15:30:22.4684837Z [2176/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-09-27T15:30:22.4687175Z [2177/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-09-27T15:30:22.4740557Z [2177/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-09-27T15:30:22.4741177Z [2178/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-09-27T15:30:22.5136686Z [2178/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-09-27T15:30:22.5137799Z [2179/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-09-27T15:30:22.5218882Z [2179/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-09-27T15:30:22.5220051Z [2180/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-09-27T15:30:22.5243242Z [2180/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-09-27T15:30:22.5244613Z [2181/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-09-27T15:30:22.5789597Z [2181/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-09-27T15:30:22.5790659Z [2182/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-09-27T15:30:22.5838867Z [2182/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-09-27T15:30:22.5840011Z [2183/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-09-27T15:30:22.6013590Z [2183/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-09-27T15:30:22.6014249Z [2184/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-09-27T15:30:22.6244387Z [2184/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-09-27T15:30:22.6245265Z [2185/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-09-27T15:30:22.6301313Z [2185/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-09-27T15:30:22.6304323Z [2186/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-09-27T15:30:22.6341460Z [2186/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-09-27T15:30:22.6342534Z [2187/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-09-27T15:30:22.6741455Z [2187/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-09-27T15:30:22.6742743Z [2188/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-09-27T15:30:22.6833297Z [2188/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-09-27T15:30:22.6834182Z [2189/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-09-27T15:30:22.7235613Z [2189/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-09-27T15:30:22.7236161Z [2190/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-09-27T15:30:22.7412617Z [2190/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-09-27T15:30:22.7413188Z [2191/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-09-27T15:30:22.7487200Z [2191/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-09-27T15:30:22.7488151Z [2192/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-09-27T15:30:22.7589960Z [2192/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-09-27T15:30:22.7590930Z [2193/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-09-27T15:30:22.7724129Z [2193/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-09-27T15:30:22.7725251Z [2194/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-09-27T15:30:22.7922396Z [2194/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-09-27T15:30:22.7923329Z [2195/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-09-27T15:30:22.8366073Z [2195/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-09-27T15:30:22.8366809Z [2196/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-09-27T15:30:22.8458880Z [2196/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:22.8459519Z [2197/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-09-27T15:30:22.8515555Z [2197/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:22.8516197Z [2198/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-09-27T15:30:22.8733641Z [2198/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:22.8851211Z [2199/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-09-27T15:30:22.8852308Z [2199/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:22.8853265Z [2200/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-09-27T15:30:22.8954501Z [2200/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:22.8955556Z [2201/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-09-27T15:30:22.8985822Z [2201/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:22.8986880Z [2202/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:22.9310043Z [2202/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:22.9310691Z [2203/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:22.9417337Z [2203/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:22.9417965Z [2204/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:22.9641759Z [2204/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:22.9642696Z [2205/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:22.9659753Z [2205/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:22.9660660Z [2206/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:22.9774221Z [2206/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:22.9774886Z [2207/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:23.0080861Z [2207/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.0081498Z [2208/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.0216386Z [2208/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.0216982Z [2209/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.0425751Z [2209/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.0426551Z [2210/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.0527250Z [2210/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.0528011Z [2211/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:23.0746773Z [2211/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.0747626Z [2212/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.0856003Z [2212/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.0857100Z [2213/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.1015039Z [2213/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.1015870Z [2214/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.1213087Z [2214/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.1214314Z [2215/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.1485793Z [2215/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.1486927Z [2216/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.1591583Z [2216/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.1592648Z [2217/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.1610194Z [2217/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.1611158Z [2218/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.1718791Z [2218/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.1719386Z [2219/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.1757928Z [2219/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.1758731Z [2220/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.2000078Z [2220/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.2001036Z [2221/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.2207635Z [2221/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.2208671Z [2222/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.2374386Z [2222/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.2375078Z [2223/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.2377776Z [2223/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.2379261Z [2224/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.2549120Z [2224/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.2550176Z [2225/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.2652925Z [2225/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.2653662Z [2226/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.2730426Z [2226/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.2731455Z [2227/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.2904255Z [2227/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.2904909Z [2228/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.3039712Z [2228/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.3040401Z [2229/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.3271592Z [2229/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.3272185Z [2230/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.3395307Z [2230/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.3396413Z [2231/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.3537951Z [2231/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.3538621Z [2232/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.3704246Z [2232/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.3704838Z [2233/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.3938714Z [2233/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.3939737Z [2234/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.3986509Z [2234/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.3987104Z [2235/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.4100662Z [2235/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.4101822Z [2236/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.4182415Z [2236/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.4183068Z [2237/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.4361863Z [2237/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.4362827Z [2238/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.4613697Z [2238/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.4614306Z [2239/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.4641353Z [2239/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.4642705Z [2240/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.4788571Z [2240/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.4789585Z [2241/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.4940461Z [2241/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.4941183Z [2242/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.5019701Z [2242/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.5020769Z [2243/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.5058325Z [2243/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.5058950Z [2244/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.5230983Z [2244/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.5232018Z [2245/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.5391560Z [2245/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.5392587Z [2246/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.5592702Z [2246/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.5593757Z [2247/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.5618746Z [2247/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.5619796Z [2248/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.5789540Z [2248/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.5790609Z [2249/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.5839674Z [2249/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.5840359Z [2250/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.5919123Z [2250/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.5920440Z [2251/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.6160286Z [2251/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.6161362Z [2252/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.6365856Z [2252/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.6366453Z [2253/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.6409714Z [2253/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.6410297Z [2254/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.6578042Z [2254/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.6578656Z [2255/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.6778579Z [2255/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.6779604Z [2256/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.6781075Z [2256/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:23.6782122Z [2257/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.6797608Z [2257/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.6798677Z [2258/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.7131456Z [2258/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.7132166Z [2259/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.7254253Z [2259/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:23.7255505Z [2260/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.7393073Z [2260/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.7394357Z [2261/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:23.7641750Z [2261/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.7642396Z [2262/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.7656229Z [2262/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:23.7657538Z [2263/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:23.7777883Z [2263/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.7778928Z [2264/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.7889901Z [2264/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.7891467Z [2265/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:23.7907579Z [2265/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:23.7908644Z [2266/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.8312633Z [2266/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.8313507Z [2267/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:23.8412473Z [2267/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.8413542Z [2268/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.8504012Z [2268/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.8505010Z [2269/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.8697474Z [2269/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.8698572Z [2270/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.8762291Z [2270/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.8764851Z [2271/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:23.9000883Z [2271/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.9002344Z [2272/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.9035721Z [2272/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:30:23.9036464Z [2273/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.9495054Z [2273/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:30:23.9496139Z [2274/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:23.9717755Z [2274/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:23.9719153Z [2275/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.9831525Z [2275/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:23.9835146Z [2276/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:23.9970202Z [2276/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:23.9971272Z [2277/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:24.0040147Z [2277/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.0041008Z [2278/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:30:24.0329319Z [2278/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.0330292Z [2279/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:30:24.0610821Z [2279/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.0611391Z [2280/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:24.0651910Z [2280/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.0652589Z [2281/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.0858917Z [2281/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.0860338Z [2282/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.0902996Z [2282/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.0904065Z [2283/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.0924384Z [2283/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.0925320Z [2284/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:24.1374769Z [2284/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.1375495Z [2285/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.1476805Z [2285/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.1477418Z [2286/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.1507736Z [2286/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.1508317Z [2287/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.1640030Z [2287/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.1640779Z [2288/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.1822470Z [2288/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.1823474Z [2289/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.1901072Z [2289/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.1901933Z [2290/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.2051842Z [2290/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.2052684Z [2291/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.2298151Z [2291/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.2299199Z [2292/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.2384636Z [2292/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.2385620Z [2293/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.2408602Z [2293/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.2409280Z [2294/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.2639001Z [2294/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.2640431Z [2295/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.2670524Z [2295/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.2671444Z [2296/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.2819894Z [2296/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.2820942Z [2297/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.3074484Z [2297/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.3075467Z [2298/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.3178544Z [2298/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.3179550Z [2299/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.3431579Z [2299/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.3432178Z [2300/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.3467768Z [2300/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.3468532Z [2301/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.3554517Z [2301/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.3555175Z [2302/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.3621568Z [2302/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.3622144Z [2303/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.3856778Z [2303/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.3857441Z [2304/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.3863889Z [2304/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.3864729Z [2305/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.4121961Z [2305/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.4122574Z [2306/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.4310470Z [2306/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.4311065Z [2307/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.4338810Z [2307/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.4339388Z [2308/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.4492542Z [2308/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.4494011Z [2309/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.4537188Z [2309/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.4538487Z [2310/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.4792744Z [2310/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.4793344Z [2311/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.4861505Z [2311/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.4862197Z [2312/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.5054979Z [2312/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.5056159Z [2313/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-09-27T15:30:24.5152205Z [2313/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.5152960Z [2314/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.5318083Z [2314/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.5318996Z [2315/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.5369353Z [2315/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.5370383Z [2316/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.5528215Z [2316/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.5528815Z [2317/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.5644300Z [2317/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.5644987Z [2318/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.5789705Z [2318/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.5790351Z [2319/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.5976163Z [2319/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.5977214Z [2320/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.6016667Z [2320/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.6018142Z [2321/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.6174699Z [2321/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.6175497Z [2322/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.6218941Z [2322/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.6220582Z [2323/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.6433908Z [2323/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.6434747Z [2324/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.6578090Z [2324/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.6579644Z [2325/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.6719000Z [2325/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.6719693Z [2326/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.6723200Z [2326/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.6723797Z [2327/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.6947671Z [2327/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.6948302Z [2328/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.6986991Z [2328/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.6988213Z [2329/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.7142886Z [2329/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.7143558Z [2330/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.7417418Z [2330/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.7418483Z [2331/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.7540815Z [2331/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:24.7541415Z [2332/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.7556229Z [2332/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:24.7556843Z [2333/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.7658060Z [2333/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-09-27T15:30:24.7659087Z [2334/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.7795277Z [2334/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-09-27T15:30:24.7796338Z [2335/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:24.7812588Z [2335/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:24.7815522Z [2336/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:24.7987061Z [2336/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:30:24.7988268Z [2337/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:24.8110824Z [2337/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-09-27T15:30:24.8111418Z [2338/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:24.8291545Z [2338/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-09-27T15:30:24.8293154Z [2339/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-09-27T15:30:24.8393381Z [2339/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:24.8394436Z [2340/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-09-27T15:30:24.8711068Z [2340/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:24.8712073Z [2341/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:30:24.8842752Z [2341/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-09-27T15:30:24.8843862Z [2342/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:24.8953654Z [2342/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-09-27T15:30:24.8954723Z [2343/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-09-27T15:30:24.8980795Z [2343/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:24.8981852Z [2344/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:24.9257980Z [2344/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:30:24.9258847Z [2345/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-09-27T15:30:24.9259948Z [2345/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-09-27T15:30:24.9260888Z [2346/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-09-27T15:30:24.9294579Z [2346/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-09-27T15:30:24.9295165Z [2347/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:24.9486025Z [2347/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:24.9487391Z [2348/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-09-27T15:30:24.9997749Z [2348/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:24.9998343Z [2349/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:25.0057777Z [2349/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:25.0058381Z [2350/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:30:25.0256374Z [2350/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:25.0257018Z [2351/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:25.0262513Z [2351/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:25.0263899Z [2352/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-09-27T15:30:25.0555047Z [2352/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:25.0555726Z [2353/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-09-27T15:30:25.0596940Z [2353/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:25.0597922Z [2354/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:25.0645925Z [2354/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:25.0647006Z [2355/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:25.0801865Z [2355/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:25.0802479Z [2356/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:25.1368335Z [2356/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:25.1369206Z [2357/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:25.1423523Z [2357/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:25.1424496Z [2358/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:25.1460014Z [2358/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:25.1460614Z [2359/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:25.1614757Z [2359/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:30:25.1615545Z [2360/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:25.1866598Z [2360/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:30:25.1867266Z [2361/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:25.2000503Z [2361/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:25.2003163Z [2362/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:25.2074334Z [2362/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:25.2077904Z [2363/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:25.2431902Z [2363/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.2433014Z [2364/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-09-27T15:30:25.2497153Z [2364/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.2498157Z [2365/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-09-27T15:30:25.2734249Z [2365/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.2735770Z [2366/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-09-27T15:30:25.2870907Z [2366/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.2871507Z [2367/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.2960391Z [2367/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.2961369Z [2368/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:25.3051897Z [2368/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.3052460Z [2369/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:25.3186603Z [2369/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.3187271Z [2370/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.3221856Z [2370/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.3222771Z [2371/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.3533064Z [2371/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.3533654Z [2372/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.3698517Z [2372/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.3699124Z [2373/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.3789412Z [2373/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.3790025Z [2374/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.3858982Z [2374/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.3860521Z [2375/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.3960372Z [2375/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.3961436Z [2376/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.4073853Z [2376/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.4074958Z [2377/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.4200539Z [2377/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.4201631Z [2378/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.4509175Z [2378/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.4510218Z [2379/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.4526312Z [2379/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.4527224Z [2380/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.4655162Z [2380/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.4656358Z [2381/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.4667362Z [2381/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.4668325Z [2382/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.4858086Z [2382/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.4859463Z [2383/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.4969081Z [2383/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.4970072Z [2384/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.5289028Z [2384/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.5289754Z [2385/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.5329303Z [2385/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.5330367Z [2386/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.5484612Z [2386/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.5485734Z [2387/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.5542811Z [2387/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.5543882Z [2388/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.5562868Z [2388/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.5564289Z [2389/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.5803639Z [2389/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.5804642Z [2390/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.6001910Z [2390/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.6002504Z [2391/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.6249741Z [2391/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.6250352Z [2392/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.6265522Z [2392/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.6266146Z [2393/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.6311398Z [2393/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.6312212Z [2394/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.6349172Z [2394/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.6349893Z [2395/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.6435417Z [2395/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.6436025Z [2396/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.6857060Z [2396/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.6858407Z [2397/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.7059930Z [2397/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.7060533Z [2398/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.7118553Z [2398/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.7119451Z [2399/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.7233385Z [2399/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.7234520Z [2400/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.7273683Z [2400/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.7274266Z [2401/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.7289033Z [2401/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.7289724Z [2402/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.7554983Z [2402/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.7556245Z [2403/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.7859735Z [2403/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.7860441Z [2404/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.7925492Z [2404/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.7926087Z [2405/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.8080280Z [2405/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.8081079Z [2406/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.8114237Z [2406/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.8114856Z [2407/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.8140155Z [2407/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:25.8141043Z [2408/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.8350536Z [2408/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:25.8351578Z [2409/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.8697960Z [2409/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:25.8698606Z [2410/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-09-27T15:30:25.8737887Z [2410/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:30:25.8738581Z [2411/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.8829540Z [2411/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:25.8830142Z [2412/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:25.8942988Z [2412/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:25.8943636Z [2413/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:25.9007142Z [2413/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:25.9008402Z [2414/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:25.9402999Z [2414/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:30:25.9403913Z [2415/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:25.9427516Z [2415/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:25.9428536Z [2416/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:25.9621139Z [2416/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:25.9621932Z [2417/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:25.9907068Z [2417/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:25.9907690Z [2418/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:30:26.0134996Z [2418/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:26.0136018Z [2419/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:26.0138892Z [2419/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-09-27T15:30:26.0139558Z [2420/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:26.0263885Z [2420/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-09-27T15:30:26.0264527Z [2421/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-09-27T15:30:26.0286333Z [2421/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-09-27T15:30:26.0286905Z [2422/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:26.0322358Z [2422/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-09-27T15:30:26.0322918Z [2423/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-09-27T15:30:26.0514376Z [2423/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-09-27T15:30:26.0515420Z [2424/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:26.1252172Z [2424/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:30:26.1252706Z [2425/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-09-27T15:30:26.1380955Z [2425/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-09-27T15:30:26.1381832Z [2426/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-09-27T15:30:26.1384171Z [2426/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-09-27T15:30:26.1384846Z [2427/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-09-27T15:30:26.1410099Z [2427/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-09-27T15:30:26.1410906Z [2428/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-09-27T15:30:26.1549301Z [2428/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-09-27T15:30:26.1550318Z [2429/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-09-27T15:30:26.1778051Z [2429/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-09-27T15:30:26.1781169Z [2430/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:30:26.2450124Z [2430/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-09-27T15:30:26.2450832Z [2431/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-09-27T15:30:26.2736230Z [2431/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-09-27T15:30:26.2737175Z [2432/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-09-27T15:30:26.2738188Z [2432/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-09-27T15:30:26.2739168Z [2433/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-09-27T15:30:26.2749612Z [2433/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-09-27T15:30:26.2751009Z [2434/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-09-27T15:30:26.2758980Z [2434/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-09-27T15:30:26.2760093Z [2435/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-09-27T15:30:26.2827389Z [2435/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-09-27T15:30:26.2828332Z [2436/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-09-27T15:30:26.3569344Z [2436/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-09-27T15:30:26.3569906Z [2437/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-09-27T15:30:26.3957999Z [2437/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-09-27T15:30:26.3958923Z [2438/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-09-27T15:30:26.4052847Z [2438/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-09-27T15:30:26.4054049Z [2439/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-09-27T15:30:26.4178944Z [2439/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-09-27T15:30:26.4179502Z [2440/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-09-27T15:30:26.4182187Z [2440/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-09-27T15:30:26.4183175Z [2441/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-09-27T15:30:26.4349190Z [2441/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-09-27T15:30:26.4350210Z [2442/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-09-27T15:30:26.4468070Z [2442/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-09-27T15:30:26.4472560Z [2443/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-09-27T15:30:26.5045994Z [2443/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-09-27T15:30:26.5047018Z [2444/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-09-27T15:30:26.5268774Z [2444/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-09-27T15:30:26.5269414Z [2445/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-09-27T15:30:26.5376347Z [2445/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-09-27T15:30:26.5376889Z [2446/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-09-27T15:30:26.5438812Z [2446/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-09-27T15:30:26.5439371Z [2447/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-09-27T15:30:26.5527754Z [2447/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-09-27T15:30:26.5529642Z [2448/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-09-27T15:30:26.5709691Z [2448/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-09-27T15:30:26.5710626Z [2449/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-09-27T15:30:26.6153793Z [2449/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-09-27T15:30:26.6154369Z [2450/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-09-27T15:30:26.6477471Z [2450/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-09-27T15:30:26.6478062Z [2451/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-09-27T15:30:26.6518106Z [2451/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-09-27T15:30:26.6519125Z [2452/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-09-27T15:30:26.6618694Z [2452/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-09-27T15:30:26.6619387Z [2453/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-09-27T15:30:26.6786230Z [2453/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-09-27T15:30:26.6786817Z [2454/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-09-27T15:30:26.6972663Z [2454/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-09-27T15:30:26.6973238Z [2455/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-09-27T15:30:26.7156167Z [2455/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-09-27T15:30:26.7156796Z [2456/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-09-27T15:30:26.7514780Z [2456/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-09-27T15:30:26.7515673Z [2457/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-09-27T15:30:26.7558904Z [2457/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-09-27T15:30:26.7559925Z [2458/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-09-27T15:30:26.7817334Z [2458/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-09-27T15:30:26.7818397Z [2459/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-09-27T15:30:26.7891514Z [2459/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-09-27T15:30:26.7892475Z [2460/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-09-27T15:30:26.8120839Z [2460/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-09-27T15:30:26.8121876Z [2461/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-09-27T15:30:26.8291618Z [2461/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-09-27T15:30:26.8292325Z [2462/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-09-27T15:30:26.8573282Z [2462/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-09-27T15:30:26.8574316Z [2463/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-09-27T15:30:26.8581423Z [2463/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-09-27T15:30:26.8582074Z [2464/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-09-27T15:30:26.8950959Z [2464/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-09-27T15:30:26.8952085Z [2465/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-09-27T15:30:26.9146815Z [2465/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-09-27T15:30:26.9147907Z [2466/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-09-27T15:30:26.9356191Z [2466/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:30:26.9357214Z [2467/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-09-27T15:30:26.9462699Z [2467/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:26.9463285Z [2468/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-09-27T15:30:26.9706432Z [2468/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-09-27T15:30:26.9706994Z [2469/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-09-27T15:30:27.0078435Z [2469/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-09-27T15:30:27.0079007Z [2470/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-09-27T15:30:27.0174690Z [2470/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.0175852Z [2471/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:30:27.0229122Z [2471/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:27.0229727Z [2472/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-09-27T15:30:27.0529925Z [2472/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.0530537Z [2473/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-09-27T15:30:27.0558904Z [2473/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:27.0560098Z [2474/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:27.0731675Z [2474/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.0732249Z [2475/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-09-27T15:30:27.1393678Z [2475/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:27.1394822Z [2476/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:27.1487558Z [2476/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.1488172Z [2477/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.1827560Z [2477/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.1828330Z [2478/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:27.1845926Z [2478/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.1846711Z [2479/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.1996360Z [2479/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.1997029Z [2480/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:27.2031313Z [2480/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.2032944Z [2481/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.2471563Z [2481/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.2472665Z [2482/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.2507218Z [2482/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.2508444Z [2483/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.3100622Z [2483/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.3101313Z [2484/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.3253076Z [2484/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.3253845Z [2485/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:27.3297133Z [2485/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.3298124Z [2486/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.3414705Z [2486/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.3415507Z [2487/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.3748956Z [2487/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.3750044Z [2488/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.3783071Z [2488/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.3784120Z [2489/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.4443722Z [2489/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.4444345Z [2490/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.4555309Z [2490/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.4556498Z [2491/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.4586685Z [2491/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.4587747Z [2492/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.4623984Z [2492/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.4625210Z [2493/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.5069485Z [2493/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.5070109Z [2494/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.5097095Z [2494/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.5098464Z [2495/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.5692283Z [2495/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.5692934Z [2496/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.5793797Z [2496/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.5794894Z [2497/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.5951355Z [2497/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.5952199Z [2498/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.6174859Z [2498/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.6176259Z [2499/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.6416775Z [2499/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.6417478Z [2500/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.6451938Z [2500/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.6452696Z [2501/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.6855862Z [2501/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.6856958Z [2502/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.7383438Z [2502/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.7384135Z [2503/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.7412802Z [2503/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.7418814Z [2504/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.7518712Z [2504/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.7519319Z [2505/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.7800774Z [2505/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.7801407Z [2506/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.7965100Z [2506/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.7966175Z [2507/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.8112731Z [2507/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.8114065Z [2508/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.8476216Z [2508/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.8477304Z [2509/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.8674179Z [2509/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.8675299Z [2510/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.8753422Z [2510/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.8754165Z [2511/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.8999581Z [2511/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.9000378Z [2512/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.9351217Z [2512/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.9352191Z [2513/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.9521980Z [2513/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.9522585Z [2514/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.9782756Z [2514/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.9783548Z [2515/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:27.9929329Z [2515/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:27.9930084Z [2516/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.0339156Z [2516/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.0340137Z [2517/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.0357666Z [2517/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.0358929Z [2518/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.0538368Z [2518/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.0539461Z [2519/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.0863517Z [2519/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.0864590Z [2520/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.0983974Z [2520/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.0984739Z [2521/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.1102773Z [2521/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.1103450Z [2522/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.1498438Z [2522/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.1499129Z [2523/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.1778035Z [2523/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:28.1779135Z [2524/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.1918855Z [2524/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.1919587Z [2525/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.2244532Z [2525/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:28.2245626Z [2526/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.2363752Z [2526/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.2364818Z [2527/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.2511413Z [2527/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:28.2512544Z [2528/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.2772039Z [2528/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.2772664Z [2529/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:28.3074200Z [2529/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:28.3074824Z [2530/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.3078818Z [2530/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.3079465Z [2531/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:28.3490224Z [2531/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.3491127Z [2532/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.3646368Z [2532/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.3647280Z [2533/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:28.3883441Z [2533/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.3884486Z [2534/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:28.4004622Z [2534/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.4005878Z [2535/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.4187416Z [2535/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.4188464Z [2536/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.4342394Z [2536/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.4343161Z [2537/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.4714664Z [2537/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.4715545Z [2538/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:28.4963612Z [2538/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.4965028Z [2539/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.5141296Z [2539/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.5141981Z [2540/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.5337450Z [2540/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.5338409Z [2541/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.5498759Z [2541/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.5499849Z [2542/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.5617232Z [2542/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.5618498Z [2543/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.5898853Z [2543/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.5899454Z [2544/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.6133950Z [2544/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.6134998Z [2545/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.6352367Z [2545/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.6353392Z [2546/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.6612206Z [2546/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.6613109Z [2547/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.6718647Z [2547/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.6719266Z [2548/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.6951513Z [2548/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.6952290Z [2549/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.7339122Z [2549/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.7340016Z [2550/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.7441711Z [2550/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.7442393Z [2551/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.7601183Z [2551/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.7601844Z [2552/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.7734172Z [2552/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.7734768Z [2553/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.8148706Z [2553/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.8149773Z [2554/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.8318942Z [2554/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.8319992Z [2555/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.8715784Z [2555/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.8716559Z [2556/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.8741233Z [2556/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.8742827Z [2557/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.8874834Z [2557/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.8877861Z [2558/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.9032261Z [2558/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.9032888Z [2559/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.9509182Z [2559/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.9511537Z [2560/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.9525383Z [2560/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:28.9527599Z [2561/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.9901860Z [2561/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:28.9904036Z [2562/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.9985858Z [2562/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:28.9986846Z [2563/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.0306458Z [2563/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.0307847Z [2564/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.0473246Z [2564/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.0474302Z [2565/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:29.0721855Z [2565/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:29.0723171Z [2566/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.0749785Z [2566/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.0751181Z [2567/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.1059796Z [2567/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.1060854Z [2568/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:29.1193849Z [2568/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.1196440Z [2569/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.1716726Z [2569/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.1717350Z [2570/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.1912543Z [2570/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.1913890Z [2571/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.2032899Z [2571/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.2034015Z [2572/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-09-27T15:30:29.2053323Z [2572/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.2054184Z [2573/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.2352592Z [2573/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.2353660Z [2574/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.2423021Z [2574/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.2424107Z [2575/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.2895469Z [2575/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.2896137Z [2576/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.3056800Z [2576/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.3057824Z [2577/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.3231540Z [2577/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.3232603Z [2578/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.3422897Z [2578/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.3424119Z [2579/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.3656831Z [2579/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.3658549Z [2580/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.3918899Z [2580/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.3919735Z [2581/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.4196265Z [2581/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.4197865Z [2582/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.4234419Z [2582/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.4235760Z [2583/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.4718278Z [2583/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.4719343Z [2584/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.5034304Z [2584/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.5034983Z [2585/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.5149347Z [2585/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.5149947Z [2586/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.5162271Z [2586/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.5163310Z [2587/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.5369777Z [2587/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.5370396Z [2588/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.5429660Z [2588/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:29.5430972Z [2589/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.6072918Z [2589/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:30:29.6073673Z [2590/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.6437574Z [2590/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-09-27T15:30:29.6438292Z [2591/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.6446808Z [2591/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-09-27T15:30:29.6447764Z [2592/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.6549571Z [2592/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:29.6550277Z [2593/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:30:29.6582901Z [2593/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:30:29.6583776Z [2594/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:29.6620160Z [2594/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-09-27T15:30:29.6623026Z [2595/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.7210942Z [2595/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-09-27T15:30:29.7211703Z [2596/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-09-27T15:30:29.7631343Z [2596/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:29.7632076Z [2597/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-09-27T15:30:29.7670052Z [2597/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:29.7671232Z [2598/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:29.7738209Z [2598/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:29.7738825Z [2599/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-09-27T15:30:29.7904613Z [2599/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:29.7905271Z [2600/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-09-27T15:30:29.7941329Z [2600/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.7942351Z [2601/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:30:29.8857724Z [2601/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.8858355Z [2602/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:29.8946296Z [2602/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.8947513Z [2603/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:29.8999240Z [2603/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.9000548Z [2604/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:29.9039065Z [2604/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.9040094Z [2605/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.9092527Z [2605/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:29.9093236Z [2606/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:29.9174505Z [2606/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:29.9175837Z [2607/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.0089841Z [2607/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.0090712Z [2608/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.0212003Z [2608/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.0213009Z [2609/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.0214683Z [2609/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.0215863Z [2610/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.0424070Z [2610/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.0425548Z [2611/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.0459424Z [2611/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.0460738Z [2612/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.0622142Z [2612/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.0623238Z [2613/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.1430156Z [2613/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.1430763Z [2614/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.1531946Z [2614/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.1532765Z [2615/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.1612718Z [2615/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.1613400Z [2616/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.1701951Z [2616/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.1702689Z [2617/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.1759486Z [2617/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.1760452Z [2618/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.2029089Z [2618/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.2032739Z [2619/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.2757380Z [2619/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.2757981Z [2620/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.2870336Z [2620/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.2871020Z [2621/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.2927222Z [2621/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.2928132Z [2622/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.3142815Z [2622/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.3143590Z [2623/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.3147903Z [2623/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.3148956Z [2624/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.3339243Z [2624/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.3340339Z [2625/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.4074201Z [2625/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.4074939Z [2626/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.4118057Z [2626/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.4118675Z [2627/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.4370644Z [2627/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.4371724Z [2628/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.4529953Z [2628/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.4531021Z [2629/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.4541700Z [2629/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.4542749Z [2630/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.4730492Z [2630/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.4731868Z [2631/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.5170710Z [2631/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.5171315Z [2632/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.5255414Z [2632/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.5256455Z [2633/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.5676744Z [2633/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.5677531Z [2634/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.5783433Z [2634/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.5784354Z [2635/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.6032586Z [2635/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.6033438Z [2636/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.6155545Z [2636/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.6156555Z [2637/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.6648120Z [2637/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.6649164Z [2638/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.6776262Z [2638/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.6777337Z [2639/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.6810464Z [2639/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.6812414Z [2640/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.7174744Z [2640/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.7175752Z [2641/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.7448002Z [2641/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.7449172Z [2642/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.7629360Z [2642/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.7630737Z [2643/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.7988766Z [2643/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.7989621Z [2644/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.8069045Z [2644/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:30.8069804Z [2645/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.8130892Z [2645/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:30:30.8133092Z [2646/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.8593400Z [2646/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:30.8594412Z [2647/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.8739510Z [2647/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:30:30.8741143Z [2648/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:30.9041054Z [2648/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-09-27T15:30:30.9042145Z [2649/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-09-27T15:30:30.9216539Z [2649/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-09-27T15:30:30.9217362Z [2650/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:30.9266459Z [2650/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-09-27T15:30:30.9267202Z [2651/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:30.9429444Z [2651/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-09-27T15:30:30.9430543Z [2652/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:30:30.9759102Z [2652/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-09-27T15:30:30.9760216Z [2653/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-09-27T15:30:30.9930372Z [2653/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-09-27T15:30:30.9931383Z [2654/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.0220454Z [2654/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.0221496Z [2655/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-09-27T15:30:31.0355845Z [2655/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:30:31.0356650Z [2656/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.0430014Z [2656/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.0431131Z [2657/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-09-27T15:30:31.0640884Z [2657/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:30:31.0641917Z [2658/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.1007567Z [2658/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.1008591Z [2659/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-09-27T15:30:31.1027503Z [2659/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:30:31.1028525Z [2660/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.1578440Z [2660/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.1579037Z [2661/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:30:31.1768817Z [2661/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:30:31.1769886Z [2662/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:30:31.1865059Z [2662/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.1867897Z [2663/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.1868837Z [2663/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-09-27T15:30:31.1869740Z [2664/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.2013095Z [2664/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.2014192Z [2665/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.2225269Z [2665/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-09-27T15:30:31.2226284Z [2666/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:30:31.2798744Z [2666/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.2799433Z [2667/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.2823251Z [2667/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-09-27T15:30:31.2823825Z [2668/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:30:31.3083490Z [2668/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.3084204Z [2669/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.3100516Z [2669/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-09-27T15:30:31.3101289Z [2670/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-09-27T15:30:31.3239616Z [2670/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.3240708Z [2671/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-09-27T15:30:31.3364103Z [2671/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-09-27T15:30:31.3367335Z [2672/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.3926746Z [2672/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-09-27T15:30:31.3928056Z [2673/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-09-27T15:30:31.4151893Z [2673/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-09-27T15:30:31.4152469Z [2674/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.4166127Z [2674/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-09-27T15:30:31.4166698Z [2675/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-09-27T15:30:31.4354904Z [2675/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-09-27T15:30:31.4356066Z [2676/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.4497312Z [2676/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.4498422Z [2677/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-09-27T15:30:31.4623224Z [2677/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-09-27T15:30:31.4624638Z [2678/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-09-27T15:30:31.5165850Z [2678/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.5166535Z [2679/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-09-27T15:30:31.5237078Z [2679/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-09-27T15:30:31.5238515Z [2680/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-09-27T15:30:31.5344716Z [2680/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.5345443Z [2681/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-09-27T15:30:31.5557638Z [2681/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-09-27T15:30:31.5558328Z [2682/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.5826568Z [2682/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.5827982Z [2683/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.5888054Z [2683/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:30:31.5888675Z [2684/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-09-27T15:30:31.6149102Z [2684/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.6150151Z [2685/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-09-27T15:30:31.6413208Z [2685/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:30:31.6413843Z [2686/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-09-27T15:30:31.6436765Z [2686/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.6685680Z [2687/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.6686711Z [2687/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:30:31.6687695Z [2688/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.7098146Z [2688/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.7099038Z [2689/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:30:31.7328877Z [2689/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:30:31.7330249Z [2690/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.7356728Z [2690/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.7357690Z [2691/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:30:31.7671018Z [2691/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-09-27T15:30:31.7672060Z [2692/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.7905551Z [2692/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.7906891Z [2693/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:30:31.7988659Z [2693/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.7989652Z [2694/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.8376322Z [2694/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.8377209Z [2695/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:30:31.8444724Z [2695/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.8445981Z [2696/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-09-27T15:30:31.8447397Z [2696/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.8448722Z [2697/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:31.8739995Z [2697/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.8742758Z [2698/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9139080Z [2698/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9140251Z [2699/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9517277Z [2699/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9518064Z [2700/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9520427Z [2700/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9521376Z [2701/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9648714Z [2701/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9649781Z [2702/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9808460Z [2702/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9809926Z [2703/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9904755Z [2703/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:31.9906224Z [2704/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.0328702Z [2704/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.0329490Z [2705/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.0697824Z [2705/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.0698838Z [2706/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.0758976Z [2706/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.0759898Z [2707/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.0949360Z [2707/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.0951038Z [2708/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.1227876Z [2708/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.1229328Z [2709/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.1310792Z [2709/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.1311882Z [2710/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.1473239Z [2710/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.1473907Z [2711/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.1953820Z [2711/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.1954903Z [2712/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.2220045Z [2712/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.2221056Z [2713/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.2320233Z [2713/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.2321207Z [2714/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.2533537Z [2714/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.2534566Z [2715/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.2717094Z [2715/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.2717690Z [2716/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.2919340Z [2716/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.2920021Z [2717/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.3116252Z [2717/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.3116889Z [2718/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.3383080Z [2718/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.3383708Z [2719/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.3466981Z [2719/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.3467861Z [2720/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.3856323Z [2720/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.3857762Z [2721/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4151320Z [2721/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4152419Z [2722/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4277948Z [2722/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4278541Z [2723/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4310458Z [2723/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4311538Z [2724/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4538710Z [2724/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4539802Z [2725/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4644256Z [2725/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4645896Z [2726/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4962570Z [2726/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.4963946Z [2727/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.5247906Z [2727/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.5248585Z [2728/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.5674230Z [2728/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.5675239Z [2729/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.5831366Z [2729/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.5832817Z [2730/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.5853862Z [2730/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.5855059Z [2731/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.5889098Z [2731/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.5890200Z [2732/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.6187039Z [2732/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.6188415Z [2733/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.6191160Z [2733/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.6194431Z [2734/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.6635449Z [2734/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-09-27T15:30:32.6639054Z [2735/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.6978979Z [2735/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-09-27T15:30:32.6979997Z [2736/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.7099781Z [2736/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-09-27T15:30:32.7100735Z [2737/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.7208530Z [2737/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-09-27T15:30:32.7209442Z [2738/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.7327057Z [2738/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-09-27T15:30:32.7327940Z [2739/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-09-27T15:30:32.7584800Z [2739/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-09-27T15:30:32.7585878Z [2740/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-09-27T15:30:32.7701519Z [2740/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-09-27T15:30:32.7703167Z [2741/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-09-27T15:30:32.8112995Z [2741/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-09-27T15:30:32.8113772Z [2742/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-09-27T15:30:32.8141402Z [2742/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-09-27T15:30:32.8142196Z [2743/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-09-27T15:30:32.8310520Z [2743/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-09-27T15:30:32.8311573Z [2744/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-09-27T15:30:32.8373827Z [2744/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:32.8374512Z [2745/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-09-27T15:30:32.8727141Z [2745/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-09-27T15:30:32.8728194Z [2746/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-09-27T15:30:32.8852672Z [2746/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-09-27T15:30:32.8853640Z [2747/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-09-27T15:30:32.9142247Z [2747/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-09-27T15:30:32.9143633Z [2748/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-09-27T15:30:32.9400388Z [2748/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:32.9400984Z [2749/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-09-27T15:30:32.9534711Z [2749/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:32.9536026Z [2750/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:32.9556689Z [2750/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:32.9558014Z [2751/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-09-27T15:30:32.9713637Z [2751/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:32.9714361Z [2752/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-09-27T15:30:32.9958838Z [2752/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:32.9959446Z [2753/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-09-27T15:30:33.0269782Z [2753/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.0272052Z [2754/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.0691423Z [2754/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.0884055Z [2755/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.0884652Z [2755/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.0885197Z [2756/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.0928147Z [2756/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.0929569Z [2757/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.1100571Z [2757/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.1102064Z [2758/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.1141410Z [2758/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.1143364Z [2759/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.1519390Z [2759/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.1520520Z [2760/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2030385Z [2760/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2031397Z [2761/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2040522Z [2761/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2041514Z [2762/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2189769Z [2762/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2303285Z [2763/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2303893Z [2763/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2305007Z [2764/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2390853Z [2764/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2392151Z [2765/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.2826135Z [2765/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:33.2826826Z [2766/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.3184891Z [2766/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:30:33.3185593Z [2767/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.3300675Z [2767/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-09-27T15:30:33.3301681Z [2768/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.3451673Z [2768/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:30:33.3452726Z [2769/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.3566948Z [2769/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:33.3568549Z [2770/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-09-27T15:30:33.3725352Z [2770/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:30:33.3726581Z [2771/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:33.3802443Z [2771/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-09-27T15:30:33.3804381Z [2772/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:30:33.4147992Z [2772/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:30:33.4149045Z [2773/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-09-27T15:30:33.4409938Z [2773/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-09-27T15:30:33.4410552Z [2774/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:30:33.4562849Z [2774/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-09-27T15:30:33.4563899Z [2775/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:33.4770219Z [2775/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-09-27T15:30:33.4771594Z [2776/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:30:33.4831406Z [2776/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-09-27T15:30:33.4832553Z [2777/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:30:33.4960848Z [2777/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-09-27T15:30:33.4962377Z [2778/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-09-27T15:30:33.5389879Z [2778/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-09-27T15:30:33.5390575Z [2779/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-09-27T15:30:33.5450489Z [2779/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-09-27T15:30:33.5451097Z [2780/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-09-27T15:30:33.5646714Z [2780/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-09-27T15:30:33.5647829Z [2781/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-09-27T15:30:33.5729256Z [2781/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-09-27T15:30:33.5729838Z [2782/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-09-27T15:30:33.6061520Z [2782/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-09-27T15:30:33.6128940Z [2783/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-09-27T15:30:33.6130001Z [2783/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-09-27T15:30:33.6132480Z [2784/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-09-27T15:30:33.6400789Z [2784/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-09-27T15:30:33.6401416Z [2785/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-09-27T15:30:33.6682391Z [2785/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-09-27T15:30:33.6683285Z [2786/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-09-27T15:30:33.6937073Z [2786/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-09-27T15:30:33.6938049Z [2787/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-09-27T15:30:33.7124596Z [2787/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-09-27T15:30:33.7125590Z [2788/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-09-27T15:30:33.7228513Z [2788/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-09-27T15:30:33.7229536Z [2789/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-09-27T15:30:33.7562010Z [2789/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-09-27T15:30:33.7562616Z [2790/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-09-27T15:30:33.7983959Z [2790/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-09-27T15:30:33.7985092Z [2791/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-09-27T15:30:33.8213922Z [2791/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-09-27T15:30:33.8214545Z [2792/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-09-27T15:30:33.8419869Z [2792/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-09-27T15:30:33.8420468Z [2793/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-09-27T15:30:33.8618594Z [2793/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-09-27T15:30:33.8619606Z [2794/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-09-27T15:30:33.8638841Z [2794/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-09-27T15:30:33.8639441Z [2795/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-09-27T15:30:33.8664383Z [2795/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-09-27T15:30:33.8665389Z [2796/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-09-27T15:30:33.9037198Z [2796/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-09-27T15:30:33.9038269Z [2797/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-09-27T15:30:33.9392765Z [2797/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-09-27T15:30:33.9393876Z [2798/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-09-27T15:30:33.9591692Z [2798/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-09-27T15:30:33.9592736Z [2799/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-09-27T15:30:33.9915578Z [2799/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-09-27T15:30:33.9916175Z [2800/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-09-27T15:30:33.9943585Z [2800/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-09-27T15:30:33.9944262Z [2801/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-09-27T15:30:34.0080728Z [2801/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-09-27T15:30:34.0081510Z [2802/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-09-27T15:30:34.0141859Z [2802/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-09-27T15:30:34.0144556Z [2803/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-09-27T15:30:34.0348582Z [2803/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-09-27T15:30:34.0349350Z [2804/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-09-27T15:30:34.0651114Z [2804/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-09-27T15:30:34.0652414Z [2805/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-09-27T15:30:34.1111813Z [2805/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-09-27T15:30:34.1112453Z [2806/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-09-27T15:30:34.1133795Z [2806/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-09-27T15:30:34.1135612Z [2807/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-09-27T15:30:34.1359715Z [2807/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-09-27T15:30:34.1360551Z [2808/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-09-27T15:30:34.1365723Z [2808/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-09-27T15:30:34.1366404Z [2809/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-09-27T15:30:34.1606655Z [2809/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-09-27T15:30:34.1607619Z [2810/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-09-27T15:30:34.1634783Z [2810/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-09-27T15:30:34.1636206Z [2811/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-09-27T15:30:34.2266855Z [2811/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-09-27T15:30:34.2267717Z [2812/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-09-27T15:30:34.2363243Z [2812/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-09-27T15:30:34.2364183Z [2813/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-09-27T15:30:34.2657397Z [2813/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-09-27T15:30:34.2658075Z [2814/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-09-27T15:30:34.2803988Z [2814/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-09-27T15:30:34.2805122Z [2815/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-09-27T15:30:34.2851334Z [2815/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-09-27T15:30:34.2852519Z [2816/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-09-27T15:30:34.2890972Z [2816/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-09-27T15:30:34.2892125Z [2817/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-09-27T15:30:34.3233790Z [2817/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-09-27T15:30:34.3234916Z [2818/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-09-27T15:30:34.3441108Z [2818/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-09-27T15:30:34.3442237Z [2819/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-09-27T15:30:34.3813338Z [2819/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-09-27T15:30:34.3814238Z [2820/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-09-27T15:30:34.3917913Z [2820/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-09-27T15:30:34.3918716Z [2821/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-09-27T15:30:34.3922382Z [2821/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-09-27T15:30:34.3924637Z [2822/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-09-27T15:30:34.4061261Z [2822/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-09-27T15:30:34.4064583Z [2823/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-09-27T15:30:34.4249888Z [2823/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-09-27T15:30:34.4251417Z [2824/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-09-27T15:30:34.4537345Z [2824/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-09-27T15:30:34.4538698Z [2825/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-09-27T15:30:34.5001052Z [2825/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-09-27T15:30:34.5002090Z [2826/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-09-27T15:30:34.5108424Z [2826/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-09-27T15:30:34.5109044Z [2827/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-09-27T15:30:34.5131436Z [2827/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-09-27T15:30:34.5132164Z [2828/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-09-27T15:30:34.5164973Z [2828/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-09-27T15:30:34.5165571Z [2829/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-09-27T15:30:34.5451708Z [2829/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-09-27T15:30:34.5452969Z [2830/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-09-27T15:30:34.5731651Z [2830/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-09-27T15:30:34.5733381Z [2831/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-09-27T15:30:34.6083713Z [2831/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-09-27T15:30:34.6084335Z [2832/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-09-27T15:30:34.6342122Z [2832/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-09-27T15:30:34.6343061Z [2833/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-09-27T15:30:34.6345838Z [2833/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-09-27T15:30:34.6346809Z [2834/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-09-27T15:30:34.6474866Z [2834/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-09-27T15:30:34.6475483Z [2835/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-09-27T15:30:34.6630645Z [2835/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-09-27T15:30:34.6631557Z [2836/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-09-27T15:30:34.6817116Z [2836/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-09-27T15:30:34.6818563Z [2837/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-09-27T15:30:34.7120154Z [2837/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-09-27T15:30:34.7121220Z [2838/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-09-27T15:30:34.7471240Z [2838/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-09-27T15:30:34.7472063Z [2839/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-09-27T15:30:34.7599389Z [2839/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-09-27T15:30:34.7600062Z [2840/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-09-27T15:30:34.7769879Z [2840/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-09-27T15:30:34.7770810Z [2841/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-09-27T15:30:34.7856821Z [2841/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-09-27T15:30:34.7858011Z [2842/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-09-27T15:30:34.8042787Z [2842/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-09-27T15:30:34.8043790Z [2843/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-09-27T15:30:34.8123351Z [2843/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-09-27T15:30:34.8124189Z [2844/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-09-27T15:30:34.8550614Z [2844/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-09-27T15:30:34.8551278Z [2845/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-09-27T15:30:34.8757657Z [2845/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-09-27T15:30:34.8758740Z [2846/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-09-27T15:30:34.8877602Z [2846/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-09-27T15:30:34.8878182Z [2847/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-09-27T15:30:34.9104611Z [2847/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-09-27T15:30:34.9105810Z [2848/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-09-27T15:30:34.9229937Z [2848/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-09-27T15:30:34.9230609Z [2849/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-09-27T15:30:34.9270414Z [2849/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-09-27T15:30:34.9271609Z [2850/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-09-27T15:30:34.9769319Z [2850/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-09-27T15:30:34.9770152Z [2851/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-09-27T15:30:34.9803149Z [2851/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-09-27T15:30:34.9803721Z [2852/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-09-27T15:30:35.0098536Z [2852/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-09-27T15:30:35.0099567Z [2853/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-09-27T15:30:35.0411938Z [2853/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-09-27T15:30:35.0412938Z [2854/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-09-27T15:30:35.0462028Z [2854/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-09-27T15:30:35.0462641Z [2855/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-09-27T15:30:35.0723899Z [2855/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-09-27T15:30:35.0724947Z [2856/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-09-27T15:30:35.0896567Z [2856/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-09-27T15:30:35.0897641Z [2857/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-09-27T15:30:35.0904144Z [2857/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-09-27T15:30:35.0904951Z [2858/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-09-27T15:30:35.1268809Z [2858/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-09-27T15:30:35.1269592Z [2859/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-09-27T15:30:35.1470172Z [2859/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-09-27T15:30:35.1471451Z [2860/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-09-27T15:30:35.1706639Z [2860/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-09-27T15:30:35.1707592Z [2861/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-09-27T15:30:35.1766967Z [2861/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-09-27T15:30:35.1767532Z [2862/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-09-27T15:30:35.1887854Z [2862/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-09-27T15:30:35.1888921Z [2863/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-09-27T15:30:35.2154209Z [2863/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-09-27T15:30:35.2154900Z [2864/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-09-27T15:30:35.2394637Z [2864/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-09-27T15:30:35.2395676Z [2865/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-09-27T15:30:35.2523366Z [2865/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-09-27T15:30:35.2524423Z [2866/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-09-27T15:30:35.2830253Z [2866/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-09-27T15:30:35.2831009Z [2867/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-09-27T15:30:35.2860396Z [2867/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-09-27T15:30:35.2861457Z [2868/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-09-27T15:30:35.2982096Z [2868/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-09-27T15:30:35.2982712Z [2869/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-09-27T15:30:35.3090595Z [2869/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-09-27T15:30:35.3091601Z [2870/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-09-27T15:30:35.3431177Z [2870/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-09-27T15:30:35.3435408Z [2871/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-09-27T15:30:35.3518138Z [2871/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-09-27T15:30:35.3519296Z [2872/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-09-27T15:30:35.3833294Z [2872/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-09-27T15:30:35.3834157Z [2873/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-09-27T15:30:35.3958560Z [2873/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-09-27T15:30:35.3959376Z [2874/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-09-27T15:30:35.3990296Z [2874/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-09-27T15:30:35.3991370Z [2875/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-09-27T15:30:35.4201363Z [2875/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-09-27T15:30:35.4201979Z [2876/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-09-27T15:30:35.4459548Z [2876/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-09-27T15:30:35.4462142Z [2877/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-09-27T15:30:35.4711387Z [2877/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-09-27T15:30:35.4712439Z [2878/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-09-27T15:30:35.5079297Z [2878/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-09-27T15:30:35.5080380Z [2879/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-09-27T15:30:35.5220171Z [2879/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-09-27T15:30:35.5220820Z [2880/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-09-27T15:30:35.5281087Z [2880/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-09-27T15:30:35.5282212Z [2881/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-09-27T15:30:35.5319626Z [2881/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-09-27T15:30:35.5322359Z [2882/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-09-27T15:30:35.5656614Z [2882/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-09-27T15:30:35.5657606Z [2883/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-09-27T15:30:35.5823977Z [2883/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-09-27T15:30:35.5824995Z [2884/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-09-27T15:30:35.6357601Z [2884/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-09-27T15:30:35.6358435Z [2885/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-09-27T15:30:35.6361288Z [2885/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-09-27T15:30:35.6361935Z [2886/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-09-27T15:30:35.6532477Z [2886/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-09-27T15:30:35.6534046Z [2887/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-09-27T15:30:35.6642242Z [2887/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-09-27T15:30:35.6643355Z [2888/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-09-27T15:30:35.7102053Z [2888/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-09-27T15:30:35.7103186Z [2889/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-09-27T15:30:35.7111574Z [2889/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-09-27T15:30:35.7112904Z [2890/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-09-27T15:30:35.7362691Z [2890/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-09-27T15:30:35.7363630Z [2891/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-09-27T15:30:35.7529429Z [2891/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-09-27T15:30:35.7530700Z [2892/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-09-27T15:30:35.7566880Z [2892/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-09-27T15:30:35.7568061Z [2893/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-09-27T15:30:35.7780933Z [2893/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-09-27T15:30:35.7782072Z [2894/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-09-27T15:30:35.8187075Z [2894/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-09-27T15:30:35.8187703Z [2895/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-09-27T15:30:35.8194701Z [2895/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-09-27T15:30:35.8195584Z [2896/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-09-27T15:30:35.8586893Z [2896/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-09-27T15:30:35.8587715Z [2897/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-09-27T15:30:35.8694369Z [2897/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-09-27T15:30:35.8695090Z [2898/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-09-27T15:30:35.8742169Z [2898/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-09-27T15:30:35.8743539Z [2899/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-09-27T15:30:35.8815596Z [2899/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-09-27T15:30:35.8820854Z [2900/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-09-27T15:30:35.9205210Z [2900/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-09-27T15:30:35.9206198Z [2901/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-09-27T15:30:35.9498321Z [2901/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-09-27T15:30:35.9499052Z [2902/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-09-27T15:30:35.9510898Z [2902/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-09-27T15:30:35.9512252Z [2903/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-09-27T15:30:35.9827104Z [2903/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-09-27T15:30:35.9828242Z [2904/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-09-27T15:30:36.0107739Z [2904/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-09-27T15:30:36.0108890Z [2905/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-09-27T15:30:36.0249193Z [2905/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-09-27T15:30:36.0250461Z [2906/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-09-27T15:30:36.0309203Z [2906/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-09-27T15:30:36.0310281Z [2907/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-09-27T15:30:36.0570954Z [2907/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-09-27T15:30:36.0571625Z [2908/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-09-27T15:30:36.0623381Z [2908/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-09-27T15:30:36.0624252Z [2909/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-09-27T15:30:36.0859306Z [2909/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-09-27T15:30:36.0860440Z [2910/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-09-27T15:30:36.1277985Z [2910/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-09-27T15:30:36.1278647Z [2911/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-09-27T15:30:36.1289655Z [2911/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-09-27T15:30:36.1290738Z [2912/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-09-27T15:30:36.1609561Z [2912/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-09-27T15:30:36.1610657Z [2913/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-09-27T15:30:36.1738239Z [2913/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-09-27T15:30:36.1740348Z [2914/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-09-27T15:30:36.1859029Z [2914/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-09-27T15:30:36.1860193Z [2915/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-09-27T15:30:36.1946566Z [2915/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-09-27T15:30:36.1947670Z [2916/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-09-27T15:30:36.2163650Z [2916/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-09-27T15:30:36.2164464Z [2917/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-09-27T15:30:36.2367458Z [2917/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-09-27T15:30:36.2368639Z [2918/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-09-27T15:30:36.2567378Z [2918/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-09-27T15:30:36.2568009Z [2919/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-09-27T15:30:36.2848178Z [2919/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-09-27T15:30:36.2854259Z [2920/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-09-27T15:30:36.2865267Z [2920/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-09-27T15:30:36.2867937Z [2921/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-09-27T15:30:36.3003143Z [2921/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-09-27T15:30:36.3003900Z [2922/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-09-27T15:30:36.3218438Z [2922/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-09-27T15:30:36.3219164Z [2923/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-09-27T15:30:36.3307321Z [2923/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-09-27T15:30:36.3308460Z [2924/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-09-27T15:30:36.3702779Z [2924/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-09-27T15:30:36.3703912Z [2925/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-09-27T15:30:36.3856190Z [2925/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-09-27T15:30:36.3857822Z [2926/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-09-27T15:30:36.4057064Z [2926/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-09-27T15:30:36.4058048Z [2927/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-09-27T15:30:36.4175799Z [2927/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-09-27T15:30:36.4176749Z [2928/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-09-27T15:30:36.4272531Z [2928/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-09-27T15:30:36.4273655Z [2929/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-09-27T15:30:36.4378257Z [2929/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.4379306Z [2930/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-09-27T15:30:36.4702317Z [2930/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.4703493Z [2931/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-09-27T15:30:36.4766231Z [2931/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:36.4766958Z [2932/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-09-27T15:30:36.5201361Z [2932/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:36.5201993Z [2933/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-09-27T15:30:36.5249210Z [2933/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:36.5249837Z [2934/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.5267020Z [2934/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.5268078Z [2935/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-09-27T15:30:36.5475166Z [2935/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:36.5476339Z [2936/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.5872808Z [2936/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:36.5874223Z [2937/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:36.6024909Z [2937/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:36.6026217Z [2938/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:36.6249015Z [2938/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.6250151Z [2939/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:36.6488785Z [2939/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.6489425Z [2940/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.6507426Z [2940/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.6508129Z [2941/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:36.6692331Z [2941/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:36.6693424Z [2942/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:36.7053769Z [2942/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:36.7054928Z [2943/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:36.7218217Z [2943/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:36.7219196Z [2944/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.7487400Z [2944/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.7488153Z [2945/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:36.7607844Z [2945/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:36.7608801Z [2946/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.7752791Z [2946/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:36.7753924Z [2947/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.8143125Z [2947/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:36.8143896Z [2948/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:36.8292221Z [2948/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.8293453Z [2949/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:36.8497310Z [2949/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.8497957Z [2950/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.8708656Z [2950/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.8709805Z [2951/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:36.8781307Z [2951/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.8782090Z [2952/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:36.8968278Z [2952/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.8969045Z [2953/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:36.9526959Z [2953/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.9531828Z [2954/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.9532617Z [2954/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.9533297Z [2955/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:36.9676653Z [2955/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.9677297Z [2956/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.9974293Z [2956/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.9976053Z [2957/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.9989807Z [2957/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:36.9990400Z [2958/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.0123826Z [2958/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.0125025Z [2959/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.0550638Z [2959/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.0551426Z [2960/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.0618081Z [2960/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:37.0619900Z [2961/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.0958368Z [2961/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:37.0959458Z [2962/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.1174482Z [2962/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:37.1175788Z [2963/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.1240994Z [2963/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.1242795Z [2964/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.1528026Z [2964/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:37.1528742Z [2965/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.1579151Z [2965/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:37.1580357Z [2966/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:37.1824042Z [2966/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:37.1825305Z [2967/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:37.2009297Z [2967/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.2010440Z [2968/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:37.2187194Z [2968/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.2187840Z [2969/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:37.2438130Z [2969/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.2439006Z [2970/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.2651202Z [2970/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:37.2652030Z [2971/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:37.2674164Z [2971/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:37.2674948Z [2972/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:37.3051458Z [2972/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:37.3052827Z [2973/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.3209020Z [2973/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.3210422Z [2974/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.3477568Z [2974/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:37.3478711Z [2975/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.3550258Z [2975/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:37.3551436Z [2976/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:37.3803595Z [2976/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:37.3807497Z [2977/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:37.3890297Z [2977/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.3891413Z [2978/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:37.4216477Z [2978/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-09-27T15:30:37.4217630Z [2979/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-09-27T15:30:37.4293634Z [2979/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:37.4294706Z [2980/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.4540545Z [2980/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-09-27T15:30:37.4541666Z [2981/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-09-27T15:30:37.4855978Z [2981/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:30:37.4857137Z [2982/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-09-27T15:30:37.4976967Z [2982/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.4978118Z [2983/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-09-27T15:30:37.5188338Z [2983/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.5189139Z [2984/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.5442537Z [2984/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.5443486Z [2985/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:37.5474202Z [2985/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.5475197Z [2986/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-09-27T15:30:37.5645044Z [2986/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.5646066Z [2987/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:30:37.5952896Z [2987/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.5953573Z [2988/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.6181173Z [2988/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.6182945Z [2989/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.6630489Z [2989/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.6631320Z [2990/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.6665155Z [2990/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.6666152Z [2991/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.6796582Z [2991/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:30:37.6797295Z [2992/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.6998945Z [2992/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:37.7000628Z [2993/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.7058414Z [2993/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-09-27T15:30:37.7060517Z [2994/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.7430815Z [2994/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-09-27T15:30:37.7431572Z [2995/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.7757649Z [2995/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:30:37.7758839Z [2996/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:30:37.7898622Z [2996/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:37.7899245Z [2997/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:37.7910133Z [2997/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-09-27T15:30:37.7910932Z [2998/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:37.8046906Z [2998/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-09-27T15:30:37.8047919Z [2999/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-09-27T15:30:37.8290422Z [2999/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.8291539Z [3000/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-09-27T15:30:37.8385990Z [3000/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.8386679Z [3001/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:30:37.8785005Z [3001/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.8786084Z [3002/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:37.8907248Z [3002/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.8907865Z [3003/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-09-27T15:30:37.8913138Z [3003/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.8915234Z [3004/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-09-27T15:30:37.9239310Z [3004/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.9241246Z [3005/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.9400041Z [3005/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-09-27T15:30:37.9401080Z [3006/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.9716507Z [3006/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:37.9717214Z [3007/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.9837483Z [3007/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-09-27T15:30:37.9838078Z [3008/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:37.9894255Z [3008/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:30:37.9895171Z [3009/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:38.0217211Z [3009/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.0218282Z [3010/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:38.0352743Z [3010/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.0353953Z [3011/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-09-27T15:30:38.0469733Z [3011/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.0470305Z [3012/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:38.0574677Z [3012/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.0575418Z [3013/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-09-27T15:30:38.0808296Z [3013/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.0809831Z [3014/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-09-27T15:30:38.0903593Z [3014/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.0907211Z [3015/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.1399957Z [3015/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:30:38.1400934Z [3016/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.1541953Z [3016/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:38.1542637Z [3017/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.1787911Z [3017/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:30:38.1788551Z [3018/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.1903063Z [3018/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:38.1904119Z [3019/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.1908581Z [3019/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-09-27T15:30:38.1909587Z [3020/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:38.1957933Z [3020/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-09-27T15:30:38.1959129Z [3021/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:30:38.2382871Z [3021/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-09-27T15:30:38.2383904Z [3022/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:38.2601431Z [3022/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-09-27T15:30:38.2602439Z [3023/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-09-27T15:30:38.2811603Z [3023/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-09-27T15:30:38.2812346Z [3024/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:38.2920614Z [3024/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-09-27T15:30:38.2921580Z [3025/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-09-27T15:30:38.2942027Z [3025/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-09-27T15:30:38.2942987Z [3026/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-09-27T15:30:38.3193654Z [3026/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-09-27T15:30:38.3194709Z [3027/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-09-27T15:30:38.3423155Z [3027/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-09-27T15:30:38.3424168Z [3028/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-09-27T15:30:38.3779300Z [3028/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-09-27T15:30:38.3779946Z [3029/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-09-27T15:30:38.3782875Z [3029/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-09-27T15:30:38.3783742Z [3030/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-09-27T15:30:38.4027943Z [3030/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.4029002Z [3031/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-09-27T15:30:38.4072709Z [3031/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.4073831Z [3032/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-09-27T15:30:38.4282600Z [3032/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.4283257Z [3033/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-09-27T15:30:38.4522959Z [3033/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.4530679Z [3034/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-09-27T15:30:38.5063089Z [3034/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.5064028Z [3035/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-09-27T15:30:38.5070197Z [3035/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.5071155Z [3036/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.5213907Z [3036/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.5215195Z [3037/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.5257712Z [3037/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.5258754Z [3038/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.5743817Z [3038/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.5744459Z [3039/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.6045274Z [3039/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.6045947Z [3040/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.6232768Z [3040/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.6233862Z [3041/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.6360949Z [3041/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-09-27T15:30:38.6362070Z [3042/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.6504886Z [3042/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-09-27T15:30:38.6505721Z [3043/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.6634312Z [3043/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-09-27T15:30:38.6635954Z [3044/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.7111657Z [3044/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-09-27T15:30:38.7112774Z [3045/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.7187900Z [3045/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:30:38.7189012Z [3046/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:38.7265980Z [3046/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-09-27T15:30:38.7267066Z [3047/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-09-27T15:30:38.7343732Z [3047/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:30:38.7344733Z [3048/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-09-27T15:30:38.7541102Z [3048/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-09-27T15:30:38.7542128Z [3049/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-09-27T15:30:38.7832819Z [3049/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-09-27T15:30:38.7834009Z [3050/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-09-27T15:30:38.8234989Z [3050/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:30:38.8235637Z [3051/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-09-27T15:30:38.8237671Z [3051/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-09-27T15:30:38.8238725Z [3052/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-09-27T15:30:38.8266089Z [3052/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-09-27T15:30:38.8266927Z [3053/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:30:38.8438356Z [3053/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-09-27T15:30:38.8438982Z [3054/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:30:38.8729453Z [3054/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:30:38.8730520Z [3055/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-09-27T15:30:38.9192307Z [3055/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-09-27T15:30:38.9193435Z [3056/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:30:38.9307753Z [3056/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-09-27T15:30:38.9308932Z [3057/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-09-27T15:30:38.9377084Z [3057/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:30:38.9378170Z [3058/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:30:38.9442407Z [3058/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-09-27T15:30:38.9443526Z [3059/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-09-27T15:30:38.9759508Z [3059/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:30:38.9762956Z [3060/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-09-27T15:30:39.0011242Z [3060/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-09-27T15:30:39.0012370Z [3061/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-09-27T15:30:39.0121559Z [3061/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-09-27T15:30:39.0122585Z [3062/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-09-27T15:30:39.0517905Z [3062/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:30:39.0518691Z [3063/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:30:39.0561122Z [3063/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-09-27T15:30:39.0562113Z [3064/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:30:39.0579913Z [3064/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-09-27T15:30:39.0581303Z [3065/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-09-27T15:30:39.0713848Z [3065/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-09-27T15:30:39.0714624Z [3066/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-09-27T15:30:39.0960320Z [3066/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:30:39.0961061Z [3067/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-09-27T15:30:39.1138101Z [3067/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-09-27T15:30:39.1139208Z [3068/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:30:39.1550661Z [3068/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-09-27T15:30:39.1551364Z [3069/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-09-27T15:30:39.1651119Z [3069/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-09-27T15:30:39.1652305Z [3070/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-09-27T15:30:39.1813052Z [3070/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-09-27T15:30:39.1814059Z [3071/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-09-27T15:30:39.1825764Z [3071/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-09-27T15:30:39.1826573Z [3072/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-09-27T15:30:39.1955415Z [3072/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-09-27T15:30:39.1956040Z [3073/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:30:39.2209218Z [3073/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-09-27T15:30:39.2210718Z [3074/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-09-27T15:30:39.2560062Z [3074/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-09-27T15:30:39.2561302Z [3075/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-09-27T15:30:39.2788551Z [3075/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-09-27T15:30:39.2789752Z [3076/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-09-27T15:30:39.2868665Z [3076/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-09-27T15:30:39.2869360Z [3077/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-09-27T15:30:39.2931761Z [3077/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-09-27T15:30:39.2932432Z [3078/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-09-27T15:30:39.3043071Z [3078/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-09-27T15:30:39.3043783Z [3079/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-09-27T15:30:39.3242654Z [3079/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.3243796Z [3080/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-09-27T15:30:39.3524873Z [3080/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-09-27T15:30:39.3525735Z [3081/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-09-27T15:30:39.3878970Z [3081/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.3879661Z [3082/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-09-27T15:30:39.3915360Z [3082/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.3916380Z [3083/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-09-27T15:30:39.4150245Z [3083/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.4150907Z [3084/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-09-27T15:30:39.4253793Z [3084/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.4254563Z [3085/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-09-27T15:30:39.4343037Z [3085/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.4344072Z [3086/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.4689276Z [3086/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.4690296Z [3087/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.4813767Z [3087/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.4815729Z [3088/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.5061227Z [3088/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-09-27T15:30:39.5062088Z [3089/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.5353179Z [3089/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-09-27T15:30:39.5354175Z [3090/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.5477506Z [3090/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-09-27T15:30:39.5478548Z [3091/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.5504221Z [3091/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-09-27T15:30:39.5506270Z [3092/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.5709471Z [3092/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-09-27T15:30:39.5710480Z [3093/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.6026782Z [3093/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-09-27T15:30:39.6028107Z [3094/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-09-27T15:30:39.6085293Z [3094/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-09-27T15:30:39.6086291Z [3095/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-09-27T15:30:39.6347057Z [3095/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-09-27T15:30:39.6347992Z [3096/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-09-27T15:30:39.6422665Z [3096/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.6423228Z [3097/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-09-27T15:30:39.6523004Z [3097/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.6524194Z [3098/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-09-27T15:30:39.7065001Z [3098/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.7066060Z [3099/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-09-27T15:30:39.7102891Z [3099/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.7104609Z [3100/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-09-27T15:30:39.7269584Z [3100/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.7270602Z [3101/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-09-27T15:30:39.7415707Z [3101/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.7416746Z [3102/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.7647168Z [3102/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.7648580Z [3103/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.7734135Z [3103/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.7735642Z [3104/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.8043316Z [3104/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-09-27T15:30:39.8044084Z [3105/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.8207772Z [3105/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-09-27T15:30:39.8208424Z [3106/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.8318238Z [3106/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-09-27T15:30:39.8318928Z [3107/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.8409122Z [3107/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-09-27T15:30:39.8409798Z [3108/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.8714440Z [3108/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.8715663Z [3109/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.8742086Z [3109/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.8742675Z [3110/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-09-27T15:30:39.9028228Z [3110/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.9029416Z [3111/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-09-27T15:30:39.9083418Z [3111/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-09-27T15:30:39.9084138Z [3112/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-09-27T15:30:39.9443188Z [3112/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-09-27T15:30:39.9444201Z [3113/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.9609240Z [3113/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-09-27T15:30:39.9610949Z [3114/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-09-27T15:30:39.9727483Z [3114/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-09-27T15:30:39.9728620Z [3115/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-09-27T15:30:39.9770572Z [3115/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-09-27T15:30:39.9772048Z [3116/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-09-27T15:30:40.0105931Z [3116/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-09-27T15:30:40.0106857Z [3117/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-09-27T15:30:40.0141991Z [3117/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-09-27T15:30:40.0142683Z [3118/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-09-27T15:30:40.0571415Z [3118/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-09-27T15:30:40.0572462Z [3119/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-09-27T15:30:40.0835474Z [3119/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-09-27T15:30:40.0836107Z [3120/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-09-27T15:30:40.0976887Z [3120/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-09-27T15:30:40.0977579Z [3121/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-09-27T15:30:40.0981266Z [3121/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-09-27T15:30:40.0981940Z [3122/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-09-27T15:30:40.1168065Z [3122/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-09-27T15:30:40.1168815Z [3123/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-09-27T15:30:40.1252808Z [3123/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-09-27T15:30:40.1253953Z [3124/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-09-27T15:30:40.1449618Z [3124/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-09-27T15:30:40.1450729Z [3125/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-09-27T15:30:40.1792887Z [3125/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-09-27T15:30:40.1794238Z [3126/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-09-27T15:30:40.1977036Z [3126/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-09-27T15:30:40.1977880Z [3127/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-09-27T15:30:40.2041392Z [3127/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-09-27T15:30:40.2042447Z [3128/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-09-27T15:30:40.2250304Z [3128/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-09-27T15:30:40.2250919Z [3129/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-09-27T15:30:40.2298828Z [3129/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-09-27T15:30:40.2300222Z [3130/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-09-27T15:30:40.2517527Z [3130/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-09-27T15:30:40.2518539Z [3131/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-09-27T15:30:40.2804619Z [3131/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-09-27T15:30:40.2805798Z [3132/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-09-27T15:30:40.3135908Z [3132/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-09-27T15:30:40.3137011Z [3133/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-09-27T15:30:40.3157922Z [3133/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-09-27T15:30:40.3159096Z [3134/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-09-27T15:30:40.3354650Z [3134/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-09-27T15:30:40.3355220Z [3135/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-09-27T15:30:40.3380181Z [3135/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-09-27T15:30:40.3381866Z [3136/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-09-27T15:30:40.3557510Z [3136/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-09-27T15:30:40.3558510Z [3137/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-09-27T15:30:40.3831112Z [3137/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-09-27T15:30:40.3832112Z [3138/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-09-27T15:30:40.4085960Z [3138/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-09-27T15:30:40.4086998Z [3139/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-09-27T15:30:40.4257971Z [3139/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-09-27T15:30:40.4259314Z [3140/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-09-27T15:30:40.4399674Z [3140/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-09-27T15:30:40.4400654Z [3141/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-09-27T15:30:40.4529722Z [3141/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-09-27T15:30:40.4531138Z [3142/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-09-27T15:30:40.4649252Z [3142/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-09-27T15:30:40.4650248Z [3143/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-09-27T15:30:40.5159991Z [3143/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-09-27T15:30:40.5161095Z [3144/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-09-27T15:30:40.5280292Z [3144/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-09-27T15:30:40.5281737Z [3145/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-09-27T15:30:40.5296955Z [3145/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-09-27T15:30:40.5298256Z [3146/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-09-27T15:30:40.5423118Z [3146/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-09-27T15:30:40.5424160Z [3147/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-09-27T15:30:40.5627228Z [3147/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-09-27T15:30:40.5628372Z [3148/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-09-27T15:30:40.5717711Z [3148/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-09-27T15:30:40.5718958Z [3149/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-09-27T15:30:40.6203036Z [3149/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-09-27T15:30:40.6204237Z [3150/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-09-27T15:30:40.6277920Z [3150/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-09-27T15:30:40.6278956Z [3151/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-09-27T15:30:40.6396504Z [3151/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:30:40.6398090Z [3152/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-09-27T15:30:40.6454923Z [3152/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:30:40.6456192Z [3153/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-09-27T15:30:40.6753129Z [3153/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:30:40.6754216Z [3154/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-09-27T15:30:40.6907140Z [3154/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-09-27T15:30:40.6907903Z [3155/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-09-27T15:30:40.7234921Z [3155/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:30:40.7235532Z [3156/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-09-27T15:30:40.7304438Z [3156/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-09-27T15:30:40.7305096Z [3157/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:30:40.7620593Z [3157/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-09-27T15:30:40.7621216Z [3158/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:30:40.7781013Z [3158/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-09-27T15:30:40.7782106Z [3159/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-09-27T15:30:40.7835100Z [3159/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-09-27T15:30:40.7835722Z [3160/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:30:40.8154643Z [3160/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-09-27T15:30:40.8155697Z [3161/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-09-27T15:30:40.8486287Z [3161/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-09-27T15:30:40.8487376Z [3162/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-09-27T15:30:40.8501992Z [3162/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-09-27T15:30:40.8503019Z [3163/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-09-27T15:30:40.8601768Z [3163/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:30:40.8602841Z [3164/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:30:40.8868016Z [3164/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:30:40.8868814Z [3165/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-09-27T15:30:40.8871025Z [3165/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:30:40.8872097Z [3166/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-09-27T15:30:40.9166530Z [3166/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-09-27T15:30:40.9167607Z [3167/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-09-27T15:30:40.9541973Z [3167/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:30:40.9542807Z [3168/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-09-27T15:30:40.9697956Z [3168/6340] 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-09-27T15:30:40.9698749Z [3169/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-09-27T15:30:40.9725906Z [3169/6340] 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-09-27T15:30:40.9726655Z [3170/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-09-27T15:30:40.9931050Z [3170/6340] 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-09-27T15:30:40.9932213Z [3171/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-09-27T15:30:41.0132168Z [3171/6340] 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-09-27T15:30:41.0133373Z [3172/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-09-27T15:30:41.0338897Z [3172/6340] 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-09-27T15:30:41.0340047Z [3173/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-09-27T15:30:41.0709317Z [3173/6340] 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-09-27T15:30:41.0710614Z [3174/6340] 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-09-27T15:30:41.0810416Z [3174/6340] 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-09-27T15:30:41.0811665Z [3175/6340] 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-09-27T15:30:41.0889429Z [3175/6340] 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-09-27T15:30:41.0890742Z [3176/6340] 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-09-27T15:30:41.1212333Z [3176/6340] 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-09-27T15:30:41.1213684Z [3177/6340] 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-09-27T15:30:41.1338446Z [3177/6340] 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-09-27T15:30:41.1339659Z [3178/6340] 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-09-27T15:30:41.1383484Z [3178/6340] 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-09-27T15:30:41.1384281Z [3179/6340] 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-09-27T15:30:41.1712463Z [3179/6340] 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-09-27T15:30:41.1713809Z [3180/6340] 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-09-27T15:30:41.1981376Z [3180/6340] 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-09-27T15:30:41.1982636Z [3181/6340] 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-09-27T15:30:41.2086153Z [3181/6340] 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-09-27T15:30:41.2086947Z [3182/6340] 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-09-27T15:30:41.2466413Z [3182/6340] 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-09-27T15:30:41.2467229Z [3183/6340] 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-09-27T15:30:41.2639980Z [3183/6340] 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-09-27T15:30:41.2641343Z [3184/6340] 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-09-27T15:30:41.2668058Z [3184/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-09-27T15:30:41.2669620Z [3185/6340] 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-09-27T15:30:41.2745573Z [3185/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-09-27T15:30:41.2746285Z [3186/6340] 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-09-27T15:30:41.2880253Z [3186/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-09-27T15:30:41.2881210Z [3187/6340] 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-09-27T15:30:41.3157620Z [3187/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-09-27T15:30:41.3158924Z [3188/6340] 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-09-27T15:30:41.3522601Z [3188/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-09-27T15:30:41.3524107Z [3189/6340] 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-09-27T15:30:41.3858699Z [3189/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-09-27T15:30:41.3859841Z [3190/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-09-27T15:30:41.3900604Z [3190/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-09-27T15:30:41.3901822Z [3191/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-09-27T15:30:41.3909076Z [3191/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-09-27T15:30:41.3912068Z [3192/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-09-27T15:30:41.3983538Z [3192/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-09-27T15:30:41.3985126Z [3193/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-09-27T15:30:41.4522078Z [3193/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-09-27T15:30:41.4523396Z [3194/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-09-27T15:30:41.4564031Z [3194/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-09-27T15:30:41.4566271Z [3195/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-09-27T15:30:41.4843845Z [3195/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-09-27T15:30:41.4844780Z [3196/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-09-27T15:30:41.4968440Z [3196/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-09-27T15:30:41.4969590Z [3197/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-09-27T15:30:41.5194452Z [3197/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-09-27T15:30:41.5195646Z [3198/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-09-27T15:30:41.5305217Z [3198/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-09-27T15:30:41.5307022Z [3199/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-09-27T15:30:41.5756603Z [3199/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-09-27T15:30:41.5757443Z [3200/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-09-27T15:30:41.5887379Z [3200/6340] 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-09-27T15:30:41.5888599Z [3201/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-09-27T15:30:41.6108258Z [3201/6340] 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-09-27T15:30:41.6109194Z [3202/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-09-27T15:30:41.6248944Z [3202/6340] 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-09-27T15:30:41.6250094Z [3203/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-09-27T15:30:41.6470206Z [3203/6340] 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-09-27T15:30:41.6470991Z [3204/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-09-27T15:30:41.6504337Z [3204/6340] 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-09-27T15:30:41.6505717Z [3205/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-09-27T15:30:41.6762758Z [3205/6340] 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-09-27T15:30:41.6764097Z [3206/6340] 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-09-27T15:30:41.7073978Z [3206/6340] 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-09-27T15:30:41.7075501Z [3207/6340] 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-09-27T15:30:41.7263776Z [3207/6340] 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-09-27T15:30:41.7264521Z [3208/6340] 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-09-27T15:30:41.7275550Z [3208/6340] 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-09-27T15:30:41.7277242Z [3209/6340] 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-09-27T15:30:41.7544915Z [3209/6340] 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-09-27T15:30:41.7546311Z [3210/6340] 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-09-27T15:30:41.7793121Z [3210/6340] 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-09-27T15:30:41.7794128Z [3211/6340] 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-09-27T15:30:41.8138652Z [3211/6340] 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-09-27T15:30:41.8139974Z [3212/6340] 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-09-27T15:30:41.8233294Z [3212/6340] 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-09-27T15:30:41.8234647Z [3213/6340] 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-09-27T15:30:41.8296979Z [3213/6340] 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-09-27T15:30:41.8297753Z [3214/6340] 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-09-27T15:30:41.8335459Z [3214/6340] 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-09-27T15:30:41.8336316Z [3215/6340] 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-09-27T15:30:41.8626111Z [3215/6340] 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-09-27T15:30:41.8627560Z [3216/6340] 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-09-27T15:30:41.9136151Z [3216/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-09-27T15:30:41.9137399Z [3217/6340] 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-09-27T15:30:41.9188826Z [3217/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-09-27T15:30:41.9190254Z [3218/6340] 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-09-27T15:30:41.9307996Z [3218/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-09-27T15:30:41.9308996Z [3219/6340] 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-09-27T15:30:41.9363255Z [3219/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-09-27T15:30:41.9363939Z [3220/6340] 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-09-27T15:30:41.9422730Z [3220/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-09-27T15:30:41.9423417Z [3221/6340] 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-09-27T15:30:41.9918241Z [3221/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-09-27T15:30:41.9919231Z [3222/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-09-27T15:30:42.0156390Z [3222/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-09-27T15:30:42.0157037Z [3223/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-09-27T15:30:42.0425516Z [3223/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-09-27T15:30:42.0426193Z [3224/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-09-27T15:30:42.0441084Z [3224/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-09-27T15:30:42.0441652Z [3225/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-09-27T15:30:42.0574897Z [3225/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-09-27T15:30:42.0576079Z [3226/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-09-27T15:30:42.0600858Z [3226/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-09-27T15:30:42.0602109Z [3227/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-09-27T15:30:42.0960276Z [3227/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-09-27T15:30:42.0961483Z [3228/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-09-27T15:30:42.1409105Z [3228/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-09-27T15:30:42.1409711Z [3229/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-09-27T15:30:42.1473612Z [3229/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-09-27T15:30:42.1474258Z [3230/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-09-27T15:30:42.1509530Z [3230/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-09-27T15:30:42.1510120Z [3231/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-09-27T15:30:42.1637679Z [3231/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-09-27T15:30:42.1638703Z [3232/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-09-27T15:30:42.1750468Z [3232/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-09-27T15:30:42.1751520Z [3233/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-09-27T15:30:42.1824785Z [3233/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-09-27T15:30:42.1825813Z [3234/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-09-27T15:30:42.2413608Z [3234/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-09-27T15:30:42.2414519Z [3235/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-09-27T15:30:42.2432849Z [3235/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-09-27T15:30:42.2433779Z [3236/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-09-27T15:30:42.2735132Z [3236/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-09-27T15:30:42.2736350Z [3237/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-09-27T15:30:42.2758207Z [3237/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-09-27T15:30:42.2898208Z [3238/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-09-27T15:30:42.2899373Z [3238/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-09-27T15:30:42.2900447Z [3239/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-09-27T15:30:42.3045132Z [3239/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-09-27T15:30:42.3046224Z [3240/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-09-27T15:30:42.3401859Z [3240/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-09-27T15:30:42.3402780Z [3241/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-09-27T15:30:42.3540923Z [3241/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.3541612Z [3242/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-09-27T15:30:42.3599406Z [3242/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-09-27T15:30:42.3600978Z [3243/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-09-27T15:30:42.3712185Z [3243/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-09-27T15:30:42.3713877Z [3244/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-09-27T15:30:42.3899214Z [3244/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.3900338Z [3245/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-09-27T15:30:42.4036066Z [3245/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-09-27T15:30:42.4038671Z [3246/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-09-27T15:30:42.4442519Z [3246/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-09-27T15:30:42.4443756Z [3247/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.4540916Z [3247/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.4542067Z [3248/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-09-27T15:30:42.4626295Z [3248/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-09-27T15:30:42.4628017Z [3249/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.4727946Z [3249/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-09-27T15:30:42.4729851Z [3250/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-09-27T15:30:42.4993071Z [3250/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.4993946Z [3251/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-09-27T15:30:42.5275948Z [3251/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-09-27T15:30:42.5276905Z [3252/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-09-27T15:30:42.5301372Z [3252/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-09-27T15:30:42.5302320Z [3253/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.5597255Z [3253/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.5597985Z [3254/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-09-27T15:30:42.5660131Z [3254/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-09-27T15:30:42.5660994Z [3255/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-09-27T15:30:42.5725104Z [3255/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-09-27T15:30:42.5726569Z [3256/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.5846751Z [3256/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.5848010Z [3257/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-09-27T15:30:42.6153621Z [3257/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-09-27T15:30:42.6154735Z [3258/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.6416763Z [3258/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-09-27T15:30:42.6418037Z [3259/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-09-27T15:30:42.6470904Z [3259/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.6472519Z [3260/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-09-27T15:30:42.6820296Z [3260/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-09-27T15:30:42.6821311Z [3261/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-09-27T15:30:42.6844312Z [3261/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-09-27T15:30:42.6845474Z [3262/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-09-27T15:30:42.7085384Z [3262/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.7087668Z [3263/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.7272329Z [3263/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-09-27T15:30:42.7273041Z [3264/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-09-27T15:30:42.7362858Z [3264/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-09-27T15:30:42.7364095Z [3265/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.7382681Z [3265/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:42.7383708Z [3266/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-09-27T15:30:42.7707262Z [3266/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-09-27T15:30:42.7708605Z [3267/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-09-27T15:30:42.7733761Z [3267/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:42.7734910Z [3268/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-09-27T15:30:42.8138664Z [3268/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:42.8139661Z [3269/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-09-27T15:30:42.8216238Z [3269/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:42.8217269Z [3270/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-09-27T15:30:42.8451379Z [3270/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:42.8452403Z [3271/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-09-27T15:30:42.8456147Z [3271/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:30:42.8457106Z [3272/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:42.8776913Z [3272/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-09-27T15:30:42.8777824Z [3273/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:42.8932555Z [3273/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:30:42.8933120Z [3274/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:42.9127626Z [3274/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:42.9128647Z [3275/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:42.9360957Z [3275/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:30:42.9361925Z [3276/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:30:42.9498397Z [3276/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-09-27T15:30:42.9499450Z [3277/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-09-27T15:30:42.9543171Z [3277/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:30:42.9544180Z [3278/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:42.9696755Z [3278/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:42.9697471Z [3279/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:30:42.9998253Z [3279/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:42.9999173Z [3280/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:30:43.0322317Z [3280/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.0323330Z [3281/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-09-27T15:30:43.0674993Z [3281/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.0675824Z [3282/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:43.0785446Z [3282/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.0786488Z [3283/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:30:43.0789319Z [3283/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.0789940Z [3284/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.0983752Z [3284/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.0984407Z [3285/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.1068612Z [3285/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.1069737Z [3286/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.1478839Z [3286/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.1480052Z [3287/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.1785684Z [3287/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.1786279Z [3288/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.1828754Z [3288/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.1829433Z [3289/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.1904207Z [3289/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.1905371Z [3290/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.2121786Z [3290/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.2122902Z [3291/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.2213539Z [3291/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.2214836Z [3292/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.2509342Z [3292/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.2510622Z [3293/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.2813540Z [3293/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.2814615Z [3294/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.3036102Z [3294/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:43.3037157Z [3295/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.3102969Z [3295/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:43.3103993Z [3296/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.3248425Z [3296/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-09-27T15:30:43.3249085Z [3297/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.3470920Z [3297/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:30:43.3472000Z [3298/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.3632379Z [3298/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.3633043Z [3299/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.3850872Z [3299/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.3851537Z [3300/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:43.4059010Z [3300/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.4060073Z [3301/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:43.4291396Z [3301/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.4292419Z [3302/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-09-27T15:30:43.4430068Z [3302/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.4431066Z [3303/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:30:43.4698872Z [3303/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.4699922Z [3304/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.5075724Z [3304/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.5076759Z [3305/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.5123142Z [3305/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.5124187Z [3306/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.5244069Z [3306/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:43.5245149Z [3307/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.5471199Z [3307/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:30:43.5471882Z [3308/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.5621816Z [3308/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:43.5622432Z [3309/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.5702964Z [3309/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:30:43.5704065Z [3310/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.6349348Z [3310/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.6350077Z [3311/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:30:43.6416967Z [3311/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.6417682Z [3312/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:43.6468359Z [3312/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.6493626Z [3313/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:43.6494745Z [3313/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.6495941Z [3314/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.6853161Z [3314/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:43.6855739Z [3315/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:30:43.6901774Z [3315/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:43.6902860Z [3316/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.7339926Z [3316/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-09-27T15:30:43.7340874Z [3317/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.7460718Z [3317/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:30:43.7461432Z [3318/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.7545731Z [3318/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.7546771Z [3319/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:43.7808990Z [3319/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.7810072Z [3320/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:43.8161619Z [3320/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.8163384Z [3321/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-09-27T15:30:43.8171226Z [3321/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.8172413Z [3322/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:43.8199376Z [3322/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.8200458Z [3323/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-09-27T15:30:43.8512189Z [3323/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.8513249Z [3324/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.8812366Z [3324/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.8813403Z [3325/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.9149994Z [3325/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.9151054Z [3326/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.9322451Z [3326/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:43.9323075Z [3327/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.9489917Z [3327/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:30:43.9490959Z [3328/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.9500046Z [3328/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:43.9500709Z [3329/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.9541719Z [3329/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:30:43.9542461Z [3330/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:43.9976604Z [3330/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-09-27T15:30:43.9977278Z [3331/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:44.0260292Z [3331/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-09-27T15:30:44.0262123Z [3332/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:44.0454641Z [3332/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-09-27T15:30:44.0455838Z [3333/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:30:44.0602553Z [3333/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-09-27T15:30:44.0603197Z [3334/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:44.0623567Z [3334/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-09-27T15:30:44.0624599Z [3335/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-09-27T15:30:44.0866511Z [3335/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-09-27T15:30:44.0867271Z [3336/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-09-27T15:30:44.1014045Z [3336/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-09-27T15:30:44.1028730Z [3337/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-09-27T15:30:44.1029672Z [3337/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-09-27T15:30:44.1030615Z [3338/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-09-27T15:30:44.1184619Z [3338/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-09-27T15:30:44.1185150Z [3339/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-09-27T15:30:44.1299263Z [3339/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-09-27T15:30:44.1299906Z [3340/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-09-27T15:30:44.1368634Z [3340/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-09-27T15:30:44.1369292Z [3341/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-09-27T15:30:44.1384869Z [3341/6340] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-09-27T15:30:44.1385813Z [3342/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-09-27T15:30:44.1402091Z [3342/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-09-27T15:30:44.1403206Z [3343/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-09-27T15:30:44.1515818Z [3343/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-09-27T15:30:44.1516467Z [3344/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-09-27T15:30:44.1672085Z [3344/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-09-27T15:30:44.1672635Z [3345/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-09-27T15:30:44.1842577Z [3345/6340] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-09-27T15:30:44.1843509Z [3346/6340] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-09-27T15:30:44.2003161Z [3346/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-09-27T15:30:44.2003763Z [3347/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-09-27T15:30:44.2019730Z [3347/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-09-27T15:30:44.2020576Z [3348/6340] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-09-27T15:30:44.2159201Z [3348/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-09-27T15:30:44.2159936Z [3349/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-09-27T15:30:44.2266321Z [3349/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-09-27T15:30:44.2266828Z [3350/6340] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-09-27T15:30:44.2299648Z [3350/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-09-27T15:30:44.2300180Z [3351/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-09-27T15:30:44.2940468Z [3351/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-09-27T15:30:44.2941000Z [3352/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-09-27T15:30:44.2955705Z [3352/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-09-27T15:30:44.2956232Z [3353/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-09-27T15:30:44.3087301Z [3353/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-09-27T15:30:44.3087864Z [3354/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-09-27T15:30:44.3124036Z [3354/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-09-27T15:30:44.3124714Z [3355/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-09-27T15:30:44.3228397Z [3355/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-09-27T15:30:44.3229225Z [3356/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-09-27T15:30:44.3230765Z [3356/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-09-27T15:30:44.3231676Z [3357/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-09-27T15:30:44.3603970Z [3357/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-09-27T15:30:44.3605080Z [3358/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-09-27T15:30:44.3657086Z [3358/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-09-27T15:30:44.3657660Z [3359/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-09-27T15:30:44.3861684Z [3359/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-09-27T15:30:44.3862228Z [3360/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-09-27T15:30:44.3901683Z [3360/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-09-27T15:30:44.3902463Z [3361/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-09-27T15:30:44.3903768Z [3361/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-09-27T15:30:44.3904565Z [3362/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-09-27T15:30:44.4038709Z [3362/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-09-27T15:30:44.4039229Z [3363/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-09-27T15:30:44.4205757Z [3363/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-09-27T15:30:44.4206395Z [3364/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-09-27T15:30:44.4231706Z [3364/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-09-27T15:30:44.4232252Z [3365/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-09-27T15:30:44.4529291Z [3365/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-09-27T15:30:44.4529853Z [3366/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-09-27T15:30:44.4556553Z [3366/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-09-27T15:30:44.4557400Z [3367/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-09-27T15:30:44.4728403Z [3367/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-09-27T15:30:44.4729147Z [3368/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-09-27T15:30:44.4907687Z [3368/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-09-27T15:30:44.4908288Z [3369/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-09-27T15:30:44.5052874Z [3369/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-09-27T15:30:44.5053585Z [3370/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-09-27T15:30:44.5135632Z [3370/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-09-27T15:30:44.5136596Z [3371/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-09-27T15:30:44.5163568Z [3371/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-09-27T15:30:44.5164443Z [3372/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-09-27T15:30:44.5245228Z [3372/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-09-27T15:30:44.5245888Z [3373/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-09-27T15:30:44.5387359Z [3373/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-09-27T15:30:44.5387996Z [3374/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-09-27T15:30:44.5468304Z [3374/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-09-27T15:30:44.5469041Z [3375/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-09-27T15:30:44.5732287Z [3375/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-09-27T15:30:44.5733203Z [3376/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-09-27T15:30:44.5805641Z [3376/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-09-27T15:30:44.5806511Z [3377/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-09-27T15:30:44.5905031Z [3377/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-09-27T15:30:44.5905563Z [3378/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-09-27T15:30:44.5908893Z [3378/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-09-27T15:30:44.5909388Z [3379/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-09-27T15:30:44.6060156Z [3379/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-09-27T15:30:44.6060742Z [3380/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-09-27T15:30:44.6108812Z [3380/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-09-27T15:30:44.6109741Z [3381/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-09-27T15:30:44.6398550Z [3381/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-09-27T15:30:44.6399073Z [3382/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-09-27T15:30:44.6402764Z [3382/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-09-27T15:30:44.6403557Z [3383/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-09-27T15:30:44.6563771Z [3383/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-09-27T15:30:44.6564644Z [3384/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-09-27T15:30:44.6661188Z [3384/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-09-27T15:30:44.6661703Z [3385/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-09-27T15:30:44.6718259Z [3385/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-09-27T15:30:44.6719159Z [3386/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-09-27T15:30:44.6765251Z [3386/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-09-27T15:30:44.6766351Z [3387/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-09-27T15:30:44.6984566Z [3387/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-09-27T15:30:44.6985511Z [3388/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-09-27T15:30:44.7081978Z [3388/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-09-27T15:30:44.7082502Z [3389/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-09-27T15:30:44.7226141Z [3389/6340] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-09-27T15:30:44.7227117Z [3390/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-09-27T15:30:44.7387241Z [3390/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-09-27T15:30:44.7388065Z [3391/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-09-27T15:30:44.7517054Z [3391/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-09-27T15:30:44.7517628Z [3392/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-09-27T15:30:44.7679324Z [3392/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-09-27T15:30:44.7680090Z [3393/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-09-27T15:30:44.7752190Z [3393/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-09-27T15:30:44.7752997Z [3394/6340] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-09-27T15:30:44.7976222Z [3394/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-09-27T15:30:44.7977009Z [3395/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-09-27T15:30:44.8000354Z [3395/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-09-27T15:30:44.8001317Z [3396/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-09-27T15:30:44.8029626Z [3396/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-09-27T15:30:44.8030172Z [3397/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-09-27T15:30:44.8318623Z [3397/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-09-27T15:30:44.8319193Z [3398/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-09-27T15:30:44.8503418Z [3398/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-09-27T15:30:44.8503920Z [3399/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-09-27T15:30:44.8615082Z [3399/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-09-27T15:30:44.8616368Z [3400/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-09-27T15:30:44.8637443Z [3400/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-09-27T15:30:44.8638715Z [3401/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-09-27T15:30:44.8750760Z [3401/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-09-27T15:30:44.8751375Z [3402/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-09-27T15:30:44.9068578Z [3402/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-09-27T15:30:44.9069078Z [3403/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-09-27T15:30:44.9132339Z [3403/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-09-27T15:30:44.9133221Z [3404/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-09-27T15:30:44.9224172Z [3404/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-09-27T15:30:44.9224725Z [3405/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-09-27T15:30:44.9267563Z [3405/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-09-27T15:30:44.9268373Z [3406/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-09-27T15:30:44.9468242Z [3406/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-09-27T15:30:44.9469274Z [3407/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-09-27T15:30:44.9497095Z [3407/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-09-27T15:30:44.9498132Z [3408/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-09-27T15:30:44.9630243Z [3408/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-09-27T15:30:44.9631074Z [3409/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-09-27T15:30:44.9889042Z [3409/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-09-27T15:30:44.9889572Z [3410/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-09-27T15:30:44.9908678Z [3410/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-09-27T15:30:44.9909160Z [3411/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-09-27T15:30:44.9970621Z [3411/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-09-27T15:30:44.9971142Z [3412/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-09-27T15:30:44.9995066Z [3412/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-09-27T15:30:44.9995674Z [3413/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-09-27T15:30:45.0304763Z [3413/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-09-27T15:30:45.0305306Z [3414/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-09-27T15:30:45.0339272Z [3414/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-09-27T15:30:45.0339839Z [3415/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-09-27T15:30:45.0360688Z [3415/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-09-27T15:30:45.0361585Z [3416/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-09-27T15:30:45.0390504Z [3416/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-09-27T15:30:45.0391551Z [3417/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-09-27T15:30:45.0456780Z [3417/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-09-27T15:30:45.0457366Z [3418/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-09-27T15:30:45.0830647Z [3418/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-09-27T15:30:45.0831824Z [3419/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-09-27T15:30:45.0919288Z [3419/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-09-27T15:30:45.0920097Z [3420/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-09-27T15:30:45.1107010Z [3420/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-09-27T15:30:45.1108097Z [3421/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-09-27T15:30:45.1482288Z [3421/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-09-27T15:30:45.1482893Z [3422/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-09-27T15:30:45.1506583Z [3422/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-09-27T15:30:45.1507124Z [3423/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-09-27T15:30:45.1596839Z [3423/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-09-27T15:30:45.1597401Z [3424/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-09-27T15:30:45.1711011Z [3424/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-09-27T15:30:45.1711912Z [3425/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-09-27T15:30:45.1738877Z [3425/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-09-27T15:30:45.1740082Z [3426/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-09-27T15:30:45.1976835Z [3426/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-09-27T15:30:45.1977413Z [3427/6340] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-09-27T15:30:45.2150913Z [3427/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-09-27T15:30:45.2151518Z [3428/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-09-27T15:30:45.2255976Z [3428/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-09-27T15:30:45.2256525Z [3429/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-09-27T15:30:45.2350838Z [3429/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-09-27T15:30:45.2351408Z [3430/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-09-27T15:30:45.2355561Z [3430/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-09-27T15:30:45.2356372Z [3431/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-09-27T15:30:45.2390994Z [3431/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-09-27T15:30:45.2391853Z [3432/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-09-27T15:30:45.2632782Z [3432/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-09-27T15:30:45.2633710Z [3433/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-09-27T15:30:45.2818889Z [3433/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-09-27T15:30:45.2819520Z [3434/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-09-27T15:30:45.2905907Z [3434/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-09-27T15:30:45.2906459Z [3435/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-09-27T15:30:45.2961968Z [3435/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-09-27T15:30:45.2962483Z [3436/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-09-27T15:30:45.3025954Z [3436/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:45.3026544Z [3437/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-09-27T15:30:45.3217596Z [3437/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-09-27T15:30:45.3218112Z [3438/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-09-27T15:30:45.3228520Z [3438/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-09-27T15:30:45.3229034Z [3439/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-09-27T15:30:45.3428393Z [3439/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-09-27T15:30:45.3428972Z [3440/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-09-27T15:30:45.3512966Z [3440/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:45.3513756Z [3441/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-09-27T15:30:45.3541546Z [3441/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-09-27T15:30:45.3542138Z [3442/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-09-27T15:30:45.3682283Z [3442/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:45.3682843Z [3443/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-09-27T15:30:45.3813201Z [3443/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-09-27T15:30:45.3813762Z [3444/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-09-27T15:30:45.3927214Z [3444/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-09-27T15:30:45.3927758Z [3445/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-09-27T15:30:45.4079638Z [3445/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-09-27T15:30:45.4080499Z [3446/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-09-27T15:30:45.4146244Z [3446/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-09-27T15:30:45.4147156Z [3447/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:45.4195674Z [3447/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-09-27T15:30:45.4196179Z [3448/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:45.4449514Z [3448/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:30:45.4450393Z [3449/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-09-27T15:30:45.4457660Z [3449/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-09-27T15:30:45.4459057Z [3450/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-09-27T15:30:45.4617900Z [3450/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-09-27T15:30:45.4618477Z [3451/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-09-27T15:30:45.4715683Z [3451/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:45.4716261Z [3452/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-09-27T15:30:45.4781294Z [3452/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:45.4782298Z [3453/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-09-27T15:30:45.4975222Z [3453/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.4976470Z [3454/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:30:45.5011141Z [3454/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.5011771Z [3455/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-09-27T15:30:45.5142430Z [3455/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.5143045Z [3456/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-09-27T15:30:45.5273437Z [3456/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.5274296Z [3457/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:45.5482809Z [3457/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:45.5483850Z [3458/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.5747974Z [3458/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:45.5748631Z [3459/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.5873903Z [3459/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:45.5874481Z [3460/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.5892707Z [3460/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:45.5893263Z [3461/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.5914806Z [3461/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:45.5915567Z [3462/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:45.5964851Z [3462/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.5965432Z [3463/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:45.6195574Z [3463/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.6196218Z [3464/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-09-27T15:30:45.6384468Z [3464/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.6385470Z [3465/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:45.6502976Z [3465/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.6503569Z [3466/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:45.6597291Z [3466/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.6597881Z [3467/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:45.6727579Z [3467/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.6729035Z [3468/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.6729995Z [3468/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.6730537Z [3469/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.6957992Z [3469/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.6958621Z [3470/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.7105335Z [3470/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-09-27T15:30:45.7105918Z [3471/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.7211131Z [3471/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-09-27T15:30:45.7212087Z [3472/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.7259765Z [3472/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:45.7261324Z [3473/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.7391985Z [3473/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:45.7392594Z [3474/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.7486021Z [3474/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:45.7487324Z [3475/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.7620913Z [3475/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:45.7621514Z [3476/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-09-27T15:30:45.7719316Z [3476/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:45.7719934Z [3477/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-09-27T15:30:45.7906848Z [3477/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.7907917Z [3478/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:45.7962325Z [3478/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.7963123Z [3479/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-09-27T15:30:45.8126522Z [3479/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.8127558Z [3480/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:45.8262212Z [3480/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.8263164Z [3481/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-09-27T15:30:45.8302721Z [3481/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.8303474Z [3482/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-09-27T15:30:45.8428679Z [3482/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.8429777Z [3483/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.8590346Z [3483/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.8590978Z [3484/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.8766101Z [3484/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.8766686Z [3485/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.8865099Z [3485/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:30:45.8865663Z [3486/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-09-27T15:30:45.8923277Z [3486/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:30:45.8923848Z [3487/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.8955793Z [3487/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:30:45.8956345Z [3488/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.9048784Z [3488/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-09-27T15:30:45.9049990Z [3489/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.9200814Z [3489/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:30:45.9201527Z [3490/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-09-27T15:30:45.9486748Z [3490/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-09-27T15:30:45.9487300Z [3491/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:30:45.9488208Z [3491/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-09-27T15:30:45.9488955Z [3492/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:30:45.9590822Z [3492/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-09-27T15:30:45.9591341Z [3493/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-09-27T15:30:45.9703020Z [3493/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-09-27T15:30:45.9703858Z [3494/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-09-27T15:30:45.9816211Z [3494/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-09-27T15:30:45.9817195Z [3495/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-09-27T15:30:45.9872669Z [3495/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-09-27T15:30:45.9873178Z [3496/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-09-27T15:30:46.0037359Z [3496/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-09-27T15:30:46.0038226Z [3497/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-09-27T15:30:46.0230669Z [3497/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-09-27T15:30:46.0231156Z [3498/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-09-27T15:30:46.0374658Z [3498/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-09-27T15:30:46.0375395Z [3499/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-09-27T15:30:46.0495853Z [3499/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:46.0496456Z [3500/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-09-27T15:30:46.0498515Z [3500/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:30:46.0499336Z [3501/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-09-27T15:30:46.0624750Z [3501/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-09-27T15:30:46.0625293Z [3502/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-09-27T15:30:46.0669611Z [3502/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-09-27T15:30:46.0670135Z [3503/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-09-27T15:30:46.0695791Z [3503/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-09-27T15:30:46.0696924Z [3504/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-09-27T15:30:46.0919974Z [3504/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-09-27T15:30:46.0921056Z [3505/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:46.1118052Z [3505/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-09-27T15:30:46.1118605Z [3506/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-09-27T15:30:46.1220841Z [3506/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-09-27T15:30:46.1221831Z [3507/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:30:46.1274227Z [3507/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-09-27T15:30:46.1274852Z [3508/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-09-27T15:30:46.1360274Z [3508/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-09-27T15:30:46.1360822Z [3509/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-09-27T15:30:46.1503700Z [3509/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-09-27T15:30:46.1504678Z [3510/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-09-27T15:30:46.1609131Z [3510/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-09-27T15:30:46.1609754Z [3511/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-09-27T15:30:46.1852366Z [3511/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-09-27T15:30:46.1853368Z [3512/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-09-27T15:30:46.1939518Z [3512/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-09-27T15:30:46.1940094Z [3513/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-09-27T15:30:46.1986156Z [3513/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:30:46.1986740Z [3514/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-09-27T15:30:46.2075058Z [3514/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:30:46.2075594Z [3515/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-09-27T15:30:46.2131689Z [3515/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:30:46.2132762Z [3516/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-09-27T15:30:46.2303854Z [3516/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:30:46.2305104Z [3517/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-09-27T15:30:46.2601757Z [3517/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-09-27T15:30:46.2602293Z [3518/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-09-27T15:30:46.2705035Z [3518/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-09-27T15:30:46.2705582Z [3519/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:30:46.2813060Z [3519/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:30:46.2814310Z [3520/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:30:46.2953860Z [3520/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:30:46.2954411Z [3521/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-09-27T15:30:46.3010996Z [3521/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:46.3011923Z [3522/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:30:46.3283795Z [3522/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:46.3284752Z [3523/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-09-27T15:30:46.3420633Z [3523/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:30:46.3421534Z [3524/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-09-27T15:30:46.3593291Z [3524/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-09-27T15:30:46.3594256Z [3525/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-09-27T15:30:46.3662246Z [3525/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-09-27T15:30:46.3663203Z [3526/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-09-27T15:30:46.3684367Z [3526/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-09-27T15:30:46.3685286Z [3527/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:46.3717893Z [3527/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-09-27T15:30:46.3718739Z [3528/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-09-27T15:30:46.3875325Z [3528/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-09-27T15:30:46.3876562Z [3529/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-09-27T15:30:46.4115823Z [3529/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-09-27T15:30:46.4116379Z [3530/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-09-27T15:30:46.4281014Z [3530/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-09-27T15:30:46.4281540Z [3531/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-09-27T15:30:46.4366219Z [3531/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-09-27T15:30:46.4366970Z [3532/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-09-27T15:30:46.4459587Z [3532/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-09-27T15:30:46.4460545Z [3533/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-09-27T15:30:46.4484763Z [3533/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-09-27T15:30:46.4485270Z [3534/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-09-27T15:30:46.4719815Z [3534/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-09-27T15:30:46.4720772Z [3535/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-09-27T15:30:46.4848932Z [3535/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-09-27T15:30:46.4849465Z [3536/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-09-27T15:30:46.4999655Z [3536/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-09-27T15:30:46.5000411Z [3537/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-09-27T15:30:46.5020237Z [3537/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-09-27T15:30:46.5021202Z [3538/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-09-27T15:30:46.5059870Z [3538/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-09-27T15:30:46.5060400Z [3539/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-09-27T15:30:46.5168716Z [3539/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-09-27T15:30:46.5169605Z [3540/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-09-27T15:30:46.5395178Z [3540/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-09-27T15:30:46.5396055Z [3541/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-09-27T15:30:46.5504899Z [3541/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-09-27T15:30:46.5505680Z [3542/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-09-27T15:30:46.5677586Z [3542/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-09-27T15:30:46.5678384Z [3543/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-09-27T15:30:46.5818364Z [3543/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-09-27T15:30:46.5819612Z [3544/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-09-27T15:30:46.5843393Z [3544/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-09-27T15:30:46.5843951Z [3545/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-09-27T15:30:46.5958637Z [3545/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-09-27T15:30:46.5959497Z [3546/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-09-27T15:30:46.6134365Z [3546/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-09-27T15:30:46.6135172Z [3547/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-09-27T15:30:46.6282942Z [3547/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-09-27T15:30:46.6283488Z [3548/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-09-27T15:30:46.6371115Z [3548/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-09-27T15:30:46.6371637Z [3549/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-09-27T15:30:46.6411863Z [3549/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-09-27T15:30:46.6412323Z [3550/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-09-27T15:30:46.6497630Z [3550/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-09-27T15:30:46.6498106Z [3551/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-09-27T15:30:46.6649183Z [3551/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-09-27T15:30:46.6649721Z [3552/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-09-27T15:30:46.6743798Z [3552/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-09-27T15:30:46.6744283Z [3553/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-09-27T15:30:46.6843828Z [3553/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-09-27T15:30:46.6844321Z [3554/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-09-27T15:30:46.6950903Z [3554/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:30:46.6951404Z [3555/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-09-27T15:30:46.6971068Z [3555/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-09-27T15:30:46.6971864Z [3556/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-09-27T15:30:46.7164061Z [3556/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:30:46.7164558Z [3557/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-09-27T15:30:46.7220093Z [3557/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-09-27T15:30:46.7220582Z [3558/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-09-27T15:30:46.7430587Z [3558/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:30:46.7431666Z [3559/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-09-27T15:30:46.7469536Z [3559/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-09-27T15:30:46.7470473Z [3560/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-09-27T15:30:46.7604073Z [3560/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-09-27T15:30:46.7604590Z [3561/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-09-27T15:30:46.7639337Z [3561/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-09-27T15:30:46.7640518Z [3562/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-09-27T15:30:46.7755776Z [3562/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-09-27T15:30:46.7756953Z [3563/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-09-27T15:30:46.7850155Z [3563/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:46.7851201Z [3564/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-09-27T15:30:46.8043336Z [3564/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:46.8044354Z [3565/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-09-27T15:30:46.8139970Z [3565/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.8140886Z [3566/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-09-27T15:30:46.8335746Z [3566/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.8336369Z [3567/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-09-27T15:30:46.8357995Z [3567/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.8358932Z [3568/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-09-27T15:30:46.8519335Z [3568/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.8520474Z [3569/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:46.8537651Z [3569/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:46.8538736Z [3570/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:46.8723084Z [3570/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:46.8723721Z [3571/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.8848094Z [3571/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:46.8848959Z [3572/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.9150353Z [3572/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:46.9151608Z [3573/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.9177720Z [3573/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:46.9178729Z [3574/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.9318823Z [3574/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.9319848Z [3575/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:46.9335212Z [3575/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.9336687Z [3576/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-09-27T15:30:46.9561879Z [3576/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.9562878Z [3577/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:46.9738097Z [3577/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:46.9738648Z [3578/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:46.9833049Z [3578/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:46.9833619Z [3579/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:46.9897214Z [3579/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:46.9898026Z [3580/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.0031160Z [3580/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:47.0031808Z [3581/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.0078270Z [3581/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:47.0078867Z [3582/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.0372411Z [3582/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:47.0373043Z [3583/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.0420673Z [3583/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:47.0421277Z [3584/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:47.0579806Z [3584/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:47.0580428Z [3585/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:47.0648745Z [3585/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:47.0649784Z [3586/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:47.0777990Z [3586/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:47.0779505Z [3587/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:47.0822867Z [3587/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.0824104Z [3588/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:47.1057634Z [3588/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.1058643Z [3589/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-09-27T15:30:47.1270261Z [3589/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.1271247Z [3590/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:47.1303807Z [3590/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.1304845Z [3591/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-09-27T15:30:47.1412427Z [3591/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:47.1413040Z [3592/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-09-27T15:30:47.1785692Z [3592/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:47.1786280Z [3593/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.1869853Z [3593/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:47.1870861Z [3594/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.1922686Z [3594/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:47.1923615Z [3595/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:47.2032607Z [3595/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-09-27T15:30:47.2033231Z [3596/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.2060043Z [3596/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:30:47.2060579Z [3597/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-09-27T15:30:47.2100392Z [3597/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-09-27T15:30:47.2101338Z [3598/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-09-27T15:30:47.2464214Z [3598/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-09-27T15:30:47.2464790Z [3599/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:47.2557712Z [3599/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:30:47.2558406Z [3600/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-09-27T15:30:47.2599118Z [3600/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-09-27T15:30:47.2599621Z [3601/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-09-27T15:30:47.2756900Z [3601/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-09-27T15:30:47.2757810Z [3602/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:30:47.2792204Z [3602/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-09-27T15:30:47.2792707Z [3603/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-09-27T15:30:47.2805427Z [3603/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-09-27T15:30:47.2806367Z [3604/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-09-27T15:30:47.3091241Z [3604/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:47.3092168Z [3605/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-09-27T15:30:47.3517836Z [3605/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:47.3518806Z [3606/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-09-27T15:30:47.3835443Z [3606/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:47.3836014Z [3607/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-09-27T15:30:47.3896501Z [3607/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:47.3897105Z [3608/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-09-27T15:30:47.3952746Z [3608/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:47.3953734Z [3609/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-09-27T15:30:47.4265351Z [3609/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-09-27T15:30:47.4266685Z [3610/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-09-27T15:30:47.4304579Z [3610/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:47.4305560Z [3611/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:47.4645970Z [3611/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:47.4646539Z [3612/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:47.4848446Z [3612/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-09-27T15:30:47.4849019Z [3613/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:47.4961572Z [3613/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-09-27T15:30:47.4962604Z [3614/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-09-27T15:30:47.5026098Z [3614/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-09-27T15:30:47.5026676Z [3615/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-09-27T15:30:47.5602333Z [3615/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-09-27T15:30:47.5603299Z [3616/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:47.5608623Z [3616/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-09-27T15:30:47.5609482Z [3617/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:47.5818950Z [3617/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-09-27T15:30:47.5819897Z [3618/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-09-27T15:30:47.5889704Z [3618/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-09-27T15:30:47.5891095Z [3619/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-09-27T15:30:47.6245751Z [3619/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-09-27T15:30:47.6247138Z [3620/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-09-27T15:30:47.6346288Z [3620/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-09-27T15:30:47.6698918Z [3621/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-09-27T15:30:47.6699846Z [3621/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-09-27T15:30:47.6700696Z [3622/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-09-27T15:30:47.6803603Z [3622/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-09-27T15:30:47.6804759Z [3623/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-09-27T15:30:47.6853510Z [3623/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-09-27T15:30:47.6854542Z [3624/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-09-27T15:30:47.7024565Z [3624/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-09-27T15:30:47.7025512Z [3625/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-09-27T15:30:47.7281970Z [3625/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-09-27T15:30:47.7282958Z [3626/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-09-27T15:30:47.7571647Z [3626/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-09-27T15:30:47.7573012Z [3627/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-09-27T15:30:47.7950559Z [3627/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-09-27T15:30:47.7951430Z [3628/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-09-27T15:30:47.7963656Z [3628/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-09-27T15:30:47.7964768Z [3629/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-09-27T15:30:47.8108596Z [3629/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-09-27T15:30:47.8272194Z [3630/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-09-27T15:30:47.8273396Z [3630/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-09-27T15:30:47.8274320Z [3631/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-09-27T15:30:47.8578644Z [3631/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-09-27T15:30:47.8579556Z [3632/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-09-27T15:30:47.8923336Z [3632/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-09-27T15:30:47.8924281Z [3633/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-09-27T15:30:47.8932040Z [3633/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-09-27T15:30:47.8933061Z [3634/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-09-27T15:30:47.8962100Z [3634/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-09-27T15:30:47.8963450Z [3635/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-09-27T15:30:47.9178064Z [3635/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-09-27T15:30:47.9179026Z [3636/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-09-27T15:30:47.9359895Z [3636/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-09-27T15:30:47.9360869Z [3637/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-09-27T15:30:47.9611623Z [3637/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-09-27T15:30:47.9612535Z [3638/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-09-27T15:30:47.9902529Z [3638/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-09-27T15:30:47.9903624Z [3639/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-09-27T15:30:48.0107684Z [3639/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-09-27T15:30:48.0108386Z [3640/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-09-27T15:30:48.0109874Z [3640/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-09-27T15:30:48.0110697Z [3641/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-09-27T15:30:48.0421943Z [3641/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:48.0422650Z [3642/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-09-27T15:30:48.0498749Z [3642/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:48.0499382Z [3643/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-09-27T15:30:48.0782805Z [3643/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.0783447Z [3644/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-09-27T15:30:48.1005257Z [3644/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.1005861Z [3645/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-09-27T15:30:48.1111939Z [3645/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.1112945Z [3646/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:48.1207851Z [3646/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.1208426Z [3647/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-09-27T15:30:48.1333572Z [3647/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:48.1334631Z [3648/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.1491632Z [3648/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:48.1492792Z [3649/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:48.1585765Z [3649/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:48.1586723Z [3650/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.1588098Z [3650/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.1589089Z [3651/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.1915640Z [3651/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.1916282Z [3652/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.1924493Z [3652/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.1925117Z [3653/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:48.2145350Z [3653/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.2146415Z [3654/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-09-27T15:30:48.2378710Z [3654/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:48.2379329Z [3655/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.2418555Z [3655/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:48.2419922Z [3656/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:48.2528368Z [3656/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:48.2529374Z [3657/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.2705653Z [3657/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:48.2706892Z [3658/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.2818542Z [3658/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:48.2819120Z [3659/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.3106260Z [3659/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:48.3106972Z [3660/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:48.3267403Z [3660/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:48.3268025Z [3661/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:48.3282493Z [3661/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.3283062Z [3662/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:48.3312159Z [3662/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.3312743Z [3663/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:48.3633017Z [3663/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.3634050Z [3664/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:48.3865606Z [3664/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.3866192Z [3665/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-09-27T15:30:48.4065532Z [3665/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:48.4066320Z [3666/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.4071350Z [3666/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:48.4071897Z [3667/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-09-27T15:30:48.4152092Z [3667/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:48.4153153Z [3668/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.4176578Z [3668/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:48.4177340Z [3669/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.4347399Z [3669/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:30:48.4348385Z [3670/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-09-27T15:30:48.4968915Z [3670/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-09-27T15:30:48.4969829Z [3671/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:48.4971041Z [3671/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-09-27T15:30:48.4971986Z [3672/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:48.5008146Z [3672/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-09-27T15:30:48.5009125Z [3673/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-09-27T15:30:48.5322867Z [3673/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-09-27T15:30:48.5323398Z [3674/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:30:48.5341719Z [3674/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-09-27T15:30:48.5342394Z [3675/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-09-27T15:30:48.5397129Z [3675/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-09-27T15:30:48.5398556Z [3676/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-09-27T15:30:48.5989186Z [3676/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-09-27T15:30:48.5990174Z [3677/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-09-27T15:30:48.6182679Z [3677/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-09-27T15:30:48.6183426Z [3678/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-09-27T15:30:48.6231994Z [3678/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-09-27T15:30:48.6232929Z [3679/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-09-27T15:30:48.6377294Z [3679/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-09-27T15:30:48.6377816Z [3680/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-09-27T15:30:48.6604754Z [3680/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-09-27T15:30:48.6605286Z [3681/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-09-27T15:30:48.6702794Z [3681/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-09-27T15:30:48.6704126Z [3682/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-09-27T15:30:48.7184967Z [3682/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:30:48.7185768Z [3683/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-09-27T15:30:48.7341526Z [3683/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:48.7342088Z [3684/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-09-27T15:30:48.7392086Z [3684/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:48.7392835Z [3685/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-09-27T15:30:48.7438541Z [3685/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.7439183Z [3686/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-09-27T15:30:48.7639600Z [3686/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.7641008Z [3687/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-09-27T15:30:48.7765673Z [3687/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.7766990Z [3688/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-09-27T15:30:48.8322603Z [3688/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.8323512Z [3689/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:48.8657699Z [3689/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:48.8658830Z [3690/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:48.8662576Z [3690/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:48.8663766Z [3691/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.8840050Z [3691/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.8841106Z [3692/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.8943473Z [3692/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.8944207Z [3693/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.9078936Z [3693/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.9080377Z [3694/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.9610638Z [3694/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:48.9611290Z [3695/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:48.9905789Z [3695/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:48.9906370Z [3696/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.0040496Z [3696/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:49.0041640Z [3697/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-09-27T15:30:49.0188017Z [3697/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:49.0189382Z [3698/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.0459305Z [3698/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:49.0460670Z [3699/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.0622438Z [3699/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.0623384Z [3700/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.0661293Z [3700/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.0662514Z [3701/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:49.1035892Z [3701/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.1036926Z [3702/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:49.1263929Z [3702/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.1264530Z [3703/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:49.1431612Z [3703/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:49.1432434Z [3704/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-09-27T15:30:49.1852209Z [3704/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:49.1852796Z [3705/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.2046648Z [3705/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:49.2047994Z [3706/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.2160815Z [3706/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:30:49.2163122Z [3707/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.2319072Z [3707/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:30:49.2320189Z [3708/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-09-27T15:30:49.2444276Z [3708/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:30:49.2445009Z [3709/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:49.2730772Z [3709/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:30:49.2731475Z [3710/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-09-27T15:30:49.3108746Z [3710/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-09-27T15:30:49.3109747Z [3711/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-09-27T15:30:49.3469631Z [3711/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-09-27T15:30:49.3470484Z [3712/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:30:49.3471558Z [3712/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:30:49.3472085Z [3713/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:30:49.3500223Z [3713/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:30:49.3501165Z [3714/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:30:49.3689999Z [3714/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:30:49.3691405Z [3715/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-09-27T15:30:49.3892859Z [3715/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.3894147Z [3716/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-09-27T15:30:49.4070095Z [3716/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.4071373Z [3717/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-09-27T15:30:49.4371027Z [3717/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.4371640Z [3718/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-09-27T15:30:49.4592902Z [3718/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.4660965Z [3719/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-09-27T15:30:49.4661667Z [3719/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.4662198Z [3720/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-09-27T15:30:49.4964827Z [3720/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.4965816Z [3721/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.5231241Z [3721/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.5232191Z [3722/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.5333438Z [3722/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.5334460Z [3723/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.5655218Z [3723/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-09-27T15:30:49.5656754Z [3724/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.5674786Z [3724/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:49.5675774Z [3725/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.5862759Z [3725/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:49.5863711Z [3726/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.6151603Z [3726/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:49.6152228Z [3727/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.6258553Z [3727/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:49.6259763Z [3728/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-09-27T15:30:49.6273896Z [3728/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:30:49.6274893Z [3729/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-09-27T15:30:49.6996837Z [3729/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:30:49.6997733Z [3730/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:49.7011728Z [3730/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-09-27T15:30:49.7012388Z [3731/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:49.7168665Z [3731/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-09-27T15:30:49.7169541Z [3732/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:49.7509378Z [3732/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:49.7510684Z [3733/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:30:49.7531363Z [3733/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:49.7532858Z [3734/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-09-27T15:30:49.7541415Z [3734/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.7542690Z [3735/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-09-27T15:30:49.8016960Z [3735/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.8018304Z [3736/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-09-27T15:30:49.8054003Z [3736/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.8055204Z [3737/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-09-27T15:30:49.8265893Z [3737/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.8267339Z [3738/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:49.8655889Z [3738/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:49.8657087Z [3739/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.8701364Z [3739/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:49.8702779Z [3740/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:49.8797591Z [3740/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:49.8798563Z [3741/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.9177622Z [3741/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.9178172Z [3742/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.9270914Z [3742/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.9272054Z [3743/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:49.9323097Z [3743/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.9324199Z [3744/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.9907605Z [3744/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:49.9956379Z [3745/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:49.9957060Z [3745/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:49.9957730Z [3746/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:50.0278678Z [3746/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:50.0279690Z [3747/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.0283646Z [3747/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:50.0284961Z [3748/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.0474904Z [3748/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:50.0475913Z [3749/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.0684395Z [3749/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:50.0684972Z [3750/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.0879964Z [3750/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.0880564Z [3751/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:50.1020220Z [3751/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.1020993Z [3752/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:50.1259025Z [3752/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.1259789Z [3753/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:50.1447738Z [3753/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.1448963Z [3754/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-09-27T15:30:50.1600590Z [3754/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:50.1601816Z [3755/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-09-27T15:30:50.2195425Z [3755/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:50.2196035Z [3756/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.2309243Z [3756/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-09-27T15:30:50.2310231Z [3757/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.2408750Z [3757/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-09-27T15:30:50.2409651Z [3758/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:50.2449819Z [3758/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-09-27T15:30:50.2450762Z [3759/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.2509614Z [3759/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-09-27T15:30:50.2510535Z [3760/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-09-27T15:30:50.2667029Z [3760/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-09-27T15:30:50.2668139Z [3761/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-09-27T15:30:50.3392670Z [3761/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:50.3393674Z [3762/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-09-27T15:30:50.3493391Z [3762/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:50.3493954Z [3763/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-09-27T15:30:50.3581063Z [3763/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:50.3581599Z [3764/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-09-27T15:30:50.3749767Z [3764/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:50.3750527Z [3765/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-09-27T15:30:50.3893313Z [3765/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.3893957Z [3766/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:50.3965682Z [3766/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.3966631Z [3767/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-09-27T15:30:50.4520525Z [3767/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-09-27T15:30:50.4521644Z [3768/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:50.4635122Z [3768/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.4636164Z [3769/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:50.4810948Z [3769/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.4811553Z [3770/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-09-27T15:30:50.4999661Z [3770/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-09-27T15:30:50.5000676Z [3771/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.5066765Z [3771/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-09-27T15:30:50.5067896Z [3772/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.5723251Z [3772/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-09-27T15:30:50.5723863Z [3773/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.5770461Z [3773/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-09-27T15:30:50.5771006Z [3774/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.5919144Z [3774/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.5920173Z [3775/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-09-27T15:30:50.5942112Z [3775/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.5943116Z [3776/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-09-27T15:30:50.6210043Z [3776/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.6211044Z [3777/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-09-27T15:30:50.6457615Z [3777/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.6458737Z [3778/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-09-27T15:30:50.6691860Z [3778/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-09-27T15:30:50.6692586Z [3779/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.6694822Z [3779/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-09-27T15:30:50.6697557Z [3780/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-09-27T15:30:50.6992105Z [3780/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.6993466Z [3781/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.7010127Z [3781/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.7011374Z [3782/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.7378818Z [3782/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-09-27T15:30:50.7379386Z [3783/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.7691541Z [3783/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-09-27T15:30:50.7692619Z [3784/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.7734239Z [3784/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-09-27T15:30:50.7735185Z [3785/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-09-27T15:30:50.7855684Z [3785/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-09-27T15:30:50.7856310Z [3786/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-09-27T15:30:50.8041827Z [3786/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-09-27T15:30:50.8042560Z [3787/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-09-27T15:30:50.8101092Z [3787/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-09-27T15:30:50.8101635Z [3788/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-09-27T15:30:50.8317428Z [3788/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-09-27T15:30:50.8318504Z [3789/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-09-27T15:30:50.8725734Z [3789/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-09-27T15:30:50.8726384Z [3790/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-09-27T15:30:50.8935196Z [3790/6340] 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-09-27T15:30:50.8936465Z [3791/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-09-27T15:30:50.9076493Z [3791/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-09-27T15:30:50.9077427Z [3792/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-09-27T15:30:50.9119602Z [3792/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-09-27T15:30:50.9120179Z [3793/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-09-27T15:30:50.9280345Z [3793/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-09-27T15:30:50.9281329Z [3794/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-09-27T15:30:50.9452448Z [3794/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:50.9453178Z [3795/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-09-27T15:30:50.9694035Z [3795/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:50.9695192Z [3796/6340] 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-09-27T15:30:51.0166590Z [3796/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:30:51.0167545Z [3797/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-09-27T15:30:51.0230861Z [3797/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:30:51.0231810Z [3798/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-09-27T15:30:51.0338976Z [3798/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.0339826Z [3799/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-09-27T15:30:51.0480666Z [3799/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.0481596Z [3800/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:51.0770135Z [3800/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.0770743Z [3801/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:30:51.1239144Z [3801/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.1240124Z [3802/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-09-27T15:30:51.1382810Z [3802/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.1383815Z [3803/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.1969522Z [3803/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.1970143Z [3804/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.2091790Z [3804/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.2092541Z [3805/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.2177242Z [3805/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.2177838Z [3806/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.2221405Z [3806/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:51.2221951Z [3807/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.2883454Z [3807/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.2884193Z [3808/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.3029622Z [3808/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.3030221Z [3809/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.3067612Z [3809/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.3068178Z [3810/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.3248577Z [3810/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.3249239Z [3811/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.3252190Z [3811/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:51.3253915Z [3812/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:51.3538486Z [3812/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:51.3539495Z [3813/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-09-27T15:30:51.4204403Z [3813/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.4204997Z [3814/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.4230490Z [3814/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.4231150Z [3815/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.4399448Z [3815/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:51.4400701Z [3816/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.4407338Z [3816/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.4408093Z [3817/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:51.4669550Z [3817/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.4670833Z [3818/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.4698028Z [3818/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.4699252Z [3819/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:51.5192247Z [3819/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.5193255Z [3820/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-09-27T15:30:51.5443251Z [3820/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:51.5444638Z [3821/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-09-27T15:30:51.5612366Z [3821/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:51.5613441Z [3822/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.5760271Z [3822/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-09-27T15:30:51.5760849Z [3823/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.5877123Z [3823/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-09-27T15:30:51.5878354Z [3824/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.6020763Z [3824/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-09-27T15:30:51.6021492Z [3825/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-09-27T15:30:51.6137701Z [3825/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-09-27T15:30:51.6138308Z [3826/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:51.6736674Z [3826/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-09-27T15:30:51.6737645Z [3827/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-09-27T15:30:51.6768858Z [3827/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-09-27T15:30:51.6769762Z [3828/6340] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-09-27T15:30:51.6954182Z [3828/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-09-27T15:30:51.6955691Z [3829/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-09-27T15:30:51.7495969Z [3829/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-09-27T15:30:51.7498250Z [3830/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-09-27T15:30:51.7675610Z [3830/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-09-27T15:30:51.7678647Z [3831/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-09-27T15:30:51.7986103Z [3831/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-09-27T15:30:51.7988504Z [3832/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-09-27T15:30:51.8627784Z [3832/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-09-27T15:30:51.8628314Z [3833/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-09-27T15:30:51.8761513Z [3833/6340] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-09-27T15:30:51.8762057Z [3834/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-09-27T15:30:51.8955789Z [3834/6340] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-09-27T15:30:51.8956305Z [3835/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-09-27T15:30:51.9110856Z [3835/6340] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-09-27T15:30:51.9111758Z [3836/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-09-27T15:30:51.9550001Z [3836/6340] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-09-27T15:30:51.9551391Z [3837/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-09-27T15:30:51.9792953Z [3837/6340] Linking CXX static library lib/libXNNPACK.a 2022-09-27T15:30:51.9798448Z [3838/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-09-27T15:30:52.0278667Z [3838/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-09-27T15:30:52.0282183Z [3839/6340] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-09-27T15:30:52.0530320Z [3839/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-09-27T15:30:52.0530843Z [3840/6340] Linking CXX static library lib/libXNNPACK.a 2022-09-27T15:30:52.0698805Z [3840/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-09-27T15:30:52.0700436Z [3841/6340] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-09-27T15:30:52.0784130Z [3841/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-09-27T15:30:52.0785939Z [3842/6340] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-09-27T15:30:52.1053061Z [3842/6340] Linking CXX static library lib/libgtest.a 2022-09-27T15:30:52.1053664Z [3843/6340] Linking CXX static library lib/libgtest.a 2022-09-27T15:30:52.1257136Z [3843/6340] Linking CXX static library lib/libgtest_main.a 2022-09-27T15:30:52.1257808Z [3844/6340] Linking CXX static library lib/libgtest_main.a 2022-09-27T15:30:52.1258317Z [3844/6340] Linking CXX static library lib/libgmock.a 2022-09-27T15:30:52.1259061Z [3845/6340] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-09-27T15:30:52.1299293Z [3845/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-09-27T15:30:52.1300119Z [3846/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-09-27T15:30:52.1348762Z [3846/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-09-27T15:30:52.1465696Z [3847/6340] Linking CXX static library lib/libgmock.a 2022-09-27T15:30:52.1466384Z [3847/6340] Linking CXX static library lib/libgmock_main.a 2022-09-27T15:30:52.1466975Z [3848/6340] Linking CXX static library lib/libgmock_main.a 2022-09-27T15:30:52.1860375Z [3848/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-09-27T15:30:52.1861436Z [3849/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-09-27T15:30:52.2153741Z [3849/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-09-27T15:30:52.2154547Z [3850/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-09-27T15:30:52.2342125Z [3850/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-09-27T15:30:52.2342918Z [3851/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-09-27T15:30:52.2879127Z [3851/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-09-27T15:30:52.2879639Z [3852/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-09-27T15:30:52.3145342Z [3852/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-09-27T15:30:52.3146580Z [3853/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-09-27T15:30:52.3326562Z [3853/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-09-27T15:30:52.3327733Z [3854/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-09-27T15:30:52.3378112Z [3854/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-09-27T15:30:52.3379260Z [3855/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-09-27T15:30:52.3700234Z [3855/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-09-27T15:30:52.3701134Z [3856/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-09-27T15:30:52.4232496Z [3856/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-09-27T15:30:52.4233254Z [3857/6340] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-09-27T15:30:52.4808551Z [3857/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-09-27T15:30:52.4809156Z [3858/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-09-27T15:30:52.5139628Z [3858/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-09-27T15:30:52.5140242Z [3859/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-09-27T15:30:52.5314994Z [3859/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-09-27T15:30:52.5316293Z [3860/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-09-27T15:30:52.5391345Z [3860/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-09-27T15:30:52.5392402Z [3861/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-09-27T15:30:52.6295498Z [3861/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-09-27T15:30:52.6296453Z [3862/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-09-27T15:30:52.6710179Z [3862/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-09-27T15:30:52.6711216Z [3863/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-09-27T15:30:52.6973769Z [3863/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-09-27T15:30:52.6975832Z [3864/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-09-27T15:30:52.7710882Z [3864/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-09-27T15:30:52.7711770Z [3865/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-09-27T15:30:52.7872888Z [3865/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-09-27T15:30:52.7874400Z [3866/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-09-27T15:30:52.8199872Z [3866/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-09-27T15:30:52.8201216Z [3867/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-09-27T15:30:52.8433802Z [3867/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-09-27T15:30:52.8434650Z [3868/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-09-27T15:30:52.9093578Z [3868/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-09-27T15:30:52.9094430Z [3869/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-09-27T15:30:52.9425449Z [3869/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-09-27T15:30:52.9426260Z [3870/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-09-27T15:30:53.0165362Z [3870/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-09-27T15:30:53.0166182Z [3871/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-09-27T15:30:53.0236567Z [3871/6340] Linking CXX static library lib/libbenchmark.a 2022-09-27T15:30:53.0237362Z [3872/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-09-27T15:30:53.0369497Z [3872/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-09-27T15:30:53.0370203Z [3873/6340] Linking CXX static library lib/libbenchmark.a 2022-09-27T15:30:53.0467240Z [3873/6340] Linking CXX static library lib/libbenchmark_main.a 2022-09-27T15:30:53.0467637Z [3874/6340] Linking CXX static library lib/libbenchmark_main.a 2022-09-27T15:30:53.0590595Z [3874/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-09-27T15:30:53.0591191Z [3875/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-09-27T15:30:53.0787674Z [3875/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-09-27T15:30:53.0788554Z [3876/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-09-27T15:30:53.1016386Z [3876/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-09-27T15:30:53.1017168Z [3877/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-09-27T15:30:53.2538955Z [3877/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-09-27T15:30:53.2539966Z [3878/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-09-27T15:30:53.2946787Z [3878/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-09-27T15:30:53.2947771Z [3879/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-09-27T15:30:53.2950666Z [3879/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-09-27T15:30:53.2951468Z [3880/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-09-27T15:30:53.3264159Z [3880/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-09-27T15:30:53.3266072Z [3881/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-09-27T15:30:53.3354355Z [3881/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-09-27T15:30:53.3355260Z [3882/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-09-27T15:30:53.3715882Z [3882/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-09-27T15:30:53.3716765Z [3883/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-09-27T15:30:53.4135762Z [3883/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-09-27T15:30:53.4136596Z [3884/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-09-27T15:30:53.4662598Z [3884/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-09-27T15:30:53.4663586Z [3885/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-09-27T15:30:53.4878915Z [3885/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-09-27T15:30:53.4879864Z [3886/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-09-27T15:30:53.5144617Z [3886/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-09-27T15:30:53.5145514Z [3887/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-09-27T15:30:53.5196115Z [3887/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-09-27T15:30:53.5196991Z [3888/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-09-27T15:30:53.5449038Z [3888/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-09-27T15:30:53.5449932Z [3889/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-09-27T15:30:53.6297865Z [3889/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-09-27T15:30:53.6298844Z [3890/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-09-27T15:30:53.6423961Z [3890/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-09-27T15:30:53.6424441Z [3891/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-09-27T15:30:53.6588850Z [3891/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-09-27T15:30:53.6590870Z [3892/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-09-27T15:30:53.6823627Z [3892/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-09-27T15:30:53.6824527Z [3893/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-09-27T15:30:53.7901783Z [3893/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-09-27T15:30:53.7902348Z [3894/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-09-27T15:30:53.7907514Z [3894/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-09-27T15:30:53.7908306Z [3895/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-09-27T15:30:53.7923837Z [3895/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-09-27T15:30:53.7925221Z [3896/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-09-27T15:30:53.8403181Z [3896/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-09-27T15:30:53.8403892Z [3897/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-09-27T15:30:53.8662101Z [3897/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-09-27T15:30:53.8662706Z [3898/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-09-27T15:30:53.8965589Z [3898/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-09-27T15:30:53.8966557Z [3899/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-09-27T15:30:53.9201539Z [3899/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-09-27T15:30:53.9202471Z [3900/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-09-27T15:30:53.9433736Z [3900/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-09-27T15:30:53.9434721Z [3901/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-09-27T15:30:53.9479290Z [3901/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-09-27T15:30:53.9480351Z [3902/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-09-27T15:30:54.0175235Z [3902/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-09-27T15:30:54.0176372Z [3903/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-09-27T15:30:54.0412284Z [3903/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-09-27T15:30:54.0414257Z [3904/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-09-27T15:30:54.1392600Z [3904/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-09-27T15:30:54.1393578Z [3905/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-09-27T15:30:54.1524225Z [3905/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-09-27T15:30:54.1525180Z [3906/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-09-27T15:30:54.1601439Z [3906/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-09-27T15:30:54.1601992Z [3907/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-09-27T15:30:54.1768688Z [3907/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-09-27T15:30:54.1769831Z [3908/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-09-27T15:30:54.1917890Z [3908/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-09-27T15:30:54.1918496Z [3909/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-09-27T15:30:54.2219652Z [3909/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-09-27T15:30:54.2220707Z [3910/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-09-27T15:30:54.2704818Z [3910/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-09-27T15:30:54.2705733Z [3911/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-09-27T15:30:54.3304625Z [3911/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-09-27T15:30:54.3305629Z [3912/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-09-27T15:30:54.3622584Z [3912/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-09-27T15:30:54.3623567Z [3913/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-09-27T15:30:54.3735928Z [3913/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-09-27T15:30:54.3738386Z [3914/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-09-27T15:30:54.4454480Z [3914/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-09-27T15:30:54.4455154Z [3915/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-09-27T15:30:54.4520848Z [3915/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-09-27T15:30:54.4521413Z [3916/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-09-27T15:30:54.4707696Z [3916/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-09-27T15:30:54.4708290Z [3917/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-09-27T15:30:54.5380892Z [3917/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-09-27T15:30:54.5381882Z [3918/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-09-27T15:30:54.5592256Z [3918/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-09-27T15:30:54.5593375Z [3919/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-09-27T15:30:54.6017420Z [3919/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-09-27T15:30:54.6017974Z [3920/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-09-27T15:30:54.6293077Z [3920/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-09-27T15:30:54.6294396Z [3921/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-09-27T15:30:54.6638897Z [3921/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-09-27T15:30:54.6639424Z [3922/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-09-27T15:30:54.6671157Z [3922/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-09-27T15:30:54.6672349Z [3923/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-09-27T15:30:54.6720848Z [3923/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-09-27T15:30:54.6724380Z [3924/6340] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-09-27T15:30:54.7164852Z [3924/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-09-27T15:30:54.7166240Z [3925/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-09-27T15:30:54.7516627Z [3925/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-09-27T15:30:54.7517534Z [3926/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-09-27T15:30:54.7774155Z [3926/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-09-27T15:30:54.7775088Z [3927/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-09-27T15:30:54.8084772Z [3927/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-09-27T15:30:54.8085601Z [3928/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-09-27T15:30:54.8104030Z [3928/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-09-27T15:30:54.8105061Z [3929/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-09-27T15:30:54.8271824Z [3929/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-09-27T15:30:54.8272320Z [3930/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-09-27T15:30:54.8414822Z [3930/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-09-27T15:30:54.8415859Z [3931/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-09-27T15:30:54.8722390Z [3931/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-09-27T15:30:54.8723258Z [3932/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-09-27T15:30:54.9355879Z [3932/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-09-27T15:30:54.9356423Z [3933/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-09-27T15:30:54.9396004Z [3933/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-09-27T15:30:54.9396846Z [3934/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-09-27T15:30:54.9625963Z [3934/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-09-27T15:30:54.9626831Z [3935/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-09-27T15:30:54.9635573Z [3935/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-09-27T15:30:54.9636468Z [3936/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-09-27T15:30:54.9902292Z [3936/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-09-27T15:30:54.9903082Z [3937/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-09-27T15:30:55.0489727Z [3937/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-09-27T15:30:55.0490280Z [3938/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-09-27T15:30:55.0692642Z [3938/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-09-27T15:30:55.0693940Z [3939/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-09-27T15:30:55.0766809Z [3939/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-09-27T15:30:55.0767746Z [3940/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-09-27T15:30:55.0845421Z [3940/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-09-27T15:30:55.0845967Z [3941/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-09-27T15:30:55.1074331Z [3941/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-09-27T15:30:55.1075211Z [3942/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-09-27T15:30:55.1482778Z [3942/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-09-27T15:30:55.1483681Z [3943/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-09-27T15:30:55.1535017Z [3943/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-09-27T15:30:55.1536095Z [3944/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-09-27T15:30:55.2066897Z [3944/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-09-27T15:30:55.2067421Z [3945/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-09-27T15:30:55.2198815Z [3945/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-09-27T15:30:55.2199689Z [3946/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-09-27T15:30:55.2260428Z [3946/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-09-27T15:30:55.2261357Z [3947/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-09-27T15:30:55.2771470Z [3947/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-09-27T15:30:55.2772366Z [3948/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-09-27T15:30:55.3097126Z [3948/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-09-27T15:30:55.3097771Z [3949/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-09-27T15:30:55.3107066Z [3949/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-09-27T15:30:55.3108055Z [3950/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-09-27T15:30:55.3351561Z [3950/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-09-27T15:30:55.3352213Z [3951/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-09-27T15:30:55.3423018Z [3951/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-09-27T15:30:55.3423522Z [3952/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-09-27T15:30:55.3655481Z [3952/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-09-27T15:30:55.3656591Z [3953/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-09-27T15:30:55.3907082Z [3953/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-09-27T15:30:55.3907916Z [3954/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-09-27T15:30:55.4549337Z [3954/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-09-27T15:30:55.4549847Z [3955/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-09-27T15:30:55.4604614Z [3955/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-09-27T15:30:55.4605131Z [3956/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-09-27T15:30:55.4668692Z [3956/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-09-27T15:30:55.4669250Z [3957/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-09-27T15:30:55.4736236Z [3957/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-09-27T15:30:55.4737191Z [3958/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-09-27T15:30:55.4949129Z [3958/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-09-27T15:30:55.4950290Z [3959/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-09-27T15:30:55.5408865Z [3959/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-09-27T15:30:55.5409732Z [3960/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-09-27T15:30:55.6035110Z [3960/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-09-27T15:30:55.6035722Z [3961/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-09-27T15:30:55.6222124Z [3961/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-09-27T15:30:55.6223018Z [3962/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-09-27T15:30:55.6313499Z [3962/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-09-27T15:30:55.6314436Z [3963/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-09-27T15:30:55.6534939Z [3963/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-09-27T15:30:55.6536040Z [3964/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-09-27T15:30:55.6751650Z [3964/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-09-27T15:30:55.6752547Z [3965/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-09-27T15:30:55.6959934Z [3965/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-09-27T15:30:55.6961119Z [3966/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-09-27T15:30:55.7622982Z [3966/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-09-27T15:30:55.7623557Z [3967/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-09-27T15:30:55.7676913Z [3967/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-09-27T15:30:55.7677772Z [3968/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-09-27T15:30:55.7814013Z [3968/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-09-27T15:30:55.7814981Z [3969/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-09-27T15:30:55.8094328Z [3969/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-09-27T15:30:55.8095070Z [3970/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-09-27T15:30:55.8350915Z [3970/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-09-27T15:30:55.8351940Z [3971/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-09-27T15:30:55.8957803Z [3971/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-09-27T15:30:55.8958730Z [3972/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-09-27T15:30:55.9307344Z [3972/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-09-27T15:30:55.9308533Z [3973/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-09-27T15:30:55.9444914Z [3973/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-09-27T15:30:55.9445790Z [3974/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-09-27T15:30:55.9645760Z [3974/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-09-27T15:30:55.9646733Z [3975/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-09-27T15:30:55.9769241Z [3975/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-09-27T15:30:55.9770160Z [3976/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-09-27T15:30:56.0020937Z [3976/6340] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-09-27T15:30:56.0021633Z [3977/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-09-27T15:30:56.0719207Z [3977/6340] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-09-27T15:30:56.0719833Z [3978/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-09-27T15:30:56.0905384Z [3978/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-09-27T15:30:56.0905932Z [3979/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-09-27T15:30:56.1008339Z [3979/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-09-27T15:30:56.1009271Z [3980/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-09-27T15:30:56.1021832Z [3980/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-09-27T15:30:56.1022722Z [3981/6340] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-09-27T15:30:56.1386584Z [3981/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-09-27T15:30:56.1387635Z [3982/6340] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-09-27T15:30:56.1539602Z [3982/6340] Linking C static library lib/libittnotify.a 2022-09-27T15:30:56.1540199Z [3983/6340] Linking C static library lib/libittnotify.a 2022-09-27T15:30:56.1603978Z [3983/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-09-27T15:30:56.1604887Z [3984/6340] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-09-27T15:30:56.1737360Z [3984/6340] Linking CXX static library lib/libasmjit.a 2022-09-27T15:30:56.1738771Z [3985/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-09-27T15:30:56.1849064Z [3985/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-09-27T15:30:56.1849487Z [3986/6340] Linking CXX static library lib/libasmjit.a 2022-09-27T15:30:56.2033544Z [3986/6340] Linking CXX static library lib/libfbgemm.a 2022-09-27T15:30:56.2034109Z [3987/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-09-27T15:30:56.2177058Z [3987/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-09-27T15:30:56.2177598Z [3988/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-09-27T15:30:56.2330714Z [3988/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-09-27T15:30:56.2331678Z [3989/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-09-27T15:30:56.2522009Z [3989/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-09-27T15:30:56.2524257Z [3990/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-09-27T15:30:56.2961239Z [3990/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-09-27T15:30:56.2962185Z [3991/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-09-27T15:30:56.3021234Z [3991/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-09-27T15:30:56.3021655Z [3992/6340] Linking CXX static library lib/libfbgemm.a 2022-09-27T15:30:56.3381774Z [3992/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-09-27T15:30:56.3382344Z [3993/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-09-27T15:30:56.3518951Z [3993/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-09-27T15:30:56.3519957Z [3994/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-09-27T15:30:56.3596151Z [3994/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-09-27T15:30:56.3597109Z [3995/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-09-27T15:30:56.3768045Z [3995/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-09-27T15:30:56.3769255Z [3996/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-09-27T15:30:56.4246660Z [3996/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-09-27T15:30:56.4247690Z [3997/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-09-27T15:30:56.4311598Z [3997/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-09-27T15:30:56.4312583Z [3998/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-09-27T15:30:56.4510340Z [3998/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-09-27T15:30:56.4510913Z [3999/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-09-27T15:30:56.4728962Z [3999/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-09-27T15:30:56.4729563Z [4000/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-09-27T15:30:56.4916910Z [4000/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-09-27T15:30:56.4917453Z [4001/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-09-27T15:30:56.5153380Z [4001/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-09-27T15:30:56.5154623Z [4002/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-09-27T15:30:56.5473764Z [4002/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-09-27T15:30:56.5475118Z [4003/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-09-27T15:30:56.5721950Z [4003/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-09-27T15:30:56.5722826Z [4004/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-09-27T15:30:56.5837186Z [4004/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-09-27T15:30:56.5838211Z [4005/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-09-27T15:30:56.5962030Z [4005/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-09-27T15:30:56.5963182Z [4006/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-09-27T15:30:56.6082259Z [4006/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-09-27T15:30:56.6083200Z [4007/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-09-27T15:30:56.6363449Z [4007/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-09-27T15:30:56.6364262Z [4008/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-09-27T15:30:56.6750721Z [4008/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-09-27T15:30:56.6751345Z [4009/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-09-27T15:30:56.6925783Z [4009/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-09-27T15:30:56.6926737Z [4010/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-09-27T15:30:56.7105086Z [4010/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-09-27T15:30:56.7105724Z [4011/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-09-27T15:30:56.7277770Z [4011/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-09-27T15:30:56.7278737Z [4012/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-09-27T15:30:56.7350774Z [4012/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-09-27T15:30:56.7351822Z [4013/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-09-27T15:30:56.7881874Z [4013/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-09-27T15:30:56.7882864Z [4014/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-09-27T15:30:56.7900346Z [4014/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-09-27T15:30:56.7901008Z [4015/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-09-27T15:30:56.8163459Z [4015/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-09-27T15:30:56.8164102Z [4016/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-09-27T15:30:56.8332883Z [4016/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-09-27T15:30:56.8333888Z [4017/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-09-27T15:30:56.8534882Z [4017/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-09-27T15:30:56.8536548Z [4018/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-09-27T15:30:56.8689301Z [4018/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-09-27T15:30:56.8689881Z [4019/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-09-27T15:30:56.9316810Z [4019/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-09-27T15:30:56.9317843Z [4020/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-09-27T15:30:56.9345370Z [4020/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-09-27T15:30:56.9347211Z [4021/6340] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-09-27T15:30:56.9558421Z [4021/6340] Linking C static library lib/libtensorpipe_uv.a 2022-09-27T15:30:56.9559051Z [4022/6340] Linking C static library lib/libtensorpipe_uv.a 2022-09-27T15:30:56.9751453Z [4022/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-09-27T15:30:56.9752423Z [4023/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-09-27T15:30:56.9880063Z [4023/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-09-27T15:30:56.9881449Z [4024/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-09-27T15:30:57.0124876Z [4024/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-09-27T15:30:57.0125701Z [4025/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-09-27T15:30:57.0550200Z [4025/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-09-27T15:30:57.0551119Z [4026/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-09-27T15:30:57.1639962Z [4026/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-09-27T15:30:57.1640966Z [4027/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-09-27T15:30:57.1669616Z [4027/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-09-27T15:30:57.1670190Z [4028/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-09-27T15:30:57.1694193Z [4028/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-09-27T15:30:57.1695126Z [4029/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-09-27T15:30:57.2228862Z [4029/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-09-27T15:30:57.2229752Z [4030/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-09-27T15:30:57.2471145Z [4030/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-09-27T15:30:57.2472066Z [4031/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-09-27T15:30:57.3307545Z [4031/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-09-27T15:30:57.3308894Z [4032/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-09-27T15:30:57.3382499Z [4032/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-09-27T15:30:57.3383834Z [4033/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-09-27T15:30:57.3878239Z [4033/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-09-27T15:30:57.3878835Z [4034/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-09-27T15:30:57.4486214Z [4034/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-09-27T15:30:57.4487013Z [4035/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-09-27T15:30:57.4550681Z [4035/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-09-27T15:30:57.4551952Z [4036/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-09-27T15:30:57.5316912Z [4036/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-09-27T15:30:57.5317914Z [4037/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-09-27T15:30:57.5980031Z [4037/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-09-27T15:30:57.5981009Z [4038/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-09-27T15:30:57.6359852Z [4038/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-09-27T15:30:57.6360739Z [4039/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-09-27T15:30:57.6569619Z [4039/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-09-27T15:30:57.6570890Z [4040/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-09-27T15:30:57.6713195Z [4040/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-09-27T15:30:57.6714003Z [4041/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-09-27T15:30:57.7023449Z [4041/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-09-27T15:30:57.7024338Z [4042/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-09-27T15:30:57.7197169Z [4042/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-09-27T15:30:57.7198852Z [4043/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-09-27T15:30:57.8460574Z [4043/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-09-27T15:30:57.8461491Z [4044/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-09-27T15:30:57.8492375Z [4044/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-09-27T15:30:57.8493319Z [4045/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-09-27T15:30:57.8970000Z [4045/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-09-27T15:30:57.8970943Z [4046/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-09-27T15:30:57.9243776Z [4046/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-09-27T15:30:57.9244482Z [4047/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-09-27T15:30:57.9442940Z [4047/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-09-27T15:30:57.9443570Z [4048/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-09-27T15:30:57.9500826Z [4048/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-09-27T15:30:57.9501981Z [4049/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-09-27T15:30:58.1000684Z [4049/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-09-27T15:30:58.1001694Z [4050/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-09-27T15:30:58.1144533Z [4050/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-09-27T15:30:58.1145904Z [4051/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-09-27T15:30:58.1563921Z [4051/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-09-27T15:30:58.1564461Z [4052/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-09-27T15:30:58.1605471Z [4052/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-09-27T15:30:58.1606593Z [4053/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-09-27T15:30:58.2589494Z [4053/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-09-27T15:30:58.2590512Z [4054/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-09-27T15:30:58.2636013Z [4054/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-09-27T15:30:58.2638689Z [4055/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-09-27T15:30:58.3385131Z [4055/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-09-27T15:30:58.3386085Z [4056/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-09-27T15:30:58.3696633Z [4056/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-09-27T15:30:58.3697337Z [4057/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-09-27T15:30:58.3760281Z [4057/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-09-27T15:30:58.3761181Z [4058/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-09-27T15:30:58.4006050Z [4058/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-09-27T15:30:58.4008218Z [4059/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-09-27T15:30:58.4406784Z [4059/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-09-27T15:30:58.4407733Z [4060/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-09-27T15:30:58.5009079Z [4060/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-09-27T15:30:58.5010053Z [4061/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-09-27T15:30:58.5594204Z [4061/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-09-27T15:30:58.5596343Z [4062/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-09-27T15:30:58.6288565Z [4062/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-09-27T15:30:58.6289533Z [4063/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-09-27T15:30:58.6330857Z [4063/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-09-27T15:30:58.6331407Z [4064/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-09-27T15:30:58.6413667Z [4064/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-09-27T15:30:58.6414541Z [4065/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-09-27T15:30:58.6819072Z [4065/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-09-27T15:30:58.6820022Z [4066/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-09-27T15:30:58.7339266Z [4066/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-09-27T15:30:58.7340252Z [4067/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-09-27T15:30:58.7571434Z [4067/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-09-27T15:30:58.7572376Z [4068/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-09-27T15:30:58.8124035Z [4068/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-09-27T15:30:58.8124925Z [4069/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-09-27T15:30:58.8937641Z [4069/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-09-27T15:30:58.8938553Z [4070/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-09-27T15:30:58.9204748Z [4070/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-09-27T15:30:58.9205705Z [4071/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-09-27T15:30:58.9504386Z [4071/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-09-27T15:30:58.9505281Z [4072/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-09-27T15:30:58.9539278Z [4072/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-09-27T15:30:58.9540111Z [4073/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-09-27T15:30:58.9881873Z [4073/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-09-27T15:30:58.9882819Z [4074/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-09-27T15:30:58.9987873Z [4074/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-09-27T15:30:58.9988781Z [4075/6340] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-09-27T15:30:59.0832061Z [4075/6340] Linking CXX static library lib/libtensorpipe.a 2022-09-27T15:30:59.0833018Z [4076/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-09-27T15:30:59.0871590Z [4076/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-09-27T15:30:59.0872508Z [4077/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-09-27T15:30:59.0966014Z [4077/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-09-27T15:30:59.0966477Z [4078/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-09-27T15:30:59.0976719Z [4078/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-09-27T15:30:59.0977397Z [4079/6340] Linking CXX static library lib/libtensorpipe.a 2022-09-27T15:30:59.1318482Z [4079/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-09-27T15:30:59.1319286Z [4080/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-09-27T15:30:59.1579544Z [4080/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-09-27T15:30:59.1580124Z [4081/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-09-27T15:30:59.2810452Z [4081/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-09-27T15:30:59.2811061Z [4082/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-09-27T15:30:59.2917486Z [4082/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-09-27T15:30:59.2917986Z [4083/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-09-27T15:30:59.2979943Z [4083/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-09-27T15:30:59.2980383Z [4084/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-09-27T15:30:59.3132579Z [4084/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-09-27T15:30:59.3133327Z [4085/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-09-27T15:30:59.3172387Z [4085/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-09-27T15:30:59.3172855Z [4086/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-09-27T15:30:59.3268365Z [4086/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-09-27T15:30:59.3268913Z [4087/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-09-27T15:30:59.3753045Z [4087/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-09-27T15:30:59.3753813Z [4088/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-09-27T15:30:59.4569005Z [4088/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-09-27T15:30:59.4569484Z [4089/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-09-27T15:30:59.4577860Z [4089/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-09-27T15:30:59.4578809Z [4090/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-09-27T15:30:59.4677448Z [4090/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-09-27T15:30:59.4677899Z [4091/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-09-27T15:30:59.4826478Z [4091/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-09-27T15:30:59.4826973Z [4092/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-09-27T15:30:59.4975916Z [4092/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-09-27T15:30:59.4977641Z [4093/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-09-27T15:30:59.5895771Z [4093/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-09-27T15:30:59.5896506Z [4094/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-09-27T15:30:59.6155688Z [4094/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-09-27T15:30:59.6156305Z [4095/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-09-27T15:30:59.6343964Z [4095/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-09-27T15:30:59.6344812Z [4096/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-09-27T15:30:59.6678034Z [4096/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-09-27T15:30:59.6678706Z [4097/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-09-27T15:30:59.6807698Z [4097/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-09-27T15:30:59.6808528Z [4098/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-09-27T15:30:59.6954326Z [4098/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-09-27T15:30:59.6955210Z [4099/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-09-27T15:30:59.7395345Z [4099/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-09-27T15:30:59.7398443Z [4100/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-09-27T15:30:59.7439511Z [4100/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-09-27T15:30:59.7440425Z [4101/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-09-27T15:30:59.7855627Z [4101/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-09-27T15:30:59.7856474Z [4102/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-09-27T15:30:59.8094503Z [4102/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-09-27T15:30:59.8095567Z [4103/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-09-27T15:30:59.8398346Z [4103/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-09-27T15:30:59.8399201Z [4104/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-09-27T15:30:59.8525906Z [4104/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-09-27T15:30:59.8526773Z [4105/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-09-27T15:30:59.9453340Z [4105/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-09-27T15:30:59.9454408Z [4106/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-09-27T15:30:59.9560885Z [4106/6340] Running gen_proto.py on onnx/onnx.in.proto 2022-09-27T15:30:59.9561882Z [4107/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-09-27T15:30:59.9731885Z [4107/6340] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-09-27T15:30:59.9732746Z [4108/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-09-27T15:30:59.9943064Z [4108/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-09-27T15:30:59.9943836Z [4109/6340] Running gen_proto.py on onnx/onnx.in.proto 2022-09-27T15:30:59.9944303Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-09-27T15:30:59.9945058Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-09-27T15:30:59.9945758Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-09-27T15:30:59.9946373Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-09-27T15:30:59.9946696Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-09-27T15:30:59.9946871Z 2022-09-27T15:30:59.9966416Z [4109/6340] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-09-27T15:30:59.9967158Z [4110/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-09-27T15:31:00.0127928Z [4110/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-09-27T15:31:00.0128441Z [4111/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-09-27T15:31:00.0261040Z [4111/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-09-27T15:31:00.0261907Z [4112/6340] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-09-27T15:31:00.0390725Z [4112/6340] Linking C static library lib/libfoxi_loader.a 2022-09-27T15:31:00.0391231Z [4113/6340] Linking C static library lib/libfoxi_loader.a 2022-09-27T15:31:00.0720537Z [4113/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-09-27T15:31:00.0724753Z [4114/6340] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-09-27T15:31:00.1150036Z [4114/6340] Linking CXX static library lib/libgloo.a 2022-09-27T15:31:00.1150768Z [4115/6340] Linking CXX static library lib/libgloo.a 2022-09-27T15:31:00.1425037Z [4115/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-09-27T15:31:00.1426020Z [4116/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-09-27T15:31:00.1767331Z [4116/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-09-27T15:31:00.1768678Z [4117/6340] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-09-27T15:31:00.2163890Z [4117/6340] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-09-27T15:31:00.2164774Z [4118/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-09-27T15:31:00.2185515Z [4118/6340] Running gen_proto.py on onnx/onnx-data.in.proto 2022-09-27T15:31:00.2186364Z [4119/6340] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-09-27T15:31:00.2187257Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-09-27T15:31:00.2187754Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-09-27T15:31:00.2188205Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-09-27T15:31:00.2188682Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-09-27T15:31:00.2189046Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-09-27T15:31:00.2189270Z 2022-09-27T15:31:00.2219355Z [4119/6340] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-09-27T15:31:00.2220664Z [4120/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-09-27T15:31:00.2368647Z [4120/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-09-27T15:31:00.2369707Z [4121/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-09-27T15:31:00.2579729Z [4121/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-09-27T15:31:00.2580339Z [4122/6340] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-09-27T15:31:00.2662028Z [4122/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_thread.cpp.o 2022-09-27T15:31:00.2663430Z [4123/6340] Running gen_proto.py on onnx/onnx-data.in.proto 2022-09-27T15:31:00.2664499Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-09-27T15:31:00.2665735Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-09-27T15:31:00.2666739Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-09-27T15:31:00.2667659Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-09-27T15:31:00.2668362Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-09-27T15:31:00.2668981Z 2022-09-27T15:31:00.3106250Z [4123/6340] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-09-27T15:31:00.3106975Z [4124/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-09-27T15:31:00.3316631Z [4124/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-09-27T15:31:00.3317740Z [4125/6340] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-09-27T15:31:00.3339405Z [4125/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-09-27T15:31:00.3340184Z [4126/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-09-27T15:31:00.4181467Z [4126/6340] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-09-27T15:31:00.4182410Z [4127/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-09-27T15:31:00.4202935Z [4127/6340] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-09-27T15:31:00.4205400Z [4128/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-09-27T15:31:00.4850371Z [4128/6340] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-09-27T15:31:00.4851543Z [4129/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_thread.cpp.o 2022-09-27T15:31:00.5376321Z [4129/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-09-27T15:31:00.5377920Z [4130/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-09-27T15:31:00.5930056Z [4130/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-09-27T15:31:00.5931039Z [4131/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-09-27T15:31:00.6366434Z [4131/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-09-27T15:31:00.6367400Z [4132/6340] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-09-27T15:31:00.6576465Z [4132/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-09-27T15:31:00.6577395Z [4133/6340] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-09-27T15:31:00.7099679Z [4133/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-09-27T15:31:00.7100473Z [4134/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-09-27T15:31:00.7431852Z [4134/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-09-27T15:31:00.7432707Z [4135/6340] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-09-27T15:31:00.7652708Z [4135/6340] Linking CXX static library lib/libonnx_proto.a 2022-09-27T15:31:00.7654528Z [4136/6340] Linking CXX static library lib/libonnx_proto.a 2022-09-27T15:31:00.8094217Z [4136/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-09-27T15:31:00.8095161Z [4137/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-09-27T15:31:00.8268937Z [4137/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-09-27T15:31:00.8269766Z [4138/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-09-27T15:31:00.8300981Z [4138/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-09-27T15:31:00.8302083Z [4139/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-09-27T15:31:00.8718738Z [4139/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-09-27T15:31:00.8719239Z [4140/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-09-27T15:31:00.8850810Z [4140/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-09-27T15:31:00.8851566Z [4141/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-09-27T15:31:01.0207206Z [4141/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-09-27T15:31:01.0209552Z [4142/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-09-27T15:31:01.0547494Z [4142/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-09-27T15:31:01.0549914Z [4143/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-09-27T15:31:01.1234057Z [4143/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-09-27T15:31:01.1234793Z [4144/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-09-27T15:31:01.1240346Z [4144/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-09-27T15:31:01.1240806Z [4145/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-09-27T15:31:01.1463897Z [4145/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-09-27T15:31:01.1464717Z [4146/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-09-27T15:31:01.1702044Z [4146/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-09-27T15:31:01.1704098Z [4147/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-09-27T15:31:01.2786469Z [4147/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-09-27T15:31:01.2787371Z [4148/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-09-27T15:31:01.2983729Z [4148/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-09-27T15:31:01.2989775Z [4149/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-09-27T15:31:01.3878110Z [4149/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-09-27T15:31:01.3879425Z [4150/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-09-27T15:31:01.4418522Z [4150/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-09-27T15:31:01.4419404Z [4151/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-09-27T15:31:01.4507731Z [4151/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-09-27T15:31:01.4508317Z [4152/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-09-27T15:31:01.4933541Z [4152/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-09-27T15:31:01.4934481Z [4153/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-09-27T15:31:01.6078308Z [4153/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-09-27T15:31:01.6080986Z [4154/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-09-27T15:31:01.6582899Z [4154/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-09-27T15:31:01.6583569Z [4155/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-09-27T15:31:01.7063059Z [4155/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-09-27T15:31:01.7063871Z [4156/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-09-27T15:31:01.7183398Z [4156/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-09-27T15:31:01.7185685Z [4157/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-09-27T15:31:01.7354459Z [4157/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-09-27T15:31:01.7355225Z [4158/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-09-27T15:31:01.8038157Z [4158/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-09-27T15:31:01.8039033Z [4159/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-09-27T15:31:01.8532534Z [4159/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-09-27T15:31:01.8533569Z [4160/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-09-27T15:31:01.9497674Z [4160/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-09-27T15:31:01.9498518Z [4161/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-09-27T15:31:01.9824126Z [4161/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-09-27T15:31:01.9824901Z [4162/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-09-27T15:31:02.0115366Z [4162/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-09-27T15:31:02.0116178Z [4163/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-09-27T15:31:02.0257586Z [4163/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-09-27T15:31:02.0258413Z [4164/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-09-27T15:31:02.1344176Z [4164/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-09-27T15:31:02.1345044Z [4165/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-09-27T15:31:02.1446881Z [4165/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-09-27T15:31:02.1447725Z [4166/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-09-27T15:31:02.2138696Z [4166/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-09-27T15:31:02.2139563Z [4167/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-09-27T15:31:02.2588172Z [4167/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-09-27T15:31:02.2589004Z [4168/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-09-27T15:31:02.2772328Z [4168/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-09-27T15:31:02.2773119Z [4169/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-09-27T15:31:02.3191134Z [4169/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-09-27T15:31:02.3191650Z [4170/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-09-27T15:31:02.4192357Z [4170/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-09-27T15:31:02.4193847Z [4171/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-09-27T15:31:02.4700978Z [4171/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-09-27T15:31:02.4701855Z [4172/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-09-27T15:31:02.5325181Z [4172/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-09-27T15:31:02.5326011Z [4173/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-09-27T15:31:02.5553865Z [4173/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-09-27T15:31:02.5554322Z [4174/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-09-27T15:31:02.5796032Z [4174/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-09-27T15:31:02.5796658Z [4175/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-09-27T15:31:02.6530357Z [4175/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-09-27T15:31:02.6531634Z [4176/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-09-27T15:31:02.7364528Z [4176/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-09-27T15:31:02.7365106Z [4177/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-09-27T15:31:02.7379160Z [4177/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-09-27T15:31:02.7380270Z [4178/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-09-27T15:31:02.8131371Z [4178/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-09-27T15:31:02.8132381Z [4179/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-09-27T15:31:02.8380231Z [4179/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-09-27T15:31:02.8381117Z [4180/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-09-27T15:31:02.9516402Z [4180/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-09-27T15:31:02.9516977Z [4181/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-09-27T15:31:02.9684689Z [4181/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-09-27T15:31:02.9685273Z [4182/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-09-27T15:31:02.9802139Z [4182/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-09-27T15:31:02.9803014Z [4183/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-09-27T15:31:02.9969790Z [4183/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-09-27T15:31:02.9970764Z [4184/6340] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-09-27T15:31:03.0135784Z [4184/6340] Linking CXX static library lib/libonnx.a 2022-09-27T15:31:03.0136648Z [4185/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-09-27T15:31:03.0724639Z [4185/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-09-27T15:31:03.0725588Z [4186/6340] Linking CXX static library lib/libonnx.a 2022-09-27T15:31:03.1074604Z [4186/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-09-27T15:31:03.1075835Z [4187/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-09-27T15:31:03.1317079Z [4187/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-09-27T15:31:03.1317897Z [4188/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-09-27T15:31:03.1702700Z [4188/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-09-27T15:31:03.1703335Z [4189/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-09-27T15:31:03.1938764Z [4189/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-09-27T15:31:03.1939666Z [4190/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-09-27T15:31:03.2298896Z [4190/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-09-27T15:31:03.2299920Z [4191/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-09-27T15:31:03.3000284Z [4191/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-09-27T15:31:03.3001287Z [4192/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-09-27T15:31:03.3079471Z [4192/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-09-27T15:31:03.3080137Z [4193/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-09-27T15:31:03.3526904Z [4193/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-09-27T15:31:03.3527879Z [4194/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-09-27T15:31:03.3938164Z [4194/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-09-27T15:31:03.3939500Z [4195/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-09-27T15:31:03.4510786Z [4195/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-09-27T15:31:03.4511814Z [4196/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-09-27T15:31:03.4627784Z [4196/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-09-27T15:31:03.4628731Z [4197/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-09-27T15:31:03.4874811Z [4197/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-09-27T15:31:03.4875484Z [4198/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-09-27T15:31:03.5680789Z [4198/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-09-27T15:31:03.5681438Z [4199/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-09-27T15:31:03.6137613Z [4199/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-09-27T15:31:03.6138649Z [4200/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-09-27T15:31:03.6522401Z [4200/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-09-27T15:31:03.6523477Z [4201/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-09-27T15:31:03.6738427Z [4201/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-09-27T15:31:03.6740734Z [4202/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-09-27T15:31:03.7074357Z [4202/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-09-27T15:31:03.7075400Z [4203/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-09-27T15:31:03.7187383Z [4203/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-09-27T15:31:03.7188640Z [4204/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-09-27T15:31:03.7536517Z [4204/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iterator.cpp.o 2022-09-27T15:31:03.7537594Z [4205/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-09-27T15:31:03.8263872Z [4205/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-09-27T15:31:03.8264851Z [4206/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-09-27T15:31:03.8621982Z [4206/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-09-27T15:31:03.8623931Z [4207/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-09-27T15:31:03.9226704Z [4207/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-09-27T15:31:03.9227709Z [4208/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-09-27T15:31:03.9425439Z [4208/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-09-27T15:31:03.9426068Z [4209/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-09-27T15:31:03.9898353Z [4209/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-09-27T15:31:03.9899044Z [4210/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iterator.cpp.o 2022-09-27T15:31:04.0033680Z [4210/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-09-27T15:31:04.0034728Z [4211/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-09-27T15:31:04.0183987Z [4211/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-09-27T15:31:04.0184948Z [4212/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-09-27T15:31:04.0738501Z [4212/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-09-27T15:31:04.0739162Z [4213/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-09-27T15:31:04.1266574Z [4213/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-09-27T15:31:04.1267529Z [4214/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-09-27T15:31:04.1385558Z [4214/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-09-27T15:31:04.1386664Z [4215/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-09-27T15:31:04.2001603Z [4215/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-09-27T15:31:04.2002491Z [4216/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-09-27T15:31:04.2713375Z [4216/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-09-27T15:31:04.2714326Z [4217/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-09-27T15:31:04.2742149Z [4217/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-09-27T15:31:04.2743075Z [4218/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-09-27T15:31:04.2852252Z [4218/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-09-27T15:31:04.2853358Z [4219/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-09-27T15:31:04.3395369Z [4219/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-09-27T15:31:04.3397109Z [4220/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-09-27T15:31:04.3601705Z [4220/6340] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-09-27T15:31:04.3602333Z [4221/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-09-27T15:31:04.4539585Z [4221/6340] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-09-27T15:31:04.4540231Z [4222/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-09-27T15:31:04.4632313Z [4222/6340] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-09-27T15:31:04.4632884Z [4223/6340] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-09-27T15:31:04.4728785Z [4223/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-09-27T15:31:04.4729427Z [4224/6340] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-09-27T15:31:04.4735781Z [4224/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-09-27T15:31:04.4736383Z [4225/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-09-27T15:31:04.5020977Z [4225/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-09-27T15:31:04.5021893Z [4226/6340] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-09-27T15:31:04.5473458Z [4226/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-09-27T15:31:04.5474443Z [4227/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-09-27T15:31:04.5479287Z [4227/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-09-27T15:31:04.5480267Z [4228/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-09-27T15:31:04.7198408Z [4228/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-09-27T15:31:04.7198965Z [4229/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-09-27T15:31:04.7433258Z [4229/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-09-27T15:31:04.7434217Z [4230/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-09-27T15:31:04.7705609Z [4230/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-09-27T15:31:04.7706265Z [4231/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-09-27T15:31:04.8275387Z [4231/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-09-27T15:31:04.8275993Z [4232/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-09-27T15:31:04.8356532Z [4232/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-09-27T15:31:04.8357569Z [4233/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-09-27T15:31:04.8482536Z [4233/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-09-27T15:31:04.8483492Z [4234/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-09-27T15:31:05.0086926Z [4234/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-09-27T15:31:05.0087557Z [4235/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-09-27T15:31:05.0377065Z [4235/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-09-27T15:31:05.0377643Z [4236/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-09-27T15:31:05.0480980Z [4236/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-09-27T15:31:05.0481991Z [4237/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-09-27T15:31:05.0755894Z [4237/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-09-27T15:31:05.0756854Z [4238/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-09-27T15:31:05.0902300Z [4238/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-09-27T15:31:05.0903511Z [4239/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-09-27T15:31:05.1540526Z [4239/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-09-27T15:31:05.1541830Z [4240/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-09-27T15:31:05.2754650Z [4240/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-09-27T15:31:05.2755820Z [4241/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-09-27T15:31:05.3115014Z [4241/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-09-27T15:31:05.3116058Z [4242/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-09-27T15:31:05.3136578Z [4242/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-09-27T15:31:05.3137672Z [4243/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-09-27T15:31:05.3732320Z [4243/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-09-27T15:31:05.3733186Z [4244/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-09-27T15:31:05.4064811Z [4244/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-09-27T15:31:05.4065482Z [4245/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-09-27T15:31:05.4503715Z [4245/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-09-27T15:31:05.4504774Z [4246/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-09-27T15:31:05.5386822Z [4246/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-09-27T15:31:05.5387448Z [4247/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-09-27T15:31:05.5632608Z [4247/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-09-27T15:31:05.5633723Z [4248/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-09-27T15:31:05.5790613Z [4248/6340] 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-09-27T15:31:05.5791463Z [4249/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-09-27T15:31:05.6379560Z [4249/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-09-27T15:31:05.6380145Z [4250/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-09-27T15:31:05.7078181Z [4250/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-09-27T15:31:05.7079357Z [4251/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-09-27T15:31:05.7110908Z [4251/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-09-27T15:31:05.7112445Z [4252/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-09-27T15:31:05.8056854Z [4252/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-09-27T15:31:05.8063619Z [4253/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-09-27T15:31:05.8416350Z [4253/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-09-27T15:31:05.8417335Z [4254/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-09-27T15:31:05.8599099Z [4254/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-09-27T15:31:05.8600203Z [4255/6340] 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-09-27T15:31:05.9116081Z [4255/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-09-27T15:31:05.9117134Z [4256/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-09-27T15:31:05.9549826Z [4256/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-09-27T15:31:05.9550835Z [4257/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-09-27T15:31:05.9567419Z [4257/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-09-27T15:31:05.9568036Z [4258/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-09-27T15:31:06.0138933Z [4258/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-09-27T15:31:06.0139527Z [4259/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-09-27T15:31:06.0753611Z [4259/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-09-27T15:31:06.0754353Z [4260/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-09-27T15:31:06.1473122Z [4260/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-09-27T15:31:06.1473829Z [4261/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-09-27T15:31:06.1782158Z [4261/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-09-27T15:31:06.1782737Z [4262/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-09-27T15:31:06.2015943Z [4262/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-09-27T15:31:06.2016663Z [4263/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-09-27T15:31:06.2261174Z [4263/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-09-27T15:31:06.2262189Z [4264/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-09-27T15:31:06.2385886Z [4264/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-09-27T15:31:06.2386843Z [4265/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-09-27T15:31:06.3265662Z [4265/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-09-27T15:31:06.3266652Z [4266/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-09-27T15:31:06.3457271Z [4266/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-09-27T15:31:06.3458275Z [4267/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-09-27T15:31:06.4224146Z [4267/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-09-27T15:31:06.4225062Z [4268/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-09-27T15:31:06.4337343Z [4268/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-09-27T15:31:06.4338334Z [4269/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-09-27T15:31:06.4574218Z [4269/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-09-27T15:31:06.4574864Z [4270/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-09-27T15:31:06.4969224Z [4270/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-09-27T15:31:06.4970187Z [4271/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-09-27T15:31:06.5590111Z [4271/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-09-27T15:31:06.5591181Z [4272/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-09-27T15:31:06.5936634Z [4272/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-09-27T15:31:06.5937698Z [4273/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-09-27T15:31:06.7000053Z [4273/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-09-27T15:31:06.7001007Z [4274/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-09-27T15:31:06.7084232Z [4274/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-09-27T15:31:06.7085257Z [4275/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-09-27T15:31:06.7131980Z [4275/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-09-27T15:31:06.7133151Z [4276/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-09-27T15:31:06.7382044Z [4276/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization_kernels.cpp.o 2022-09-27T15:31:06.7383027Z [4277/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-09-27T15:31:06.8005343Z [4277/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-09-27T15:31:06.8006622Z [4278/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-09-27T15:31:06.8030403Z [4278/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-09-27T15:31:06.8034237Z [4279/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-09-27T15:31:06.9327629Z [4279/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-09-27T15:31:06.9328724Z [4280/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization_kernels.cpp.o 2022-09-27T15:31:06.9557925Z [4280/6340] 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-09-27T15:31:06.9558532Z [4281/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-09-27T15:31:06.9634090Z [4281/6340] 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-09-27T15:31:06.9635137Z [4282/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-09-27T15:31:07.0225629Z [4282/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-09-27T15:31:07.0226186Z [4283/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-09-27T15:31:07.0296586Z [4283/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-09-27T15:31:07.0297155Z [4284/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-09-27T15:31:07.0547217Z [4284/6340] 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-09-27T15:31:07.0547801Z [4285/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-09-27T15:31:07.1330263Z [4285/6340] 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-09-27T15:31:07.1331177Z [4286/6340] 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-09-27T15:31:07.1854502Z [4286/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-09-27T15:31:07.1855107Z [4287/6340] 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-09-27T15:31:07.1884551Z [4287/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-09-27T15:31:07.1885465Z [4288/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-09-27T15:31:07.2104810Z [4288/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-09-27T15:31:07.2105764Z [4289/6340] 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-09-27T15:31:07.2117975Z [4289/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-09-27T15:31:07.2118845Z [4290/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-09-27T15:31:07.2963709Z [4290/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-09-27T15:31:07.2964398Z [4291/6340] 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-09-27T15:31:07.3844310Z [4291/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-09-27T15:31:07.3845399Z [4292/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-09-27T15:31:07.4712503Z [4292/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-09-27T15:31:07.4713097Z [4293/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-09-27T15:31:07.4791696Z [4293/6340] 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-09-27T15:31:07.4792268Z [4294/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-09-27T15:31:07.5119702Z [4294/6340] 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-09-27T15:31:07.5120720Z [4295/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-09-27T15:31:07.5271614Z [4295/6340] 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-09-27T15:31:07.5272245Z [4296/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-09-27T15:31:07.5577101Z [4296/6340] 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-09-27T15:31:07.5577854Z [4297/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-09-27T15:31:07.6230673Z [4297/6340] 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-09-27T15:31:07.6231507Z [4298/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-09-27T15:31:07.6911029Z [4298/6340] 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-09-27T15:31:07.6912113Z [4299/6340] 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-09-27T15:31:07.7188879Z [4299/6340] 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-09-27T15:31:07.7190013Z [4300/6340] 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-09-27T15:31:07.7797808Z [4300/6340] 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-09-27T15:31:07.7798638Z [4301/6340] 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-09-27T15:31:07.8013007Z [4301/6340] 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-09-27T15:31:07.8013816Z [4302/6340] 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-09-27T15:31:07.8102743Z [4302/6340] 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-09-27T15:31:07.8103851Z [4303/6340] 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-09-27T15:31:07.9104888Z [4303/6340] 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-09-27T15:31:07.9105562Z [4304/6340] 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-09-27T15:31:07.9262565Z [4304/6340] 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-09-27T15:31:07.9263682Z [4305/6340] 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-09-27T15:31:07.9507996Z [4305/6340] 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-09-27T15:31:07.9509139Z [4306/6340] 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-09-27T15:31:08.0353967Z [4306/6340] 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-09-27T15:31:08.0355036Z [4307/6340] 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-09-27T15:31:08.0576417Z [4307/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-09-27T15:31:08.0577484Z [4308/6340] 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-09-27T15:31:08.0747096Z [4308/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-09-27T15:31:08.0748152Z [4309/6340] 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-09-27T15:31:08.1646412Z [4309/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-09-27T15:31:08.1647090Z [4310/6340] 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-09-27T15:31:08.1735804Z [4310/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-09-27T15:31:08.1736571Z [4311/6340] 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-09-27T15:31:08.1928336Z [4311/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-09-27T15:31:08.1929365Z [4312/6340] 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-09-27T15:31:08.3397035Z [4312/6340] 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-09-27T15:31:08.3397645Z [4313/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-09-27T15:31:08.3501840Z [4313/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-09-27T15:31:08.3502860Z [4314/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-09-27T15:31:08.3642442Z [4314/6340] 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-09-27T15:31:08.3643414Z [4315/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-09-27T15:31:08.4260062Z [4315/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-09-27T15:31:08.4811679Z [4316/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-09-27T15:31:08.4812317Z [4316/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-09-27T15:31:08.4812849Z [4317/6340] 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-09-27T15:31:08.4979446Z [4317/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-09-27T15:31:08.4980593Z [4318/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-09-27T15:31:08.6547358Z [4318/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-09-27T15:31:08.6548405Z [4319/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-09-27T15:31:08.6672763Z [4319/6340] 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-09-27T15:31:08.6673800Z [4320/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-09-27T15:31:08.6764516Z [4320/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-09-27T15:31:08.6765151Z [4321/6340] 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-09-27T15:31:08.6882506Z [4321/6340] 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-09-27T15:31:08.6883472Z [4322/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-09-27T15:31:08.7637522Z [4322/6340] 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-09-27T15:31:08.7638474Z [4323/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-09-27T15:31:08.7668501Z [4323/6340] 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-09-27T15:31:08.7669108Z [4324/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-09-27T15:31:08.8727558Z [4324/6340] 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-09-27T15:31:08.8728562Z [4325/6340] 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-09-27T15:31:08.9311313Z [4325/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-09-27T15:31:08.9311989Z [4326/6340] 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-09-27T15:31:08.9733998Z [4326/6340] 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-09-27T15:31:08.9735037Z [4327/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-09-27T15:31:08.9872454Z [4327/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-09-27T15:31:08.9873442Z [4328/6340] 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-09-27T15:31:09.0482942Z [4328/6340] 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-09-27T15:31:09.0484012Z [4329/6340] 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-09-27T15:31:09.0813485Z [4329/6340] 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-09-27T15:31:09.0814434Z [4330/6340] 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-09-27T15:31:09.1148526Z [4330/6340] 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-09-27T15:31:09.1149639Z [4331/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-09-27T15:31:09.1823127Z [4331/6340] 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-09-27T15:31:09.1823835Z [4332/6340] 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-09-27T15:31:09.2130501Z [4332/6340] 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-09-27T15:31:09.2131526Z [4333/6340] 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-09-27T15:31:09.2548379Z [4333/6340] 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-09-27T15:31:09.2549736Z [4334/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-09-27T15:31:09.3080887Z [4334/6340] 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-09-27T15:31:09.3082143Z [4335/6340] 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-09-27T15:31:09.3657203Z [4335/6340] 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-09-27T15:31:09.3658421Z [4336/6340] 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-09-27T15:31:09.3909290Z [4336/6340] 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-09-27T15:31:09.3910448Z [4337/6340] 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-09-27T15:31:09.4391453Z [4337/6340] 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-09-27T15:31:09.4392626Z [4338/6340] 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-09-27T15:31:09.4778695Z [4338/6340] 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-09-27T15:31:09.4779847Z [4339/6340] 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-09-27T15:31:09.4943073Z [4339/6340] 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-09-27T15:31:09.4943761Z [4340/6340] 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-09-27T15:31:09.5266389Z [4340/6340] 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-09-27T15:31:09.5267183Z [4341/6340] 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-09-27T15:31:09.6392126Z [4341/6340] 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-09-27T15:31:09.6393301Z [4342/6340] 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-09-27T15:31:09.6662529Z [4342/6340] 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-09-27T15:31:09.6663606Z [4343/6340] 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-09-27T15:31:09.6983386Z [4343/6340] 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-09-27T15:31:09.6984706Z [4344/6340] 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-09-27T15:31:09.7227875Z [4344/6340] 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-09-27T15:31:09.7229165Z [4345/6340] 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-09-27T15:31:09.7903542Z [4345/6340] 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-09-27T15:31:09.7904699Z [4346/6340] 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-09-27T15:31:09.8123016Z [4346/6340] 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-09-27T15:31:09.8124924Z [4347/6340] 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-09-27T15:31:09.8973460Z [4347/6340] 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-09-27T15:31:09.8975077Z [4348/6340] 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-09-27T15:31:09.9362052Z [4348/6340] 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-09-27T15:31:09.9363206Z [4349/6340] 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-09-27T15:31:09.9857142Z [4349/6340] 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-09-27T15:31:09.9858322Z [4350/6340] 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-09-27T15:31:10.0241853Z [4350/6340] 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-09-27T15:31:10.0242945Z [4351/6340] 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-09-27T15:31:10.0849144Z [4351/6340] 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-09-27T15:31:10.0849790Z [4352/6340] 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-09-27T15:31:10.1387883Z [4352/6340] 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-09-27T15:31:10.1389065Z [4353/6340] 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-09-27T15:31:10.1512881Z [4353/6340] 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-09-27T15:31:10.1513552Z [4354/6340] 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-09-27T15:31:10.1744296Z [4354/6340] 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-09-27T15:31:10.1745592Z [4355/6340] 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-09-27T15:31:10.2765656Z [4355/6340] 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-09-27T15:31:10.2766821Z [4356/6340] 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-09-27T15:31:10.2804441Z [4356/6340] 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-09-27T15:31:10.2805753Z [4357/6340] 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-09-27T15:31:10.3480648Z [4357/6340] 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-09-27T15:31:10.3481799Z [4358/6340] 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-09-27T15:31:10.3748919Z [4358/6340] 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-09-27T15:31:10.3749751Z [4359/6340] 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-09-27T15:31:10.3965356Z [4359/6340] 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-09-27T15:31:10.3966456Z [4360/6340] 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-09-27T15:31:10.4528312Z [4360/6340] 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-09-27T15:31:10.4529451Z [4361/6340] 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-09-27T15:31:10.5230561Z [4361/6340] 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-09-27T15:31:10.5231643Z [4362/6340] 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-09-27T15:31:10.5582291Z [4362/6340] 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-09-27T15:31:10.5583386Z [4363/6340] 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-09-27T15:31:10.6086678Z [4363/6340] 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-09-27T15:31:10.6087330Z [4364/6340] 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-09-27T15:31:10.6258038Z [4364/6340] 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-09-27T15:31:10.6259370Z [4365/6340] 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-09-27T15:31:10.6854799Z [4365/6340] 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-09-27T15:31:10.6855932Z [4366/6340] 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-09-27T15:31:10.6893670Z [4366/6340] 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-09-27T15:31:10.6895031Z [4367/6340] 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-09-27T15:31:10.7872428Z [4367/6340] 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-09-27T15:31:10.7873464Z [4368/6340] 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-09-27T15:31:10.8357424Z [4368/6340] 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-09-27T15:31:10.8358575Z [4369/6340] 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-09-27T15:31:10.8422525Z [4369/6340] 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-09-27T15:31:10.8423697Z [4370/6340] 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-09-27T15:31:10.9130847Z [4370/6340] 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-09-27T15:31:10.9131857Z [4371/6340] 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-09-27T15:31:10.9357148Z [4371/6340] 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-09-27T15:31:10.9357757Z [4372/6340] 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-09-27T15:31:10.9364082Z [4372/6340] 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-09-27T15:31:10.9364857Z [4373/6340] 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-09-27T15:31:11.0649832Z [4373/6340] 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-09-27T15:31:11.0650540Z [4374/6340] 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-09-27T15:31:11.1080413Z [4374/6340] 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-09-27T15:31:11.1081571Z [4375/6340] 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-09-27T15:31:11.1198033Z [4375/6340] 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-09-27T15:31:11.1199251Z [4376/6340] 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-09-27T15:31:11.1674695Z [4376/6340] 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-09-27T15:31:11.1675301Z [4377/6340] 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-09-27T15:31:11.1695683Z [4377/6340] 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-09-27T15:31:11.1696523Z [4378/6340] 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-09-27T15:31:11.2071023Z [4378/6340] 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-09-27T15:31:11.2071988Z [4379/6340] 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-09-27T15:31:11.2975687Z [4379/6340] 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-09-27T15:31:11.2980124Z [4380/6340] 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-09-27T15:31:11.3793540Z [4380/6340] 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-09-27T15:31:11.3794722Z [4381/6340] 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-09-27T15:31:11.3940825Z [4381/6340] 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-09-27T15:31:11.3941970Z [4382/6340] 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-09-27T15:31:11.4027433Z [4382/6340] 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-09-27T15:31:11.4028506Z [4383/6340] 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-09-27T15:31:11.4505989Z [4383/6340] 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-09-27T15:31:11.4506779Z [4384/6340] 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-09-27T15:31:11.4713193Z [4384/6340] 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-09-27T15:31:11.4713860Z [4385/6340] 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-09-27T15:31:11.5506615Z [4385/6340] 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-09-27T15:31:11.5507792Z [4386/6340] 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-09-27T15:31:11.6520262Z [4386/6340] 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-09-27T15:31:11.6520989Z [4387/6340] 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-09-27T15:31:11.6853488Z [4387/6340] 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-09-27T15:31:11.6854890Z [4388/6340] 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-09-27T15:31:11.6860995Z [4388/6340] 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-09-27T15:31:11.6862155Z [4389/6340] 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-09-27T15:31:11.7427002Z [4389/6340] 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-09-27T15:31:11.7427713Z [4390/6340] 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-09-27T15:31:11.7461709Z [4390/6340] 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-09-27T15:31:11.7462897Z [4391/6340] 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-09-27T15:31:11.8072885Z [4391/6340] 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-09-27T15:31:11.8073912Z [4392/6340] 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-09-27T15:31:11.9097914Z [4392/6340] 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-09-27T15:31:11.9099095Z [4393/6340] 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-09-27T15:31:11.9299059Z [4393/6340] 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-09-27T15:31:11.9300290Z [4394/6340] 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-09-27T15:31:11.9545282Z [4394/6340] 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-09-27T15:31:11.9545990Z [4395/6340] 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-09-27T15:31:11.9897062Z [4395/6340] 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-09-27T15:31:11.9898521Z [4396/6340] 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-09-27T15:31:11.9993083Z [4396/6340] 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-09-27T15:31:11.9993881Z [4397/6340] 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-09-27T15:31:12.0741844Z [4397/6340] 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-09-27T15:31:12.0743198Z [4398/6340] 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-09-27T15:31:12.1602916Z [4398/6340] 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-09-27T15:31:12.1604046Z [4399/6340] 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-09-27T15:31:12.1888133Z [4399/6340] 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-09-27T15:31:12.1893090Z [4400/6340] 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-09-27T15:31:12.2209337Z [4400/6340] 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-09-27T15:31:12.2210172Z [4401/6340] 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-09-27T15:31:12.2407223Z [4401/6340] 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-09-27T15:31:12.2407887Z [4402/6340] 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-09-27T15:31:12.2591284Z [4402/6340] 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-09-27T15:31:12.2592447Z [4403/6340] 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-09-27T15:31:12.3369956Z [4403/6340] 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-09-27T15:31:12.3375713Z [4404/6340] 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-09-27T15:31:12.4294364Z [4404/6340] 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-09-27T15:31:12.4295742Z [4405/6340] 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-09-27T15:31:12.4597900Z [4405/6340] 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-09-27T15:31:12.4679925Z [4406/6340] 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-09-27T15:31:12.4680691Z [4406/6340] 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-09-27T15:31:12.4681540Z [4407/6340] 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-09-27T15:31:12.5032267Z [4407/6340] 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-09-27T15:31:12.5033365Z [4408/6340] 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-09-27T15:31:12.5163330Z [4408/6340] 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-09-27T15:31:12.5164627Z [4409/6340] 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-09-27T15:31:12.5868071Z [4409/6340] 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-09-27T15:31:12.5869181Z [4410/6340] 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-09-27T15:31:12.7156516Z [4410/6340] 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-09-27T15:31:12.7157743Z [4411/6340] 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-09-27T15:31:12.7308460Z [4411/6340] 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-09-27T15:31:12.7309645Z [4412/6340] 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-09-27T15:31:12.7411935Z [4412/6340] 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-09-27T15:31:12.7413141Z [4413/6340] 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-09-27T15:31:12.7781608Z [4413/6340] 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-09-27T15:31:12.7782900Z [4414/6340] 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-09-27T15:31:12.7815951Z [4414/6340] 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-09-27T15:31:12.7817105Z [4415/6340] 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-09-27T15:31:12.8411262Z [4415/6340] 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-09-27T15:31:12.8412442Z [4416/6340] 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-09-27T15:31:12.9613225Z [4416/6340] 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-09-27T15:31:12.9614357Z [4417/6340] 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-09-27T15:31:13.0029749Z [4417/6340] 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-09-27T15:31:13.0030941Z [4418/6340] 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-09-27T15:31:13.0153344Z [4418/6340] 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-09-27T15:31:13.0154112Z [4419/6340] 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-09-27T15:31:13.0684215Z [4419/6340] 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-09-27T15:31:13.0685422Z [4420/6340] 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-09-27T15:31:13.0794891Z [4420/6340] 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-09-27T15:31:13.0795588Z [4421/6340] 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-09-27T15:31:13.1083958Z [4421/6340] 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-09-27T15:31:13.1085038Z [4422/6340] 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-09-27T15:31:13.2016626Z [4422/6340] 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-09-27T15:31:13.2018922Z [4423/6340] 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-09-27T15:31:13.2478565Z [4423/6340] 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-09-27T15:31:13.2481874Z [4424/6340] 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-09-27T15:31:13.3038441Z [4424/6340] 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-09-27T15:31:13.3039663Z [4425/6340] 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-09-27T15:31:13.3355373Z [4425/6340] 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-09-27T15:31:13.3356488Z [4426/6340] 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-09-27T15:31:13.3663129Z [4426/6340] 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-09-27T15:31:13.3664942Z [4427/6340] 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-09-27T15:31:13.3700281Z [4427/6340] 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-09-27T15:31:13.3702019Z [4428/6340] 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-09-27T15:31:13.4735419Z [4428/6340] 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-09-27T15:31:13.4736594Z [4429/6340] 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-09-27T15:31:13.4778296Z [4429/6340] 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-09-27T15:31:13.4779781Z [4430/6340] 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-09-27T15:31:13.5350738Z [4430/6340] 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-09-27T15:31:13.5351418Z [4431/6340] 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-09-27T15:31:13.6177894Z [4431/6340] 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-09-27T15:31:13.6179088Z [4432/6340] 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-09-27T15:31:13.6445961Z [4432/6340] 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-09-27T15:31:13.6447056Z [4433/6340] 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-09-27T15:31:13.6492159Z [4433/6340] 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-09-27T15:31:13.6496572Z [4434/6340] 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-09-27T15:31:13.7523240Z [4434/6340] 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-09-27T15:31:13.7524402Z [4435/6340] 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-09-27T15:31:13.7554402Z [4435/6340] 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-09-27T15:31:13.7555511Z [4436/6340] 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-09-27T15:31:13.7829502Z [4436/6340] 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-09-27T15:31:13.7832039Z [4437/6340] 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-09-27T15:31:13.8519330Z [4437/6340] 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-09-27T15:31:13.8520550Z [4438/6340] 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-09-27T15:31:13.9053208Z [4438/6340] 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-09-27T15:31:13.9054192Z [4439/6340] 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-09-27T15:31:13.9543462Z [4439/6340] 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-09-27T15:31:13.9544469Z [4440/6340] 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-09-27T15:31:14.0100564Z [4440/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-09-27T15:31:14.0102468Z [4441/6340] 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-09-27T15:31:14.0444651Z [4441/6340] 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-09-27T15:31:14.0445624Z [4442/6340] 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-09-27T15:31:14.0882964Z [4442/6340] 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-09-27T15:31:14.0887429Z [4443/6340] 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-09-27T15:31:14.1432109Z [4443/6340] 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-09-27T15:31:14.1433147Z [4444/6340] 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-09-27T15:31:14.1479237Z [4444/6340] 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-09-27T15:31:14.1483468Z [4445/6340] 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-09-27T15:31:14.2385492Z [4445/6340] 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-09-27T15:31:14.2386824Z [4446/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-09-27T15:31:14.2621422Z [4446/6340] 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-09-27T15:31:14.2622543Z [4447/6340] 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-09-27T15:31:14.2976446Z [4447/6340] 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-09-27T15:31:14.2977808Z [4448/6340] 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-09-27T15:31:14.3795152Z [4448/6340] 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-09-27T15:31:14.3796160Z [4449/6340] 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-09-27T15:31:14.4292913Z [4449/6340] 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-09-27T15:31:14.4294010Z [4450/6340] 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-09-27T15:31:14.4386426Z [4450/6340] 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-09-27T15:31:14.4387516Z [4451/6340] 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-09-27T15:31:14.5530419Z [4451/6340] 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-09-27T15:31:14.5531789Z [4452/6340] 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-09-27T15:31:14.5765294Z [4452/6340] 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-09-27T15:31:14.5766413Z [4453/6340] 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-09-27T15:31:14.6062789Z [4453/6340] 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-09-27T15:31:14.6063885Z [4454/6340] 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-09-27T15:31:14.6291131Z [4454/6340] 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-09-27T15:31:14.6292135Z [4455/6340] 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-09-27T15:31:14.6889854Z [4455/6340] 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-09-27T15:31:14.6890796Z [4456/6340] 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-09-27T15:31:14.7389628Z [4456/6340] 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-09-27T15:31:14.7391036Z [4457/6340] 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-09-27T15:31:14.8537812Z [4457/6340] 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-09-27T15:31:14.8538927Z [4458/6340] 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-09-27T15:31:14.8835829Z [4458/6340] 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-09-27T15:31:14.8836877Z [4459/6340] 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-09-27T15:31:14.9162127Z [4459/6340] 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-09-27T15:31:14.9163586Z [4460/6340] 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-09-27T15:31:14.9291737Z [4460/6340] 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-09-27T15:31:14.9292458Z [4461/6340] 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-09-27T15:31:15.0137694Z [4461/6340] 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-09-27T15:31:15.0138706Z [4462/6340] 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-09-27T15:31:15.0331882Z [4462/6340] 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-09-27T15:31:15.0332911Z [4463/6340] 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-09-27T15:31:15.1099668Z [4463/6340] 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-09-27T15:31:15.1100731Z [4464/6340] 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-09-27T15:31:15.1642197Z [4464/6340] 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-09-27T15:31:15.1643192Z [4465/6340] 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-09-27T15:31:15.1876508Z [4465/6340] 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-09-27T15:31:15.1877123Z [4466/6340] 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-09-27T15:31:15.2085802Z [4466/6340] 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-09-27T15:31:15.2086802Z [4467/6340] 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-09-27T15:31:15.2783743Z [4467/6340] 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-09-27T15:31:15.2784898Z [4468/6340] 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-09-27T15:31:15.2919925Z [4468/6340] 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-09-27T15:31:15.2920991Z [4469/6340] 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-09-27T15:31:15.3779441Z [4469/6340] 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-09-27T15:31:15.3780651Z [4470/6340] 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-09-27T15:31:15.4635144Z [4470/6340] 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-09-27T15:31:15.4636247Z [4471/6340] 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-09-27T15:31:15.4971235Z [4471/6340] 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-09-27T15:31:15.4972271Z [4472/6340] 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-09-27T15:31:15.5152429Z [4472/6340] 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-09-27T15:31:15.5153510Z [4473/6340] 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-09-27T15:31:15.5555405Z [4473/6340] 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-09-27T15:31:15.5556060Z [4474/6340] 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-09-27T15:31:15.5710110Z [4474/6340] 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-09-27T15:31:15.5711169Z [4475/6340] 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-09-27T15:31:15.6487556Z [4475/6340] 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-09-27T15:31:15.6488747Z [4476/6340] 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-09-27T15:31:15.6849523Z [4476/6340] 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-09-27T15:31:15.6850461Z [4477/6340] 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-09-27T15:31:15.8311908Z [4477/6340] 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-09-27T15:31:15.8312612Z [4478/6340] 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-09-27T15:31:15.8419509Z [4478/6340] 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-09-27T15:31:15.8420108Z [4479/6340] 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-09-27T15:31:15.8447767Z [4479/6340] 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-09-27T15:31:15.8449280Z [4480/6340] 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-09-27T15:31:15.8764653Z [4480/6340] 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-09-27T15:31:15.8765622Z [4481/6340] 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-09-27T15:31:15.9453025Z [4481/6340] 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-09-27T15:31:15.9454013Z [4482/6340] 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-09-27T15:31:15.9792666Z [4482/6340] 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-09-27T15:31:15.9793779Z [4483/6340] 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-09-27T15:31:16.1134860Z [4483/6340] 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-09-27T15:31:16.1136119Z [4484/6340] 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-09-27T15:31:16.1271178Z [4484/6340] 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-09-27T15:31:16.1272267Z [4485/6340] 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-09-27T15:31:16.1429854Z [4485/6340] 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-09-27T15:31:16.1430885Z [4486/6340] 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-09-27T15:31:16.1695528Z [4486/6340] 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-09-27T15:31:16.1696661Z [4487/6340] 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-09-27T15:31:16.2083106Z [4487/6340] 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-09-27T15:31:16.2084154Z [4488/6340] 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-09-27T15:31:16.2276951Z [4488/6340] 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-09-27T15:31:16.2277913Z [4489/6340] 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-09-27T15:31:16.3966196Z [4489/6340] 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-09-27T15:31:16.3966934Z [4490/6340] 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-09-27T15:31:16.4298650Z [4490/6340] 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-09-27T15:31:16.4299417Z [4491/6340] 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-09-27T15:31:16.4361255Z [4491/6340] 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-09-27T15:31:16.4362304Z [4492/6340] 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-09-27T15:31:16.4542698Z [4492/6340] 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-09-27T15:31:16.4543461Z [4493/6340] 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-09-27T15:31:16.5308272Z [4493/6340] 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-09-27T15:31:16.5422024Z [4494/6340] 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-09-27T15:31:16.5423014Z [4494/6340] 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-09-27T15:31:16.5428798Z [4495/6340] 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-09-27T15:31:16.6499934Z [4495/6340] 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-09-27T15:31:16.6502508Z [4496/6340] 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-09-27T15:31:16.7022635Z [4496/6340] 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-09-27T15:31:16.7023229Z [4497/6340] 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-09-27T15:31:16.7104839Z [4497/6340] 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-09-27T15:31:16.7105468Z [4498/6340] 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-09-27T15:31:16.7710546Z [4498/6340] 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-09-27T15:31:16.7711550Z [4499/6340] 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-09-27T15:31:16.8519595Z [4499/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization_kernels.cpp.o 2022-09-27T15:31:16.8520969Z [4500/6340] 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-09-27T15:31:16.9033332Z [4500/6340] 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-09-27T15:31:16.9034033Z [4501/6340] 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-09-27T15:31:16.9466581Z [4501/6340] 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-09-27T15:31:16.9467810Z [4502/6340] 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-09-27T15:31:16.9670825Z [4502/6340] 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-09-27T15:31:16.9671529Z [4503/6340] 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-09-27T15:31:16.9801065Z [4503/6340] 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-09-27T15:31:16.9802306Z [4504/6340] 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-09-27T15:31:17.0350236Z [4504/6340] 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-09-27T15:31:17.0351280Z [4505/6340] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization_kernels.cpp.o 2022-09-27T15:31:17.1603401Z [4505/6340] 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-09-27T15:31:17.1604436Z [4506/6340] 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-09-27T15:31:17.1633139Z [4506/6340] 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-09-27T15:31:17.1633743Z [4507/6340] 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-09-27T15:31:17.1842251Z [4507/6340] 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-09-27T15:31:17.1843342Z [4508/6340] 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-09-27T15:31:17.2833812Z [4508/6340] 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-09-27T15:31:17.2834874Z [4509/6340] 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-09-27T15:31:17.2838092Z [4509/6340] 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-09-27T15:31:17.2839762Z [4510/6340] 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-09-27T15:31:17.3119888Z [4510/6340] 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-09-27T15:31:17.3120540Z [4511/6340] 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-09-27T15:31:17.4784458Z [4511/6340] 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-09-27T15:31:17.4786936Z [4512/6340] 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-09-27T15:31:17.4926949Z [4512/6340] 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-09-27T15:31:17.4928011Z [4513/6340] 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-09-27T15:31:17.5023815Z [4513/6340] 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-09-27T15:31:17.5024573Z [4514/6340] 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-09-27T15:31:17.5766444Z [4514/6340] 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-09-27T15:31:17.5767516Z [4515/6340] 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-09-27T15:31:17.5772584Z [4515/6340] 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-09-27T15:31:17.5773726Z [4516/6340] 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-09-27T15:31:17.6103058Z [4516/6340] 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-09-27T15:31:17.6104144Z [4517/6340] 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-09-27T15:31:17.7380980Z [4517/6340] 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-09-27T15:31:17.7382009Z [4518/6340] 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-09-27T15:31:17.7643823Z [4518/6340] 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-09-27T15:31:17.7644916Z [4519/6340] 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-09-27T15:31:17.7882170Z [4519/6340] 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-09-27T15:31:17.7883205Z [4520/6340] 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-09-27T15:31:17.8265468Z [4520/6340] 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-09-27T15:31:17.8266542Z [4521/6340] 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-09-27T15:31:17.8709463Z [4521/6340] 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-09-27T15:31:17.8710620Z [4522/6340] 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-09-27T15:31:17.9036995Z [4522/6340] 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-09-27T15:31:17.9038728Z [4523/6340] 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-09-27T15:31:17.9923297Z [4523/6340] 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-09-27T15:31:17.9924399Z [4524/6340] 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-09-27T15:31:18.0058003Z [4524/6340] 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-09-27T15:31:18.0059056Z [4525/6340] 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-09-27T15:31:18.0516927Z [4525/6340] 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-09-27T15:31:18.0518000Z [4526/6340] 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-09-27T15:31:18.0547174Z [4526/6340] 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-09-27T15:31:18.0548349Z [4527/6340] 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-09-27T15:31:18.2105752Z [4527/6340] 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-09-27T15:31:18.2106841Z [4528/6340] 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-09-27T15:31:18.2700839Z [4528/6340] 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-09-27T15:31:18.2701949Z [4529/6340] 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-09-27T15:31:18.2859136Z [4529/6340] 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-09-27T15:31:18.2860255Z [4530/6340] 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-09-27T15:31:18.3160550Z [4530/6340] 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-09-27T15:31:18.3161635Z [4531/6340] 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-09-27T15:31:18.3348475Z [4531/6340] 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-09-27T15:31:18.3349540Z [4532/6340] 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-09-27T15:31:18.3412396Z [4532/6340] 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-09-27T15:31:18.3413449Z [4533/6340] 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-09-27T15:31:18.4386096Z [4533/6340] 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-09-27T15:31:18.4387488Z [4534/6340] 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-09-27T15:31:18.5320346Z [4534/6340] 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-09-27T15:31:18.5320962Z [4535/6340] 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-09-27T15:31:18.5906044Z [4535/6340] 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-09-27T15:31:18.5907129Z [4536/6340] 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-09-27T15:31:18.6039915Z [4536/6340] 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-09-27T15:31:18.6040531Z [4537/6340] 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-09-27T15:31:18.6212025Z [4537/6340] 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-09-27T15:31:18.6213035Z [4538/6340] 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-09-27T15:31:18.6288182Z [4538/6340] 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-09-27T15:31:18.6288855Z [4539/6340] 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-09-27T15:31:18.6827564Z [4539/6340] 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-09-27T15:31:18.6828706Z [4540/6340] 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-09-27T15:31:18.8025316Z [4540/6340] 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-09-27T15:31:18.8026431Z [4541/6340] 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-09-27T15:31:18.8187973Z [4541/6340] 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-09-27T15:31:18.8189052Z [4542/6340] 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-09-27T15:31:18.8365302Z [4542/6340] 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-09-27T15:31:18.8366456Z [4543/6340] 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-09-27T15:31:18.9006406Z [4543/6340] 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-09-27T15:31:18.9007792Z [4544/6340] 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-09-27T15:31:18.9368704Z [4544/6340] 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-09-27T15:31:18.9369806Z [4545/6340] 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-09-27T15:31:18.9934163Z [4545/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-09-27T15:31:18.9935611Z [4546/6340] 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-09-27T15:31:19.0827120Z [4546/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-09-27T15:31:19.0828030Z [4547/6340] 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-09-27T15:31:19.1038176Z [4547/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-09-27T15:31:19.1038835Z [4548/6340] 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-09-27T15:31:19.1531384Z [4548/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-09-27T15:31:19.1532195Z [4549/6340] 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-09-27T15:31:19.1610254Z [4549/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-09-27T15:31:19.1610890Z [4550/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-09-27T15:31:19.1981749Z [4550/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/infer_type.cpp.o 2022-09-27T15:31:19.1982479Z [4551/6340] 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-09-27T15:31:19.2040913Z [4551/6340] Linking CXX static library lib/libdnnl.a 2022-09-27T15:31:19.2041566Z [4552/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-09-27T15:31:19.3332307Z [4552/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-09-27T15:31:19.3333382Z [4553/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-09-27T15:31:19.4200380Z [4553/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-09-27T15:31:19.4201397Z [4554/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-09-27T15:31:19.4508395Z [4554/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-09-27T15:31:19.4509197Z [4555/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-09-27T15:31:19.4664402Z [4555/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-09-27T15:31:19.4668031Z [4556/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-09-27T15:31:19.4825627Z [4556/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-09-27T15:31:19.4827056Z [4557/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/infer_type.cpp.o 2022-09-27T15:31:19.6384174Z [4557/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-09-27T15:31:19.6384793Z [4558/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-09-27T15:31:19.6879598Z [4558/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-09-27T15:31:19.6880421Z [4559/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-09-27T15:31:19.7059920Z [4559/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-09-27T15:31:19.7060526Z [4560/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-09-27T15:31:19.7661070Z [4560/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-09-27T15:31:19.7661722Z [4561/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-09-27T15:31:19.7968152Z [4561/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-09-27T15:31:19.7969514Z [4562/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-09-27T15:31:19.9486613Z [4562/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-09-27T15:31:19.9487681Z [4563/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-09-27T15:31:20.0149628Z [4563/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-09-27T15:31:20.0150361Z [4564/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-09-27T15:31:20.0316939Z [4564/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-09-27T15:31:20.0318113Z [4565/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-09-27T15:31:20.0590919Z [4565/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-09-27T15:31:20.0591673Z [4566/6340] Linking CXX static library lib/libdnnl.a 2022-09-27T15:31:20.0666675Z [4566/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-09-27T15:31:20.0667768Z [4567/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-09-27T15:31:20.0958674Z [4567/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-09-27T15:31:20.0959317Z [4568/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-09-27T15:31:20.1959031Z [4568/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-09-27T15:31:20.1965333Z [4569/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-09-27T15:31:20.2980337Z [4569/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-09-27T15:31:20.2981589Z [4570/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-09-27T15:31:20.3532975Z [4570/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-09-27T15:31:20.3533810Z [4571/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-09-27T15:31:20.3632367Z [4571/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-09-27T15:31:20.3633200Z [4572/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-09-27T15:31:20.3832713Z [4572/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-09-27T15:31:20.3833934Z [4573/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-09-27T15:31:20.4167946Z [4573/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-09-27T15:31:20.4168946Z [4574/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-09-27T15:31:20.5084037Z [4574/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-09-27T15:31:20.5084694Z [4575/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-09-27T15:31:20.5690061Z [4575/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-09-27T15:31:20.5691115Z [4576/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-09-27T15:31:20.6129933Z [4576/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-09-27T15:31:20.6130561Z [4577/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-09-27T15:31:20.6221512Z [4577/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-09-27T15:31:20.6222510Z [4578/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-09-27T15:31:20.6522097Z [4578/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-09-27T15:31:20.6522874Z [4579/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-09-27T15:31:20.6663955Z [4579/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-09-27T15:31:20.6664559Z [4580/6340] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-09-27T15:31:20.6738087Z [4580/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-09-27T15:31:20.6738668Z [4581/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-09-27T15:31:20.6902555Z [4581/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-09-27T15:31:20.6903208Z [4582/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-09-27T15:31:20.8357643Z [4582/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-09-27T15:31:20.8358643Z [4583/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-09-27T15:31:20.8389607Z [4583/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-09-27T15:31:20.8390332Z [4584/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-09-27T15:31:20.8655983Z [4584/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-09-27T15:31:20.8656584Z [4585/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-09-27T15:31:20.8737681Z [4585/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-09-27T15:31:20.8738553Z [4586/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-09-27T15:31:20.9017954Z [4586/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-09-27T15:31:20.9018543Z [4587/6340] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-09-27T15:31:20.9167992Z [4587/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-09-27T15:31:20.9168913Z [4588/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-09-27T15:31:21.0390051Z [4588/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-09-27T15:31:21.0390921Z [4589/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-09-27T15:31:21.0530475Z [4589/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-09-27T15:31:21.0531459Z [4590/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-09-27T15:31:21.0839827Z [4590/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-09-27T15:31:21.0840452Z [4591/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-09-27T15:31:21.1020074Z [4591/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-09-27T15:31:21.1020978Z [4592/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-09-27T15:31:21.1299605Z [4592/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-09-27T15:31:21.1300593Z [4593/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-09-27T15:31:21.1807301Z [4593/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-09-27T15:31:21.1808194Z [4594/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-09-27T15:31:21.2599783Z [4594/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-09-27T15:31:21.2600436Z [4595/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-09-27T15:31:21.2718237Z [4595/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-09-27T15:31:21.2718804Z [4596/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-09-27T15:31:21.2965001Z [4596/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-09-27T15:31:21.2966015Z [4597/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-09-27T15:31:21.3150643Z [4597/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-09-27T15:31:21.3151661Z [4598/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-09-27T15:31:21.3764819Z [4598/6340] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-09-27T15:31:21.3765660Z [4599/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-09-27T15:31:21.4254325Z [4599/6340] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-09-27T15:31:21.4255598Z [4600/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-09-27T15:31:21.4692504Z [4600/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-09-27T15:31:21.4694414Z [4601/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-09-27T15:31:21.4919917Z [4601/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-09-27T15:31:21.4920802Z [4602/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-09-27T15:31:21.5455211Z [4602/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-09-27T15:31:21.5456277Z [4603/6340] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-09-27T15:31:21.5747360Z [4603/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-09-27T15:31:21.5748250Z [4604/6340] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-09-27T15:31:21.6703802Z [4604/6340] Linking CXX static library lib/libdnnl_graph.a 2022-09-27T15:31:21.6707034Z [4605/6340] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-09-27T15:31:21.6834220Z [4605/6340] Linking CXX static library lib/libfmt.a 2022-09-27T15:31:21.6834740Z [4606/6340] Linking CXX static library lib/libfmt.a 2022-09-27T15:31:21.6848072Z [4606/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-09-27T15:31:21.6849082Z [4607/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-09-27T15:31:21.7268864Z [4607/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-09-27T15:31:21.7269621Z [4608/6340] Linking CXX static library lib/libdnnl_graph.a 2022-09-27T15:31:21.7592628Z [4608/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-09-27T15:31:21.7593177Z [4609/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-09-27T15:31:21.8186803Z [4609/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-09-27T15:31:21.8187337Z [4610/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-09-27T15:31:21.8324813Z [4610/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-09-27T15:31:21.8325639Z [4611/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-09-27T15:31:21.9772052Z [4611/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-09-27T15:31:21.9772964Z [4612/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-09-27T15:31:21.9934710Z [4612/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-09-27T15:31:21.9935872Z [4613/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-09-27T15:31:22.0289284Z [4613/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-09-27T15:31:22.0290203Z [4614/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-09-27T15:31:22.0306157Z [4614/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-09-27T15:31:22.0307335Z [4615/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-09-27T15:31:22.0837358Z [4615/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-09-27T15:31:22.0838201Z [4616/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-09-27T15:31:22.1035855Z [4616/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-09-27T15:31:22.1037229Z [4617/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-09-27T15:31:22.1393908Z [4617/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-09-27T15:31:22.1394777Z [4618/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-09-27T15:31:22.2374133Z [4618/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-09-27T15:31:22.2376351Z [4619/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-09-27T15:31:22.3378028Z [4619/6340] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-09-27T15:31:22.3378788Z [4620/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-09-27T15:31:22.3379734Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/Logger.cpp:28:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas] 2022-09-27T15:31:22.3380469Z #pragma GCC diagnostic ignored "-Wglobal-constructors" 2022-09-27T15:31:22.3418627Z ^~~~~~~~~~~~~~~~~~~~~~~ 2022-09-27T15:31:22.3418809Z 2022-09-27T15:31:22.3472484Z [4620/6340] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-09-27T15:31:22.3473351Z [4621/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-09-27T15:31:22.3780506Z [4621/6340] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-09-27T15:31:22.3780984Z [4622/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-09-27T15:31:22.3871049Z [4622/6340] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-09-27T15:31:22.3871533Z [4623/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-09-27T15:31:22.4031741Z [4623/6340] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-09-27T15:31:22.4032235Z [4624/6340] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-09-27T15:31:22.4280894Z [4624/6340] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-09-27T15:31:22.4281738Z [4625/6340] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-09-27T15:31:22.4580289Z [4625/6340] Linking CXX static library lib/libkineto.a 2022-09-27T15:31:22.4580768Z [4626/6340] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-09-27T15:31:22.4623521Z [4626/6340] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-09-27T15:31:22.4624167Z [4627/6340] Linking CXX static library lib/libkineto.a 2022-09-27T15:31:22.6270540Z [4627/6340] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-09-27T15:31:22.6270997Z [4628/6340] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-09-27T15:31:22.6281282Z [4628/6340] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-09-27T15:31:22.6281951Z [4629/6340] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-09-27T15:31:22.6408439Z [4629/6340] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-09-27T15:31:22.6409391Z [4630/6340] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-09-27T15:31:22.6852062Z [4630/6340] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-09-27T15:31:22.6852819Z [4631/6340] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-09-27T15:31:22.7233618Z [4631/6340] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-09-27T15:31:22.7234392Z [4632/6340] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-09-27T15:31:22.7380482Z [4632/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-09-27T15:31:22.7381162Z [4633/6340] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-09-27T15:31:22.7935496Z [4633/6340] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-09-27T15:31:22.7936392Z [4634/6340] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-09-27T15:31:22.8698706Z [4634/6340] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-09-27T15:31:22.8699463Z [4635/6340] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-09-27T15:31:22.9541075Z [4635/6340] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-09-27T15:31:22.9541579Z [4636/6340] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-09-27T15:31:22.9816869Z [4636/6340] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-09-27T15:31:22.9817812Z [4637/6340] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-09-27T15:31:22.9975397Z [4637/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-09-27T15:31:22.9976178Z [4638/6340] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-09-27T15:31:23.0499047Z [4638/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloatNodeImpl.cpp.o 2022-09-27T15:31:23.0499835Z [4639/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-09-27T15:31:23.0727147Z [4639/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-09-27T15:31:23.0727833Z [4640/6340] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-09-27T15:31:23.1714204Z [4640/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-09-27T15:31:23.1714662Z [4641/6340] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-09-27T15:31:23.1830548Z [4641/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntNodeImpl.cpp.o 2022-09-27T15:31:23.1831259Z [4642/6340] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-09-27T15:31:23.2374845Z [4642/6340] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-09-27T15:31:23.2375723Z [4643/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-09-27T15:31:23.2388766Z [4643/6340] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-09-27T15:31:23.2389729Z [4644/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloatNodeImpl.cpp.o 2022-09-27T15:31:23.2838880Z [4644/6340] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-09-27T15:31:23.2839679Z [4645/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-09-27T15:31:23.3219382Z [4645/6340] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-09-27T15:31:23.3220119Z [4646/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-09-27T15:31:23.3826840Z [4646/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-09-27T15:31:23.3827575Z [4647/6340] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntNodeImpl.cpp.o 2022-09-27T15:31:23.4928508Z [4647/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-09-27T15:31:23.4929199Z [4648/6340] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-09-27T15:31:23.5263152Z [4648/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-09-27T15:31:23.5263932Z [4649/6340] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-09-27T15:31:23.5722963Z [4649/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-09-27T15:31:23.5723449Z [4650/6340] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-09-27T15:31:23.5913078Z [4650/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-09-27T15:31:23.5913885Z [4651/6340] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-09-27T15:31:23.5951950Z [4651/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-09-27T15:31:23.5952923Z [4652/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-09-27T15:31:23.6038731Z [4652/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-09-27T15:31:23.6039585Z [4653/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-09-27T15:31:23.7711957Z [4653/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-09-27T15:31:23.7712441Z [4654/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-09-27T15:31:23.7848681Z [4654/6340] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-09-27T15:31:23.7849165Z [4655/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-09-27T15:31:23.7943425Z [4655/6340] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-09-27T15:31:23.7944548Z [4656/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-09-27T15:31:23.8886199Z [4656/6340] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-09-27T15:31:23.8887024Z [4657/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-09-27T15:31:23.8890444Z [4657/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-09-27T15:31:23.8891140Z [4658/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-09-27T15:31:23.9083327Z [4658/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-09-27T15:31:23.9084302Z [4659/6340] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-09-27T15:31:24.0156199Z [4659/6340] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-09-27T15:31:24.0156608Z [4660/6340] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-09-27T15:31:24.0389855Z [4660/6340] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-09-27T15:31:24.0390403Z [4661/6340] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-09-27T15:31:24.0686324Z [4661/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-09-27T15:31:24.0687207Z [4662/6340] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-09-27T15:31:24.1099754Z [4662/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-09-27T15:31:24.1100441Z [4663/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-09-27T15:31:24.1292186Z [4663/6340] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-09-27T15:31:24.1292861Z [4664/6340] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-09-27T15:31:24.1955528Z [4664/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-09-27T15:31:24.1956229Z [4665/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-09-27T15:31:24.2047107Z [4665/6340] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-09-27T15:31:24.2047888Z [4666/6340] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-09-27T15:31:24.2650090Z [4666/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-09-27T15:31:24.2650841Z [4667/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-09-27T15:31:24.2924192Z [4667/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-09-27T15:31:24.2924839Z [4668/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-09-27T15:31:24.3396251Z [4668/6340] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-09-27T15:31:24.3397204Z [4669/6340] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-09-27T15:31:24.3742812Z [4669/6340] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-09-27T15:31:24.3743527Z [4670/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-09-27T15:31:24.3996957Z [4670/6340] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-09-27T15:31:24.3997702Z [4671/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-09-27T15:31:24.4233138Z [4671/6340] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-09-27T15:31:24.4233905Z [4672/6340] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-09-27T15:31:24.4730572Z [4672/6340] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-09-27T15:31:24.4731258Z [4673/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-09-27T15:31:24.4934395Z [4673/6340] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-09-27T15:31:24.4936177Z [4674/6340] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-09-27T15:31:24.5722700Z [4674/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-09-27T15:31:24.5723505Z [4675/6340] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-09-27T15:31:24.5916480Z [4675/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-09-27T15:31:24.5917076Z [4676/6340] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-09-27T15:31:24.6457735Z [4676/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-09-27T15:31:24.6458197Z [4677/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-09-27T15:31:24.6516514Z [4677/6340] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-09-27T15:31:24.6516969Z [4678/6340] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-09-27T15:31:24.6547281Z [4678/6340] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-09-27T15:31:24.6548024Z [4679/6340] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-09-27T15:31:24.6640653Z [4679/6340] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-09-27T15:31:24.6641415Z [4680/6340] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-09-27T15:31:24.6674138Z [4680/6340] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-09-27T15:31:24.6674893Z [4681/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-09-27T15:31:24.7125276Z [4681/6340] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-09-27T15:31:24.7125937Z [4682/6340] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-09-27T15:31:24.8287252Z [4682/6340] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-09-27T15:31:24.8287952Z [4683/6340] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-09-27T15:31:24.8692123Z [4683/6340] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-09-27T15:31:24.8692843Z [4684/6340] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-09-27T15:31:24.9115230Z [4684/6340] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-09-27T15:31:24.9116202Z [4685/6340] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-09-27T15:31:24.9275123Z [4685/6340] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-09-27T15:31:24.9275819Z [4686/6340] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-09-27T15:31:24.9277226Z [4686/6340] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-09-27T15:31:24.9277695Z [4687/6340] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-09-27T15:31:24.9813913Z [4687/6340] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-09-27T15:31:24.9817772Z [4688/6340] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-09-27T15:31:25.0699637Z [4688/6340] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-09-27T15:31:25.0700192Z [4689/6340] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-09-27T15:31:25.0892712Z [4689/6340] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-09-27T15:31:25.0895447Z [4690/6340] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-09-27T15:31:25.1952449Z [4690/6340] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-09-27T15:31:25.1953215Z [4691/6340] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-09-27T15:31:25.2084541Z [4691/6340] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-09-27T15:31:25.2087840Z [4692/6340] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-09-27T15:31:25.2642723Z [4692/6340] Linking CXX shared library lib/libc10.so 2022-09-27T15:31:25.2643595Z [4693/6340] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-09-27T15:31:25.3131831Z [4693/6340] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-09-27T15:31:25.3132769Z [4694/6340] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-09-27T15:31:25.3477886Z [4694/6340] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-09-27T15:31:25.3478614Z [4695/6340] Linking CXX shared library lib/libc10.so 2022-09-27T15:31:25.3543852Z [4695/6340] Linking CXX executable bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:31:25.3544998Z [4696/6340] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-09-27T15:31:25.4526576Z [4696/6340] Linking CXX executable bin/c10_DeviceGuard_test 2022-09-27T15:31:25.4527507Z [4697/6340] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-09-27T15:31:25.4742189Z [4697/6340] Linking CXX executable bin/c10_Device_test 2022-09-27T15:31:25.4743009Z [4698/6340] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-09-27T15:31:25.4807099Z [4698/6340] Linking CXX executable bin/c10_StreamGuard_test 2022-09-27T15:31:25.4807472Z [4699/6340] Linking CXX executable bin/c10_DeviceGuard_test 2022-09-27T15:31:25.4836039Z [4699/6340] Linking CXX executable bin/c10_SymInt_test 2022-09-27T15:31:25.4836442Z [4700/6340] Linking CXX executable bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:31:25.5149231Z [4700/6340] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-09-27T15:31:25.5149829Z [4701/6340] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-09-27T15:31:25.5748346Z [4701/6340] Linking CXX executable bin/c10_DispatchKeySet_test 2022-09-27T15:31:25.5748904Z [4702/6340] Linking CXX executable bin/c10_Device_test 2022-09-27T15:31:25.5877032Z [4702/6340] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-09-27T15:31:25.5877992Z [4703/6340] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-09-27T15:31:25.6130370Z [4703/6340] Linking CXX executable bin/c10_InlineDeviceGuard_test 2022-09-27T15:31:25.6131175Z [4704/6340] Linking CXX executable bin/c10_StreamGuard_test 2022-09-27T15:31:25.6323581Z [4704/6340] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-09-27T15:31:25.6324254Z [4705/6340] Linking CXX executable bin/c10_SymInt_test 2022-09-27T15:31:25.6713098Z [4705/6340] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-09-27T15:31:25.6713773Z [4706/6340] Linking CXX executable bin/c10_DispatchKeySet_test 2022-09-27T15:31:25.7225121Z [4706/6340] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-09-27T15:31:25.7225792Z [4707/6340] Linking CXX executable bin/c10_InlineDeviceGuard_test 2022-09-27T15:31:25.7759004Z [4707/6340] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-09-27T15:31:25.7760211Z [4708/6340] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-09-27T15:31:25.8700668Z [4708/6340] Linking CXX executable bin/c10_InlineStreamGuard_test 2022-09-27T15:31:25.8701458Z [4709/6340] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-09-27T15:31:25.9019652Z [4709/6340] Linking CXX executable bin/c10_SizesAndStrides_test 2022-09-27T15:31:25.9020406Z [4710/6340] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-09-27T15:31:25.9319541Z [4710/6340] Linking CXX executable bin/c10_Array_test 2022-09-27T15:31:25.9319947Z [4711/6340] Linking CXX executable bin/c10_InlineStreamGuard_test 2022-09-27T15:31:25.9562243Z [4711/6340] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-09-27T15:31:25.9562747Z [4712/6340] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-09-27T15:31:25.9613826Z [4712/6340] Linking CXX executable bin/c10_Bitset_test 2022-09-27T15:31:25.9614618Z [4713/6340] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-09-27T15:31:25.9946966Z [4713/6340] Linking CXX executable bin/c10_ConstexprCrc_test 2022-09-27T15:31:25.9947617Z [4714/6340] Linking CXX executable bin/c10_SizesAndStrides_test 2022-09-27T15:31:25.9984502Z [4714/6340] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-09-27T15:31:25.9985280Z [4715/6340] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-09-27T15:31:26.0059403Z [4715/6340] Linking CXX executable bin/c10_C++17_test 2022-09-27T15:31:26.0060010Z [4716/6340] Linking CXX executable bin/c10_Array_test 2022-09-27T15:31:26.1080477Z [4716/6340] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-09-27T15:31:26.1081123Z [4717/6340] Linking CXX executable bin/c10_Bitset_test 2022-09-27T15:31:26.1106671Z [4717/6340] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-09-27T15:31:26.1107153Z [4718/6340] Linking CXX executable bin/c10_ConstexprCrc_test 2022-09-27T15:31:26.1359513Z [4718/6340] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-09-27T15:31:26.1360230Z [4719/6340] Linking CXX executable bin/c10_C++17_test 2022-09-27T15:31:26.1913422Z [4719/6340] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-09-27T15:31:26.1914157Z [4720/6340] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-09-27T15:31:26.2932193Z [4720/6340] Linking CXX executable bin/c10_DeadlockDetection_test 2022-09-27T15:31:26.2932984Z [4721/6340] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-09-27T15:31:26.3205693Z [4721/6340] Linking CXX executable bin/c10_LeftRight_test 2022-09-27T15:31:26.3206090Z [4722/6340] Linking CXX executable bin/c10_DeadlockDetection_test 2022-09-27T15:31:26.3364477Z [4722/6340] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-09-27T15:31:26.3364947Z [4723/6340] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-09-27T15:31:26.4192493Z [4723/6340] Linking CXX executable bin/c10_Half_test 2022-09-27T15:31:26.4193059Z [4724/6340] Linking CXX executable bin/c10_LeftRight_test 2022-09-27T15:31:26.4373693Z [4724/6340] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-09-27T15:31:26.4374560Z [4725/6340] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-09-27T15:31:26.4633824Z [4725/6340] Linking CXX executable bin/c10_Metaprogramming_test 2022-09-27T15:31:26.4634250Z [4726/6340] Linking CXX executable bin/c10_Half_test 2022-09-27T15:31:26.5131598Z [4726/6340] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-09-27T15:31:26.5132504Z [4727/6340] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-09-27T15:31:26.5349018Z [4727/6340] Linking CXX executable bin/c10_SmallVectorTest 2022-09-27T15:31:26.5349652Z [4728/6340] Linking CXX executable bin/c10_Metaprogramming_test 2022-09-27T15:31:26.5581884Z [4728/6340] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-09-27T15:31:26.5582724Z [4729/6340] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-09-27T15:31:26.5688780Z [4729/6340] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-09-27T15:31:26.5690000Z [4730/6340] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-09-27T15:31:26.6561756Z [4730/6340] Linking CXX executable bin/c10_Synchronized_test 2022-09-27T15:31:26.6562207Z [4731/6340] Linking CXX executable bin/c10_SmallVectorTest 2022-09-27T15:31:26.6867556Z [4731/6340] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-09-27T15:31:26.6868829Z [4732/6340] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-09-27T15:31:26.6997609Z [4732/6340] Linking CXX executable bin/c10_ThreadLocal_test 2022-09-27T15:31:26.6998601Z [4733/6340] Linking CXX executable bin/c10_Synchronized_test 2022-09-27T15:31:26.7562669Z [4733/6340] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-09-27T15:31:26.7564054Z [4734/6340] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-09-27T15:31:26.8024150Z [4734/6340] Linking CXX executable bin/c10_TypeIndex_test 2022-09-27T15:31:26.8024514Z [4735/6340] Linking CXX executable bin/c10_ThreadLocal_test 2022-09-27T15:31:26.8397664Z [4735/6340] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-09-27T15:31:26.8398478Z [4736/6340] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-09-27T15:31:26.8495982Z [4736/6340] Linking CXX executable bin/c10_TypeList_test 2022-09-27T15:31:26.8496751Z [4737/6340] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-09-27T15:31:26.8791395Z [4737/6340] Linking CXX executable bin/c10_TypeTraits_test 2022-09-27T15:31:26.8792236Z [4738/6340] Linking CXX executable bin/c10_TypeIndex_test 2022-09-27T15:31:26.9581109Z [4738/6340] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-09-27T15:31:26.9581879Z [4739/6340] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-09-27T15:31:26.9636074Z [4739/6340] Linking CXX executable bin/c10_accumulate_test 2022-09-27T15:31:26.9636687Z [4740/6340] Linking CXX executable bin/c10_TypeTraits_test 2022-09-27T15:31:26.9790512Z [4740/6340] Linking CXX executable bin/c10_either_test 2022-09-27T15:31:26.9791113Z [4741/6340] Linking CXX executable bin/c10_TypeList_test 2022-09-27T15:31:27.0100297Z [4741/6340] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-09-27T15:31:27.0101168Z [4742/6340] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-09-27T15:31:27.0618690Z [4742/6340] Linking CXX executable bin/c10_bfloat16_test 2022-09-27T15:31:27.0619534Z [4743/6340] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-09-27T15:31:27.0653457Z [4743/6340] Linking CXX executable bin/c10_complex_math_test 2022-09-27T15:31:27.0654209Z [4744/6340] Linking CXX executable bin/c10_accumulate_test 2022-09-27T15:31:27.1367592Z [4744/6340] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-09-27T15:31:27.1368459Z [4745/6340] Linking CXX executable bin/c10_bfloat16_test 2022-09-27T15:31:27.1539075Z [4745/6340] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-09-27T15:31:27.1539914Z [4746/6340] Linking CXX executable bin/c10_either_test 2022-09-27T15:31:27.1684641Z [4746/6340] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-09-27T15:31:27.1685360Z [4747/6340] Linking CXX executable bin/c10_complex_math_test 2022-09-27T15:31:27.2450963Z [4747/6340] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-09-27T15:31:27.2451719Z [4748/6340] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-09-27T15:31:27.2566554Z [4748/6340] Linking CXX executable bin/c10_complex_test 2022-09-27T15:31:27.2567305Z [4749/6340] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-09-27T15:31:27.3747045Z [4749/6340] Linking CXX executable bin/c10_flags_test 2022-09-27T15:31:27.3747823Z [4750/6340] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-09-27T15:31:27.3813275Z [4750/6340] Linking CXX executable bin/c10_exception_test 2022-09-27T15:31:27.3813823Z [4751/6340] Linking CXX executable bin/c10_complex_test 2022-09-27T15:31:27.3928322Z [4751/6340] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-09-27T15:31:27.3929040Z [4752/6340] Linking CXX executable bin/c10_flags_test 2022-09-27T15:31:27.4402539Z [4752/6340] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-09-27T15:31:27.4403366Z [4753/6340] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-09-27T15:31:27.4588827Z [4753/6340] Linking CXX executable bin/c10_irange_test 2022-09-27T15:31:27.4589756Z [4754/6340] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-09-27T15:31:27.5147500Z [4754/6340] Linking CXX executable bin/c10_logging_test 2022-09-27T15:31:27.5148115Z [4755/6340] Linking CXX executable bin/c10_exception_test 2022-09-27T15:31:27.5275392Z [4755/6340] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-09-27T15:31:27.5276246Z [4756/6340] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-09-27T15:31:27.5462748Z [4756/6340] Linking CXX executable bin/c10_intrusive_ptr_test 2022-09-27T15:31:27.5463379Z [4757/6340] Linking CXX executable bin/c10_irange_test 2022-09-27T15:31:27.5842849Z [4757/6340] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-09-27T15:31:27.5843819Z [4758/6340] Linking CXX executable bin/c10_logging_test 2022-09-27T15:31:27.7191533Z [4758/6340] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-09-27T15:31:27.7192329Z [4759/6340] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-09-27T15:31:27.7506616Z [4759/6340] Linking CXX executable bin/c10_optional_test 2022-09-27T15:31:27.7507040Z [4760/6340] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-09-27T15:31:27.8463401Z [4760/6340] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-09-27T15:31:27.8463899Z [4761/6340] Linking CXX executable bin/c10_intrusive_ptr_test 2022-09-27T15:31:27.8573716Z [4761/6340] Linking CXX executable bin/c10_typeid_test 2022-09-27T15:31:27.8574340Z [4762/6340] Linking CXX executable bin/c10_optional_test 2022-09-27T15:31:27.8691887Z [4762/6340] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-09-27T15:31:27.8692903Z [4763/6340] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-09-27T15:31:27.8702135Z [4763/6340] Linking CXX executable bin/c10_ordered_preserving_dict_test 2022-09-27T15:31:27.8702680Z [4764/6340] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-09-27T15:31:27.9221910Z [4764/6340] Linking CXX executable bin/c10_registry_test 2022-09-27T15:31:27.9223164Z [4765/6340] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-09-27T15:31:27.9500543Z [4765/6340] Linking CXX executable bin/c10_string_view_test 2022-09-27T15:31:27.9501198Z [4766/6340] Linking CXX executable bin/c10_typeid_test 2022-09-27T15:31:27.9798912Z [4766/6340] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-09-27T15:31:27.9799786Z [4767/6340] Linking CXX executable bin/c10_registry_test 2022-09-27T15:31:28.0113540Z [4767/6340] 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-09-27T15:31:28.0116585Z [4768/6340] Linking CXX executable bin/c10_ordered_preserving_dict_test 2022-09-27T15:31:28.0334737Z [4768/6340] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-09-27T15:31:28.0335412Z [4769/6340] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-09-27T15:31:28.0569406Z [4769/6340] Linking C shared library lib/libtorch_global_deps.so 2022-09-27T15:31:28.0570034Z [4770/6340] Linking CXX executable bin/c10_string_view_test 2022-09-27T15:31:28.0638913Z [4770/6340] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-09-27T15:31:28.0639806Z [4771/6340] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-09-27T15:31:28.0810849Z [4771/6340] Linking CXX executable bin/c10_tempfile_test 2022-09-27T15:31:28.0811554Z [4772/6340] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-09-27T15:31:28.1019078Z [4772/6340] Linking C executable sleef/bin/mkrename 2022-09-27T15:31:28.1019871Z [4773/6340] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-09-27T15:31:28.1192292Z [4773/6340] Linking CXX executable bin/c10_intrusive_ptr_benchmark 2022-09-27T15:31:28.1192686Z [4774/6340] Linking C executable sleef/bin/mkrename 2022-09-27T15:31:28.1418050Z [4774/6340] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-09-27T15:31:28.1418985Z [4775/6340] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-09-27T15:31:28.1723129Z [4775/6340] Linking C executable sleef/bin/mkrename_gnuabi 2022-09-27T15:31:28.1723774Z [4776/6340] Linking CXX executable bin/c10_tempfile_test 2022-09-27T15:31:28.1799023Z [4776/6340] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-09-27T15:31:28.1799784Z [4777/6340] Linking C executable sleef/bin/mkrename_gnuabi 2022-09-27T15:31:28.2110325Z [4777/6340] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-09-27T15:31:28.2110983Z [4778/6340] Linking C shared library lib/libtorch_global_deps.so 2022-09-27T15:31:28.2127833Z [4778/6340] Generating include/renameavx512fnofma.h 2022-09-27T15:31:28.2128450Z [4779/6340] Generating include/renameavx512fnofma.h 2022-09-27T15:31:28.2128943Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-09-27T15:31:28.2129236Z 2022-09-27T15:31:28.2202142Z [4779/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-09-27T15:31:28.2203153Z [4780/6340] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-09-27T15:31:28.2280736Z [4780/6340] Linking C executable sleef/bin/mkmasked_gnuabi 2022-09-27T15:31:28.2421752Z [4781/6340] Linking CXX executable bin/c10_intrusive_ptr_benchmark 2022-09-27T15:31:28.2422500Z [4781/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-09-27T15:31:28.2422918Z [4782/6340] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-09-27T15:31:28.2557971Z [4782/6340] Linking C executable sleef/bin/mkalias 2022-09-27T15:31:28.2558552Z [4783/6340] Linking C executable sleef/bin/mkmasked_gnuabi 2022-09-27T15:31:28.2692303Z [4783/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.2693029Z [4784/6340] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-09-27T15:31:28.2876645Z [4784/6340] Linking C executable sleef/bin/mkdisp 2022-09-27T15:31:28.2878642Z [4785/6340] Linking C executable sleef/bin/mkalias 2022-09-27T15:31:28.3144836Z [4785/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.3145582Z [4786/6340] Linking C executable sleef/bin/mkdisp 2022-09-27T15:31:28.3227767Z [4786/6340] Generating include/renameavx512f.h 2022-09-27T15:31:28.3228498Z [4787/6340] Generating include/renameavx512f.h 2022-09-27T15:31:28.3229099Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-09-27T15:31:28.3229377Z 2022-09-27T15:31:28.3272646Z [4787/6340] Generating include/renameavx2.h 2022-09-27T15:31:28.3273205Z [4788/6340] Generating include/renameavx2.h 2022-09-27T15:31:28.3273653Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-09-27T15:31:28.3273907Z 2022-09-27T15:31:28.3350922Z [4788/6340] Generating include/renameavx2128.h 2022-09-27T15:31:28.3351395Z [4789/6340] Generating include/renameavx2128.h 2022-09-27T15:31:28.3351780Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-09-27T15:31:28.3351962Z 2022-09-27T15:31:28.3365315Z [4789/6340] Generating include/renamefma4.h 2022-09-27T15:31:28.3365854Z [4790/6340] Generating include/renamefma4.h 2022-09-27T15:31:28.3366283Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-09-27T15:31:28.3366556Z 2022-09-27T15:31:28.3750600Z [4790/6340] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.3751452Z [4791/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-09-27T15:31:28.3838154Z [4791/6340] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-09-27T15:31:28.3839019Z [4792/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-09-27T15:31:28.4052685Z [4792/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.4053215Z [4793/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.4716223Z [4793/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-09-27T15:31:28.4717093Z [4794/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.4741619Z [4794/6340] Generating include/renameavx.h 2022-09-27T15:31:28.4742150Z [4795/6340] Generating include/renameavx.h 2022-09-27T15:31:28.4742589Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-09-27T15:31:28.4742852Z 2022-09-27T15:31:28.5040118Z [4795/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.5040893Z [4796/6340] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.5433323Z [4796/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-09-27T15:31:28.5433825Z [4797/6340] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-09-27T15:31:28.5746238Z [4797/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.5746700Z [4798/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-09-27T15:31:28.5885410Z [4798/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-09-27T15:31:28.5886209Z [4799/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.5897544Z [4799/6340] Generating include/renamesse4.h 2022-09-27T15:31:28.5898051Z [4800/6340] Generating include/renamesse4.h 2022-09-27T15:31:28.5898648Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-09-27T15:31:28.5898898Z 2022-09-27T15:31:28.6224344Z [4800/6340] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.6225044Z [4801/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.6767812Z [4801/6340] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-09-27T15:31:28.6768704Z [4802/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.7037346Z [4802/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.7038042Z [4803/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-09-27T15:31:28.7429173Z [4803/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-09-27T15:31:28.7431066Z [4804/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-09-27T15:31:28.7523201Z [4804/6340] Generating include/renamesse2.h 2022-09-27T15:31:28.7525071Z [4805/6340] Generating include/renamesse2.h 2022-09-27T15:31:28.7526005Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-09-27T15:31:28.7526328Z 2022-09-27T15:31:28.7945759Z [4805/6340] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.7946556Z [4806/6340] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.8070231Z [4806/6340] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-09-27T15:31:28.8071029Z [4807/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.8161723Z [4807/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.8162184Z [4808/6340] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-09-27T15:31:28.8493189Z [4808/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-09-27T15:31:28.8493692Z [4809/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-09-27T15:31:28.8588363Z [4809/6340] Generating include/renamepurec_scalar.h 2022-09-27T15:31:28.8588864Z [4810/6340] Generating include/renamepurec_scalar.h 2022-09-27T15:31:28.8589376Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-09-27T15:31:28.8589662Z 2022-09-27T15:31:28.9256202Z [4810/6340] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.9257035Z [4811/6340] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.9502649Z [4811/6340] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-09-27T15:31:28.9503126Z [4812/6340] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.9665953Z [4812/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.9666891Z [4813/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.9692886Z [4813/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-09-27T15:31:28.9693863Z [4814/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-09-27T15:31:28.9708829Z [4814/6340] Generating include/renamepurecfma_scalar.h 2022-09-27T15:31:28.9709378Z [4815/6340] Generating include/renamepurecfma_scalar.h 2022-09-27T15:31:28.9709664Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-09-27T15:31:28.9709831Z 2022-09-27T15:31:28.9778399Z [4815/6340] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:31:28.9779176Z [4816/6340] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-09-27T15:31:28.9966046Z [4816/6340] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-09-27T15:31:28.9966878Z [4817/6340] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-09-27T15:31:29.0198766Z [4817/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.0199700Z [4818/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.0460528Z [4818/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-09-27T15:31:29.0461079Z [4819/6340] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-09-27T15:31:29.0471194Z [4819/6340] Generating include/renamecuda.h 2022-09-27T15:31:29.0471506Z [4820/6340] Generating include/renamecuda.h 2022-09-27T15:31:29.0471741Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-09-27T15:31:29.0471902Z 2022-09-27T15:31:29.0516211Z [4820/6340] Generating alias_avx512f.h 2022-09-27T15:31:29.0516611Z [4821/6340] Generating alias_avx512f.h 2022-09-27T15:31:29.0523702Z [4821/6340] Generating ../../../include/sleef.h 2022-09-27T15:31:29.0524417Z [4822/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-09-27T15:31:29.0580464Z [4822/6340] Generating dispsse.c 2022-09-27T15:31:29.0580931Z [4823/6340] Generating dispsse.c 2022-09-27T15:31:29.0595118Z [4823/6340] Generating renamedsp128.h 2022-09-27T15:31:29.0595434Z [4824/6340] Generating renamedsp128.h 2022-09-27T15:31:29.0647682Z [4824/6340] Generating dispavx.c 2022-09-27T15:31:29.0658343Z [4825/6340] Generating dispavx.c 2022-09-27T15:31:29.0658795Z [4825/6340] Generating renamedsp256.h 2022-09-27T15:31:29.0659299Z [4826/6340] Generating ../../../include/sleef.h 2022-09-27T15:31:29.0659736Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-09-27T15:31:29.0660228Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-09-27T15:31:29.0660732Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-09-27T15:31:29.0661244Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-09-27T15:31:29.0661800Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-09-27T15:31:29.0662355Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-09-27T15:31:29.0662893Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-09-27T15:31:29.0663399Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-09-27T15:31:29.0663894Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-09-27T15:31:29.0664409Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-09-27T15:31:29.0664945Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-09-27T15:31:29.0665493Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-09-27T15:31:29.0666011Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-09-27T15:31:29.0666517Z 2022-09-27T15:31:29.0666963Z [4826/6340] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-09-27T15:31:29.0667526Z [4827/6340] Generating renamedsp256.h 2022-09-27T15:31:29.0961175Z [4827/6340] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-09-27T15:31:29.0961650Z [4828/6340] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.0994741Z [4828/6340] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-09-27T15:31:29.0995380Z [4829/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-09-27T15:31:29.1613075Z [4829/6340] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-09-27T15:31:29.1614108Z [4830/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.1940008Z [4830/6340] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-09-27T15:31:29.1940561Z [4831/6340] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-09-27T15:31:29.2084543Z [4831/6340] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-09-27T15:31:29.2085006Z [4832/6340] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-09-27T15:31:29.2151615Z [4832/6340] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-09-27T15:31:29.2152476Z [4833/6340] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-09-27T15:31:29.2224064Z [4833/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.2224926Z [4834/6340] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-09-27T15:31:29.2374566Z [4834/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-09-27T15:31:29.2375481Z [4835/6340] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-09-27T15:31:29.2578952Z [4835/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.2579384Z [4836/6340] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-09-27T15:31:29.2666869Z [4836/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-09-27T15:31:29.2667675Z [4837/6340] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-09-27T15:31:29.3078779Z [4837/6340] Linking C executable sleef/bin/addSuffix 2022-09-27T15:31:29.3079464Z [4838/6340] Linking C executable sleef/bin/addSuffix 2022-09-27T15:31:29.3874980Z [4838/6340] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-09-27T15:31:29.3875857Z [4839/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.4161907Z [4839/6340] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-09-27T15:31:29.4162771Z [4840/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-09-27T15:31:29.4317783Z [4840/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.4318541Z [4841/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-09-27T15:31:29.4341909Z [4841/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-09-27T15:31:29.4342803Z [4842/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.6014080Z [4842/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.6014552Z [4843/6340] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-09-27T15:31:29.6157735Z [4843/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-09-27T15:31:29.6158244Z [4844/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.6377663Z [4844/6340] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:31:29.6378348Z [4845/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-09-27T15:31:29.6398525Z [4845/6340] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-09-27T15:31:29.6399567Z [4846/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-09-27T15:31:29.7466882Z [4846/6340] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-09-27T15:31:29.7467761Z [4847/6340] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-09-27T15:31:29.7495419Z [4847/6340] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:31:29.7496489Z [4848/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-09-27T15:31:29.8609828Z [4848/6340] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-09-27T15:31:29.8610551Z [4849/6340] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-09-27T15:31:29.9186618Z [4849/6340] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-09-27T15:31:29.9187556Z [4850/6340] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:31:29.9576165Z [4850/6340] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-09-27T15:31:29.9576879Z [4851/6340] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-09-27T15:31:29.9946987Z [4851/6340] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-09-27T15:31:29.9947862Z [4852/6340] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:31:30.0117533Z [4852/6340] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-09-27T15:31:30.0118255Z [4853/6340] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-09-27T15:31:30.0184761Z [4853/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-09-27T15:31:30.0185609Z [4854/6340] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-09-27T15:31:30.0663358Z [4854/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-09-27T15:31:30.0663861Z [4855/6340] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-09-27T15:31:30.0705871Z [4855/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-09-27T15:31:30.0706797Z [4856/6340] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-09-27T15:31:30.1016240Z [4856/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-09-27T15:31:30.1017013Z [4857/6340] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-09-27T15:31:30.1331384Z [4857/6340] Linking CXX static library lib/libcaffe2_protos.a 2022-09-27T15:31:30.1331786Z [4858/6340] Linking CXX static library lib/libcaffe2_protos.a 2022-09-27T15:31:30.1719812Z [4858/6340] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-09-27T15:31:30.1720641Z [4859/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-09-27T15:31:30.1827608Z [4859/6340] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-09-27T15:31:30.1828932Z [4860/6340] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-09-27T15:31:30.2030362Z [4860/6340] Generating ../../../torch/version.py 2022-09-27T15:31:30.2031031Z [4861/6340] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-09-27T15:31:30.2031392Z Generating Python interface file 'datapipe.pyi'... 2022-09-27T15:31:30.2374492Z 2022-09-27T15:31:30.2503964Z [4862/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-09-27T15:31:30.2505006Z [4863/6340] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-09-27T15:31:30.2774469Z [4863/6340] Linking C static library sleef/lib/libsleef.a 2022-09-27T15:31:30.2775087Z [4864/6340] Linking C static library sleef/lib/libsleef.a 2022-09-27T15:31:30.2776963Z [4864/6340] Linking CXX executable bin/vec_test_all_types_DEFAULT 2022-09-27T15:31:30.4329449Z [4864/6340] Linking CXX executable bin/vec_test_all_types_AVX2 2022-09-27T15:31:30.4330040Z [4865/6340] Generating ../../../torch/version.py 2022-09-27T15:31:30.4330648Z fatal: no tag exactly matches 'c7c2578f93fbfad5f769543848642a16b6071756' 2022-09-27T15:31:30.4459025Z 2022-09-27T15:31:30.4829692Z [4866/6340] Linking CXX executable bin/vec_test_all_types_DEFAULT 2022-09-27T15:31:35.8136722Z [4867/6340] Linking CXX executable bin/vec_test_all_types_AVX2 2022-09-27T15:31:36.8604588Z [4868/6340] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-09-27T15:31:36.8617164Z [4869/6340] 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-09-27T15:31:36.8622131Z [4869/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-09-27T15:31:36.8622900Z [4869/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-09-27T15:31:36.8623563Z [4869/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-09-27T15:31:36.8624112Z [4869/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-09-27T15:31:36.8636573Z [4869/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-09-27T15:31:37.1306541Z [4869/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-09-27T15:31:37.1309983Z [4870/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-09-27T15:31:37.3248030Z [4870/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-09-27T15:31:37.3253540Z [4871/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-09-27T15:31:37.3408056Z [4871/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-09-27T15:31:37.3410631Z [4872/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-09-27T15:31:37.3464549Z [4872/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-09-27T15:31:37.3467878Z [4873/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-09-27T15:31:37.8111805Z [4873/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-09-27T15:31:37.8118713Z [4874/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-09-27T15:31:37.9567882Z [4874/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-09-27T15:31:37.9628381Z [4875/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-09-27T15:31:38.0157797Z [4875/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-09-27T15:31:38.0160106Z [4876/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-09-27T15:31:38.0362588Z [4876/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-09-27T15:31:38.0363420Z [4877/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-09-27T15:31:38.1169396Z [4877/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-09-27T15:31:38.1170268Z [4878/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-09-27T15:31:38.4395828Z [4878/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-09-27T15:31:38.4399302Z [4879/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-09-27T15:31:38.5375234Z [4879/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-09-27T15:31:38.5376799Z [4880/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-09-27T15:31:38.9259693Z [4880/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-09-27T15:31:38.9260934Z [4881/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-09-27T15:31:39.1768231Z [4881/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-09-27T15:31:39.1769732Z [4882/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-09-27T15:31:39.2784677Z [4882/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-09-27T15:31:39.2786105Z [4883/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-09-27T15:31:39.3218949Z [4883/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-09-27T15:31:39.3221716Z [4884/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-09-27T15:31:39.5897197Z [4884/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-09-27T15:31:39.5898197Z [4885/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-09-27T15:31:39.6858110Z [4885/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-09-27T15:31:39.6860099Z [4886/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-09-27T15:31:39.7670339Z [4886/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-09-27T15:31:39.7672533Z [4887/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-09-27T15:31:39.9714216Z [4887/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-09-27T15:31:39.9720731Z [4888/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-09-27T15:31:40.1447603Z [4888/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-09-27T15:31:40.1450445Z [4889/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-09-27T15:31:40.3332071Z [4889/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-09-27T15:31:40.3333065Z [4890/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-09-27T15:31:40.4034282Z [4890/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-09-27T15:31:40.4035257Z [4891/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-09-27T15:31:40.4374567Z [4891/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-09-27T15:31:40.4378445Z [4892/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-09-27T15:31:40.5858097Z [4892/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-09-27T15:31:40.5859298Z [4893/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-09-27T15:31:40.6099268Z [4893/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-09-27T15:31:40.6099855Z [4894/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-09-27T15:31:40.6317057Z [4894/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-09-27T15:31:40.6319463Z [4895/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-09-27T15:31:40.6738817Z [4895/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-09-27T15:31:40.6739708Z [4896/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-09-27T15:31:40.7014823Z [4896/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-09-27T15:31:40.7016016Z [4897/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-09-27T15:31:40.8794018Z [4897/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-09-27T15:31:40.8794877Z [4898/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-09-27T15:31:41.0635232Z [4898/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-09-27T15:31:41.0635739Z [4899/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-09-27T15:31:41.0862651Z [4899/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-09-27T15:31:41.0863152Z [4900/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-09-27T15:31:41.1041220Z [4900/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-09-27T15:31:41.1042065Z [4901/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-09-27T15:31:41.1408713Z [4901/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-09-27T15:31:41.1412614Z [4902/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-09-27T15:31:41.3085332Z [4902/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-09-27T15:31:41.3088590Z [4903/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-09-27T15:31:41.3550117Z [4903/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-09-27T15:31:41.3553515Z [4904/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-09-27T15:31:41.3789225Z [4904/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-09-27T15:31:41.3793614Z [4905/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-09-27T15:31:41.5035200Z [4905/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-09-27T15:31:41.5035815Z [4906/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-09-27T15:31:41.5609695Z [4906/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-09-27T15:31:41.5610419Z [4907/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-09-27T15:31:41.6030541Z [4907/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-09-27T15:31:41.6031705Z [4908/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-09-27T15:31:41.6829563Z [4908/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-09-27T15:31:41.6831260Z [4909/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-09-27T15:31:41.7553081Z [4909/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-09-27T15:31:41.7555265Z [4910/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-09-27T15:31:41.7921651Z [4910/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-09-27T15:31:41.7922645Z [4911/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-09-27T15:31:41.8392261Z [4911/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-09-27T15:31:41.8393142Z [4912/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-09-27T15:31:41.8499709Z [4912/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-09-27T15:31:41.8500541Z [4913/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-09-27T15:31:42.0679746Z [4913/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-09-27T15:31:42.0680549Z [4914/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-09-27T15:31:42.1378021Z [4914/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-09-27T15:31:42.1378963Z [4915/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-09-27T15:31:42.1514589Z [4915/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-09-27T15:31:42.1515114Z [4916/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-09-27T15:31:42.1891143Z [4916/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-09-27T15:31:42.1892011Z [4917/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-09-27T15:31:42.2044782Z [4917/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-09-27T15:31:42.2045483Z [4918/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-09-27T15:31:42.2446968Z [4918/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-09-27T15:31:42.2447492Z [4919/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-09-27T15:31:42.5371224Z [4919/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-09-27T15:31:42.5374668Z [4920/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-09-27T15:31:42.6152693Z [4920/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-09-27T15:31:42.6153709Z [4921/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-09-27T15:31:42.6796540Z [4921/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-09-27T15:31:42.6797075Z [4922/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-09-27T15:31:42.6999604Z [4922/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-09-27T15:31:42.7000104Z [4923/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-09-27T15:31:42.7180290Z [4923/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-09-27T15:31:42.7180809Z [4924/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-09-27T15:31:42.7356213Z [4924/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-09-27T15:31:42.7357217Z [4925/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-09-27T15:31:42.9778042Z [4925/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-09-27T15:31:42.9779474Z [4926/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-09-27T15:31:43.0301375Z [4926/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-09-27T15:31:43.0303132Z [4927/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-09-27T15:31:43.0948070Z [4927/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-09-27T15:31:43.0949338Z [4928/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-09-27T15:31:43.1485197Z [4928/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-09-27T15:31:43.1487397Z [4929/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-09-27T15:31:43.1720634Z [4929/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-09-27T15:31:43.1721507Z [4930/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-09-27T15:31:43.2018063Z [4930/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-09-27T15:31:43.2019342Z [4931/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-09-27T15:31:43.3399928Z [4931/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-09-27T15:31:43.3401072Z [4932/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-09-27T15:31:43.3573757Z [4932/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-09-27T15:31:43.3575083Z [4933/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-09-27T15:31:43.4957552Z [4933/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-09-27T15:31:43.4958951Z [4934/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-09-27T15:31:43.5266645Z [4934/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-09-27T15:31:43.5267818Z [4935/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-09-27T15:31:43.5541002Z [4935/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-09-27T15:31:43.5543267Z [4936/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-09-27T15:31:43.6841474Z [4936/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-09-27T15:31:43.6842760Z [4937/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-09-27T15:31:43.7112125Z [4937/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-09-27T15:31:43.7113989Z [4938/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-09-27T15:31:43.7927935Z [4938/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-09-27T15:31:43.7928946Z [4939/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-09-27T15:31:43.8339010Z [4939/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-09-27T15:31:43.8339833Z [4940/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-09-27T15:31:43.8506647Z [4940/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-09-27T15:31:43.8507541Z [4941/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-09-27T15:31:44.0883229Z [4941/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-09-27T15:31:44.0884114Z [4942/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-09-27T15:31:44.1411235Z [4942/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-09-27T15:31:44.1413471Z [4943/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-09-27T15:31:44.2392440Z [4943/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-09-27T15:31:44.2398753Z [4944/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-09-27T15:31:44.3452741Z [4944/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-09-27T15:31:44.3453465Z [4945/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-09-27T15:31:44.4699213Z [4945/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-09-27T15:31:44.4700114Z [4946/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-09-27T15:31:44.5500092Z [4946/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-09-27T15:31:44.5501119Z [4947/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-09-27T15:31:44.5514757Z [4947/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-09-27T15:31:44.5516131Z [4948/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-09-27T15:31:44.6316678Z [4948/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-09-27T15:31:44.6321228Z [4949/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-09-27T15:31:44.7486812Z [4949/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-09-27T15:31:44.7487679Z [4950/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-09-27T15:31:44.8444632Z [4950/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-09-27T15:31:44.8459493Z [4951/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-09-27T15:31:44.9954676Z [4951/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-09-27T15:31:44.9955633Z [4952/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-09-27T15:31:45.1228997Z [4952/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-09-27T15:31:45.1229754Z [4953/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-09-27T15:31:45.2194071Z [4953/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-09-27T15:31:45.2195691Z [4954/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-09-27T15:31:45.2566704Z [4954/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-09-27T15:31:45.2567601Z [4955/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-09-27T15:31:45.3355530Z [4955/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-09-27T15:31:45.3356489Z [4956/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-09-27T15:31:45.4556009Z [4956/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-09-27T15:31:45.4556841Z [4957/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-09-27T15:31:45.4796881Z [4957/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-09-27T15:31:45.4797898Z [4958/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-09-27T15:31:45.8052372Z [4958/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-09-27T15:31:45.8053253Z [4959/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-09-27T15:31:45.8336422Z [4959/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-09-27T15:31:45.8337322Z [4960/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-09-27T15:31:45.8492210Z [4960/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-09-27T15:31:45.8493280Z [4961/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-09-27T15:31:45.9565663Z [4961/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-09-27T15:31:45.9566912Z [4962/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-09-27T15:31:46.0955848Z [4962/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-09-27T15:31:46.0957297Z [4963/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-09-27T15:31:46.3556204Z [4963/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-09-27T15:31:46.3557726Z [4964/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-09-27T15:31:46.3781542Z [4964/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-09-27T15:31:46.3782571Z [4965/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-09-27T15:31:46.4292485Z [4965/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-09-27T15:31:46.4293399Z [4966/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-09-27T15:31:46.9380223Z [4966/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-09-27T15:31:46.9390820Z [4967/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-09-27T15:31:47.1174532Z [4967/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-09-27T15:31:47.1184095Z [4968/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-09-27T15:31:47.4474377Z [4968/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-09-27T15:31:47.4483104Z [4969/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-09-27T15:31:47.5956395Z [4969/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-09-27T15:31:47.5957044Z [4970/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-09-27T15:31:47.6430756Z [4970/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-09-27T15:31:47.6431702Z [4971/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-09-27T15:31:47.6710917Z [4971/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-09-27T15:31:47.6712978Z [4972/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-09-27T15:31:48.0390063Z [4972/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-09-27T15:31:48.0390859Z [4973/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-09-27T15:31:48.0449456Z [4973/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-09-27T15:31:48.0449952Z [4974/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-09-27T15:31:48.0626282Z [4974/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-09-27T15:31:48.0627561Z [4975/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-09-27T15:31:48.1762921Z [4975/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-09-27T15:31:48.1763830Z [4976/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-09-27T15:31:48.2486944Z [4976/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-09-27T15:31:48.2488580Z [4977/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-09-27T15:31:48.3281981Z [4977/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-09-27T15:31:48.3286989Z [4978/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-09-27T15:31:48.3735720Z [4978/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-09-27T15:31:48.3736472Z [4979/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-09-27T15:31:48.5612966Z [4979/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-09-27T15:31:48.5613927Z [4980/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-09-27T15:31:48.6488962Z [4980/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-09-27T15:31:48.6490232Z [4981/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-09-27T15:31:48.7275108Z [4981/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-09-27T15:31:48.7275989Z [4982/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-09-27T15:31:48.7322077Z [4982/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-09-27T15:31:48.7323107Z [4983/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-09-27T15:31:48.7645712Z [4983/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-09-27T15:31:48.7646892Z [4984/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-09-27T15:31:48.7923945Z [4984/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-09-27T15:31:48.7924776Z [4985/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-09-27T15:31:48.8316861Z [4985/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-09-27T15:31:48.8317700Z [4986/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-09-27T15:31:48.9874477Z [4986/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-09-27T15:31:48.9875547Z [4987/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-09-27T15:31:48.9880015Z [4987/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-09-27T15:31:48.9881072Z [4988/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-09-27T15:31:49.1381198Z [4988/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-09-27T15:31:49.1382161Z [4989/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-09-27T15:31:49.3902511Z [4989/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-09-27T15:31:49.3903611Z [4990/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-09-27T15:31:49.4312737Z [4990/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-09-27T15:31:49.4313317Z [4991/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-09-27T15:31:49.4530751Z [4991/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-09-27T15:31:49.4531339Z [4992/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-09-27T15:31:49.4785750Z [4992/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-09-27T15:31:49.4786431Z [4993/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-09-27T15:31:49.5038414Z [4993/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-09-27T15:31:49.5039801Z [4994/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-09-27T15:31:49.5336001Z [4994/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-09-27T15:31:49.5336558Z [4995/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-09-27T15:31:49.5684290Z [4995/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-09-27T15:31:49.5685053Z [4996/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-09-27T15:31:49.9466841Z [4996/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-09-27T15:31:49.9468093Z [4997/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-09-27T15:31:50.1197113Z [4997/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-09-27T15:31:50.1199773Z [4998/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-09-27T15:31:50.2887336Z [4998/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-09-27T15:31:50.2889040Z [4999/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-09-27T15:31:50.3439284Z [4999/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-09-27T15:31:50.3440219Z [5000/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-09-27T15:31:50.4114771Z [5000/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-09-27T15:31:50.4117439Z [5001/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-09-27T15:31:50.5864359Z [5001/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-09-27T15:31:50.5866005Z [5002/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-09-27T15:31:50.7677061Z [5002/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-09-27T15:31:50.7678578Z [5003/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-09-27T15:31:51.0969579Z [5003/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-09-27T15:31:51.0970672Z [5004/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-09-27T15:31:51.2257151Z [5004/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-09-27T15:31:51.2258300Z [5005/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-09-27T15:31:51.3470598Z [5005/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-09-27T15:31:51.3472425Z [5006/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-09-27T15:31:51.4356001Z [5006/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-09-27T15:31:51.4356789Z [5007/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-09-27T15:31:51.5222700Z [5007/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-09-27T15:31:51.5224061Z [5008/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-09-27T15:31:51.5562350Z [5008/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-09-27T15:31:51.5562893Z [5009/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-09-27T15:31:51.8044001Z [5009/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-09-27T15:31:51.8047786Z [5010/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-09-27T15:31:52.0024514Z [5010/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-09-27T15:31:52.0025948Z [5011/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-09-27T15:31:52.1994459Z [5011/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-09-27T15:31:52.1996260Z [5012/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-09-27T15:31:52.5702496Z [5012/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-09-27T15:31:52.5708541Z [5013/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-09-27T15:31:52.5791376Z [5013/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-09-27T15:31:52.5792625Z [5014/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-09-27T15:31:52.5895416Z [5014/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-09-27T15:31:52.5896979Z [5015/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-09-27T15:31:52.6175135Z [5015/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-09-27T15:31:52.6178549Z [5016/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-09-27T15:31:52.9025216Z [5016/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-09-27T15:31:52.9026565Z [5017/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-09-27T15:31:52.9581846Z [5017/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-09-27T15:31:52.9584119Z [5018/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-09-27T15:31:53.1316119Z [5018/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-09-27T15:31:53.1318528Z [5019/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-09-27T15:31:53.4563378Z [5019/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-09-27T15:31:53.4564985Z [5020/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-09-27T15:31:53.5142687Z [5020/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-09-27T15:31:53.5143227Z [5021/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-09-27T15:31:53.5715309Z [5021/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-09-27T15:31:53.5717054Z [5022/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-09-27T15:31:53.7833874Z [5022/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-09-27T15:31:53.7838426Z [5023/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-09-27T15:31:53.8326367Z [5023/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-09-27T15:31:53.8327464Z [5024/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-09-27T15:31:54.0899987Z [5024/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-09-27T15:31:54.0901481Z [5025/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-09-27T15:31:54.3780284Z [5025/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-09-27T15:31:54.3790362Z [5026/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-09-27T15:31:54.5119140Z [5026/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-09-27T15:31:54.5120301Z [5027/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-09-27T15:31:54.5475766Z [5027/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-09-27T15:31:54.5476741Z [5028/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-09-27T15:31:54.6591053Z [5028/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-09-27T15:31:54.6592031Z [5029/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-09-27T15:31:54.6709210Z [5029/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-09-27T15:31:54.6710944Z [5030/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-09-27T15:31:54.6718810Z [5030/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-09-27T15:31:54.6720072Z [5031/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-09-27T15:31:54.9078869Z [5031/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-09-27T15:31:54.9087312Z [5032/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-09-27T15:31:55.5263966Z [5032/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-09-27T15:31:55.5264761Z [5033/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-09-27T15:31:55.5499042Z [5033/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-09-27T15:31:55.5500698Z [5034/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-09-27T15:31:55.5772593Z [5034/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-09-27T15:31:55.5773572Z [5035/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-09-27T15:31:55.6775549Z [5035/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-09-27T15:31:55.6776298Z [5036/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-09-27T15:31:55.7365833Z [5036/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-09-27T15:31:55.7369656Z [5037/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-09-27T15:31:56.1024217Z [5037/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-09-27T15:31:56.1025470Z [5038/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-09-27T15:31:56.5296208Z [5038/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-09-27T15:31:56.5297411Z [5039/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-09-27T15:31:56.5407554Z [5039/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-09-27T15:31:56.5409056Z [5040/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-09-27T15:31:56.5623649Z [5040/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-09-27T15:31:56.5624507Z [5041/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-09-27T15:31:56.5972944Z [5041/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-09-27T15:31:56.5974231Z [5042/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-09-27T15:31:56.6576555Z [5042/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-09-27T15:31:56.6578140Z [5043/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-09-27T15:31:56.9778952Z [5043/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-09-27T15:31:56.9780353Z [5044/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-09-27T15:31:57.0194445Z [5044/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-09-27T15:31:57.0195282Z [5045/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-09-27T15:31:57.0451464Z [5045/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-09-27T15:31:57.0452407Z [5046/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-09-27T15:31:57.0825655Z [5046/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-09-27T15:31:57.0826522Z [5047/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-09-27T15:31:57.6133928Z [5047/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-09-27T15:31:57.6135210Z [5048/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-09-27T15:31:57.7362354Z [5048/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-09-27T15:31:57.7363304Z [5049/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-09-27T15:31:57.8455479Z [5049/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-09-27T15:31:57.8457019Z [5050/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-09-27T15:31:57.9724381Z [5050/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-09-27T15:31:57.9725613Z [5051/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-09-27T15:31:58.0347720Z [5051/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-09-27T15:31:58.0349052Z [5052/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-09-27T15:31:58.3110984Z [5052/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-09-27T15:31:58.3112408Z [5053/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-09-27T15:31:58.5663699Z [5053/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-09-27T15:31:58.5713129Z [5054/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-09-27T15:31:58.6522616Z [5054/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-09-27T15:31:58.6523690Z [5055/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-09-27T15:31:58.7678367Z [5055/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-09-27T15:31:58.7679678Z [5056/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-09-27T15:31:58.8160114Z [5056/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-09-27T15:31:58.8162317Z [5057/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-09-27T15:31:59.1193119Z [5057/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-09-27T15:31:59.1194012Z [5058/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-09-27T15:31:59.2189444Z [5058/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-09-27T15:31:59.2190832Z [5059/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-09-27T15:31:59.2204399Z [5059/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-09-27T15:31:59.2205655Z [5060/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-09-27T15:31:59.4436712Z [5060/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-09-27T15:31:59.4440755Z [5061/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-09-27T15:31:59.5773243Z [5061/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-09-27T15:31:59.5777798Z [5062/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-09-27T15:31:59.8087956Z [5062/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-09-27T15:31:59.8090143Z [5063/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-09-27T15:32:00.2447557Z [5063/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-09-27T15:32:00.2448202Z [5064/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-09-27T15:32:00.2669998Z [5064/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-09-27T15:32:00.2670838Z [5065/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-09-27T15:32:00.3105031Z [5065/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-09-27T15:32:00.3109321Z [5066/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-09-27T15:32:00.3996256Z [5066/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-09-27T15:32:00.3997563Z [5067/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-09-27T15:32:00.4705801Z [5067/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-09-27T15:32:00.4710027Z [5068/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-09-27T15:32:00.9145092Z [5068/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-09-27T15:32:00.9147261Z [5069/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-09-27T15:32:01.2366253Z [5069/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-09-27T15:32:01.2367633Z [5070/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-09-27T15:32:01.2939401Z [5070/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-09-27T15:32:01.2941117Z [5071/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-09-27T15:32:01.4028502Z [5071/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-09-27T15:32:01.4035926Z [5072/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-09-27T15:32:01.4534117Z [5072/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-09-27T15:32:01.4535920Z [5073/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-09-27T15:32:01.6046625Z [5073/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-09-27T15:32:01.6048878Z [5074/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-09-27T15:32:01.6947888Z [5074/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-09-27T15:32:01.6949076Z [5075/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-09-27T15:32:02.1113316Z [5075/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-09-27T15:32:02.1115420Z [5076/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-09-27T15:32:02.1345390Z [5076/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-09-27T15:32:02.1345959Z [5077/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-09-27T15:32:02.2671981Z [5077/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-09-27T15:32:02.2673949Z [5078/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-09-27T15:32:02.4917658Z [5078/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-09-27T15:32:02.4918372Z [5079/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-09-27T15:32:02.5513181Z [5079/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-09-27T15:32:02.5513997Z [5080/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-09-27T15:32:02.6819256Z [5080/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-09-27T15:32:02.6822480Z [5081/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-09-27T15:32:02.9259521Z [5081/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-09-27T15:32:02.9260493Z [5082/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-09-27T15:32:03.1859624Z [5082/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-09-27T15:32:03.1860312Z [5083/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-09-27T15:32:03.2137410Z [5083/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-09-27T15:32:03.2138334Z [5084/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-09-27T15:32:03.2293724Z [5084/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-09-27T15:32:03.2294810Z [5085/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-09-27T15:32:03.4410331Z [5085/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-09-27T15:32:03.4411729Z [5086/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-09-27T15:32:03.5363908Z [5086/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-09-27T15:32:03.5366584Z [5087/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-09-27T15:32:04.0000810Z [5087/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-09-27T15:32:04.0001648Z [5088/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-09-27T15:32:04.0789721Z [5088/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-09-27T15:32:04.0790956Z [5089/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-09-27T15:32:04.1828944Z [5089/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-09-27T15:32:04.1829490Z [5090/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-09-27T15:32:04.2465029Z [5090/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-09-27T15:32:04.2468828Z [5091/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-09-27T15:32:04.2985106Z [5091/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-09-27T15:32:04.2988083Z [5092/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-09-27T15:32:04.5574859Z [5092/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-09-27T15:32:04.5576669Z [5093/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-09-27T15:32:04.9214465Z [5093/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-09-27T15:32:04.9215226Z [5094/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-09-27T15:32:04.9750063Z [5094/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-09-27T15:32:04.9751493Z [5095/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-09-27T15:32:05.2257928Z [5095/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-09-27T15:32:05.2258868Z [5096/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-09-27T15:32:05.3120530Z [5096/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-09-27T15:32:05.3121520Z [5097/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-09-27T15:32:05.3233571Z [5097/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-09-27T15:32:05.3234430Z [5098/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-09-27T15:32:05.5533881Z [5098/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-09-27T15:32:05.5539205Z [5099/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-09-27T15:32:05.8202666Z [5099/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-09-27T15:32:05.8203737Z [5100/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-09-27T15:32:05.8933084Z [5100/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-09-27T15:32:05.8939045Z [5101/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-09-27T15:32:06.0982989Z [5101/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-09-27T15:32:06.0983829Z [5102/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-09-27T15:32:06.2173449Z [5102/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-09-27T15:32:06.2173951Z [5103/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-09-27T15:32:06.2827246Z [5103/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-09-27T15:32:06.2830249Z [5104/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-09-27T15:32:06.2965291Z [5104/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-09-27T15:32:06.2966189Z [5105/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-09-27T15:32:06.4635774Z [5105/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-09-27T15:32:06.4639189Z [5106/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-09-27T15:32:06.7278031Z [5106/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-09-27T15:32:06.7279086Z [5107/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-09-27T15:32:06.7513343Z [5107/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-09-27T15:32:06.7514263Z [5108/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-09-27T15:32:06.7685638Z [5108/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-09-27T15:32:06.7686441Z [5109/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-09-27T15:32:07.1317049Z [5109/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-09-27T15:32:07.1323246Z [5110/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-09-27T15:32:07.3171911Z [5110/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-09-27T15:32:07.3176146Z [5111/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-09-27T15:32:07.4353972Z [5111/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-09-27T15:32:07.4362811Z [5112/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-09-27T15:32:07.6559705Z [5112/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-09-27T15:32:07.6560737Z [5113/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-09-27T15:32:07.6941244Z [5113/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-09-27T15:32:07.6942154Z [5114/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-09-27T15:32:07.7271398Z [5114/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-09-27T15:32:07.7272419Z [5115/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-09-27T15:32:08.0844510Z [5115/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-09-27T15:32:08.0849529Z [5116/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-09-27T15:32:08.1591269Z [5116/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-09-27T15:32:08.1600063Z [5117/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-09-27T15:32:08.4494477Z [5117/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-09-27T15:32:08.4504212Z [5118/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-09-27T15:32:08.5345707Z [5118/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-09-27T15:32:08.5354347Z [5119/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-09-27T15:32:08.6445827Z [5119/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-09-27T15:32:08.6449473Z [5120/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-09-27T15:32:08.7263556Z [5120/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-09-27T15:32:08.7264496Z [5121/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-09-27T15:32:08.9929211Z [5121/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-09-27T15:32:08.9930459Z [5122/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-09-27T15:32:08.9964278Z [5122/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-09-27T15:32:08.9965498Z [5123/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-09-27T15:32:09.0974172Z [5123/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-09-27T15:32:09.0975195Z [5124/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-09-27T15:32:09.5072854Z [5124/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-09-27T15:32:09.5073893Z [5125/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-09-27T15:32:09.6293529Z [5125/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-09-27T15:32:09.6297395Z [5126/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-09-27T15:32:09.7465053Z [5126/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-09-27T15:32:09.7465950Z [5127/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-09-27T15:32:09.9402053Z [5127/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-09-27T15:32:09.9407604Z [5128/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-09-27T15:32:10.0096168Z [5128/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-09-27T15:32:10.0097348Z [5129/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-09-27T15:32:10.0665933Z [5129/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-09-27T15:32:10.0670529Z [5130/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-09-27T15:32:10.0800081Z [5130/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-09-27T15:32:10.0801069Z [5131/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-09-27T15:32:10.2876446Z [5131/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-09-27T15:32:10.2877731Z [5132/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-09-27T15:32:10.3841646Z [5132/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-09-27T15:32:10.3842900Z [5133/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-09-27T15:32:10.5497539Z [5133/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-09-27T15:32:10.5498885Z [5134/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-09-27T15:32:10.5810254Z [5134/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-09-27T15:32:10.5811304Z [5135/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-09-27T15:32:10.5929507Z [5135/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-09-27T15:32:10.5930154Z [5136/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-09-27T15:32:10.7200161Z [5136/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-09-27T15:32:10.7201069Z [5137/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-09-27T15:32:10.8722725Z [5137/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-09-27T15:32:10.8723744Z [5138/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-09-27T15:32:10.9142848Z [5138/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-09-27T15:32:10.9151595Z [5139/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-09-27T15:32:10.9987616Z [5139/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-09-27T15:32:10.9988596Z [5140/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-09-27T15:32:11.0980240Z [5140/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-09-27T15:32:11.0981178Z [5141/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-09-27T15:32:11.1116809Z [5141/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-09-27T15:32:11.1117809Z [5142/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-09-27T15:32:11.3452654Z [5142/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-09-27T15:32:11.3460042Z [5143/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-09-27T15:32:11.6060717Z [5143/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:32:11.6062216Z [5144/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-09-27T15:32:11.6622180Z [5144/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-09-27T15:32:11.6623442Z [5145/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-09-27T15:32:11.8041652Z [5145/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-09-27T15:32:11.8043151Z [5146/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-09-27T15:32:11.9741564Z [5146/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-09-27T15:32:11.9743172Z [5147/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-09-27T15:32:12.0638251Z [5147/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-09-27T15:32:12.0639333Z [5148/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-09-27T15:32:12.0921805Z [5148/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-09-27T15:32:12.0922882Z [5149/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-09-27T15:32:12.4873636Z [5149/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-09-27T15:32:12.4874601Z [5150/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-09-27T15:32:12.5342613Z [5150/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-09-27T15:32:12.5344809Z [5151/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-09-27T15:32:12.9174080Z [5151/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-09-27T15:32:12.9175635Z [5152/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-09-27T15:32:12.9515078Z [5152/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-09-27T15:32:12.9516693Z [5153/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-09-27T15:32:13.1259349Z [5153/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-09-27T15:32:13.1261478Z [5154/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-09-27T15:32:13.2791692Z [5154/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-09-27T15:32:13.2792714Z [5155/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-09-27T15:32:13.3667337Z [5155/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-09-27T15:32:13.3670232Z [5156/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-09-27T15:32:13.6017198Z [5156/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-09-27T15:32:13.6018242Z [5157/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-09-27T15:32:13.8216155Z [5157/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-09-27T15:32:13.8220636Z [5158/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-09-27T15:32:13.8476658Z [5158/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-09-27T15:32:13.8480146Z [5159/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-09-27T15:32:14.2621281Z [5159/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-09-27T15:32:14.2621904Z [5160/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-09-27T15:32:14.2823907Z [5160/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-09-27T15:32:14.2824591Z [5161/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-09-27T15:32:14.3326503Z [5161/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-09-27T15:32:14.3336355Z [5162/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-09-27T15:32:14.7513304Z [5162/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-09-27T15:32:14.7519511Z [5163/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-09-27T15:32:15.0010012Z [5163/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-09-27T15:32:15.0010884Z [5164/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-09-27T15:32:15.1391598Z [5164/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-09-27T15:32:15.1392410Z [5165/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-09-27T15:32:15.1618114Z [5165/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-09-27T15:32:15.1619366Z [5166/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-09-27T15:32:15.1902522Z [5166/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-09-27T15:32:15.1903420Z [5167/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-09-27T15:32:15.2005922Z [5167/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-09-27T15:32:15.2007236Z [5168/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-09-27T15:32:15.2289262Z [5168/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-09-27T15:32:15.2292522Z [5169/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-09-27T15:32:15.8316201Z [5169/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-09-27T15:32:15.8317454Z [5170/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-09-27T15:32:15.9851565Z [5170/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-09-27T15:32:15.9852673Z [5171/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-09-27T15:32:16.4289484Z [5171/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-09-27T15:32:16.4291452Z [5172/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-09-27T15:32:16.4614163Z [5172/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-09-27T15:32:16.4615625Z [5173/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-09-27T15:32:16.4700729Z [5173/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-09-27T15:32:16.4702020Z [5174/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-09-27T15:32:16.5038493Z [5174/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-09-27T15:32:16.5039937Z [5175/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-09-27T15:32:16.7961162Z [5175/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-09-27T15:32:16.7963461Z [5176/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-09-27T15:32:16.9392534Z [5176/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-09-27T15:32:16.9397105Z [5177/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-09-27T15:32:17.3158911Z [5177/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-09-27T15:32:17.3160932Z [5178/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-09-27T15:32:17.4841463Z [5178/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-09-27T15:32:17.4842300Z [5179/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-09-27T15:32:17.8069766Z [5179/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-09-27T15:32:17.8070593Z [5180/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-09-27T15:32:17.9021502Z [5180/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-09-27T15:32:17.9022720Z [5181/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-09-27T15:32:18.0208631Z [5181/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-09-27T15:32:18.0209592Z [5182/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-09-27T15:32:18.2378535Z [5182/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-09-27T15:32:18.2388231Z [5183/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-09-27T15:32:18.6158627Z [5183/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-09-27T15:32:18.6161946Z [5184/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-09-27T15:32:18.8459586Z [5184/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-09-27T15:32:18.8460464Z [5185/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-09-27T15:32:18.9069410Z [5185/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-09-27T15:32:18.9073905Z [5186/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-09-27T15:32:18.9190464Z [5186/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-09-27T15:32:18.9192487Z [5187/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-09-27T15:32:19.0259432Z [5187/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-09-27T15:32:19.0267935Z [5188/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-09-27T15:32:19.3057383Z [5188/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-09-27T15:32:19.3058070Z [5189/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-09-27T15:32:19.8303783Z [5189/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-09-27T15:32:19.8304947Z [5190/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-09-27T15:32:19.9531805Z [5190/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-09-27T15:32:19.9534677Z [5191/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-09-27T15:32:20.0420727Z [5191/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-09-27T15:32:20.0421709Z [5192/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-09-27T15:32:20.0826897Z [5192/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-09-27T15:32:20.0828448Z [5193/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-09-27T15:32:20.1417655Z [5193/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-09-27T15:32:20.1422099Z [5194/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-09-27T15:32:20.6139025Z [5194/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-09-27T15:32:20.6140553Z [5195/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-09-27T15:32:20.9257691Z [5195/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-09-27T15:32:20.9259410Z [5196/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-09-27T15:32:21.0466932Z [5196/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-09-27T15:32:21.0467538Z [5197/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-09-27T15:32:21.0975051Z [5197/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-09-27T15:32:21.0976687Z [5198/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-09-27T15:32:21.1285756Z [5198/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-09-27T15:32:21.1287350Z [5199/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-09-27T15:32:21.5041946Z [5199/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-09-27T15:32:21.5044478Z [5200/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-09-27T15:32:21.7715989Z [5200/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-09-27T15:32:21.7719463Z [5201/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-09-27T15:32:21.9577357Z [5201/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-09-27T15:32:21.9578246Z [5202/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-09-27T15:32:21.9715041Z [5202/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-09-27T15:32:21.9717109Z [5203/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-09-27T15:32:21.9925370Z [5203/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-09-27T15:32:21.9926221Z [5204/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-09-27T15:32:22.0981781Z [5204/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-09-27T15:32:22.0986403Z [5205/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-09-27T15:32:22.2632568Z [5205/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-09-27T15:32:22.2634460Z [5206/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-09-27T15:32:22.7407192Z [5206/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-09-27T15:32:22.7408154Z [5207/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-09-27T15:32:22.8237392Z [5207/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-09-27T15:32:22.8238331Z [5208/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-09-27T15:32:23.0559149Z [5208/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-09-27T15:32:23.0567793Z [5209/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-09-27T15:32:23.2103986Z [5209/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-09-27T15:32:23.2112384Z [5210/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-09-27T15:32:23.4556534Z [5210/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-09-27T15:32:23.4565767Z [5211/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-09-27T15:32:23.6687572Z [5211/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-09-27T15:32:23.6692165Z [5212/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-09-27T15:32:23.7774980Z [5212/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-09-27T15:32:23.7776458Z [5213/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-09-27T15:32:23.8972704Z [5213/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-09-27T15:32:23.8978289Z [5214/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-09-27T15:32:23.9979871Z [5214/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-09-27T15:32:23.9980670Z [5215/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-09-27T15:32:24.2379252Z [5215/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-09-27T15:32:24.2382907Z [5216/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-09-27T15:32:24.5415812Z [5216/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-09-27T15:32:24.5416643Z [5217/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-09-27T15:32:24.7310857Z [5217/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-09-27T15:32:24.7313021Z [5218/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-09-27T15:32:24.9937274Z [5218/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-09-27T15:32:24.9938136Z [5219/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-09-27T15:32:25.0265709Z [5219/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-09-27T15:32:25.0267532Z [5220/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-09-27T15:32:25.0699920Z [5220/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-09-27T15:32:25.0701348Z [5221/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-09-27T15:32:25.2343465Z [5221/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-09-27T15:32:25.2346782Z [5222/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-09-27T15:32:25.6134352Z [5222/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-09-27T15:32:25.6136159Z [5223/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-09-27T15:32:25.8252863Z [5223/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-09-27T15:32:25.8253552Z [5224/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-09-27T15:32:26.1554690Z [5224/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-09-27T15:32:26.1555266Z [5225/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-09-27T15:32:26.1638188Z [5225/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-09-27T15:32:26.1639090Z [5226/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-09-27T15:32:26.2045202Z [5226/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-09-27T15:32:26.2046007Z [5227/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-09-27T15:32:26.2158078Z [5227/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-09-27T15:32:26.2161873Z [5228/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-09-27T15:32:26.6187314Z [5228/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-09-27T15:32:26.6196865Z [5229/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-09-27T15:32:26.7777841Z [5229/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-09-27T15:32:26.7778656Z [5230/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-09-27T15:32:27.2031436Z [5230/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-09-27T15:32:27.2032299Z [5231/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-09-27T15:32:27.2264636Z [5231/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-09-27T15:32:27.2265717Z [5232/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-09-27T15:32:27.2756902Z [5232/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-09-27T15:32:27.2757974Z [5233/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-09-27T15:32:27.3219915Z [5233/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-09-27T15:32:27.3220793Z [5234/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-09-27T15:32:27.5641881Z [5234/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-09-27T15:32:27.5643580Z [5235/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-09-27T15:32:27.6900484Z [5235/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-09-27T15:32:27.6910184Z [5236/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-09-27T15:32:27.9192151Z [5236/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-09-27T15:32:27.9199487Z [5237/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-09-27T15:32:28.0867643Z [5237/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-09-27T15:32:28.0868660Z [5238/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-09-27T15:32:28.1299447Z [5238/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-09-27T15:32:28.1303638Z [5239/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-09-27T15:32:28.2618581Z [5239/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-09-27T15:32:28.2621127Z [5240/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-09-27T15:32:28.4548557Z [5240/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-09-27T15:32:28.4555278Z [5241/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-09-27T15:32:28.5852655Z [5241/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-09-27T15:32:28.5857555Z [5242/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-09-27T15:32:28.6549456Z [5242/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-09-27T15:32:28.6550248Z [5243/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-09-27T15:32:28.8482493Z [5243/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-09-27T15:32:28.8491358Z [5244/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-09-27T15:32:29.0787054Z [5244/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-09-27T15:32:29.0795696Z [5245/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-09-27T15:32:29.1088940Z [5245/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-09-27T15:32:29.1090083Z [5246/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-09-27T15:32:29.1751802Z [5246/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-09-27T15:32:29.1752652Z [5247/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-09-27T15:32:29.1868563Z [5247/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-09-27T15:32:29.1870158Z [5248/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-09-27T15:32:29.2317206Z [5248/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-09-27T15:32:29.2317719Z [5249/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-09-27T15:32:29.3335569Z [5249/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-09-27T15:32:29.3336864Z [5250/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-09-27T15:32:29.5934853Z [5250/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-09-27T15:32:29.5941339Z [5251/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-09-27T15:32:29.7021075Z [5251/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-09-27T15:32:29.7021697Z [5252/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-09-27T15:32:29.7629530Z [5252/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-09-27T15:32:29.7630673Z [5253/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-09-27T15:32:29.7823726Z [5253/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-09-27T15:32:29.7832199Z [5254/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-09-27T15:32:29.7946589Z [5254/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-09-27T15:32:29.7947797Z [5255/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-09-27T15:32:29.8248019Z [5255/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-09-27T15:32:29.8248904Z [5256/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-09-27T15:32:30.2156583Z [5256/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-09-27T15:32:30.2160734Z [5257/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-09-27T15:32:30.2792078Z [5257/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-09-27T15:32:30.2800700Z [5258/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-09-27T15:32:30.2813331Z [5258/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-09-27T15:32:30.2814757Z [5259/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-09-27T15:32:30.3450534Z [5259/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-09-27T15:32:30.3451904Z [5260/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-09-27T15:32:30.4841659Z [5260/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-09-27T15:32:30.4842394Z [5261/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-09-27T15:32:30.7423647Z [5261/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-09-27T15:32:30.7424933Z [5262/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-09-27T15:32:30.8279678Z [5262/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-09-27T15:32:30.8280238Z [5263/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-09-27T15:32:30.8956962Z [5263/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-09-27T15:32:30.8961502Z [5264/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-09-27T15:32:30.9007512Z [5264/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-09-27T15:32:30.9008689Z [5265/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-09-27T15:32:30.9673423Z [5265/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-09-27T15:32:30.9674852Z [5266/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-09-27T15:32:31.0214635Z [5266/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-09-27T15:32:31.0216098Z [5267/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-09-27T15:32:31.2013904Z [5267/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-09-27T15:32:31.2016502Z [5268/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-09-27T15:32:31.2824614Z [5268/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-09-27T15:32:31.2825567Z [5269/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-09-27T15:32:31.3550024Z [5269/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-09-27T15:32:31.3550938Z [5270/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-09-27T15:32:31.3605387Z [5270/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-09-27T15:32:31.3605938Z [5271/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-09-27T15:32:31.4706684Z [5271/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-09-27T15:32:31.4707747Z [5272/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-09-27T15:32:31.5053498Z [5272/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-09-27T15:32:31.5054709Z [5273/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-09-27T15:32:31.6699066Z [5273/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-09-27T15:32:31.6700409Z [5274/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-09-27T15:32:31.7079482Z [5274/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-09-27T15:32:31.7080617Z [5275/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-09-27T15:32:31.7541191Z [5275/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-09-27T15:32:31.7542314Z [5276/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-09-27T15:32:31.8439742Z [5276/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-09-27T15:32:31.8441308Z [5277/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-09-27T15:32:31.9671842Z [5277/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-09-27T15:32:31.9673293Z [5278/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-09-27T15:32:32.0628599Z [5278/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-09-27T15:32:32.0630165Z [5279/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-09-27T15:32:32.1265502Z [5279/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-09-27T15:32:32.1266388Z [5280/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-09-27T15:32:32.2242492Z [5280/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-09-27T15:32:32.2243641Z [5281/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-09-27T15:32:32.2653610Z [5281/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-09-27T15:32:32.2656934Z [5282/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-09-27T15:32:32.3133895Z [5282/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:32.3134768Z [5283/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-09-27T15:32:32.5890182Z [5283/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-09-27T15:32:32.5895170Z [5284/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-09-27T15:32:32.8079869Z [5284/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:32.8080735Z [5285/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-09-27T15:32:32.8737028Z [5285/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:32.8743775Z [5286/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.1100576Z [5286/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.1101856Z [5287/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.1844787Z [5287/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.1845964Z [5288/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.2081416Z [5288/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.2082476Z [5289/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.3354984Z [5289/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.3355748Z [5290/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.3779905Z [5290/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.3780834Z [5291/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.3967685Z [5291/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.3968697Z [5292/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.7323936Z [5292/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.7324884Z [5293/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.7436779Z [5293/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.7437906Z [5294/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.8961622Z [5294/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.8962879Z [5295/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.9654355Z [5295/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:33.9655114Z [5296/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.0968689Z [5296/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.0970530Z [5297/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.3213059Z [5297/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.3213994Z [5298/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.3845828Z [5298/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.3846938Z [5299/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.3852581Z [5299/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.3853942Z [5300/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.4145588Z [5300/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.4146610Z [5301/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.4806988Z [5301/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.4807630Z [5302/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.5315806Z [5302/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.5316428Z [5303/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.8014105Z [5303/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.8015136Z [5304/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.8731553Z [5304/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.8732985Z [5305/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.8892846Z [5305/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:34.8893586Z [5306/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.0468065Z [5306/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.0468961Z [5307/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.0566789Z [5307/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.0567396Z [5308/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.1003672Z [5308/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.1004727Z [5309/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.2541344Z [5309/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.2542828Z [5310/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.3783259Z [5310/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.3785004Z [5311/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.3939667Z [5311/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.3940785Z [5312/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.6115216Z [5312/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.6116407Z [5313/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.6137132Z [5313/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.6138178Z [5314/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.6258083Z [5314/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.6258780Z [5315/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.7700044Z [5315/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.7701165Z [5316/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.8601736Z [5316/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.8602424Z [5317/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.9715812Z [5317/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:35.9716408Z [5318/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.0897009Z [5318/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.0898074Z [5319/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.1362111Z [5319/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.1363044Z [5320/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.1619390Z [5320/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.1620537Z [5321/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.1892291Z [5321/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.1893316Z [5322/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.3618691Z [5322/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.3619675Z [5323/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.5877333Z [5323/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.5885032Z [5324/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.7178442Z [5324/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.7181085Z [5325/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.9381131Z [5325/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:36.9383730Z [5326/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.0718950Z [5326/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.0720040Z [5327/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.1063036Z [5327/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.1064242Z [5328/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.1079536Z [5328/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.1080583Z [5329/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.1618985Z [5329/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.1619925Z [5330/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.2247151Z [5330/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.2252386Z [5331/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.3393301Z [5331/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.3394203Z [5332/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.5868787Z [5332/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-09-27T15:32:37.5869603Z [5333/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.6422973Z [5333/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-09-27T15:32:37.6423725Z [5334/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-09-27T15:32:37.6797158Z [5334/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-09-27T15:32:37.6797749Z [5335/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.6976468Z [5335/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-09-27T15:32:37.6977492Z [5336/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.7271994Z [5336/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-09-27T15:32:37.7272720Z [5337/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.7641340Z [5337/6340] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-09-27T15:32:37.7642563Z [5338/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-09-27T15:32:37.8349505Z [5338/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-09-27T15:32:37.8350456Z [5339/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-09-27T15:32:37.8443521Z [5339/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-09-27T15:32:37.8444391Z [5340/6340] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-09-27T15:32:37.8445428Z /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-09-27T15:32:37.8446395Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-09-27T15:32:37.8446831Z ^~~~~~~ 2022-09-27T15:32:37.8446993Z 2022-09-27T15:32:38.0078535Z [5340/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-09-27T15:32:38.0079107Z [5341/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-09-27T15:32:38.0437788Z [5341/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-09-27T15:32:38.0438355Z [5342/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-09-27T15:32:38.0460627Z [5342/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-09-27T15:32:38.0461419Z [5343/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-09-27T15:32:38.0905296Z [5343/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-09-27T15:32:38.0906169Z [5344/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-09-27T15:32:38.1219661Z [5344/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-09-27T15:32:38.1220618Z [5345/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-09-27T15:32:38.1802487Z [5345/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-09-27T15:32:38.1803273Z [5346/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-09-27T15:32:38.2248930Z [5346/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-09-27T15:32:38.2249628Z [5347/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-09-27T15:32:38.2684173Z [5347/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-09-27T15:32:38.2684950Z [5348/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-09-27T15:32:38.2907359Z [5348/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-09-27T15:32:38.2908567Z [5349/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-09-27T15:32:38.3275759Z [5349/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-09-27T15:32:38.3276657Z [5350/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-09-27T15:32:38.4385797Z [5350/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-09-27T15:32:38.4386612Z [5351/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-09-27T15:32:38.4547521Z [5351/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-09-27T15:32:38.4548064Z [5352/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-09-27T15:32:38.4894076Z [5352/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-09-27T15:32:38.4894945Z [5353/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-09-27T15:32:39.3064277Z [5353/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-09-27T15:32:39.3065572Z [5354/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-09-27T15:32:39.3405465Z [5354/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-09-27T15:32:39.3406190Z [5355/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-09-27T15:32:39.4623854Z [5355/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-09-27T15:32:39.4624696Z [5356/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-09-27T15:32:39.4850619Z [5356/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-09-27T15:32:39.4852221Z [5357/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-09-27T15:32:39.5037949Z [5357/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-09-27T15:32:39.5038680Z [5358/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-09-27T15:32:39.6265653Z [5358/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-09-27T15:32:39.6266466Z [5359/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-09-27T15:32:39.6272970Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaKernel(const torch::jit::Node*)’: 2022-09-27T15:32:39.6275199Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:97:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-09-27T15:32:39.6276267Z }; 2022-09-27T15:32:39.6276582Z ^ 2022-09-27T15:32:39.6277159Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:4:0, 2022-09-27T15:32:39.6277864Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-09-27T15:32:39.6278519Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-09-27T15:32:39.6279323Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-09-27T15:32:39.6279965Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h:3, 2022-09-27T15:32:39.6280640Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-09-27T15:32:39.6281351Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-09-27T15:32:39.6282075Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-09-27T15:32:39.6282484Z ^~~~~~~~~ 2022-09-27T15:32:39.6283403Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaGuardKernel(const torch::jit::Node*)’: 2022-09-27T15:32:39.6286492Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:162:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaGuardKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-09-27T15:32:39.6287604Z }; 2022-09-27T15:32:39.6287919Z ^ 2022-09-27T15:32:39.6288515Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:4:0, 2022-09-27T15:32:39.6289219Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-09-27T15:32:39.6289871Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-09-27T15:32:39.6290458Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-09-27T15:32:39.6291126Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h:3, 2022-09-27T15:32:39.6291804Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-09-27T15:32:39.6292494Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-09-27T15:32:39.6293160Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-09-27T15:32:39.6293594Z ^~~~~~~~~ 2022-09-27T15:32:39.6293769Z 2022-09-27T15:32:39.8300059Z [5359/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-09-27T15:32:39.8300908Z [5360/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-09-27T15:32:40.0190824Z [5360/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-09-27T15:32:40.0198010Z [5361/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-09-27T15:32:40.0758487Z [5361/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-09-27T15:32:40.0760200Z [5362/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-09-27T15:32:40.3568762Z [5362/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-09-27T15:32:40.3570207Z [5363/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-09-27T15:32:40.3723077Z [5363/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-09-27T15:32:40.3724113Z [5364/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-09-27T15:32:40.6781236Z [5364/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-09-27T15:32:40.6782698Z [5365/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-09-27T15:32:41.0709847Z [5365/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-09-27T15:32:41.0711454Z [5366/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-09-27T15:32:41.2719249Z [5366/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-09-27T15:32:41.2724208Z [5367/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-09-27T15:32:41.2762760Z [5367/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-09-27T15:32:41.2763689Z [5368/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-09-27T15:32:41.3184045Z [5368/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-09-27T15:32:41.3185096Z [5369/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-09-27T15:32:41.6046561Z [5369/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-09-27T15:32:41.6047894Z [5370/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-09-27T15:32:41.6283793Z [5370/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-09-27T15:32:41.6287656Z [5371/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-09-27T15:32:41.6698546Z [5371/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-09-27T15:32:41.6699855Z [5372/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-09-27T15:32:41.8728128Z [5372/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-09-27T15:32:41.8729076Z [5373/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-09-27T15:32:41.8785920Z [5373/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-09-27T15:32:41.8786888Z [5374/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-09-27T15:32:41.8884763Z [5374/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-09-27T15:32:41.8885701Z [5375/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-09-27T15:32:42.0539057Z [5375/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-09-27T15:32:42.0539883Z [5376/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-09-27T15:32:42.1318772Z [5376/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-09-27T15:32:42.1320166Z [5377/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-09-27T15:32:42.2968814Z [5377/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-09-27T15:32:42.2970440Z [5378/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-09-27T15:32:42.3772424Z [5378/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-09-27T15:32:42.3774384Z [5379/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-09-27T15:32:42.4836917Z [5379/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-09-27T15:32:42.4838238Z [5380/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-09-27T15:32:42.5048414Z [5380/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:32:42.5049330Z [5381/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-09-27T15:32:42.5507095Z [5381/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-09-27T15:32:42.5508509Z [5382/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-09-27T15:32:42.7152763Z [5382/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-09-27T15:32:42.7153673Z [5383/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-09-27T15:32:42.7893841Z [5383/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-09-27T15:32:42.7903585Z [5384/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-09-27T15:32:42.8521475Z [5384/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-09-27T15:32:42.8523406Z [5385/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-09-27T15:32:42.9953989Z [5385/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-09-27T15:32:42.9955259Z [5386/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-09-27T15:32:43.0122271Z [5386/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-09-27T15:32:43.0123623Z [5387/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-09-27T15:32:43.2285866Z [5387/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-09-27T15:32:43.2287622Z [5388/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-09-27T15:32:43.3088556Z [5388/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-09-27T15:32:43.3090289Z [5389/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-09-27T15:32:43.5214207Z [5389/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-09-27T15:32:43.5215923Z [5390/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:32:43.5447163Z [5390/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-09-27T15:32:43.5448347Z [5391/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-09-27T15:32:43.6136572Z [5391/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-09-27T15:32:43.6137716Z [5392/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-09-27T15:32:43.7439709Z [5392/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-09-27T15:32:43.7441038Z [5393/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-09-27T15:32:43.9213893Z [5393/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-09-27T15:32:43.9214842Z [5394/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-09-27T15:32:43.9748109Z [5394/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-09-27T15:32:43.9750034Z [5395/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-09-27T15:32:44.1395778Z [5395/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-09-27T15:32:44.1397158Z [5396/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-09-27T15:32:44.1552091Z [5396/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-09-27T15:32:44.1553357Z [5397/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-09-27T15:32:44.2479952Z [5397/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-09-27T15:32:44.2480995Z [5398/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-09-27T15:32:44.4097979Z [5398/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-09-27T15:32:44.4098880Z [5399/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-09-27T15:32:44.4716751Z [5399/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-09-27T15:32:44.4723522Z [5400/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-09-27T15:32:44.6061756Z [5400/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-09-27T15:32:44.6063255Z [5401/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-09-27T15:32:44.7398698Z [5401/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-09-27T15:32:44.7401152Z [5402/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-09-27T15:32:44.8178133Z [5402/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-09-27T15:32:44.8186127Z [5403/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-09-27T15:32:44.9047368Z [5403/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-09-27T15:32:44.9048230Z [5404/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-09-27T15:32:44.9622574Z [5404/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-09-27T15:32:44.9623537Z [5405/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-09-27T15:32:45.1040650Z [5405/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-09-27T15:32:45.1041811Z [5406/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-09-27T15:32:45.1300332Z [5406/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-09-27T15:32:45.1301847Z [5407/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-09-27T15:32:45.3267603Z [5407/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-09-27T15:32:45.3270241Z [5408/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-09-27T15:32:45.4039764Z [5408/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-09-27T15:32:45.4040619Z [5409/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-09-27T15:32:45.4502362Z [5409/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-09-27T15:32:45.4505376Z [5410/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-09-27T15:32:45.6633705Z [5410/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-09-27T15:32:45.6635282Z [5411/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-09-27T15:32:46.0496164Z [5411/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-09-27T15:32:46.0497032Z [5412/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-09-27T15:32:46.1056829Z [5412/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-09-27T15:32:46.1065095Z [5413/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-09-27T15:32:46.2370044Z [5413/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-09-27T15:32:46.2378867Z [5414/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-09-27T15:32:46.3527710Z [5414/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-09-27T15:32:46.3530391Z [5415/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-09-27T15:32:46.4654022Z [5415/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-09-27T15:32:46.4654985Z [5416/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-09-27T15:32:46.4922054Z [5416/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-09-27T15:32:46.4923506Z [5417/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-09-27T15:32:46.5357350Z [5417/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-09-27T15:32:46.5358755Z [5418/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-09-27T15:32:46.6058421Z [5418/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-09-27T15:32:46.6059735Z [5419/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-09-27T15:32:46.6211209Z [5419/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-09-27T15:32:46.6212498Z [5420/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-09-27T15:32:46.7175438Z [5420/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-09-27T15:32:46.7176549Z [5421/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-09-27T15:32:46.8054535Z [5421/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-09-27T15:32:46.8056950Z [5422/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-09-27T15:32:46.8676447Z [5422/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-09-27T15:32:46.8678714Z [5423/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-09-27T15:32:46.9501431Z [5423/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-09-27T15:32:46.9504134Z [5424/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-09-27T15:32:47.0953394Z [5424/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-09-27T15:32:47.0955693Z [5425/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-09-27T15:32:47.1262090Z [5425/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-09-27T15:32:47.1263017Z [5426/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-09-27T15:32:47.2557936Z [5426/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-09-27T15:32:47.2558864Z [5427/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-09-27T15:32:47.3524786Z [5427/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-09-27T15:32:47.3526262Z [5428/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-09-27T15:32:47.4060608Z [5428/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-09-27T15:32:47.4061828Z [5429/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-09-27T15:32:47.4235344Z [5429/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-09-27T15:32:47.4236819Z [5430/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-09-27T15:32:47.5766509Z [5430/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-09-27T15:32:47.5767552Z [5431/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-09-27T15:32:47.6115940Z [5431/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-09-27T15:32:47.6117088Z [5432/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-09-27T15:32:47.7696645Z [5432/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-09-27T15:32:47.7697562Z [5433/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-09-27T15:32:47.8040068Z [5433/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-09-27T15:32:47.8041436Z [5434/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-09-27T15:32:47.9087573Z [5434/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-09-27T15:32:47.9088110Z [5435/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-09-27T15:32:47.9262191Z [5435/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-09-27T15:32:47.9263305Z [5436/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-09-27T15:32:48.0138899Z [5436/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-09-27T15:32:48.0141135Z [5437/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-09-27T15:32:48.1383395Z [5437/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-09-27T15:32:48.1386105Z [5438/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-09-27T15:32:48.2750631Z [5438/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-09-27T15:32:48.2751839Z [5439/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-09-27T15:32:48.3346784Z [5439/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-09-27T15:32:48.3347692Z [5440/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-09-27T15:32:48.3854254Z [5440/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-09-27T15:32:48.3855041Z [5441/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-09-27T15:32:48.4014261Z [5441/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-09-27T15:32:48.4015151Z [5442/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-09-27T15:32:48.4287072Z [5442/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-09-27T15:32:48.4287960Z [5443/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-09-27T15:32:48.6948107Z [5443/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-09-27T15:32:48.6949591Z [5444/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-09-27T15:32:48.7183545Z [5444/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-09-27T15:32:48.7185138Z [5445/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-09-27T15:32:48.9013864Z [5445/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-09-27T15:32:48.9014727Z [5446/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-09-27T15:32:48.9770273Z [5446/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-09-27T15:32:48.9771285Z [5447/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-09-27T15:32:48.9944611Z [5447/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-09-27T15:32:48.9945721Z [5448/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-09-27T15:32:49.1491608Z [5448/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-09-27T15:32:49.1493004Z [5449/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-09-27T15:32:49.1602712Z [5449/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-09-27T15:32:49.1603525Z [5450/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-09-27T15:32:49.1991211Z [5450/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-09-27T15:32:49.1991738Z [5451/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-09-27T15:32:49.2106729Z [5451/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-09-27T15:32:49.2107594Z [5452/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-09-27T15:32:49.2379758Z [5452/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-09-27T15:32:49.2380581Z [5453/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-09-27T15:32:49.6808030Z [5453/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-09-27T15:32:49.6810847Z [5454/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-09-27T15:32:49.7417162Z [5454/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-09-27T15:32:49.7418613Z [5455/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-09-27T15:32:49.7762617Z [5455/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-09-27T15:32:49.7777491Z [5456/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-09-27T15:32:49.8550457Z [5456/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-09-27T15:32:49.8551429Z [5457/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-09-27T15:32:49.9904639Z [5457/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-09-27T15:32:49.9913764Z [5458/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-09-27T15:32:50.1979398Z [5458/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-09-27T15:32:50.1984648Z [5459/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-09-27T15:32:50.2318026Z [5459/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-09-27T15:32:50.2319036Z [5460/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-09-27T15:32:50.2577084Z [5460/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-09-27T15:32:50.2578188Z [5461/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-09-27T15:32:50.3347260Z [5461/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-09-27T15:32:50.3348300Z [5462/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-09-27T15:32:50.4643980Z [5462/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-09-27T15:32:50.4645524Z [5463/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-09-27T15:32:50.6507783Z [5463/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-09-27T15:32:50.6508920Z [5464/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-09-27T15:32:50.6655048Z [5464/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-09-27T15:32:50.6656089Z [5465/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-09-27T15:32:50.8058318Z [5465/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-09-27T15:32:50.8059265Z [5466/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-09-27T15:32:50.8568401Z [5466/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-09-27T15:32:50.8577994Z [5467/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-09-27T15:32:50.9933168Z [5467/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-09-27T15:32:50.9934344Z [5468/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-09-27T15:32:51.1706503Z [5468/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-09-27T15:32:51.1713437Z [5469/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-09-27T15:32:51.2398798Z [5469/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-09-27T15:32:51.2399763Z [5470/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-09-27T15:32:51.3014557Z [5470/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-09-27T15:32:51.3015795Z [5471/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-09-27T15:32:51.3908640Z [5471/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-09-27T15:32:51.3911925Z [5472/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-09-27T15:32:51.4993312Z [5472/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-09-27T15:32:51.4994103Z [5473/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-09-27T15:32:51.5938637Z [5473/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-09-27T15:32:51.5948325Z [5474/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-09-27T15:32:51.6839092Z [5474/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-09-27T15:32:51.6839914Z [5475/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-09-27T15:32:51.7533881Z [5475/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-09-27T15:32:51.7534777Z [5476/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-09-27T15:32:51.8064820Z [5476/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-09-27T15:32:51.8065873Z [5477/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-09-27T15:32:51.8656450Z [5477/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-09-27T15:32:51.8657553Z [5478/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-09-27T15:32:52.0316994Z [5478/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-09-27T15:32:52.0319154Z [5479/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-09-27T15:32:52.1226460Z [5479/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-09-27T15:32:52.1227372Z [5480/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-09-27T15:32:52.2105306Z [5480/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-09-27T15:32:52.2106463Z [5481/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-09-27T15:32:52.3746900Z [5481/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-09-27T15:32:52.3747825Z [5482/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-09-27T15:32:52.3913681Z [5482/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-09-27T15:32:52.3914614Z [5483/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-09-27T15:32:52.4934261Z [5483/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-09-27T15:32:52.4935219Z [5484/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-09-27T15:32:52.6917443Z [5484/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-09-27T15:32:52.6918517Z [5485/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-09-27T15:32:52.7169220Z [5485/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-09-27T15:32:52.7170246Z [5486/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-09-27T15:32:52.9150191Z [5486/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-09-27T15:32:52.9151201Z [5487/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-09-27T15:32:52.9304497Z [5487/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-09-27T15:32:52.9305430Z [5488/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-09-27T15:32:53.2246158Z [5488/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-09-27T15:32:53.2248580Z [5489/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-09-27T15:32:53.3814950Z [5489/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-09-27T15:32:53.3816216Z [5490/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-09-27T15:32:53.4358694Z [5490/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-09-27T15:32:53.4359260Z [5491/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-09-27T15:32:53.6079498Z [5491/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-09-27T15:32:53.6081539Z [5492/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-09-27T15:32:53.6635734Z [5492/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-09-27T15:32:53.6636797Z [5493/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-09-27T15:32:53.6938472Z [5493/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-09-27T15:32:53.6939267Z [5494/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-09-27T15:32:53.8461213Z [5494/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-09-27T15:32:53.8462079Z [5495/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-09-27T15:32:53.8913656Z [5495/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-09-27T15:32:53.8914462Z [5496/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-09-27T15:32:53.9476115Z [5496/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-09-27T15:32:53.9477341Z [5497/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-09-27T15:32:54.0701789Z [5497/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-09-27T15:32:54.0703169Z [5498/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-09-27T15:32:54.1943328Z [5498/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-09-27T15:32:54.1944147Z [5499/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-09-27T15:32:54.3789213Z [5499/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-09-27T15:32:54.3790124Z [5500/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-09-27T15:32:54.4153751Z [5500/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-09-27T15:32:54.4155221Z [5501/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-09-27T15:32:54.5173299Z [5501/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-09-27T15:32:54.5175622Z [5502/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-09-27T15:32:54.5186659Z [5502/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-09-27T15:32:54.5188086Z [5503/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-09-27T15:32:54.5754704Z [5503/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-09-27T15:32:54.5755903Z [5504/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-09-27T15:32:54.9335974Z [5504/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-09-27T15:32:54.9336893Z [5505/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-09-27T15:32:54.9618445Z [5505/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-09-27T15:32:54.9619376Z [5506/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-09-27T15:32:55.0273284Z [5506/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-09-27T15:32:55.0274152Z [5507/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-09-27T15:32:55.1264548Z [5507/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-09-27T15:32:55.1265152Z [5508/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-09-27T15:32:55.2345460Z [5508/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-09-27T15:32:55.2354624Z [5509/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-09-27T15:32:55.4357223Z [5509/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-09-27T15:32:55.4358352Z [5510/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-09-27T15:32:55.4984273Z [5510/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-09-27T15:32:55.4985195Z [5511/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-09-27T15:32:55.5477025Z [5511/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-09-27T15:32:55.5477681Z [5512/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-09-27T15:32:55.5872343Z [5512/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-09-27T15:32:55.5872899Z [5513/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-09-27T15:32:55.6661586Z [5513/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-09-27T15:32:55.6662464Z [5514/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-09-27T15:32:55.7997937Z [5514/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-09-27T15:32:55.7999048Z [5515/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-09-27T15:32:55.8540920Z [5515/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-09-27T15:32:55.8541868Z [5516/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-09-27T15:32:56.0365769Z [5516/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-09-27T15:32:56.0366655Z [5517/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-09-27T15:32:56.0376833Z [5517/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-09-27T15:32:56.0377898Z [5518/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-09-27T15:32:56.1789956Z [5518/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-09-27T15:32:56.1790897Z [5519/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-09-27T15:32:56.3158267Z [5519/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-09-27T15:32:56.3159605Z [5520/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-09-27T15:32:56.3811205Z [5520/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-09-27T15:32:56.3814313Z [5521/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-09-27T15:32:56.4618392Z [5521/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-09-27T15:32:56.4619255Z [5522/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-09-27T15:32:56.5666717Z [5522/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-09-27T15:32:56.5667626Z [5523/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-09-27T15:32:56.6286045Z [5523/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-09-27T15:32:56.6287235Z [5524/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-09-27T15:32:56.8352955Z [5524/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-09-27T15:32:56.8353956Z [5525/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-09-27T15:32:56.8632637Z [5525/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-09-27T15:32:56.8633613Z [5526/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-09-27T15:32:56.8834696Z [5526/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-09-27T15:32:56.8835611Z [5527/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-09-27T15:32:56.9273859Z [5527/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-09-27T15:32:56.9274793Z [5528/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-09-27T15:32:57.0342415Z [5528/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-09-27T15:32:57.0343866Z [5529/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-09-27T15:32:57.3620959Z [5529/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-09-27T15:32:57.3621817Z [5530/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-09-27T15:32:57.3804347Z [5530/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-09-27T15:32:57.3805095Z [5531/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-09-27T15:32:57.4527380Z [5531/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-09-27T15:32:57.4528282Z [5532/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-09-27T15:32:57.5423596Z [5532/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-09-27T15:32:57.5424538Z [5533/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-09-27T15:32:57.5592764Z [5533/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-09-27T15:32:57.5593853Z [5534/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-09-27T15:32:57.6382657Z [5534/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-09-27T15:32:57.6384041Z [5535/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-09-27T15:32:57.8849920Z [5535/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-09-27T15:32:57.8850504Z [5536/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-09-27T15:32:57.9124709Z [5536/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-09-27T15:32:57.9125499Z [5537/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-09-27T15:32:57.9135941Z [5537/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-09-27T15:32:57.9137529Z [5538/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-09-27T15:32:58.0324632Z [5538/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-09-27T15:32:58.0325897Z [5539/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-09-27T15:32:58.0629515Z [5539/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-09-27T15:32:58.0638452Z [5540/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-09-27T15:32:58.3248927Z [5540/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-09-27T15:32:58.3249870Z [5541/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-09-27T15:32:58.4370046Z [5541/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-09-27T15:32:58.4370894Z [5542/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-09-27T15:32:58.4542783Z [5542/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-09-27T15:32:58.4543952Z [5543/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-09-27T15:32:58.5676627Z [5543/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-09-27T15:32:58.5678548Z [5544/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-09-27T15:32:58.6332253Z [5544/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-09-27T15:32:58.6333220Z [5545/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-09-27T15:32:58.9897233Z [5545/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-09-27T15:32:58.9898484Z [5546/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-09-27T15:32:59.0717634Z [5546/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-09-27T15:32:59.0718540Z [5547/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-09-27T15:32:59.1024846Z [5547/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-09-27T15:32:59.1025939Z [5548/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-09-27T15:32:59.1272391Z [5548/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-09-27T15:32:59.1273375Z [5549/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-09-27T15:32:59.3588435Z [5549/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-09-27T15:32:59.3589272Z [5550/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-09-27T15:32:59.3925635Z [5550/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-09-27T15:32:59.3926835Z [5551/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-09-27T15:32:59.4708747Z [5551/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-09-27T15:32:59.4711039Z [5552/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-09-27T15:32:59.6034799Z [5552/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-09-27T15:32:59.6036221Z [5553/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-09-27T15:32:59.8779063Z [5553/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-09-27T15:32:59.8780360Z [5554/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-09-27T15:33:00.0215901Z [5554/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-09-27T15:33:00.0216827Z [5555/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-09-27T15:33:00.0670227Z [5555/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-09-27T15:33:00.0671011Z [5556/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-09-27T15:33:00.1450052Z [5556/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-09-27T15:33:00.1458672Z [5557/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-09-27T15:33:00.3865931Z [5557/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-09-27T15:33:00.3866829Z [5558/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-09-27T15:33:00.4249282Z [5558/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-09-27T15:33:00.4251034Z [5559/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-09-27T15:33:00.4551696Z [5559/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-09-27T15:33:00.4556379Z [5560/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-09-27T15:33:00.5417787Z [5560/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-09-27T15:33:00.5425398Z [5561/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-09-27T15:33:00.9292110Z [5561/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-09-27T15:33:00.9294947Z [5562/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-09-27T15:33:01.0364940Z [5562/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-09-27T15:33:01.0366590Z [5563/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-09-27T15:33:01.0748454Z [5563/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-09-27T15:33:01.0749003Z [5564/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-09-27T15:33:01.1627289Z [5564/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-09-27T15:33:01.1628219Z [5565/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-09-27T15:33:01.2444280Z [5565/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-09-27T15:33:01.2445192Z [5566/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-09-27T15:33:01.3977198Z [5566/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-09-27T15:33:01.3982844Z [5567/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-09-27T15:33:01.4938661Z [5567/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-09-27T15:33:01.4941906Z [5568/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-09-27T15:33:01.5525196Z [5568/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-09-27T15:33:01.5535934Z [5569/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-09-27T15:33:01.6683204Z [5569/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-09-27T15:33:01.6683845Z [5570/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-09-27T15:33:01.7557956Z [5570/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-09-27T15:33:01.7558860Z [5571/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-09-27T15:33:01.9497416Z [5571/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-09-27T15:33:01.9500809Z [5572/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-09-27T15:33:02.3113569Z [5572/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-09-27T15:33:02.3114349Z [5573/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-09-27T15:33:02.4690457Z [5573/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-09-27T15:33:02.4691812Z [5574/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-09-27T15:33:02.6805862Z [5574/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-09-27T15:33:02.6806841Z [5575/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-09-27T15:33:02.7074245Z [5575/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-09-27T15:33:02.7075349Z [5576/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-09-27T15:33:02.7716028Z [5576/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-09-27T15:33:02.7718929Z [5577/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-09-27T15:33:02.8277194Z [5577/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-09-27T15:33:02.8278486Z [5578/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-09-27T15:33:02.9744037Z [5578/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-09-27T15:33:02.9745351Z [5579/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-09-27T15:33:03.1703959Z [5579/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-09-27T15:33:03.1704863Z [5580/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-09-27T15:33:03.1904585Z [5580/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-09-27T15:33:03.1905836Z [5581/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-09-27T15:33:03.3568159Z [5581/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-09-27T15:33:03.3571898Z [5582/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-09-27T15:33:03.4556133Z [5582/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-09-27T15:33:03.4558696Z [5583/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-09-27T15:33:03.5060037Z [5583/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-09-27T15:33:03.5060928Z [5584/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-09-27T15:33:03.7009477Z [5584/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-09-27T15:33:03.7010473Z [5585/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-09-27T15:33:03.7138557Z [5585/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-09-27T15:33:03.7139146Z [5586/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-09-27T15:33:03.7590381Z [5586/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-09-27T15:33:03.7591160Z [5587/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-09-27T15:33:04.0330866Z [5587/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-09-27T15:33:04.0340240Z [5588/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-09-27T15:33:04.2092170Z [5588/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-09-27T15:33:04.2093277Z [5589/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-09-27T15:33:04.4515052Z [5589/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-09-27T15:33:04.4525031Z [5590/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-09-27T15:33:04.5420854Z [5590/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-09-27T15:33:04.5421698Z [5591/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-09-27T15:33:04.5959880Z [5591/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-09-27T15:33:04.5965032Z [5592/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-09-27T15:33:04.9801377Z [5592/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-09-27T15:33:04.9805639Z [5593/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-09-27T15:33:05.1109601Z [5593/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-09-27T15:33:05.1110144Z [5594/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-09-27T15:33:05.1590611Z [5594/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-09-27T15:33:05.1592772Z [5595/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-09-27T15:33:05.4143883Z [5595/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-09-27T15:33:05.4144927Z [5596/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-09-27T15:33:05.4697573Z [5596/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-09-27T15:33:05.4698891Z [5597/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-09-27T15:33:05.4847204Z [5597/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-09-27T15:33:05.4853626Z [5598/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-09-27T15:33:05.5854185Z [5598/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-09-27T15:33:05.5854804Z [5599/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-09-27T15:33:05.9963164Z [5599/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-09-27T15:33:05.9964004Z [5600/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-09-27T15:33:06.0467212Z [5600/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-09-27T15:33:06.0468356Z [5601/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-09-27T15:33:06.1227921Z [5601/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-09-27T15:33:06.1231566Z [5602/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-09-27T15:33:06.4764519Z [5602/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-09-27T15:33:06.4765402Z [5603/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-09-27T15:33:06.5016264Z [5603/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-09-27T15:33:06.5016785Z [5604/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-09-27T15:33:06.5158948Z [5604/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-09-27T15:33:06.5159792Z [5605/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-09-27T15:33:06.6102731Z [5605/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-09-27T15:33:06.6103607Z [5606/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-09-27T15:33:06.6224651Z [5606/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-09-27T15:33:06.6225860Z [5607/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-09-27T15:33:07.0714177Z [5607/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-09-27T15:33:07.0714984Z [5608/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-09-27T15:33:07.3793401Z [5608/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-09-27T15:33:07.3797735Z [5609/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-09-27T15:33:07.4678662Z [5609/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-09-27T15:33:07.4679590Z [5610/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-09-27T15:33:07.5001985Z [5610/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-09-27T15:33:07.5003217Z [5611/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-09-27T15:33:07.5095747Z [5611/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-09-27T15:33:07.5097655Z [5612/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-09-27T15:33:07.5311210Z [5612/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-09-27T15:33:07.5311805Z [5613/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-09-27T15:33:07.5508354Z [5613/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-09-27T15:33:07.5509199Z [5614/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-09-27T15:33:07.9037957Z [5614/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-09-27T15:33:07.9038885Z [5615/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-09-27T15:33:07.9488763Z [5615/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-09-27T15:33:07.9489597Z [5616/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-09-27T15:33:08.0608843Z [5616/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-09-27T15:33:08.0609784Z [5617/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-09-27T15:33:08.3610004Z [5617/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-09-27T15:33:08.3611249Z [5618/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-09-27T15:33:08.5624398Z [5618/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-09-27T15:33:08.5627170Z [5619/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-09-27T15:33:08.6399909Z [5619/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-09-27T15:33:08.6402195Z [5620/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-09-27T15:33:08.8495143Z [5620/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-09-27T15:33:08.8499691Z [5621/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-09-27T15:33:08.9627009Z [5621/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-09-27T15:33:08.9629880Z [5622/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-09-27T15:33:09.1445926Z [5622/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-09-27T15:33:09.1451248Z [5623/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-09-27T15:33:09.4378724Z [5623/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-09-27T15:33:09.4379988Z [5624/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-09-27T15:33:09.5019881Z [5624/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-09-27T15:33:09.5021000Z [5625/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-09-27T15:33:09.6720841Z [5625/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-09-27T15:33:09.6722584Z [5626/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-09-27T15:33:09.7254448Z [5626/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-09-27T15:33:09.7255924Z [5627/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-09-27T15:33:09.8446280Z [5627/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-09-27T15:33:09.8447707Z [5628/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-09-27T15:33:09.9127759Z [5628/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-09-27T15:33:09.9129727Z [5629/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-09-27T15:33:09.9774876Z [5629/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-09-27T15:33:09.9780004Z [5630/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-09-27T15:33:10.0251758Z [5630/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-09-27T15:33:10.0261668Z [5631/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-09-27T15:33:10.1349169Z [5631/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-09-27T15:33:10.1356661Z [5632/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-09-27T15:33:10.3417322Z [5632/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-09-27T15:33:10.3423840Z [5633/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-09-27T15:33:10.4346144Z [5633/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-09-27T15:33:10.4347067Z [5634/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-09-27T15:33:10.4660366Z [5634/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-09-27T15:33:10.4661384Z [5635/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-09-27T15:33:10.4674401Z [5635/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-09-27T15:33:10.4674973Z [5636/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-09-27T15:33:10.5009072Z [5636/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-09-27T15:33:10.5009901Z [5637/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-09-27T15:33:10.5364002Z [5637/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-09-27T15:33:10.5364825Z [5638/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-09-27T15:33:10.5784664Z [5638/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-09-27T15:33:10.5785457Z [5639/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-09-27T15:33:10.9375574Z [5639/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-09-27T15:33:10.9563043Z [5640/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-09-27T15:33:10.9563830Z [5640/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-09-27T15:33:10.9565060Z [5641/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-09-27T15:33:11.0212703Z [5641/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-09-27T15:33:11.0213577Z [5642/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-09-27T15:33:11.0777704Z [5642/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_view.cpp.o 2022-09-27T15:33:11.0778513Z [5643/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-09-27T15:33:11.1416786Z [5643/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-09-27T15:33:11.1417830Z [5644/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-09-27T15:33:11.1576883Z [5644/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-09-27T15:33:11.1577732Z [5645/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-09-27T15:33:11.3996981Z [5645/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-09-27T15:33:11.3997709Z [5646/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-09-27T15:33:11.4126959Z [5646/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-09-27T15:33:11.4127889Z [5647/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-09-27T15:33:11.4863318Z [5647/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-09-27T15:33:11.4864166Z [5648/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-09-27T15:33:11.5305693Z [5648/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-09-27T15:33:11.5306649Z [5649/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_view.cpp.o 2022-09-27T15:33:11.6221177Z [5649/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-09-27T15:33:11.6222091Z [5650/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-09-27T15:33:11.6748639Z [5650/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-09-27T15:33:11.6749524Z [5651/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-09-27T15:33:11.7430653Z [5651/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-09-27T15:33:11.7431300Z [5652/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-09-27T15:33:11.8752657Z [5652/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-09-27T15:33:11.8757646Z [5653/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-09-27T15:33:11.8865693Z [5653/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-09-27T15:33:11.8866594Z [5654/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-09-27T15:33:12.1373240Z [5654/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-09-27T15:33:12.1373806Z [5655/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-09-27T15:33:12.1982501Z [5655/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-09-27T15:33:12.1983432Z [5656/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-09-27T15:33:12.2352113Z [5656/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-09-27T15:33:12.2352982Z [5657/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-09-27T15:33:12.2368283Z [5657/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/api.cpp.o 2022-09-27T15:33:12.2369660Z [5658/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-09-27T15:33:12.3883826Z [5658/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-09-27T15:33:12.3884852Z [5659/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-09-27T15:33:12.4465091Z [5659/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/execution_graph_observer.cpp.o 2022-09-27T15:33:12.4465909Z [5660/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-09-27T15:33:12.4468624Z [5660/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt_observer.cpp.o 2022-09-27T15:33:12.4469326Z [5661/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-09-27T15:33:12.7406262Z [5661/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-09-27T15:33:12.7407125Z [5662/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/api.cpp.o 2022-09-27T15:33:12.8204578Z [5662/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-09-27T15:33:12.8205481Z [5663/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-09-27T15:33:12.8536567Z [5663/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-09-27T15:33:12.8538067Z [5664/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-09-27T15:33:12.9704628Z [5664/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/nvtx_observer.cpp.o 2022-09-27T15:33:12.9705583Z [5665/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/execution_graph_observer.cpp.o 2022-09-27T15:33:13.0010734Z [5665/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-09-27T15:33:13.0011652Z [5666/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-09-27T15:33:13.0229878Z [5666/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-09-27T15:33:13.0230676Z [5667/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt_observer.cpp.o 2022-09-27T15:33:13.1970007Z [5667/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-09-27T15:33:13.1970815Z [5668/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-09-27T15:33:13.3030394Z [5668/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-09-27T15:33:13.3031325Z [5669/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-09-27T15:33:13.4761112Z [5669/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-09-27T15:33:13.4761808Z [5670/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/nvtx_observer.cpp.o 2022-09-27T15:33:13.5283448Z [5670/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-09-27T15:33:13.5284298Z [5671/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-09-27T15:33:13.5607391Z [5671/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-09-27T15:33:13.5608334Z [5672/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-09-27T15:33:13.6979048Z [5672/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-09-27T15:33:13.6983818Z [5673/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-09-27T15:33:13.8881805Z [5673/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-09-27T15:33:13.8889052Z [5674/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-09-27T15:33:13.9158828Z [5674/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-09-27T15:33:13.9161145Z [5675/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-09-27T15:33:14.0341112Z [5675/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-09-27T15:33:14.0342117Z [5676/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-09-27T15:33:14.1472829Z [5676/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-09-27T15:33:14.1473707Z [5677/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-09-27T15:33:14.2159981Z [5677/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-09-27T15:33:14.2160886Z [5678/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-09-27T15:33:14.4140897Z [5678/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-09-27T15:33:14.4141843Z [5679/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-09-27T15:33:14.4666838Z [5679/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-09-27T15:33:14.4669206Z [5680/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-09-27T15:33:14.5181016Z [5680/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-09-27T15:33:14.5181960Z [5681/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-09-27T15:33:14.5815525Z [5681/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-09-27T15:33:14.5816430Z [5682/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-09-27T15:33:14.8264036Z [5682/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-09-27T15:33:14.8264966Z [5683/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-09-27T15:33:14.9659889Z [5683/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-09-27T15:33:14.9660950Z [5684/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-09-27T15:33:15.0129008Z [5684/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-09-27T15:33:15.0129955Z [5685/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-09-27T15:33:15.1639711Z [5685/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-09-27T15:33:15.1648444Z [5686/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-09-27T15:33:15.3189639Z [5686/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-09-27T15:33:15.3190492Z [5687/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-09-27T15:33:15.4894402Z [5687/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-09-27T15:33:15.4904428Z [5688/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-09-27T15:33:15.5506042Z [5688/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-09-27T15:33:15.5506910Z [5689/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-09-27T15:33:15.5899035Z [5689/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-09-27T15:33:15.5900331Z [5690/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-09-27T15:33:15.6759226Z [5690/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-09-27T15:33:15.6760142Z [5691/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-09-27T15:33:15.7393617Z [5691/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-09-27T15:33:15.7394581Z [5692/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-09-27T15:33:16.1139050Z [5692/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-09-27T15:33:16.1139582Z [5693/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-09-27T15:33:16.1183653Z [5693/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-09-27T15:33:16.1186476Z [5694/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-09-27T15:33:16.2639602Z [5694/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-09-27T15:33:16.2640572Z [5695/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-09-27T15:33:16.2811783Z [5695/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-09-27T15:33:16.2812707Z [5696/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-09-27T15:33:16.3425006Z [5696/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-09-27T15:33:16.3425915Z [5697/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-09-27T15:33:16.6245309Z [5697/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-09-27T15:33:16.6246032Z [5698/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-09-27T15:33:16.6394153Z [5698/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-09-27T15:33:16.6399361Z [5699/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-09-27T15:33:16.7831595Z [5699/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-09-27T15:33:16.7832569Z [5700/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-09-27T15:33:16.8192325Z [5700/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-09-27T15:33:16.8193633Z [5701/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-09-27T15:33:16.8457630Z [5701/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-09-27T15:33:16.8459640Z [5702/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-09-27T15:33:17.0049717Z [5702/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-09-27T15:33:17.0050575Z [5703/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-09-27T15:33:17.0863890Z [5703/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-09-27T15:33:17.0864775Z [5704/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-09-27T15:33:17.1449591Z [5704/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-09-27T15:33:17.1450453Z [5705/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-09-27T15:33:17.3932250Z [5705/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-09-27T15:33:17.3933153Z [5706/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-09-27T15:33:17.4069452Z [5706/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-09-27T15:33:17.4070588Z [5707/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-09-27T15:33:17.4109126Z [5707/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-09-27T15:33:17.4109621Z [5708/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-09-27T15:33:17.6158397Z [5708/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-09-27T15:33:17.6159296Z [5709/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-09-27T15:33:17.6488031Z [5709/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-09-27T15:33:17.6488847Z [5710/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-09-27T15:33:17.6705497Z [5710/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-09-27T15:33:17.6708271Z [5711/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-09-27T15:33:17.7441418Z [5711/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-09-27T15:33:17.7442855Z [5712/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-09-27T15:33:18.0898006Z [5712/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-09-27T15:33:18.0899184Z [5713/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-09-27T15:33:18.2345975Z [5713/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-09-27T15:33:18.2346912Z [5714/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-09-27T15:33:18.2546500Z [5714/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-09-27T15:33:18.2547325Z [5715/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-09-27T15:33:18.3141181Z [5715/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt.cpp.o 2022-09-27T15:33:18.3145590Z [5716/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-09-27T15:33:18.5597343Z [5716/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-09-27T15:33:18.5598859Z [5717/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-09-27T15:33:18.6358535Z [5717/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-09-27T15:33:18.6359856Z [5718/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-09-27T15:33:18.6770609Z [5718/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-09-27T15:33:18.6772485Z [5719/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-09-27T15:33:18.7625664Z [5719/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-09-27T15:33:18.7627051Z [5720/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-09-27T15:33:18.8337294Z [5720/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-09-27T15:33:18.8340395Z [5721/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt.cpp.o 2022-09-27T15:33:18.9522130Z [5721/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-09-27T15:33:18.9529312Z [5722/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-09-27T15:33:19.2179864Z [5722/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-09-27T15:33:19.2180739Z [5723/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-09-27T15:33:19.2988981Z [5723/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-09-27T15:33:19.2990686Z [5724/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-09-27T15:33:19.4551342Z [5724/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-09-27T15:33:19.4551911Z [5725/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-09-27T15:33:19.6899196Z [5725/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-09-27T15:33:19.6904801Z [5726/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-09-27T15:33:19.8342921Z [5726/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-09-27T15:33:19.8345831Z [5727/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-09-27T15:33:19.8646669Z [5727/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-09-27T15:33:19.8648101Z [5728/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-09-27T15:33:20.0088575Z [5728/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-09-27T15:33:20.0089464Z [5729/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-09-27T15:33:20.1417731Z [5729/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-09-27T15:33:20.1418569Z [5730/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-09-27T15:33:20.1444546Z [5730/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-09-27T15:33:20.1445536Z [5731/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-09-27T15:33:20.1777924Z [5731/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-09-27T15:33:20.1778782Z [5732/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-09-27T15:33:20.4555881Z [5732/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-09-27T15:33:20.4564378Z [5733/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-09-27T15:33:20.4996206Z [5733/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-09-27T15:33:20.4997557Z [5734/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-09-27T15:33:20.5784506Z [5734/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-09-27T15:33:20.5785397Z [5735/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-09-27T15:33:20.7596211Z [5735/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-09-27T15:33:20.7601174Z [5736/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-09-27T15:33:20.8309493Z [5736/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-09-27T15:33:20.8310455Z [5737/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-09-27T15:33:20.8829464Z [5737/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-09-27T15:33:20.8833226Z [5738/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-09-27T15:33:20.9576255Z [5738/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-09-27T15:33:20.9577220Z [5739/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-09-27T15:33:21.1059721Z [5739/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-09-27T15:33:21.1060532Z [5740/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-09-27T15:33:21.4611843Z [5740/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-09-27T15:33:21.4617529Z [5741/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-09-27T15:33:21.4862903Z [5741/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-09-27T15:33:21.4864346Z [5742/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-09-27T15:33:21.6271247Z [5742/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-09-27T15:33:21.6273788Z [5743/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-09-27T15:33:21.6811190Z [5743/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-09-27T15:33:21.6812662Z [5744/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-09-27T15:33:21.8160467Z [5744/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-09-27T15:33:21.8161980Z [5745/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-09-27T15:33:21.9014446Z [5745/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-09-27T15:33:21.9016201Z [5746/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-09-27T15:33:22.1687271Z [5746/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-09-27T15:33:22.1688027Z [5747/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-09-27T15:33:22.2589711Z [5747/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-09-27T15:33:22.2590791Z [5748/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-09-27T15:33:22.3231766Z [5748/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-09-27T15:33:22.3234182Z [5749/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-09-27T15:33:22.3333728Z [5749/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-09-27T15:33:22.3336167Z [5750/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-09-27T15:33:22.5003027Z [5750/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-09-27T15:33:22.5004232Z [5751/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-09-27T15:33:22.6323338Z [5751/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-09-27T15:33:22.6324548Z [5752/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-09-27T15:33:22.7373265Z [5752/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-09-27T15:33:22.7380147Z [5753/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-09-27T15:33:23.0847120Z [5753/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-09-27T15:33:23.0848679Z [5754/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-09-27T15:33:23.2422837Z [5754/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-09-27T15:33:23.2427679Z [5755/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-09-27T15:33:23.6305710Z [5755/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-09-27T15:33:23.6309883Z [5756/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-09-27T15:33:23.6427713Z [5756/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-09-27T15:33:23.6429103Z [5757/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-09-27T15:33:23.7934096Z [5757/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-09-27T15:33:23.7936803Z [5758/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-09-27T15:33:23.9531632Z [5758/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-09-27T15:33:23.9532752Z [5759/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-09-27T15:33:23.9536532Z [5759/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-09-27T15:33:23.9537850Z [5760/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-09-27T15:33:24.0131745Z [5760/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-09-27T15:33:24.0134960Z [5761/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-09-27T15:33:24.1532123Z [5761/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-09-27T15:33:24.1533531Z [5762/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-09-27T15:33:24.2540552Z [5762/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-09-27T15:33:24.2543839Z [5763/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-09-27T15:33:24.5999633Z [5763/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-09-27T15:33:24.6008074Z [5764/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-09-27T15:33:25.0386424Z [5764/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-09-27T15:33:25.0388189Z [5765/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-09-27T15:33:25.0535408Z [5765/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-09-27T15:33:25.0537161Z [5766/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-09-27T15:33:25.0632797Z [5766/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-09-27T15:33:25.0634153Z [5767/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-09-27T15:33:25.2641171Z [5767/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-09-27T15:33:25.2643262Z [5768/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-09-27T15:33:25.3145825Z [5768/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-09-27T15:33:25.3155152Z [5769/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-09-27T15:33:25.7778960Z [5769/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-09-27T15:33:25.7784390Z [5770/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-09-27T15:33:26.0142592Z [5770/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-09-27T15:33:26.0143981Z [5771/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-09-27T15:33:26.1447461Z [5771/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-09-27T15:33:26.1448812Z [5772/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-09-27T15:33:26.1916303Z [5772/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-09-27T15:33:26.1917376Z [5773/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-09-27T15:33:26.2864757Z [5773/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-09-27T15:33:26.2865849Z [5774/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-09-27T15:33:26.3317609Z [5774/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-09-27T15:33:26.3318598Z [5775/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-09-27T15:33:26.3468330Z [5775/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-09-27T15:33:26.3470596Z [5776/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-09-27T15:33:26.7433351Z [5776/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-09-27T15:33:26.7435258Z [5777/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-09-27T15:33:26.9720649Z [5777/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-09-27T15:33:26.9722330Z [5778/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-09-27T15:33:27.3138497Z [5778/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-09-27T15:33:27.3141237Z [5779/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-09-27T15:33:27.3255794Z [5779/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-09-27T15:33:27.3258406Z [5780/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-09-27T15:33:27.3626315Z [5780/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-09-27T15:33:27.3627871Z [5781/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-09-27T15:33:27.5400369Z [5781/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-09-27T15:33:27.5401835Z [5782/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-09-27T15:33:27.9228605Z [5782/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-09-27T15:33:27.9229187Z [5783/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-09-27T15:33:28.0625046Z [5783/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-09-27T15:33:28.0626551Z [5784/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-09-27T15:33:28.3826527Z [5784/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-09-27T15:33:28.3827338Z [5785/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-09-27T15:33:28.4625319Z [5785/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-09-27T15:33:28.4626228Z [5786/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-09-27T15:33:28.5686218Z [5786/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-09-27T15:33:28.5692654Z [5787/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-09-27T15:33:28.9621650Z [5787/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-09-27T15:33:28.9622608Z [5788/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-09-27T15:33:28.9713962Z [5788/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-09-27T15:33:28.9714845Z [5789/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-09-27T15:33:29.2472047Z [5789/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-09-27T15:33:29.2473237Z [5790/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-09-27T15:33:29.3398348Z [5790/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-09-27T15:33:29.3400370Z [5791/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-09-27T15:33:29.5792587Z [5791/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-09-27T15:33:29.5794795Z [5792/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-09-27T15:33:29.6281887Z [5792/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-09-27T15:33:29.6288794Z [5793/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-09-27T15:33:29.7926852Z [5793/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-09-27T15:33:29.7927571Z [5794/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-09-27T15:33:29.9578035Z [5794/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-09-27T15:33:29.9578594Z [5795/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-09-27T15:33:30.0652849Z [5795/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-09-27T15:33:30.0653910Z [5796/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-09-27T15:33:30.1882798Z [5796/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-09-27T15:33:30.1884121Z [5797/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-09-27T15:33:30.5565483Z [5797/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-09-27T15:33:30.5574816Z [5798/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-09-27T15:33:30.7592999Z [5798/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-09-27T15:33:30.7593906Z [5799/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-09-27T15:33:30.9162519Z [5799/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-09-27T15:33:30.9164256Z [5800/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-09-27T15:33:31.0031524Z [5800/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-09-27T15:33:31.0032637Z [5801/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-09-27T15:33:31.0278609Z [5801/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-09-27T15:33:31.0279448Z [5802/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-09-27T15:33:31.1319068Z [5802/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-09-27T15:33:31.1322555Z [5803/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-09-27T15:33:31.2197883Z [5803/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-09-27T15:33:31.2200030Z [5804/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-09-27T15:33:31.3850952Z [5804/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-09-27T15:33:31.3852159Z [5805/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-09-27T15:33:31.5879420Z [5805/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-09-27T15:33:31.5889078Z [5806/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-09-27T15:33:32.0676501Z [5806/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-09-27T15:33:32.0680434Z [5807/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-09-27T15:33:32.2067748Z [5807/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-09-27T15:33:32.2069460Z [5808/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-09-27T15:33:32.2308698Z [5808/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-09-27T15:33:32.2309498Z [5809/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-09-27T15:33:32.2404911Z [5809/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-09-27T15:33:32.2405767Z [5810/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-09-27T15:33:32.4521676Z [5810/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-09-27T15:33:32.4526721Z [5811/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-09-27T15:33:32.7750710Z [5811/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-09-27T15:33:32.7762027Z [5812/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-09-27T15:33:33.3346281Z [5812/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-09-27T15:33:33.3348091Z [5813/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-09-27T15:33:33.3932480Z [5813/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-09-27T15:33:33.3934709Z [5814/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-09-27T15:33:33.4350900Z [5814/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-09-27T15:33:33.4353943Z [5815/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-09-27T15:33:33.5157936Z [5815/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-09-27T15:33:33.5159145Z [5816/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-09-27T15:33:33.6960140Z [5816/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-09-27T15:33:33.6964769Z [5817/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-09-27T15:33:33.9527979Z [5817/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-09-27T15:33:33.9539079Z [5818/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-09-27T15:33:34.6090471Z [5818/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-09-27T15:33:34.6091316Z [5819/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-09-27T15:33:34.6571596Z [5819/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-09-27T15:33:34.6572465Z [5820/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-09-27T15:33:34.6851597Z [5820/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-09-27T15:33:34.6856395Z [5821/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-09-27T15:33:34.7651532Z [5821/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-09-27T15:33:34.7652135Z [5822/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-09-27T15:33:34.9804308Z [5822/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-09-27T15:33:34.9806244Z [5823/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-09-27T15:33:35.1016666Z [5823/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-09-27T15:33:35.1026537Z [5824/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-09-27T15:33:35.7225683Z [5824/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-09-27T15:33:35.7226517Z [5825/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-09-27T15:33:35.9282770Z [5825/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-09-27T15:33:35.9283717Z [5826/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-09-27T15:33:36.0484173Z [5826/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-09-27T15:33:36.0485009Z [5827/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-09-27T15:33:36.0608079Z [5827/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-09-27T15:33:36.0609109Z [5828/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-09-27T15:33:36.1798235Z [5828/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-09-27T15:33:36.1799098Z [5829/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-09-27T15:33:36.4193885Z [5829/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-09-27T15:33:36.4203215Z [5830/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-09-27T15:33:36.5903113Z [5830/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-09-27T15:33:36.5912937Z [5831/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-09-27T15:33:36.7429360Z [5831/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-09-27T15:33:36.7429881Z [5832/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-09-27T15:33:37.0926370Z [5832/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-09-27T15:33:37.0930999Z [5833/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-09-27T15:33:37.1401008Z [5833/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-09-27T15:33:37.1401807Z [5834/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-09-27T15:33:37.2189000Z [5834/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-09-27T15:33:37.2193821Z [5835/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-09-27T15:33:37.5122127Z [5835/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-09-27T15:33:37.5123023Z [5836/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-09-27T15:33:37.5226492Z [5836/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-09-27T15:33:37.5227201Z [5837/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-09-27T15:33:37.6574247Z [5837/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-09-27T15:33:37.6577846Z [5838/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-09-27T15:33:38.0712552Z [5838/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-09-27T15:33:38.0713158Z [5839/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-09-27T15:33:38.1111830Z [5839/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-09-27T15:33:38.1112656Z [5840/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-09-27T15:33:38.1398763Z [5840/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-09-27T15:33:38.1399883Z [5841/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-09-27T15:33:38.4885080Z [5841/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-09-27T15:33:38.4885949Z [5842/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-09-27T15:33:38.4973739Z [5842/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-09-27T15:33:38.4974540Z [5843/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-09-27T15:33:38.8814309Z [5843/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-09-27T15:33:38.8825051Z [5844/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-09-27T15:33:39.2716750Z [5844/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-09-27T15:33:39.2718532Z [5845/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-09-27T15:33:39.3130402Z [5845/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-09-27T15:33:39.3132148Z [5846/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-09-27T15:33:39.5226400Z [5846/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-09-27T15:33:39.5229572Z [5847/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-09-27T15:33:39.5509344Z [5847/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-09-27T15:33:39.5510398Z [5848/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-09-27T15:33:39.6214199Z [5848/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-09-27T15:33:39.6218581Z [5849/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-09-27T15:33:39.7568800Z [5849/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-09-27T15:33:39.7569795Z [5850/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-09-27T15:33:39.9199832Z [5850/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-09-27T15:33:39.9200527Z [5851/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-09-27T15:33:40.1490455Z [5851/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-09-27T15:33:40.1492628Z [5852/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-09-27T15:33:40.2633200Z [5852/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-09-27T15:33:40.2635022Z [5853/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-09-27T15:33:40.2850868Z [5853/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-09-27T15:33:40.2852199Z [5854/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-09-27T15:33:40.8141379Z [5854/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:33:40.8142305Z [5855/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-09-27T15:33:40.8474582Z [5855/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:33:40.8475238Z [5856/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-09-27T15:33:40.8740226Z [5856/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:33:40.8741183Z [5857/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-09-27T15:33:40.8965991Z [5857/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:40.8967100Z [5858/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.1560142Z [5858/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-09-27T15:33:41.1561321Z [5859/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-09-27T15:33:41.3064945Z [5859/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.3066283Z [5860/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-09-27T15:33:41.4189985Z [5860/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.4190629Z [5861/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.4575466Z [5861/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.4577448Z [5862/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.4725725Z [5862/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.4727653Z [5863/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.7619797Z [5863/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-09-27T15:33:41.7621696Z [5864/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.8189990Z [5864/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.8190987Z [5865/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-09-27T15:33:41.9005095Z [5865/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.9006401Z [5866/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.9672909Z [5866/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.9673892Z [5867/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:41.9983883Z [5867/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-09-27T15:33:41.9984690Z [5868/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-09-27T15:33:42.2946630Z [5868/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.2947350Z [5869/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.4214094Z [5869/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.4214682Z [5870/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.4501321Z [5870/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.4502572Z [5871/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-09-27T15:33:42.4537468Z [5871/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.4538572Z [5872/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.4667051Z [5872/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.4667696Z [5873/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.4925430Z [5873/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.4926346Z [5874/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.8226482Z [5874/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.8227780Z [5875/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.9168503Z [5875/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.9169656Z [5876/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.9937783Z [5876/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:42.9938915Z [5877/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.0140716Z [5877/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.0141627Z [5878/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.0412567Z [5878/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.0413632Z [5879/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.1029278Z [5879/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.1030257Z [5880/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.2899099Z [5880/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-09-27T15:33:43.2899998Z [5881/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.3908595Z [5881/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.3909796Z [5882/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.5478279Z [5882/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.5479303Z [5883/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.5827094Z [5883/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.5827821Z [5884/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.6274153Z [5884/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.6275249Z [5885/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.7349011Z [5885/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.7349904Z [5886/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-09-27T15:33:43.8876411Z [5886/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.8877431Z [5887/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.9461757Z [5887/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:43.9462873Z [5888/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.0313892Z [5888/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.0315029Z [5889/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.0743816Z [5889/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-09-27T15:33:44.0744803Z [5890/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.1460541Z [5890/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.1461623Z [5891/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.2409078Z [5891/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.2410060Z [5892/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.2943367Z [5892/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.2944348Z [5893/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.4293234Z [5893/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.4294498Z [5894/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.4710574Z [5894/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.4718883Z [5895/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.7745651Z [5895/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.7746555Z [5896/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.8134300Z [5896/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:44.8135534Z [5897/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.0163692Z [5897/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.0164498Z [5898/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.1099706Z [5898/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.1100312Z [5899/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.1291673Z [5899/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.1292724Z [5900/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.1305764Z [5900/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.1307354Z [5901/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-09-27T15:33:45.1681531Z [5901/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-09-27T15:33:45.1682439Z [5902/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.2673575Z [5902/6340] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-09-27T15:33:45.2674258Z [5903/6340] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-09-27T15:33:45.3205142Z [5903/6340] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-09-27T15:33:45.3206132Z [5904/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.5014062Z [5904/6340] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-09-27T15:33:45.5015041Z [5905/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.6819144Z [5905/6340] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-09-27T15:33:45.6820075Z [5906/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-09-27T15:33:45.6986787Z [5906/6340] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-09-27T15:33:45.6987766Z [5907/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:45.7048353Z [5907/6340] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-09-27T15:33:45.7049594Z [5908/6340] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-09-27T15:33:46.3059122Z [5908/6340] Linking CXX shared library lib/libtorch_cpu.so 2022-09-27T15:33:46.3069180Z [5909/6340] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-09-27T15:33:46.3771553Z [5909/6340] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-09-27T15:33:46.3774200Z [5910/6340] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-09-27T15:33:46.5048087Z [5910/6340] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-09-27T15:33:46.5051337Z [5911/6340] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-09-27T15:33:46.6341352Z [5911/6340] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-09-27T15:33:46.6342765Z [5912/6340] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-09-27T15:33:46.6864535Z [5912/6340] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-09-27T15:33:46.6865512Z [5913/6340] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-09-27T15:33:46.8374309Z [5913/6340] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-09-27T15:33:46.8375174Z [5914/6340] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-09-27T15:33:47.3334450Z [5914/6340] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-09-27T15:33:47.3344143Z [5915/6340] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-09-27T15:33:47.5433032Z [5915/6340] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-09-27T15:33:47.5433798Z [5916/6340] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-09-27T15:33:47.5604089Z [5916/6340] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-09-27T15:33:47.5604910Z [5917/6340] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-09-27T15:33:47.7253711Z [5917/6340] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-09-27T15:33:47.7254661Z [5918/6340] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-09-27T15:33:47.7540342Z [5918/6340] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-09-27T15:33:47.7541578Z [5919/6340] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-09-27T15:33:48.5438334Z [5919/6340] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-09-27T15:33:48.5439033Z [5920/6340] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-09-27T15:33:48.5909519Z [5920/6340] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-09-27T15:33:48.5910344Z [5921/6340] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-09-27T15:33:48.7511942Z [5921/6340] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-09-27T15:33:48.7513580Z [5922/6340] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-09-27T15:33:48.7628355Z [5922/6340] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-09-27T15:33:48.7629886Z [5923/6340] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-09-27T15:33:48.7746544Z [5923/6340] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-09-27T15:33:48.7748219Z [5924/6340] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-09-27T15:33:49.5999786Z [5924/6340] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-09-27T15:33:49.6001385Z [5925/6340] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-09-27T15:33:49.6101955Z [5925/6340] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-09-27T15:33:49.6103852Z [5926/6340] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-09-27T15:33:49.7193186Z [5926/6340] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-09-27T15:33:49.7202402Z [5927/6340] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-09-27T15:33:49.7780447Z [5927/6340] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-09-27T15:33:49.7782809Z [5928/6340] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-09-27T15:33:49.9136629Z [5928/6340] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-09-27T15:33:49.9137626Z [5929/6340] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-09-27T15:33:50.0947728Z [5929/6340] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-09-27T15:33:50.0948577Z [5930/6340] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-09-27T15:33:50.6325176Z [5930/6340] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-09-27T15:33:50.6327850Z [5931/6340] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-09-27T15:33:50.6959633Z [5931/6340] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-09-27T15:33:50.6960464Z [5932/6340] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-09-27T15:33:50.8124513Z [5932/6340] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-09-27T15:33:50.8125471Z [5933/6340] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-09-27T15:33:51.0418090Z [5933/6340] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-09-27T15:33:51.0419057Z [5934/6340] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-09-27T15:33:51.1478955Z [5934/6340] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-09-27T15:33:51.1485488Z [5935/6340] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-09-27T15:33:51.5811662Z [5935/6340] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-09-27T15:33:51.5814847Z [5936/6340] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-09-27T15:33:51.7772431Z [5936/6340] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-09-27T15:33:51.7773627Z [5937/6340] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-09-27T15:33:51.8459862Z [5937/6340] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-09-27T15:33:51.8460668Z [5938/6340] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-09-27T15:33:52.0144512Z [5938/6340] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-09-27T15:33:52.0145881Z [5939/6340] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-09-27T15:33:52.1792038Z [5939/6340] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-09-27T15:33:52.1800004Z [5940/6340] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-09-27T15:33:52.4353531Z [5940/6340] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-09-27T15:33:52.4354383Z [5941/6340] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-09-27T15:33:52.6530345Z [5941/6340] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-09-27T15:33:52.6531324Z [5942/6340] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-09-27T15:33:52.7538231Z [5942/6340] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-09-27T15:33:52.7541805Z [5943/6340] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-09-27T15:33:52.9379467Z [5943/6340] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-09-27T15:33:52.9380288Z [5944/6340] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-09-27T15:33:53.3463895Z [5944/6340] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-09-27T15:33:53.3464579Z [5945/6340] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-09-27T15:33:53.3765077Z [5945/6340] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-09-27T15:33:53.3767814Z [5946/6340] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-09-27T15:33:53.5080533Z [5946/6340] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-09-27T15:33:53.5084788Z [5947/6340] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-09-27T15:33:53.6705224Z [5947/6340] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-09-27T15:33:53.6711527Z [5948/6340] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-09-27T15:33:53.9978073Z [5948/6340] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-09-27T15:33:53.9980642Z [5949/6340] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-09-27T15:33:54.1763264Z [5949/6340] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-09-27T15:33:54.1765320Z [5950/6340] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-09-27T15:33:54.2687322Z [5950/6340] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-09-27T15:33:54.2688449Z [5951/6340] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-09-27T15:33:54.3260720Z [5951/6340] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-09-27T15:33:54.3262712Z [5952/6340] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-09-27T15:33:54.4508536Z [5952/6340] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-09-27T15:33:54.4509696Z [5953/6340] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-09-27T15:33:54.4823269Z [5953/6340] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-09-27T15:33:54.4824568Z [5954/6340] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-09-27T15:33:54.7300414Z [5954/6340] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-09-27T15:33:54.7301531Z [5955/6340] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-09-27T15:33:54.8089666Z [5955/6340] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-09-27T15:33:54.8090806Z [5956/6340] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-09-27T15:33:54.9746427Z [5956/6340] 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-09-27T15:33:54.9747225Z [5957/6340] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-09-27T15:33:54.9826142Z [5957/6340] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-09-27T15:33:54.9826888Z [5958/6340] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-09-27T15:33:55.1697267Z [5958/6340] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-09-27T15:33:55.1698249Z [5959/6340] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-09-27T15:33:55.2029404Z [5959/6340] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-09-27T15:33:55.2030420Z [5960/6340] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-09-27T15:33:55.3053782Z [5960/6340] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-09-27T15:33:55.3054750Z [5961/6340] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-09-27T15:33:55.3354772Z [5961/6340] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-09-27T15:33:55.3355929Z [5962/6340] 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-09-27T15:33:55.4812809Z [5962/6340] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-09-27T15:33:55.4813708Z [5963/6340] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-09-27T15:33:55.6805032Z [5963/6340] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-09-27T15:33:55.6805953Z [5964/6340] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-09-27T15:33:55.7414070Z [5964/6340] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-09-27T15:33:55.7414697Z [5965/6340] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-09-27T15:33:55.8254365Z [5965/6340] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-09-27T15:33:55.8255220Z [5966/6340] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-09-27T15:33:55.9165015Z [5966/6340] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-09-27T15:33:55.9166028Z [5967/6340] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-09-27T15:33:56.1289493Z [5967/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-09-27T15:33:56.1290168Z [5968/6340] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-09-27T15:33:56.1833258Z [5968/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-09-27T15:33:56.1834025Z [5969/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-09-27T15:33:56.1906425Z [5969/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-09-27T15:33:56.1907294Z [5970/6340] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-09-27T15:33:56.3306519Z [5970/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-09-27T15:33:56.3312976Z [5971/6340] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-09-27T15:33:56.5185629Z [5971/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-09-27T15:33:56.5189349Z [5972/6340] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-09-27T15:33:56.9333429Z [5972/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-09-27T15:33:56.9334240Z [5973/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-09-27T15:33:57.3493233Z [5973/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-09-27T15:33:57.3503644Z [5974/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-09-27T15:33:57.3819200Z [5974/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-09-27T15:33:57.3825163Z [5975/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-09-27T15:33:57.5098887Z [5975/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-09-27T15:33:57.5107778Z [5976/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-09-27T15:33:57.6493054Z [5976/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-09-27T15:33:57.6498849Z [5977/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-09-27T15:33:57.8731261Z [5977/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-09-27T15:33:57.8736286Z [5978/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-09-27T15:33:58.1810805Z [5978/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-09-27T15:33:58.1816255Z [5979/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-09-27T15:33:58.4965036Z [5979/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-09-27T15:33:58.4965873Z [5980/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-09-27T15:33:58.7422263Z [5980/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-09-27T15:33:58.7469488Z [5981/6340] Linking CXX shared library lib/libtorch_cpu.so 2022-09-27T15:33:58.7767547Z [5981/6340] Linking CXX shared library lib/libtorch.so 2022-09-27T15:33:58.7768918Z [5982/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-09-27T15:33:59.0344237Z [5982/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-09-27T15:33:59.0352647Z [5983/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-09-27T15:33:59.1055917Z [5983/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-09-27T15:33:59.1056391Z [5984/6340] Linking CXX shared library lib/libtorch.so 2022-09-27T15:33:59.1716802Z [5984/6340] Linking CXX executable bin/apply_utils_test 2022-09-27T15:33:59.1717582Z [5985/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-09-27T15:33:59.2789278Z [5985/6340] Linking CXX executable bin/Dict_test 2022-09-27T15:33:59.2790737Z [5986/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-09-27T15:33:59.2927639Z [5986/6340] Linking CXX executable bin/Dimname_test 2022-09-27T15:33:59.2928869Z [5987/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-09-27T15:33:59.4991430Z [5987/6340] Linking CXX executable bin/basic 2022-09-27T15:33:59.4992044Z [5988/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-09-27T15:33:59.5344686Z [5988/6340] Linking CXX executable bin/broadcast_test 2022-09-27T15:33:59.5345343Z [5989/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-09-27T15:33:59.6564981Z [5989/6340] Linking CXX executable bin/cpu_generator_test 2022-09-27T15:33:59.6565862Z [5990/6340] Linking CXX executable bin/apply_utils_test 2022-09-27T15:33:59.7315002Z [5990/6340] Linking CXX executable bin/NamedTensor_test 2022-09-27T15:33:59.7316034Z [5991/6340] Linking CXX executable bin/Dict_test 2022-09-27T15:33:59.9078166Z [5991/6340] Linking CXX executable bin/MaybeOwned_test 2022-09-27T15:33:59.9079019Z [5992/6340] Linking CXX executable bin/Dimname_test 2022-09-27T15:33:59.9153549Z [5992/6340] Linking CXX executable bin/atest 2022-09-27T15:33:59.9154678Z [5993/6340] Linking CXX executable bin/basic 2022-09-27T15:34:00.0564158Z [5993/6340] Linking CXX executable bin/cpu_profiling_allocator_test 2022-09-27T15:34:00.0564718Z [5994/6340] Linking CXX executable bin/cpu_generator_test 2022-09-27T15:34:00.0620902Z [5994/6340] Linking CXX executable bin/cpu_rng_test 2022-09-27T15:34:00.0622643Z [5995/6340] Linking CXX executable bin/broadcast_test 2022-09-27T15:34:00.1861761Z [5995/6340] Linking CXX executable bin/math_kernel_test 2022-09-27T15:34:00.1862322Z [5996/6340] Linking CXX executable bin/NamedTensor_test 2022-09-27T15:34:00.2502514Z [5996/6340] Linking CXX executable bin/dispatch_key_set_test 2022-09-27T15:34:00.2503317Z [5997/6340] Linking CXX executable bin/MaybeOwned_test 2022-09-27T15:34:00.4505407Z [5997/6340] Linking CXX executable bin/dlconvertor_test 2022-09-27T15:34:00.4506742Z [5998/6340] Linking CXX executable bin/cpu_profiling_allocator_test 2022-09-27T15:34:00.5805490Z [5998/6340] Linking CXX executable bin/extension_backend_test 2022-09-27T15:34:00.5806046Z [5999/6340] Linking CXX executable bin/atest 2022-09-27T15:34:00.6742006Z [5999/6340] Linking CXX executable bin/half_test 2022-09-27T15:34:00.6743020Z [6000/6340] Linking CXX executable bin/cpu_rng_test 2022-09-27T15:34:00.7311619Z [6000/6340] Linking CXX executable bin/ivalue_test 2022-09-27T15:34:00.7312186Z [6001/6340] Linking CXX executable bin/math_kernel_test 2022-09-27T15:34:00.8104603Z [6001/6340] Linking CXX executable bin/lazy_tensor_test 2022-09-27T15:34:00.8105820Z [6002/6340] Linking CXX executable bin/dlconvertor_test 2022-09-27T15:34:00.8356878Z [6002/6340] Linking CXX executable bin/tensor_iterator_test 2022-09-27T15:34:00.8357500Z [6003/6340] Linking CXX executable bin/dispatch_key_set_test 2022-09-27T15:34:00.9191678Z [6003/6340] Linking CXX executable bin/memory_format_test 2022-09-27T15:34:00.9192448Z [6004/6340] Linking CXX executable bin/extension_backend_test 2022-09-27T15:34:01.2281757Z [6004/6340] Linking CXX executable bin/memory_overlapping_test 2022-09-27T15:34:01.2282690Z [6005/6340] Linking CXX executable bin/lazy_tensor_test 2022-09-27T15:34:01.2341505Z [6005/6340] Linking CXX executable bin/mobile_memory_cleanup 2022-09-27T15:34:01.2342124Z [6006/6340] Linking CXX executable bin/half_test 2022-09-27T15:34:01.3238419Z [6006/6340] Linking CXX executable bin/native_test 2022-09-27T15:34:01.3238914Z [6007/6340] Linking CXX executable bin/ivalue_test 2022-09-27T15:34:01.4321831Z [6007/6340] Linking CXX executable bin/operator_name_test 2022-09-27T15:34:01.4322567Z [6008/6340] Linking CXX executable bin/memory_format_test 2022-09-27T15:34:01.4337065Z [6008/6340] Linking CXX executable bin/operators_test 2022-09-27T15:34:01.4337854Z [6009/6340] Linking CXX executable bin/memory_overlapping_test 2022-09-27T15:34:01.4410258Z [6009/6340] Linking CXX executable bin/packedtensoraccessor_test 2022-09-27T15:34:01.4410975Z [6010/6340] Linking CXX executable bin/tensor_iterator_test 2022-09-27T15:34:01.6883315Z [6010/6340] Linking CXX executable bin/pow_test 2022-09-27T15:34:01.6883888Z [6011/6340] Linking CXX executable bin/mobile_memory_cleanup 2022-09-27T15:34:01.8996232Z [6011/6340] Linking CXX executable bin/quantized_test 2022-09-27T15:34:01.8996975Z [6012/6340] Linking CXX executable bin/operators_test 2022-09-27T15:34:01.9098902Z [6012/6340] Linking CXX executable bin/reduce_ops_test 2022-09-27T15:34:01.9099422Z [6013/6340] Linking CXX executable bin/native_test 2022-09-27T15:34:01.9837159Z [6013/6340] Linking CXX executable bin/reportMemoryUsage_test 2022-09-27T15:34:01.9837743Z [6014/6340] Linking CXX executable bin/operator_name_test 2022-09-27T15:34:02.0552787Z [6014/6340] Linking CXX executable bin/scalar_tensor_test 2022-09-27T15:34:02.0553871Z [6015/6340] Linking CXX executable bin/packedtensoraccessor_test 2022-09-27T15:34:02.1178651Z [6015/6340] Linking CXX executable bin/scalar_test 2022-09-27T15:34:02.1179189Z [6016/6340] Linking CXX executable bin/pow_test 2022-09-27T15:34:02.2439264Z [6016/6340] Linking CXX executable bin/stride_properties_test 2022-09-27T15:34:02.2439795Z [6017/6340] Linking CXX executable bin/quantized_test 2022-09-27T15:34:02.3813081Z [6017/6340] Linking CXX executable bin/test_parallel 2022-09-27T15:34:02.3813613Z [6018/6340] Linking CXX executable bin/reportMemoryUsage_test 2022-09-27T15:34:02.5129057Z [6018/6340] Linking CXX executable bin/thread_init_test 2022-09-27T15:34:02.5130174Z [6019/6340] Linking CXX executable bin/scalar_test 2022-09-27T15:34:02.5540783Z [6019/6340] Linking CXX executable bin/type_ptr_test 2022-09-27T15:34:02.5541675Z [6020/6340] Linking CXX executable bin/reduce_ops_test 2022-09-27T15:34:02.6533131Z [6020/6340] Linking CXX executable bin/type_test 2022-09-27T15:34:02.6534131Z [6021/6340] Linking CXX executable bin/scalar_tensor_test 2022-09-27T15:34:02.7176820Z [6021/6340] Linking CXX executable bin/undefined_tensor_test 2022-09-27T15:34:02.7178522Z [6022/6340] Linking CXX executable bin/stride_properties_test 2022-09-27T15:34:02.8054835Z [6022/6340] Linking CXX executable bin/variant_test 2022-09-27T15:34:02.8055851Z [6023/6340] Linking CXX executable bin/test_parallel 2022-09-27T15:34:02.9314001Z [6023/6340] Linking CXX executable bin/verify_api_visibility 2022-09-27T15:34:02.9314707Z [6024/6340] Linking CXX executable bin/thread_init_test 2022-09-27T15:34:03.0911545Z [6024/6340] Linking CXX executable bin/vmap_test 2022-09-27T15:34:03.0912120Z [6025/6340] Linking CXX executable bin/type_ptr_test 2022-09-27T15:34:03.1249634Z [6025/6340] Linking CXX executable bin/weakref_test 2022-09-27T15:34:03.1250039Z [6026/6340] Linking CXX executable bin/type_test 2022-09-27T15:34:03.1309706Z [6026/6340] Linking CXX executable bin/wrapdim_test 2022-09-27T15:34:03.1310389Z [6027/6340] Linking CXX executable bin/undefined_tensor_test 2022-09-27T15:34:03.2734311Z [6027/6340] Linking CXX executable bin/xla_tensor_test 2022-09-27T15:34:03.2734973Z [6028/6340] Linking CXX executable bin/variant_test 2022-09-27T15:34:03.3717353Z [6028/6340] Linking CXX executable bin/IListRef_test 2022-09-27T15:34:03.3717977Z [6029/6340] Linking CXX executable bin/verify_api_visibility 2022-09-27T15:34:03.5609629Z [6029/6340] Linking CXX executable bin/List_test 2022-09-27T15:34:03.5610151Z [6030/6340] Linking CXX executable bin/weakref_test 2022-09-27T15:34:03.5838614Z [6030/6340] Linking CXX executable bin/KernelFunction_test 2022-09-27T15:34:03.5839173Z [6031/6340] Linking CXX executable bin/vmap_test 2022-09-27T15:34:03.7604192Z [6031/6340] Linking CXX executable bin/kernel_function_legacy_test 2022-09-27T15:34:03.7604798Z [6032/6340] Linking CXX executable bin/IListRef_test 2022-09-27T15:34:03.8018654Z [6032/6340] Linking CXX executable bin/kernel_function_test 2022-09-27T15:34:03.8019667Z [6033/6340] Linking CXX executable bin/wrapdim_test 2022-09-27T15:34:03.8021094Z [6033/6340] Linking CXX executable bin/kernel_lambda_legacy_test 2022-09-27T15:34:03.8021664Z [6034/6340] Linking CXX executable bin/xla_tensor_test 2022-09-27T15:34:04.1198886Z [6034/6340] Linking CXX executable bin/kernel_lambda_test 2022-09-27T15:34:04.1199587Z [6035/6340] Linking CXX executable bin/List_test 2022-09-27T15:34:04.1377835Z [6035/6340] Linking CXX executable bin/kernel_stackbased_test 2022-09-27T15:34:04.1378582Z [6036/6340] Linking CXX executable bin/kernel_function_legacy_test 2022-09-27T15:34:04.1765190Z [6036/6340] Linking CXX executable bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:34:04.1765748Z [6037/6340] Linking CXX executable bin/KernelFunction_test 2022-09-27T15:34:04.2640965Z [6037/6340] Linking CXX executable bin/CppSignature_test 2022-09-27T15:34:04.2641736Z [6038/6340] Linking CXX executable bin/kernel_lambda_test 2022-09-27T15:34:04.3325839Z [6038/6340] Linking CXX executable bin/backend_fallback_test 2022-09-27T15:34:04.3326634Z [6039/6340] Linking CXX executable bin/kernel_function_test 2022-09-27T15:34:04.4687818Z [6039/6340] Linking CXX executable bin/op_allowlist_test 2022-09-27T15:34:04.4688517Z [6040/6340] Linking CXX executable bin/kernel_lambda_legacy_test 2022-09-27T15:34:04.7065651Z [6040/6340] Linking CXX executable bin/op_registration_test 2022-09-27T15:34:04.7066275Z [6041/6340] Linking CXX executable bin/CppSignature_test 2022-09-27T15:34:04.7190486Z [6041/6340] Linking CXX executable bin/inline_container_test 2022-09-27T15:34:04.7191306Z [6042/6340] Linking CXX executable bin/backend_fallback_test 2022-09-27T15:34:04.7902236Z [6042/6340] Linking CXX shared library lib/libtorchbind_test.so 2022-09-27T15:34:04.7902899Z [6043/6340] Linking CXX executable bin/kernel_stackbased_test 2022-09-27T15:34:04.8129136Z [6043/6340] Linking CXX shared library lib/libjitbackend_test.so 2022-09-27T15:34:04.8130459Z [6044/6340] Linking CXX executable bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:34:04.9335211Z [6044/6340] Linking CXX shared library lib/libbackend_with_compiler.so 2022-09-27T15:34:04.9336396Z [6045/6340] Linking CXX executable bin/op_allowlist_test 2022-09-27T15:34:05.0944709Z [6045/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-09-27T15:34:05.0945299Z [6046/6340] Linking CXX executable bin/op_registration_test 2022-09-27T15:34:05.1464052Z [6046/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-09-27T15:34:05.1464737Z [6047/6340] Linking CXX shared library lib/libbackend_with_compiler.so 2022-09-27T15:34:05.1871973Z [6047/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-09-27T15:34:05.1872812Z [6048/6340] Linking CXX shared library lib/libtorchbind_test.so 2022-09-27T15:34:05.2494118Z [6048/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-09-27T15:34:05.2494919Z [6049/6340] Linking CXX shared library lib/libjitbackend_test.so 2022-09-27T15:34:05.2874988Z [6049/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-09-27T15:34:05.2876607Z [6050/6340] Linking CXX executable bin/inline_container_test 2022-09-27T15:34:05.6378903Z [6050/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-09-27T15:34:05.6382045Z [6051/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-09-27T15:34:06.0742877Z [6051/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-09-27T15:34:06.0744198Z [6052/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-09-27T15:34:06.1932121Z [6052/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-09-27T15:34:06.1933138Z [6053/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-09-27T15:34:06.2167415Z [6053/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-09-27T15:34:06.2168869Z [6054/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-09-27T15:34:06.3658562Z [6054/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-09-27T15:34:06.3660042Z [6055/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-09-27T15:34:06.5794233Z [6055/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-09-27T15:34:06.5794901Z [6056/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-09-27T15:34:06.6991139Z [6056/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-09-27T15:34:06.6992346Z [6057/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-09-27T15:34:07.0464594Z [6057/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-09-27T15:34:07.0473337Z [6058/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-09-27T15:34:07.3285018Z [6058/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-09-27T15:34:07.3286184Z [6059/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-09-27T15:34:07.5202148Z [6059/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-09-27T15:34:07.5205661Z [6060/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-09-27T15:34:07.6815437Z [6060/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-09-27T15:34:07.6816353Z [6061/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-09-27T15:34:07.7592822Z [6061/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-09-27T15:34:07.7594148Z [6062/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-09-27T15:34:07.8109055Z [6062/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-09-27T15:34:07.8110201Z [6063/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-09-27T15:34:08.0495775Z [6063/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-09-27T15:34:08.0496519Z [6064/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-09-27T15:34:08.0796576Z [6064/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-09-27T15:34:08.0805630Z [6065/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-09-27T15:34:08.4157198Z [6065/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-09-27T15:34:08.4158195Z [6066/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-09-27T15:34:09.0760078Z [6066/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-09-27T15:34:09.0761508Z [6067/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-09-27T15:34:09.1259019Z [6067/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-09-27T15:34:09.1260562Z [6068/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-09-27T15:34:09.2706467Z [6068/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-09-27T15:34:09.2708092Z [6069/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-09-27T15:34:09.3638793Z [6069/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-09-27T15:34:09.3639817Z [6070/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-09-27T15:34:09.4077676Z [6070/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-09-27T15:34:09.4078284Z [6071/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-09-27T15:34:09.5504480Z [6071/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-09-27T15:34:09.5505473Z [6072/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-09-27T15:34:09.5943446Z [6072/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-09-27T15:34:09.5945222Z [6073/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-09-27T15:34:10.0189773Z [6073/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-09-27T15:34:10.0196038Z [6074/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-09-27T15:34:10.0823686Z [6074/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-09-27T15:34:10.0824807Z [6075/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-09-27T15:34:10.2523182Z [6075/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-09-27T15:34:10.2524262Z [6076/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-09-27T15:34:10.5789563Z [6076/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-09-27T15:34:10.5790865Z [6077/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-09-27T15:34:10.6957320Z [6077/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-09-27T15:34:10.6958155Z [6078/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-09-27T15:34:10.7674819Z [6078/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-09-27T15:34:10.7676880Z [6079/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-09-27T15:34:11.0958546Z [6079/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-09-27T15:34:11.0960606Z [6080/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-09-27T15:34:11.1268456Z [6080/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-09-27T15:34:11.1276520Z [6081/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-09-27T15:34:11.4167661Z [6081/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-09-27T15:34:11.4168385Z [6082/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-09-27T15:34:11.4258535Z [6082/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-09-27T15:34:11.4259254Z [6083/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-09-27T15:34:11.5851334Z [6083/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-09-27T15:34:11.5852079Z [6084/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-09-27T15:34:11.6381277Z [6084/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-09-27T15:34:11.6382802Z [6085/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-09-27T15:34:11.7087426Z [6085/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-09-27T15:34:11.7089026Z [6086/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-09-27T15:34:11.8153411Z [6086/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-09-27T15:34:11.8154598Z [6087/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-09-27T15:34:11.9926182Z [6087/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-09-27T15:34:11.9927518Z [6088/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-09-27T15:34:12.2482510Z [6088/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-09-27T15:34:12.2483280Z [6089/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-09-27T15:34:12.5046469Z [6089/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-09-27T15:34:12.5047737Z [6090/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-09-27T15:34:12.5201627Z [6090/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-09-27T15:34:12.5205026Z [6091/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-09-27T15:34:12.7488340Z [6091/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-09-27T15:34:12.7489147Z [6092/6340] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-09-27T15:34:13.0096845Z [6092/6340] Linking CXX executable bin/test_jit 2022-09-27T15:34:13.0098864Z [6093/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-09-27T15:34:13.2022565Z [6093/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-09-27T15:34:13.2024111Z [6094/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-09-27T15:34:13.3175546Z [6094/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-09-27T15:34:13.3176396Z [6095/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-09-27T15:34:13.5679074Z [6095/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-09-27T15:34:13.5679789Z [6096/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-09-27T15:34:13.8737644Z [6096/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-09-27T15:34:13.8746888Z [6097/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-09-27T15:34:13.9647202Z [6097/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-09-27T15:34:13.9648471Z [6098/6340] Linking CXX executable bin/test_jit 2022-09-27T15:34:14.3454165Z [6098/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-09-27T15:34:14.3455158Z [6099/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-09-27T15:34:14.3996272Z [6099/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-09-27T15:34:14.3997206Z [6100/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-09-27T15:34:14.4150278Z [6100/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-09-27T15:34:14.4151558Z [6101/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-09-27T15:34:14.4389736Z [6101/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-09-27T15:34:14.4390443Z [6102/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-09-27T15:34:14.6137946Z [6102/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-09-27T15:34:14.6142162Z [6103/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-09-27T15:34:14.8682646Z [6103/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-09-27T15:34:14.8688493Z [6104/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-09-27T15:34:15.3445077Z [6104/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-09-27T15:34:15.3446390Z [6105/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-09-27T15:34:15.5247548Z [6105/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-09-27T15:34:15.5249442Z [6106/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-09-27T15:34:15.5747970Z [6106/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-09-27T15:34:15.5748770Z [6107/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-09-27T15:34:15.6933288Z [6107/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-09-27T15:34:15.6934195Z [6108/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-09-27T15:34:15.8874893Z [6108/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-09-27T15:34:15.8880915Z [6109/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-09-27T15:34:15.9253969Z [6109/6340] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-09-27T15:34:15.9261884Z [6110/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-09-27T15:34:16.2862430Z [6110/6340] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-09-27T15:34:16.2870946Z [6111/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-09-27T15:34:16.3978305Z [6111/6340] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-09-27T15:34:16.3985319Z [6112/6340] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-09-27T15:34:16.5597364Z [6112/6340] Linking CXX executable bin/FileStoreTest 2022-09-27T15:34:16.5598186Z [6113/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-09-27T15:34:16.6304882Z [6113/6340] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-09-27T15:34:16.6308652Z [6114/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-09-27T15:34:16.6809275Z [6114/6340] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-09-27T15:34:16.6810756Z [6115/6340] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-09-27T15:34:16.7077895Z [6115/6340] Linking CXX executable bin/test_tensorexpr 2022-09-27T15:34:16.7078554Z [6116/6340] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-09-27T15:34:16.9666427Z [6116/6340] Linking CXX executable bin/TCPStoreTest 2022-09-27T15:34:16.9667549Z [6117/6340] Linking CXX executable bin/FileStoreTest 2022-09-27T15:34:16.9715083Z [6117/6340] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-09-27T15:34:16.9715872Z [6118/6340] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-09-27T15:34:17.0888748Z [6118/6340] Linking CXX executable bin/HashStoreTest 2022-09-27T15:34:17.0889653Z [6119/6340] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-09-27T15:34:17.3136731Z [6119/6340] Linking CXX executable bin/tutorial_tensorexpr 2022-09-27T15:34:17.3137781Z [6120/6340] Linking CXX executable bin/TCPStoreTest 2022-09-27T15:34:17.5456694Z [6120/6340] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-09-27T15:34:17.5457299Z [6121/6340] Linking CXX executable bin/HashStoreTest 2022-09-27T15:34:17.5651064Z [6121/6340] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-09-27T15:34:17.5655913Z [6122/6340] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-09-27T15:34:17.6572500Z [6122/6340] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-09-27T15:34:17.6573492Z [6123/6340] Linking CXX executable bin/tutorial_tensorexpr 2022-09-27T15:34:17.8207984Z [6123/6340] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-09-27T15:34:17.8214190Z [6124/6340] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-09-27T15:34:17.8596549Z [6124/6340] Linking CXX executable bin/ProcessGroupGlooTest 2022-09-27T15:34:17.8597034Z [6125/6340] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-09-27T15:34:17.9396105Z [6125/6340] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-09-27T15:34:17.9397427Z [6126/6340] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-09-27T15:34:17.9719149Z [6126/6340] Linking CXX executable bin/example_allreduce 2022-09-27T15:34:17.9720018Z [6127/6340] Linking CXX executable bin/test_tensorexpr 2022-09-27T15:34:18.4815676Z [6127/6340] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-09-27T15:34:18.4816723Z [6128/6340] Linking CXX executable bin/ProcessGroupGlooTest 2022-09-27T15:34:18.5673321Z [6128/6340] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-09-27T15:34:18.5676069Z [6129/6340] Linking CXX executable bin/example_allreduce 2022-09-27T15:34:18.9139831Z [6129/6340] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-09-27T15:34:18.9140565Z [6130/6340] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-09-27T15:34:18.9150687Z [6130/6340] Linking CXX executable bin/test_dist_autograd 2022-09-27T15:34:18.9151587Z [6131/6340] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-09-27T15:34:18.9788412Z [6131/6340] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-09-27T15:34:18.9789435Z [6132/6340] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-09-27T15:34:19.0818355Z [6132/6340] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-09-27T15:34:19.0819179Z [6133/6340] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-09-27T15:34:19.1962226Z [6133/6340] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-09-27T15:34:19.1964093Z [6134/6340] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-09-27T15:34:19.5442303Z [6134/6340] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-09-27T15:34:19.5443537Z [6135/6340] Linking CXX executable bin/test_dist_autograd 2022-09-27T15:34:19.9539736Z [6135/6340] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-09-27T15:34:19.9543667Z [6136/6340] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-09-27T15:34:20.2625205Z [6136/6340] Linking CXX executable bin/test_cpp_rpc 2022-09-27T15:34:20.2629598Z [6137/6340] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-09-27T15:34:20.3935022Z [6137/6340] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-09-27T15:34:20.3936421Z [6138/6340] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-09-27T15:34:20.5424421Z [6138/6340] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-09-27T15:34:20.5425094Z [6139/6340] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-09-27T15:34:20.5705534Z [6139/6340] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-09-27T15:34:20.5706431Z [6140/6340] Linking CXX executable bin/test_cpp_rpc 2022-09-27T15:34:20.6248832Z [6140/6340] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-09-27T15:34:20.6250105Z [6141/6340] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-09-27T15:34:20.8598638Z [6141/6340] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-09-27T15:34:20.8606049Z [6142/6340] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-09-27T15:34:21.1531371Z [6142/6340] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-09-27T15:34:21.1536864Z [6143/6340] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-09-27T15:34:21.5579708Z [6143/6340] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-09-27T15:34:21.5585670Z [6144/6340] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-09-27T15:34:21.6826399Z [6144/6340] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-09-27T15:34:21.6834211Z [6145/6340] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-09-27T15:34:21.8166521Z [6145/6340] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-09-27T15:34:21.8167302Z [6146/6340] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-09-27T15:34:22.0409902Z [6146/6340] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-09-27T15:34:22.0410632Z [6147/6340] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-09-27T15:34:22.0766172Z [6147/6340] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-09-27T15:34:22.0767497Z [6148/6340] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-09-27T15:34:22.5279087Z [6148/6340] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-09-27T15:34:22.5280097Z [6149/6340] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-09-27T15:34:22.8514950Z [6149/6340] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-09-27T15:34:22.8515754Z [6150/6340] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-09-27T15:34:23.2497963Z [6150/6340] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-09-27T15:34:23.2506332Z [6151/6340] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-09-27T15:34:23.2935116Z [6151/6340] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-09-27T15:34:23.2937577Z [6152/6340] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-09-27T15:34:23.3563230Z [6152/6340] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-09-27T15:34:23.3567222Z [6153/6340] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-09-27T15:34:23.5714295Z [6153/6340] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-09-27T15:34:23.5723232Z [6154/6340] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-09-27T15:34:23.9201919Z [6154/6340] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-09-27T15:34:23.9206041Z [6155/6340] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-09-27T15:34:24.2848962Z [6155/6340] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-09-27T15:34:24.2851566Z [6156/6340] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-09-27T15:34:24.5102320Z [6156/6340] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-09-27T15:34:24.5103010Z [6157/6340] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-09-27T15:34:24.6179162Z [6157/6340] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-09-27T15:34:24.6179966Z [6158/6340] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-09-27T15:34:24.7372655Z [6158/6340] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-09-27T15:34:24.7375713Z [6159/6340] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-09-27T15:34:25.0347472Z [6159/6340] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-09-27T15:34:25.0348205Z [6160/6340] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-09-27T15:34:25.2555068Z [6160/6340] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-09-27T15:34:25.2555794Z [6161/6340] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-09-27T15:34:25.5814615Z [6161/6340] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-09-27T15:34:25.5823028Z [6162/6340] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-09-27T15:34:25.8446284Z [6162/6340] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-09-27T15:34:25.8446991Z [6163/6340] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-09-27T15:34:26.0985239Z [6163/6340] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-09-27T15:34:26.0985978Z [6164/6340] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-09-27T15:34:26.1750473Z [6164/6340] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-09-27T15:34:26.1751093Z [6165/6340] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-09-27T15:34:26.3984835Z [6165/6340] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-09-27T15:34:26.3985844Z [6166/6340] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-09-27T15:34:26.5814468Z [6166/6340] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-09-27T15:34:26.5815428Z [6167/6340] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-09-27T15:34:26.8087711Z [6167/6340] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-09-27T15:34:26.8088477Z [6168/6340] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-09-27T15:34:26.8175736Z [6168/6340] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-09-27T15:34:26.8177206Z [6169/6340] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-09-27T15:34:27.5217483Z [6169/6340] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-09-27T15:34:27.5222477Z [6170/6340] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-09-27T15:34:27.6269479Z [6170/6340] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-09-27T15:34:27.6271030Z [6171/6340] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-09-27T15:34:27.7836679Z [6171/6340] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-09-27T15:34:27.7838432Z [6172/6340] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-09-27T15:34:27.8423466Z [6172/6340] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-09-27T15:34:27.8424577Z [6173/6340] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-09-27T15:34:28.1372021Z [6173/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-09-27T15:34:28.1373441Z [6174/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-09-27T15:34:28.1861364Z [6174/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-09-27T15:34:28.1862846Z [6175/6340] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-09-27T15:34:28.2162420Z [6175/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-09-27T15:34:28.2163879Z [6176/6340] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-09-27T15:34:28.6579537Z [6176/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-09-27T15:34:28.6580258Z [6177/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-09-27T15:34:28.7064554Z [6177/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-09-27T15:34:28.7065291Z [6178/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-09-27T15:34:28.8434976Z [6178/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-09-27T15:34:28.8440388Z [6179/6340] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-09-27T15:34:29.0185870Z [6179/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-09-27T15:34:29.0186722Z [6180/6340] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-09-27T15:34:29.0826046Z [6180/6340] Linking CXX executable bin/parallel_benchmark 2022-09-27T15:34:29.0826961Z [6181/6340] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-09-27T15:34:29.1579560Z [6181/6340] Linking CXX executable bin/test_api 2022-09-27T15:34:29.1580294Z [6182/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-09-27T15:34:29.2286913Z [6182/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-09-27T15:34:29.2287619Z [6183/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-09-27T15:34:29.3549982Z [6183/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-09-27T15:34:29.3551409Z [6184/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-09-27T15:34:29.4093090Z [6184/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-09-27T15:34:29.4093911Z [6185/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-09-27T15:34:29.4727691Z [6185/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-09-27T15:34:29.4728463Z [6186/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-09-27T15:34:29.6177926Z [6186/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-09-27T15:34:29.6178583Z [6187/6340] Linking CXX executable bin/parallel_benchmark 2022-09-27T15:34:29.6489886Z [6187/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-09-27T15:34:29.6490401Z [6188/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-09-27T15:34:29.7632564Z [6188/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-09-27T15:34:29.7633484Z [6189/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-09-27T15:34:30.3278971Z [6189/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-09-27T15:34:30.3279875Z [6190/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-09-27T15:34:30.8275352Z [6190/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-09-27T15:34:30.8278263Z [6191/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-09-27T15:34:30.8478684Z [6191/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-09-27T15:34:30.8479521Z [6192/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-09-27T15:34:30.8482401Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-09-27T15:34:30.8484451Z /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-09-27T15:34:30.8485855Z isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-09-27T15:34:30.8486561Z ^ 2022-09-27T15:34:30.8487544Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11:0, 2022-09-27T15:34:30.8488244Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-09-27T15:34:30.8488927Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-09-27T15:34:30.8538702Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-09-27T15:34:30.8539338Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-09-27T15:34:30.8539927Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-09-27T15:34:30.8540518Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-09-27T15:34:30.8541156Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-09-27T15:34:30.8541741Z static inline bool isIntegralType(ScalarType t) { 2022-09-27T15:34:30.8545734Z ^~~~~~~~~~~~~~ 2022-09-27T15:34:30.8545921Z 2022-09-27T15:34:30.8616760Z [6192/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-09-27T15:34:30.8617885Z [6193/6340] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-09-27T15:34:30.8620190Z [6193/6340] Linking CXX executable bin/test_lazy 2022-09-27T15:34:30.8620716Z [6194/6340] Linking CXX executable bin/test_api 2022-09-27T15:34:30.9287238Z [6194/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-09-27T15:34:30.9288431Z [6195/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-09-27T15:34:31.4577952Z [6195/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-09-27T15:34:31.4578838Z [6196/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-09-27T15:34:31.5133607Z [6196/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-09-27T15:34:31.5134628Z [6197/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-09-27T15:34:31.6413710Z [6197/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-09-27T15:34:31.6414612Z [6198/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-09-27T15:34:31.8198127Z [6198/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-09-27T15:34:31.8198845Z [6199/6340] Linking CXX executable bin/test_lazy 2022-09-27T15:34:32.0392170Z [6199/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-09-27T15:34:32.0393116Z [6200/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-09-27T15:34:32.0485434Z [6200/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-09-27T15:34:32.0486891Z [6201/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-09-27T15:34:32.0873097Z [6201/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-09-27T15:34:32.0874116Z [6202/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-09-27T15:34:32.1221835Z [6202/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-09-27T15:34:32.1222819Z [6203/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-09-27T15:34:32.2749841Z [6203/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-09-27T15:34:32.2750950Z [6204/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-09-27T15:34:32.3624578Z [6204/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-09-27T15:34:32.3628664Z [6205/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-09-27T15:34:32.5293966Z [6205/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-09-27T15:34:32.5295069Z [6206/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-09-27T15:34:32.6024590Z [6206/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-09-27T15:34:32.6025522Z [6207/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-09-27T15:34:32.7193870Z [6207/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-09-27T15:34:32.7194957Z [6208/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-09-27T15:34:32.7498692Z [6208/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-09-27T15:34:32.7499583Z [6209/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-09-27T15:34:32.9705408Z [6209/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-09-27T15:34:32.9706241Z [6210/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-09-27T15:34:33.0843429Z [6210/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-09-27T15:34:33.0844228Z [6211/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-09-27T15:34:33.5016869Z [6211/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-09-27T15:34:33.5017843Z [6212/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-09-27T15:34:33.7127563Z [6212/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-09-27T15:34:33.7132954Z [6213/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-09-27T15:34:33.8835602Z [6213/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-09-27T15:34:33.8836349Z [6214/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-09-27T15:34:33.9114268Z [6214/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-09-27T15:34:33.9114740Z [6215/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-09-27T15:34:33.9358284Z [6215/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-09-27T15:34:33.9359568Z [6216/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-09-27T15:34:34.1142739Z [6216/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-09-27T15:34:34.1143986Z [6217/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-09-27T15:34:34.2822526Z [6217/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-09-27T15:34:34.2823823Z [6218/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-09-27T15:34:34.4193246Z [6218/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-09-27T15:34:34.4194032Z [6219/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-09-27T15:34:34.5134663Z [6219/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-09-27T15:34:34.5135636Z [6220/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-09-27T15:34:35.0713007Z [6220/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-09-27T15:34:35.0721515Z [6221/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-09-27T15:34:35.3135002Z [6221/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-09-27T15:34:35.3136187Z [6222/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-09-27T15:34:35.5141361Z [6222/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-09-27T15:34:35.5143969Z [6223/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-09-27T15:34:35.5732489Z [6223/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-09-27T15:34:35.5737326Z [6224/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-09-27T15:34:35.7350969Z [6224/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-09-27T15:34:35.7359388Z [6225/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-09-27T15:34:36.1236584Z [6225/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-09-27T15:34:36.1239073Z [6226/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-09-27T15:34:36.2280528Z [6226/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-09-27T15:34:36.2281466Z [6227/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-09-27T15:34:36.2993920Z [6227/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-09-27T15:34:36.2994854Z [6228/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-09-27T15:34:36.7196914Z [6228/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-09-27T15:34:36.7198171Z [6229/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-09-27T15:34:36.7326316Z [6229/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-09-27T15:34:36.7327226Z [6230/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-09-27T15:34:36.9873549Z [6230/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-09-27T15:34:36.9874309Z [6231/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-09-27T15:34:37.2640038Z [6231/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-09-27T15:34:37.2640997Z [6232/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-09-27T15:34:37.3988744Z [6232/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-09-27T15:34:37.3989728Z [6233/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-09-27T15:34:37.4106594Z [6233/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-09-27T15:34:37.4107576Z [6234/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-09-27T15:34:37.8137023Z [6234/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-09-27T15:34:37.8137826Z [6235/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-09-27T15:34:38.1423321Z [6235/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-09-27T15:34:38.1424879Z [6236/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-09-27T15:34:38.4733053Z [6236/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-09-27T15:34:38.4736588Z [6237/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-09-27T15:34:38.5633990Z [6237/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/CompileCache.cpp.o 2022-09-27T15:34:38.5635309Z [6238/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-09-27T15:34:38.5804600Z [6238/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-09-27T15:34:38.5806168Z [6239/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-09-27T15:34:38.9926785Z [6239/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-09-27T15:34:38.9927714Z [6240/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-09-27T15:34:39.1360791Z [6240/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-09-27T15:34:39.1365676Z [6241/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-09-27T15:34:39.4434524Z [6241/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-09-27T15:34:39.4436127Z [6242/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-09-27T15:34:39.4438066Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp: In member function ‘virtual void {anonymous}::ConcretePyInterpreterVTable::python_dispatcher(const c10::OperatorHandle&, c10::DispatchKeySet, torch::jit::Stack*) const’: 2022-09-27T15:34:39.4440039Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp:2308:14: warning: ‘bool pybind11::handle::operator==(const pybind11::handle&) const’ is deprecated: Use obj1.is(obj2) instead [-Wdeprecated-declarations] 2022-09-27T15:34:39.4441113Z if (obj == nullptr) { 2022-09-27T15:34:39.4441991Z ^~~~~~~ 2022-09-27T15:34:39.4442684Z In file included from /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp:9:0: 2022-09-27T15:34:39.4443539Z /var/lib/jenkins/workspace/third_party/pybind11/include/pybind11/pytypes.h:277:10: note: declared here 2022-09-27T15:34:39.4444260Z bool operator==(const handle &h) const { return m_ptr == h.m_ptr; } 2022-09-27T15:34:39.4481365Z ^~~~~~~~ 2022-09-27T15:34:39.4482090Z 2022-09-27T15:34:39.6754019Z [6242/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-09-27T15:34:39.6754977Z [6243/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/CompileCache.cpp.o 2022-09-27T15:34:39.8869462Z [6243/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-09-27T15:34:39.8870335Z [6244/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-09-27T15:34:39.9146262Z [6244/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-09-27T15:34:39.9146824Z [6245/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-09-27T15:34:40.1729985Z [6245/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-09-27T15:34:40.1735980Z [6246/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-09-27T15:34:40.3815230Z [6246/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-09-27T15:34:40.3816918Z [6247/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-09-27T15:34:40.5232795Z [6247/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-09-27T15:34:40.5241704Z [6248/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-09-27T15:34:40.6706039Z [6248/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-09-27T15:34:40.6707400Z [6249/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-09-27T15:34:40.7772693Z [6249/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-09-27T15:34:40.7773721Z [6250/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-09-27T15:34:41.0248917Z [6250/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-09-27T15:34:41.0249870Z [6251/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-09-27T15:34:41.0715061Z [6251/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-09-27T15:34:41.0717588Z [6252/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-09-27T15:34:41.0877239Z [6252/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-09-27T15:34:41.0878265Z [6253/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-09-27T15:34:41.2989302Z [6253/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-09-27T15:34:41.2990249Z [6254/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-09-27T15:34:41.5482050Z [6254/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-09-27T15:34:41.5482961Z [6255/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-09-27T15:34:41.5709158Z [6255/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-09-27T15:34:41.5710030Z [6256/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-09-27T15:34:41.7010522Z [6256/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-09-27T15:34:41.7012275Z [6257/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-09-27T15:34:41.7577563Z [6257/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-09-27T15:34:41.7578550Z [6258/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-09-27T15:34:41.9402771Z [6258/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-09-27T15:34:41.9403691Z [6259/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-09-27T15:34:41.9868532Z [6259/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-09-27T15:34:41.9869688Z [6260/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-09-27T15:34:42.1096365Z [6260/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-09-27T15:34:42.1097450Z [6261/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-09-27T15:34:42.2000471Z [6261/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-09-27T15:34:42.2003210Z [6262/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-09-27T15:34:42.3038482Z [6262/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-09-27T15:34:42.3039489Z [6263/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-09-27T15:34:42.3327699Z [6263/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-09-27T15:34:42.3328936Z [6264/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-09-27T15:34:42.3816566Z [6264/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-09-27T15:34:42.3823404Z [6265/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-09-27T15:34:42.4494722Z [6265/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-09-27T15:34:42.4495982Z [6266/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-09-27T15:34:42.6689358Z [6266/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-09-27T15:34:42.6690256Z [6267/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-09-27T15:34:42.9739361Z [6267/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-09-27T15:34:42.9746044Z [6268/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-09-27T15:34:43.1277232Z [6268/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-09-27T15:34:43.1278270Z [6269/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-09-27T15:34:43.1824014Z [6269/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-09-27T15:34:43.1824955Z [6270/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-09-27T15:34:43.6090582Z [6270/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-09-27T15:34:43.6091446Z [6271/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-09-27T15:34:43.6723638Z [6271/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-09-27T15:34:43.6724506Z [6272/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-09-27T15:34:43.8705389Z [6272/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-09-27T15:34:43.8712621Z [6273/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-09-27T15:34:44.3289547Z [6273/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-09-27T15:34:44.3293138Z [6274/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-09-27T15:34:44.4006170Z [6274/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-09-27T15:34:44.4007269Z [6275/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-09-27T15:34:44.4942180Z [6275/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-09-27T15:34:44.4944265Z [6276/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-09-27T15:34:44.9945762Z [6276/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-09-27T15:34:44.9953728Z [6277/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-09-27T15:34:45.0073517Z [6277/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-09-27T15:34:45.0074140Z [6278/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-09-27T15:34:45.1340060Z [6278/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-09-27T15:34:45.1341714Z [6279/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-09-27T15:34:45.3067632Z [6279/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-09-27T15:34:45.3068448Z [6280/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-09-27T15:34:45.5618552Z [6280/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-09-27T15:34:45.5620132Z [6281/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-09-27T15:34:45.6320450Z [6281/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-09-27T15:34:45.6324608Z [6282/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-09-27T15:34:45.7334976Z [6282/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-09-27T15:34:45.7335912Z [6283/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-09-27T15:34:45.8594826Z [6283/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-09-27T15:34:45.8595886Z [6284/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-09-27T15:34:46.1635607Z [6284/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-09-27T15:34:46.1881344Z [6285/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-09-27T15:34:46.1882502Z [6285/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-09-27T15:34:46.1883357Z [6286/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-09-27T15:34:46.4229767Z [6286/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-09-27T15:34:46.4230579Z [6287/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-09-27T15:34:46.5979840Z [6287/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-09-27T15:34:46.5980895Z [6288/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-09-27T15:34:46.7430135Z [6288/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-09-27T15:34:46.7430926Z [6289/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-09-27T15:34:47.1842028Z [6289/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-09-27T15:34:47.1842778Z [6290/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-09-27T15:34:47.2858899Z [6290/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-09-27T15:34:47.2859736Z [6291/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-09-27T15:34:47.3001862Z [6291/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-09-27T15:34:47.3002783Z [6292/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-09-27T15:34:47.3669532Z [6292/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-09-27T15:34:47.3671152Z [6293/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-09-27T15:34:47.6991677Z [6293/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-09-27T15:34:47.6992600Z [6294/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-09-27T15:34:47.7694372Z [6294/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-09-27T15:34:47.7694887Z [6295/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-09-27T15:34:47.8483500Z [6295/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-09-27T15:34:47.8484705Z [6296/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-09-27T15:34:47.9429891Z [6296/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-09-27T15:34:47.9430732Z [6297/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-09-27T15:34:48.1449640Z [6297/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-09-27T15:34:48.1456949Z [6298/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-09-27T15:34:48.2401560Z [6298/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-09-27T15:34:48.2408249Z [6299/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-09-27T15:34:48.5181786Z [6299/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-09-27T15:34:48.5182632Z [6300/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-09-27T15:34:48.6951823Z [6300/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-09-27T15:34:48.6954569Z [6301/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-09-27T15:34:48.9226625Z [6301/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-09-27T15:34:48.9227507Z [6302/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-09-27T15:34:48.9965807Z [6302/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-09-27T15:34:48.9966567Z [6303/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-09-27T15:34:49.0202887Z [6303/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-09-27T15:34:49.0203927Z [6304/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-09-27T15:34:49.0746354Z [6304/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-09-27T15:34:49.0747908Z [6305/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-09-27T15:34:49.3475763Z [6305/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-09-27T15:34:49.3482598Z [6306/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-09-27T15:34:49.6036090Z [6306/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-09-27T15:34:49.6036881Z [6307/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-09-27T15:34:49.6642551Z [6307/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-09-27T15:34:49.6644013Z [6308/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-09-27T15:34:49.6909808Z [6308/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-09-27T15:34:49.6911532Z [6309/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-09-27T15:34:49.8792045Z [6309/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-09-27T15:34:49.8792835Z [6310/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-09-27T15:34:50.0621093Z [6310/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-09-27T15:34:50.0621919Z [6311/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-09-27T15:34:50.1797079Z [6311/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-09-27T15:34:50.1798549Z [6312/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-09-27T15:34:50.1995684Z [6312/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-09-27T15:34:50.1996409Z [6313/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-09-27T15:34:50.3438936Z [6313/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-09-27T15:34:50.3439744Z [6314/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-09-27T15:34:50.9493114Z [6314/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-09-27T15:34:50.9494237Z [6315/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-09-27T15:34:50.9760746Z [6315/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-09-27T15:34:50.9761295Z [6316/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-09-27T15:34:51.5830432Z [6316/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-09-27T15:34:51.5833205Z [6317/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-09-27T15:34:51.6745941Z [6317/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-09-27T15:34:51.6750529Z [6318/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-09-27T15:34:51.8554256Z [6318/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-09-27T15:34:51.8555314Z [6319/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-09-27T15:34:51.9519087Z [6319/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-09-27T15:34:51.9520288Z [6320/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-09-27T15:34:52.1427860Z [6320/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-09-27T15:34:52.1428795Z [6321/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-09-27T15:34:52.2398294Z [6321/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-09-27T15:34:52.2404530Z [6322/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-09-27T15:34:52.8697073Z [6322/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-09-27T15:34:52.8697622Z [6323/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-09-27T15:34:52.9957088Z [6323/6340] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-09-27T15:34:52.9958535Z [6324/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-09-27T15:34:53.3166731Z [6324/6340] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-09-27T15:34:53.3167636Z [6325/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-09-27T15:34:53.3276725Z [6325/6340] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-09-27T15:34:53.3278429Z [6326/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-09-27T15:34:53.3773225Z [6326/6340] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-09-27T15:34:53.3778918Z [6327/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-09-27T15:34:53.5655105Z [6327/6340] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-09-27T15:34:53.5661688Z [6328/6340] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-09-27T15:34:53.6281023Z [6328/6340] Linking CXX shared library lib/libshm.so 2022-09-27T15:34:53.6281846Z [6329/6340] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-09-27T15:34:53.6841021Z [6329/6340] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init.cpp.o 2022-09-27T15:34:53.8233173Z [6330/6340] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-09-27T15:34:53.8935015Z [6331/6340] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-09-27T15:34:53.8935969Z [6332/6340] Linking CXX shared library lib/libshm.so 2022-09-27T15:34:53.8939478Z [6332/6340] Linking CXX shared library lib/libtorch_python.so 2022-09-27T15:34:54.1943860Z [6332/6340] Linking CXX executable bin/torch_shm_manager 2022-09-27T15:34:54.3204383Z [6333/6340] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-09-27T15:34:54.3802553Z [6334/6340] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-09-27T15:34:54.8823254Z [6335/6340] Linking CXX executable bin/torch_shm_manager 2022-09-27T15:34:55.6138025Z [6336/6340] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init.cpp.o 2022-09-27T15:34:55.6138585Z [6337/6340] Linking CXX shared library lib/libtorch_python.so 2022-09-27T15:34:55.6139686Z [6337/6340] Linking CXX shared library lib/libnnapi_backend.so 2022-09-27T15:34:55.9434253Z [6337/6340] Linking CXX shared module functorch/functorch.so 2022-09-27T15:34:55.9666453Z [6338/6340] Linking CXX shared module functorch/functorch.so 2022-09-27T15:34:55.9667026Z [6339/6340] Linking CXX shared library lib/libnnapi_backend.so 2022-09-27T15:34:55.9667529Z [6339/6340] Install the project... 2022-09-27T15:34:55.9722545Z -- Install configuration: "Release" 2022-09-27T15:34:55.9972404Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-09-27T15:34:56.1877918Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-09-27T15:34:56.2088133Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-09-27T15:34:56.2095529Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-09-27T15:34:56.2103771Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-09-27T15:34:56.2112568Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-09-27T15:34:56.2120376Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-09-27T15:34:56.2128466Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-09-27T15:34:56.2137288Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-09-27T15:34:56.2146205Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-09-27T15:34:56.2154697Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-09-27T15:34:56.2162725Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-09-27T15:34:56.2171185Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-09-27T15:34:56.2194099Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-09-27T15:34:56.2201326Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-09-27T15:34:56.2208695Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-09-27T15:34:56.2215841Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-09-27T15:34:56.2224120Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-09-27T15:34:56.2232863Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-09-27T15:34:56.2252212Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-09-27T15:34:56.2259508Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-09-27T15:34:56.2267496Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-09-27T15:34:56.2274923Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-09-27T15:34:56.2282396Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-09-27T15:34:56.2289489Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-09-27T15:34:56.2297396Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-09-27T15:34:56.2305954Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-09-27T15:34:56.2313746Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-09-27T15:34:56.2321572Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-09-27T15:34:56.2336537Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-09-27T15:34:56.2343539Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-09-27T15:34:56.2351016Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-09-27T15:34:56.2372528Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-09-27T15:34:56.2379789Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-09-27T15:34:56.2387703Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-09-27T15:34:56.2397535Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-09-27T15:34:56.2406000Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-09-27T15:34:56.2413599Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-09-27T15:34:56.2421980Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-09-27T15:34:56.2429363Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-09-27T15:34:56.2437102Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-09-27T15:34:56.2446916Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-09-27T15:34:56.6490189Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6493700Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6498153Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6509896Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6519318Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6529776Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6538716Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6548538Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6558056Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6567726Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6576519Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6586224Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6595160Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6607436Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6616826Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6625276Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6634756Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6643441Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6656226Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6665892Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6674139Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6683464Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6692627Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6701644Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6710687Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6719229Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6729354Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6738794Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6748710Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6758171Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6766710Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6775667Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6784898Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6793682Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6802946Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6815101Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6824465Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6828499Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6838043Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6847878Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6857041Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6865190Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6870084Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6880220Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6889015Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6897452Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6906226Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6915778Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6931419Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6941431Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6957706Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6971242Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.6988901Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.7003076Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.7012836Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.7026491Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.7034979Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.7043786Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.7052812Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.7107221Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:56.7114850Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7281992Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7286928Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7294231Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7353262Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7427056Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7432941Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7444073Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7453858Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7463332Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7473977Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7486210Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7609585Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7654148Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7811474Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7819421Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib" 2022-09-27T15:34:57.7827073Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib" 2022-09-27T15:34:57.7837637Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib" 2022-09-27T15:34:57.8188917Z running bdist_wheel 2022-09-27T15:34:57.9489925Z running build 2022-09-27T15:34:57.9490502Z running build_py 2022-09-27T15:34:57.9585896Z creating build/lib.linux-x86_64-3.7 2022-09-27T15:34:57.9586468Z creating build/lib.linux-x86_64-3.7/caffe2 2022-09-27T15:34:57.9587039Z copying caffe2/__init__.py -> build/lib.linux-x86_64-3.7/caffe2 2022-09-27T15:34:57.9589679Z creating build/lib.linux-x86_64-3.7/functorch 2022-09-27T15:34:57.9590341Z copying functorch/__init__.py -> build/lib.linux-x86_64-3.7/functorch 2022-09-27T15:34:57.9591158Z copying functorch/setup.py -> build/lib.linux-x86_64-3.7/functorch 2022-09-27T15:34:57.9596479Z creating build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9596922Z copying torch/_VF.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9598082Z copying torch/__config__.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9599022Z copying torch/__future__.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9599982Z copying torch/__init__.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9601301Z copying torch/_appdirs.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9602294Z copying torch/_classes.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9603236Z copying torch/_deploy.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9604625Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9606218Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9607306Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9608620Z copying torch/_lowrank.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9609669Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9611178Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9611734Z copying torch/_ops.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9613105Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9614046Z copying torch/_six.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9615560Z copying torch/_sources.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9616703Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9617688Z copying torch/_tensor.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9619356Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9621160Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9622427Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9626223Z copying torch/_utils.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9627343Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9628393Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9629437Z copying torch/functional.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9631184Z copying torch/hub.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9632314Z copying torch/library.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9633930Z copying torch/overrides.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9635682Z copying torch/quasirandom.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9636985Z copying torch/random.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9637938Z copying torch/return_types.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9638767Z copying torch/serialization.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9640322Z copying torch/storage.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9641618Z copying torch/torch_version.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9642360Z copying torch/types.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9643558Z copying torch/version.py -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:57.9646296Z creating build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9647029Z copying torchgen/__init__.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9647786Z copying torchgen/code_template.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9648686Z copying torchgen/context.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9649733Z copying torchgen/gen.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9651639Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9652887Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9654951Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9655789Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9657228Z copying torchgen/local.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9657647Z copying torchgen/model.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9659317Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9660434Z copying torchgen/utils.py -> build/lib.linux-x86_64-3.7/torchgen 2022-09-27T15:34:57.9662702Z creating build/lib.linux-x86_64-3.7/caffe2/contrib 2022-09-27T15:34:57.9663215Z copying caffe2/contrib/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib 2022-09-27T15:34:57.9666260Z creating build/lib.linux-x86_64-3.7/caffe2/core 2022-09-27T15:34:57.9666609Z copying caffe2/core/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/core 2022-09-27T15:34:57.9668837Z creating build/lib.linux-x86_64-3.7/caffe2/distributed 2022-09-27T15:34:57.9669361Z copying caffe2/distributed/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/distributed 2022-09-27T15:34:57.9670395Z copying caffe2/distributed/file_store_handler_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/distributed 2022-09-27T15:34:57.9671568Z copying caffe2/distributed/redis_store_handler_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/distributed 2022-09-27T15:34:57.9673386Z copying caffe2/distributed/store_ops_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/distributed 2022-09-27T15:34:57.9674313Z creating build/lib.linux-x86_64-3.7/caffe2/experiments 2022-09-27T15:34:57.9675070Z copying caffe2/experiments/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/experiments 2022-09-27T15:34:57.9677124Z creating build/lib.linux-x86_64-3.7/caffe2/perfkernels 2022-09-27T15:34:57.9677689Z copying caffe2/perfkernels/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/perfkernels 2022-09-27T15:34:57.9678567Z copying caffe2/perfkernels/hp_emblookup_codegen.py -> build/lib.linux-x86_64-3.7/caffe2/perfkernels 2022-09-27T15:34:57.9681206Z creating build/lib.linux-x86_64-3.7/caffe2/proto 2022-09-27T15:34:57.9681847Z copying caffe2/proto/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/proto 2022-09-27T15:34:57.9682587Z copying caffe2/proto/gen_proto_typestubs_helper.py -> build/lib.linux-x86_64-3.7/caffe2/proto 2022-09-27T15:34:57.9683607Z copying caffe2/proto/torch_pb2.py -> build/lib.linux-x86_64-3.7/caffe2/proto 2022-09-27T15:34:57.9684973Z copying caffe2/proto/caffe2_pb2.py -> build/lib.linux-x86_64-3.7/caffe2/proto 2022-09-27T15:34:57.9698906Z creating build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9699548Z copying caffe2/python/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9700486Z copying caffe2/python/_import_c_extension.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9701678Z copying caffe2/python/allcompare_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9702385Z copying caffe2/python/attention.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9703464Z copying caffe2/python/benchmark_generator.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9704841Z copying caffe2/python/binarysize.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9705970Z copying caffe2/python/brew.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9706878Z copying caffe2/python/brew_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9707929Z copying caffe2/python/build.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9708967Z copying caffe2/python/cached_reader.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9709926Z copying caffe2/python/caffe_translator.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9711533Z copying caffe2/python/caffe_translator_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9712475Z copying caffe2/python/checkpoint.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9713458Z copying caffe2/python/checkpoint_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9714925Z copying caffe2/python/cnn.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9715976Z copying caffe2/python/context.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9716964Z copying caffe2/python/context_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9718058Z copying caffe2/python/control.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9719501Z copying caffe2/python/control_ops_grad.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9720343Z copying caffe2/python/control_ops_grad_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9721169Z copying caffe2/python/control_ops_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9722427Z copying caffe2/python/control_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9723419Z copying caffe2/python/convert.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9724410Z copying caffe2/python/convert_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9725378Z copying caffe2/python/convnet_benchmarks.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9726671Z copying caffe2/python/convnet_benchmarks_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9727425Z copying caffe2/python/core.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9729256Z copying caffe2/python/core_gradients_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9730399Z copying caffe2/python/core_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9732027Z copying caffe2/python/crf.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9733020Z copying caffe2/python/crf_predict.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9733808Z copying caffe2/python/crf_viterbi_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9735175Z copying caffe2/python/data_parallel_model.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9737822Z copying caffe2/python/data_parallel_model_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9739242Z copying caffe2/python/data_workers.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9740366Z copying caffe2/python/data_workers_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9741331Z copying caffe2/python/dataio.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9742671Z copying caffe2/python/dataio_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9743861Z copying caffe2/python/dataset.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9744880Z copying caffe2/python/db_file_reader.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9745956Z copying caffe2/python/db_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9747061Z copying caffe2/python/device_checker.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9748055Z copying caffe2/python/dyndep.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9749082Z copying caffe2/python/embedding_generation_benchmark.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9750026Z copying caffe2/python/experiment_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9751047Z copying caffe2/python/extension_loader.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9752094Z copying caffe2/python/fakefp16_transform_lib.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9753071Z copying caffe2/python/filler_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9754062Z copying caffe2/python/functional.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9755106Z copying caffe2/python/functional_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9756209Z copying caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9757183Z copying caffe2/python/gradient_check_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9758779Z copying caffe2/python/gradient_checker.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9759774Z copying caffe2/python/gru_cell.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9761309Z copying caffe2/python/hip_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9761956Z copying caffe2/python/hsm_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9763014Z copying caffe2/python/hypothesis_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9764905Z copying caffe2/python/hypothesis_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9766038Z copying caffe2/python/ideep_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9766983Z copying caffe2/python/layer_model_helper.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9768392Z copying caffe2/python/layer_model_instantiator.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9769301Z copying caffe2/python/layer_parameter_sharing_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9770349Z copying caffe2/python/layer_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9771786Z copying caffe2/python/layers_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9773202Z copying caffe2/python/lazy.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9774192Z copying caffe2/python/lazy_dyndep.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9775436Z copying caffe2/python/lazy_dyndep_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9776527Z copying caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9777699Z copying caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9778749Z copying caffe2/python/lstm_benchmark.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9779906Z copying caffe2/python/memonger.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9781353Z copying caffe2/python/memonger_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9782813Z copying caffe2/python/mkl_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9783787Z copying caffe2/python/model_device_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9784685Z copying caffe2/python/model_helper.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9786040Z copying caffe2/python/model_helper_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9787006Z copying caffe2/python/modifier_context.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9788071Z copying caffe2/python/muji.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9789343Z copying caffe2/python/muji_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9790390Z copying caffe2/python/net_builder.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9791671Z copying caffe2/python/net_builder_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9793029Z copying caffe2/python/net_drawer.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9794033Z copying caffe2/python/net_printer.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9795224Z copying caffe2/python/net_printer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9795903Z copying caffe2/python/nomnigraph.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9797002Z copying caffe2/python/nomnigraph_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9798474Z copying caffe2/python/nomnigraph_transformations.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9799347Z copying caffe2/python/nomnigraph_transformations_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9800404Z copying caffe2/python/normalizer.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9801393Z copying caffe2/python/normalizer_context.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9802451Z copying caffe2/python/normalizer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9803930Z copying caffe2/python/numa_benchmark.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9804776Z copying caffe2/python/numa_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9806486Z copying caffe2/python/observer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9808160Z copying caffe2/python/operator_fp_exceptions_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9808551Z copying caffe2/python/optimizer.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9810329Z copying caffe2/python/optimizer_context.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9811033Z copying caffe2/python/optimizer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9812613Z copying caffe2/python/optimizer_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9813419Z copying caffe2/python/parallel_workers.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9814792Z copying caffe2/python/parallel_workers_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9816070Z copying caffe2/python/parallelize_bmuf_distributed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9816884Z copying caffe2/python/pipeline.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9818317Z copying caffe2/python/pipeline_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9819262Z copying caffe2/python/predictor_constants.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9820135Z copying caffe2/python/recurrent.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9821183Z copying caffe2/python/python_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9822130Z copying caffe2/python/queue_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9823066Z copying caffe2/python/record_queue.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9824060Z copying caffe2/python/regularizer.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9825025Z copying caffe2/python/regularizer_context.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9825858Z copying caffe2/python/regularizer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9826917Z copying caffe2/python/rnn_cell.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9828467Z copying caffe2/python/schema.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9829578Z copying caffe2/python/schema_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9830651Z copying caffe2/python/scope.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9832414Z copying caffe2/python/scope_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9832865Z copying caffe2/python/session.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9833930Z copying caffe2/python/session_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9834955Z copying caffe2/python/sparse_to_dense_mask_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9835765Z copying caffe2/python/sparse_to_dense_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9837082Z copying caffe2/python/task.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9838434Z copying caffe2/python/task_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9839644Z copying caffe2/python/test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9840619Z copying caffe2/python/text_file_reader.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9841937Z copying caffe2/python/timeout_guard.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9842987Z copying caffe2/python/toy_regression_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9844383Z copying caffe2/python/transformations.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9845548Z copying caffe2/python/transformations_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9846795Z copying caffe2/python/tt_core.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9848219Z copying caffe2/python/tt_core_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9849432Z copying caffe2/python/utils.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9850764Z copying caffe2/python/utils_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9852123Z copying caffe2/python/visualize.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9853437Z copying caffe2/python/workspace.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9854940Z copying caffe2/python/workspace_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-09-27T15:34:57.9858260Z creating build/lib.linux-x86_64-3.7/caffe2/quantization 2022-09-27T15:34:57.9858743Z copying caffe2/quantization/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/quantization 2022-09-27T15:34:57.9860689Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/aten 2022-09-27T15:34:57.9861190Z copying caffe2/contrib/aten/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/aten 2022-09-27T15:34:57.9871406Z copying caffe2/contrib/aten/aten_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/aten 2022-09-27T15:34:57.9872071Z copying caffe2/contrib/aten/gen_op.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/aten 2022-09-27T15:34:57.9872643Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/gloo 2022-09-27T15:34:57.9873169Z copying caffe2/contrib/gloo/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/gloo 2022-09-27T15:34:57.9873772Z copying caffe2/contrib/gloo/gloo_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/gloo 2022-09-27T15:34:57.9874111Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/nccl 2022-09-27T15:34:57.9874479Z copying caffe2/contrib/nccl/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/nccl 2022-09-27T15:34:57.9875006Z copying caffe2/contrib/nccl/nccl_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/nccl 2022-09-27T15:34:57.9875360Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/nnpack 2022-09-27T15:34:57.9875789Z copying caffe2/contrib/nnpack/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/nnpack 2022-09-27T15:34:57.9876384Z copying caffe2/contrib/nnpack/nnpack_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/nnpack 2022-09-27T15:34:57.9877448Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9878372Z copying caffe2/contrib/playground/AnyExp.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9879207Z copying caffe2/contrib/playground/AnyExpOnTerm.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9880050Z copying caffe2/contrib/playground/ModuleRegister.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9881203Z copying caffe2/contrib/playground/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9882154Z copying caffe2/contrib/playground/checkpoint.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9883670Z copying caffe2/contrib/playground/compute_loss.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9884603Z copying caffe2/contrib/playground/compute_topk_accuracy.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9885836Z copying caffe2/contrib/playground/meter.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9887930Z copying caffe2/contrib/playground/module_map.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9888421Z copying caffe2/contrib/playground/output_generator.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-09-27T15:34:57.9890163Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/prof 2022-09-27T15:34:57.9890600Z copying caffe2/contrib/prof/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/prof 2022-09-27T15:34:57.9891828Z copying caffe2/contrib/prof/cuda_profile_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/prof 2022-09-27T15:34:57.9894055Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/script 2022-09-27T15:34:57.9894769Z copying caffe2/contrib/script/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/script 2022-09-27T15:34:57.9897533Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-09-27T15:34:57.9898736Z copying caffe2/contrib/tensorboard/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-09-27T15:34:57.9899565Z copying caffe2/contrib/tensorboard/tensorboard.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-09-27T15:34:57.9900759Z copying caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-09-27T15:34:57.9901862Z copying caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-09-27T15:34:57.9903212Z copying caffe2/contrib/tensorboard/tensorboard_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-09-27T15:34:57.9905020Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/warpctc 2022-09-27T15:34:57.9905608Z copying caffe2/contrib/warpctc/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/warpctc 2022-09-27T15:34:57.9906701Z copying caffe2/contrib/warpctc/ctc_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/warpctc 2022-09-27T15:34:57.9908539Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/aten/docs 2022-09-27T15:34:57.9909159Z copying caffe2/contrib/aten/docs/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/aten/docs 2022-09-27T15:34:57.9910007Z copying caffe2/contrib/aten/docs/sample.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/aten/docs 2022-09-27T15:34:57.9912505Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9913411Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9914492Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9915515Z copying caffe2/contrib/playground/resnetdemo/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9916571Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9918519Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9919549Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9920507Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9921497Z copying caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9922310Z copying caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9923702Z copying caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-09-27T15:34:57.9925611Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/script/examples 2022-09-27T15:34:57.9926059Z copying caffe2/contrib/script/examples/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/script/examples 2022-09-27T15:34:57.9928340Z creating build/lib.linux-x86_64-3.7/caffe2/core/nomnigraph 2022-09-27T15:34:57.9928914Z copying caffe2/core/nomnigraph/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/core/nomnigraph 2022-09-27T15:34:57.9929710Z copying caffe2/core/nomnigraph/op_gen.py -> build/lib.linux-x86_64-3.7/caffe2/core/nomnigraph 2022-09-27T15:34:57.9932200Z creating build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9932776Z copying caffe2/experiments/python/SparseTransformer.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9933896Z copying caffe2/experiments/python/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9934577Z copying caffe2/experiments/python/convnet_benchmarks.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9935860Z copying caffe2/experiments/python/device_reduce_sum_bench.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9936861Z copying caffe2/experiments/python/funhash_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9939039Z copying caffe2/experiments/python/net_construct_bench.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9939563Z copying caffe2/experiments/python/sparse_funhash_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9940414Z copying caffe2/experiments/python/sparse_reshape_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9941399Z copying caffe2/experiments/python/tt_contraction_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9942538Z copying caffe2/experiments/python/tt_pad_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-09-27T15:34:57.9944605Z creating build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-09-27T15:34:57.9945209Z copying caffe2/python/docs/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-09-27T15:34:57.9946116Z copying caffe2/python/docs/formatter.py -> build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-09-27T15:34:57.9947795Z copying caffe2/python/docs/generator.py -> build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-09-27T15:34:57.9948478Z copying caffe2/python/docs/github.py -> build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-09-27T15:34:57.9949419Z copying caffe2/python/docs/parser.py -> build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-09-27T15:34:57.9951649Z creating build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-09-27T15:34:57.9952927Z copying caffe2/python/examples/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-09-27T15:34:57.9953643Z copying caffe2/python/examples/char_rnn.py -> build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-09-27T15:34:57.9954540Z copying caffe2/python/examples/imagenet_trainer.py -> build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-09-27T15:34:57.9955561Z copying caffe2/python/examples/lmdb_create_example.py -> build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-09-27T15:34:57.9956589Z copying caffe2/python/examples/resnet50_trainer.py -> build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-09-27T15:34:57.9958546Z creating build/lib.linux-x86_64-3.7/caffe2/python/fakelowp 2022-09-27T15:34:57.9959143Z copying caffe2/python/fakelowp/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/fakelowp 2022-09-27T15:34:57.9960366Z copying caffe2/python/fakelowp/init_shared_libs.py -> build/lib.linux-x86_64-3.7/caffe2/python/fakelowp 2022-09-27T15:34:57.9961347Z copying caffe2/python/fakelowp/test_utils.py -> build/lib.linux-x86_64-3.7/caffe2/python/fakelowp 2022-09-27T15:34:57.9964435Z creating build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9965156Z copying caffe2/python/helpers/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9965934Z copying caffe2/python/helpers/algebra.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9966822Z copying caffe2/python/helpers/arg_scope.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9967745Z copying caffe2/python/helpers/array_helpers.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9968736Z copying caffe2/python/helpers/control_ops.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9969903Z copying caffe2/python/helpers/conv.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9970766Z copying caffe2/python/helpers/db_input.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9972463Z copying caffe2/python/helpers/dropout.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9973278Z copying caffe2/python/helpers/elementwise_linear.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9974241Z copying caffe2/python/helpers/fc.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9975567Z copying caffe2/python/helpers/nonlinearity.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9977537Z copying caffe2/python/helpers/normalization.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9978213Z copying caffe2/python/helpers/pooling.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9978779Z copying caffe2/python/helpers/quantization.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9980190Z copying caffe2/python/helpers/tools.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9981165Z copying caffe2/python/helpers/train.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-09-27T15:34:57.9985906Z creating build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9986404Z copying caffe2/python/ideep/LRN_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9987564Z copying caffe2/python/ideep/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9988415Z copying caffe2/python/ideep/adam_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9990023Z copying caffe2/python/ideep/blobs_queue_db_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9990830Z copying caffe2/python/ideep/channel_shuffle_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9991857Z copying caffe2/python/ideep/concat_split_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9993151Z copying caffe2/python/ideep/conv_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9994096Z copying caffe2/python/ideep/conv_transpose_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9995496Z copying caffe2/python/ideep/convfusion_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9996746Z copying caffe2/python/ideep/copy_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9998140Z copying caffe2/python/ideep/dropout_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:57.9999222Z copying caffe2/python/ideep/elementwise_sum_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0000553Z copying caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0002073Z copying caffe2/python/ideep/fc_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0003113Z copying caffe2/python/ideep/leaky_relu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0004488Z copying caffe2/python/ideep/moment_sgd_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0005419Z copying caffe2/python/ideep/operator_fallback_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0006866Z copying caffe2/python/ideep/order_switch_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0007941Z copying caffe2/python/ideep/pool_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0009127Z copying caffe2/python/ideep/pre_convert_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0010350Z copying caffe2/python/ideep/relu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0011490Z copying caffe2/python/ideep/reshape_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0012492Z copying caffe2/python/ideep/shape_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0013955Z copying caffe2/python/ideep/sigmoid_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0014998Z copying caffe2/python/ideep/softmax_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0016176Z copying caffe2/python/ideep/spatial_bn_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0017581Z copying caffe2/python/ideep/test_ideep_net.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0018967Z copying caffe2/python/ideep/transform_ideep_net.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0019825Z copying caffe2/python/ideep/transpose_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0020971Z copying caffe2/python/ideep/weightedsum_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-09-27T15:34:58.0027055Z creating build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0027507Z copying caffe2/python/layers/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0028799Z copying caffe2/python/layers/adaptive_weight.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0029785Z copying caffe2/python/layers/add_bias.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0030574Z copying caffe2/python/layers/arc_cosine_feature_map.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0031600Z copying caffe2/python/layers/batch_huber_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0032848Z copying caffe2/python/layers/batch_lr_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0033707Z copying caffe2/python/layers/batch_mse_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0034651Z copying caffe2/python/layers/batch_normalization.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0035695Z copying caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0036814Z copying caffe2/python/layers/batch_softmax_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0037718Z copying caffe2/python/layers/blob_weighted_sum.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0038767Z copying caffe2/python/layers/bpr_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0039815Z copying caffe2/python/layers/bucket_weighted.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0041487Z copying caffe2/python/layers/build_index.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0042125Z copying caffe2/python/layers/concat.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0043134Z copying caffe2/python/layers/constant_weight.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0044062Z copying caffe2/python/layers/conv.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0045173Z copying caffe2/python/layers/dropout.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0046135Z copying caffe2/python/layers/fc.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0047774Z copying caffe2/python/layers/fc_with_bootstrap.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0048761Z copying caffe2/python/layers/fc_without_bias.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0049766Z copying caffe2/python/layers/feature_sparse_to_dense.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0050726Z copying caffe2/python/layers/functional.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0051795Z copying caffe2/python/layers/gather_record.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0053143Z copying caffe2/python/layers/homotopy_weight.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0054266Z copying caffe2/python/layers/label_smooth.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0055463Z copying caffe2/python/layers/last_n_window_collector.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0056518Z copying caffe2/python/layers/layer_normalization.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0057474Z copying caffe2/python/layers/layers.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0058739Z copying caffe2/python/layers/margin_rank_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0059542Z copying caffe2/python/layers/merge_id_lists.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0060894Z copying caffe2/python/layers/pairwise_similarity.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0062094Z copying caffe2/python/layers/position_weighted.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0063076Z copying caffe2/python/layers/random_fourier_features.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0064026Z copying caffe2/python/layers/reservoir_sampling.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0065016Z copying caffe2/python/layers/sampling_train.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0065888Z copying caffe2/python/layers/sampling_trainable_mixin.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0067442Z copying caffe2/python/layers/select_record_by_context.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0067975Z copying caffe2/python/layers/semi_random_features.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0069208Z copying caffe2/python/layers/sparse_dropout_with_replacement.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0070419Z copying caffe2/python/layers/sparse_feature_hash.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0071434Z copying caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0072571Z copying caffe2/python/layers/sparse_lookup.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0073724Z copying caffe2/python/layers/split.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0074616Z copying caffe2/python/layers/tags.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0075773Z copying caffe2/python/layers/uniform_sampling.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-09-27T15:34:58.0077880Z creating build/lib.linux-x86_64-3.7/caffe2/python/mint 2022-09-27T15:34:58.0078321Z copying caffe2/python/mint/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/mint 2022-09-27T15:34:58.0079412Z copying caffe2/python/mint/app.py -> build/lib.linux-x86_64-3.7/caffe2/python/mint 2022-09-27T15:34:58.0083170Z creating build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0083878Z copying caffe2/python/mkl/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0084809Z copying caffe2/python/mkl/mkl_LRN_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0085870Z copying caffe2/python/mkl/mkl_LRN_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0086861Z copying caffe2/python/mkl/mkl_concat_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0087897Z copying caffe2/python/mkl/mkl_conv_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0089139Z copying caffe2/python/mkl/mkl_copy_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0091004Z copying caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0091809Z copying caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0092580Z copying caffe2/python/mkl/mkl_fc_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0093466Z copying caffe2/python/mkl/mkl_fc_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0094266Z copying caffe2/python/mkl/mkl_fill_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0095157Z copying caffe2/python/mkl/mkl_pool_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0096438Z copying caffe2/python/mkl/mkl_pool_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0098091Z copying caffe2/python/mkl/mkl_relu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0098873Z copying caffe2/python/mkl/mkl_sbn_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0099977Z copying caffe2/python/mkl/mkl_sbn_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0100882Z copying caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0101894Z copying caffe2/python/mkl/mkl_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0102940Z copying caffe2/python/mkl/mkl_squeeze_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0103637Z copying caffe2/python/mkl/rewrite_graph.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0105023Z copying caffe2/python/mkl/rewrite_graph_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-09-27T15:34:58.0108198Z creating build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0108694Z copying caffe2/python/modeling/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0109499Z copying caffe2/python/modeling/compute_histogram_for_blobs.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0110543Z copying caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0111656Z copying caffe2/python/modeling/compute_norm_for_blobs.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0112508Z copying caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0113659Z copying caffe2/python/modeling/compute_statistics_for_blobs.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0114750Z copying caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0115681Z copying caffe2/python/modeling/get_entry_from_blobs.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0116774Z copying caffe2/python/modeling/get_entry_from_blobs_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0117963Z copying caffe2/python/modeling/gradient_clipping.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0119238Z copying caffe2/python/modeling/gradient_clipping_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0121496Z copying caffe2/python/modeling/initializers.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0122011Z copying caffe2/python/modeling/initializers_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0123062Z copying caffe2/python/modeling/net_modifier.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0124851Z copying caffe2/python/modeling/parameter_info.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0125410Z copying caffe2/python/modeling/parameter_sharing.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0126052Z copying caffe2/python/modeling/parameter_sharing_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-09-27T15:34:58.0128538Z creating build/lib.linux-x86_64-3.7/caffe2/python/models 2022-09-27T15:34:58.0128913Z copying caffe2/python/models/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-09-27T15:34:58.0130058Z copying caffe2/python/models/__sym_init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-09-27T15:34:58.0131082Z copying caffe2/python/models/download.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-09-27T15:34:58.0132142Z copying caffe2/python/models/imagenet_trainer_test_utils.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-09-27T15:34:58.0133775Z copying caffe2/python/models/resnet.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-09-27T15:34:58.0134526Z copying caffe2/python/models/resnet_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-09-27T15:34:58.0135832Z copying caffe2/python/models/shufflenet.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-09-27T15:34:58.0136995Z copying caffe2/python/models/shufflenet_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-09-27T15:34:58.0140588Z creating build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0141210Z copying caffe2/python/onnx/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0141897Z copying caffe2/python/onnx/backend.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0143895Z copying caffe2/python/onnx/backend_cpp_rep.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0145056Z copying caffe2/python/onnx/backend_rep.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0146217Z copying caffe2/python/onnx/error.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0147468Z copying caffe2/python/onnx/frontend.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0148883Z copying caffe2/python/onnx/helper.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0150154Z copying caffe2/python/onnx/onnxifi.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0151411Z copying caffe2/python/onnx/test_onnxifi.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0152650Z copying caffe2/python/onnx/workspace.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-09-27T15:34:58.0172184Z creating build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0172682Z copying caffe2/python/operator_test/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0173434Z copying caffe2/python/operator_test/activation_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0175102Z copying caffe2/python/operator_test/adadelta_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0175782Z copying caffe2/python/operator_test/adagrad_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0176680Z copying caffe2/python/operator_test/adagrad_test_helper.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0177775Z copying caffe2/python/operator_test/adam_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0179066Z copying caffe2/python/operator_test/affine_channel_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0180103Z copying caffe2/python/operator_test/alias_with_name_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0181181Z copying caffe2/python/operator_test/apmeter_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0182109Z copying caffe2/python/operator_test/arg_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0183157Z copying caffe2/python/operator_test/assert_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0184140Z copying caffe2/python/operator_test/async_net_barrier_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0185240Z copying caffe2/python/operator_test/atomic_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0186831Z copying caffe2/python/operator_test/basic_rnn_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0187553Z copying caffe2/python/operator_test/batch_box_cox_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0188645Z copying caffe2/python/operator_test/batch_bucketize_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0189543Z copying caffe2/python/operator_test/batch_moments_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0190558Z copying caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0191688Z copying caffe2/python/operator_test/bbox_transform_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0192648Z copying caffe2/python/operator_test/bisect_percentile_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0193812Z copying caffe2/python/operator_test/blobs_queue_db_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0195023Z copying caffe2/python/operator_test/boolean_mask_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0196444Z copying caffe2/python/operator_test/boolean_unmask_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0197191Z copying caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0198151Z copying caffe2/python/operator_test/bucketize_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0199224Z copying caffe2/python/operator_test/cast_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0200161Z copying caffe2/python/operator_test/ceil_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0201190Z copying caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0202254Z copying caffe2/python/operator_test/channel_shuffle_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0203154Z copying caffe2/python/operator_test/channel_stats_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0204102Z copying caffe2/python/operator_test/checkpoint_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0205078Z copying caffe2/python/operator_test/clip_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0205982Z copying caffe2/python/operator_test/clip_tensor_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0207033Z copying caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0207987Z copying caffe2/python/operator_test/concat_op_cost_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0208953Z copying caffe2/python/operator_test/concat_split_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0209935Z copying caffe2/python/operator_test/conditional_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0210865Z copying caffe2/python/operator_test/conftest.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0211822Z copying caffe2/python/operator_test/conv_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0213063Z copying caffe2/python/operator_test/conv_transpose_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0214129Z copying caffe2/python/operator_test/copy_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0215060Z copying caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0216374Z copying caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0217232Z copying caffe2/python/operator_test/counter_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0218123Z copying caffe2/python/operator_test/crf_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0219993Z copying caffe2/python/operator_test/cross_entropy_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0220646Z copying caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0221408Z copying caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0222528Z copying caffe2/python/operator_test/cudnn_recurrent_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0223587Z copying caffe2/python/operator_test/data_couple_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0224731Z copying caffe2/python/operator_test/dataset_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0225843Z copying caffe2/python/operator_test/decay_adagrad_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0226690Z copying caffe2/python/operator_test/deform_conv_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0228139Z copying caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0229844Z copying caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0230929Z copying caffe2/python/operator_test/detectron_keypoints.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0231978Z copying caffe2/python/operator_test/distance_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0233116Z copying caffe2/python/operator_test/dropout_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0234042Z copying caffe2/python/operator_test/duplicate_operands_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0235178Z copying caffe2/python/operator_test/elementwise_linear_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0236356Z copying caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0238281Z copying caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0238840Z copying caffe2/python/operator_test/elementwise_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0240368Z copying caffe2/python/operator_test/emptysample_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0241282Z copying caffe2/python/operator_test/enforce_finite_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0242274Z copying caffe2/python/operator_test/ensure_clipped_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0243194Z copying caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0244358Z copying caffe2/python/operator_test/erf_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0245252Z copying caffe2/python/operator_test/expand_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0246539Z copying caffe2/python/operator_test/fc_operator_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0247207Z copying caffe2/python/operator_test/feature_maps_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0248668Z copying caffe2/python/operator_test/filler_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0249609Z copying caffe2/python/operator_test/find_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0250824Z copying caffe2/python/operator_test/flatten_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0251680Z copying caffe2/python/operator_test/flexible_top_k_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0252928Z copying caffe2/python/operator_test/floor_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0254116Z copying caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0255087Z copying caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0256324Z copying caffe2/python/operator_test/gather_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0258552Z copying caffe2/python/operator_test/gather_ranges_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0259609Z copying caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0260259Z copying caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0261201Z copying caffe2/python/operator_test/glu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0262336Z copying caffe2/python/operator_test/group_conv_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0263515Z copying caffe2/python/operator_test/group_norm_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0264409Z copying caffe2/python/operator_test/gru_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0265794Z copying caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0266720Z copying caffe2/python/operator_test/histogram_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0267517Z copying caffe2/python/operator_test/hsm_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0268583Z copying caffe2/python/operator_test/hyperbolic_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0269563Z copying caffe2/python/operator_test/im2col_col2im_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0270703Z copying caffe2/python/operator_test/image_input_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0271755Z copying caffe2/python/operator_test/index_hash_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0273708Z copying caffe2/python/operator_test/index_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0274257Z copying caffe2/python/operator_test/instance_norm_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0275087Z copying caffe2/python/operator_test/integral_image_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0276131Z copying caffe2/python/operator_test/jsd_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0277254Z copying caffe2/python/operator_test/key_split_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0277795Z copying caffe2/python/operator_test/lars_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0279127Z copying caffe2/python/operator_test/layer_norm_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0279917Z copying caffe2/python/operator_test/leaky_relu_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0281257Z copying caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0282173Z copying caffe2/python/operator_test/learning_rate_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0283218Z copying caffe2/python/operator_test/length_split_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0284232Z copying caffe2/python/operator_test/lengths_pad_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0285298Z copying caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0286665Z copying caffe2/python/operator_test/lengths_tile_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0287628Z copying caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0288578Z copying caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0289834Z copying caffe2/python/operator_test/load_save_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0291013Z copying caffe2/python/operator_test/locally_connected_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0291787Z copying caffe2/python/operator_test/loss_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0292728Z copying caffe2/python/operator_test/lpnorm_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0293700Z copying caffe2/python/operator_test/map_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0294736Z copying caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0295878Z copying caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0296780Z copying caffe2/python/operator_test/math_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0297759Z copying caffe2/python/operator_test/matmul_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0299848Z copying caffe2/python/operator_test/mean_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0300745Z copying caffe2/python/operator_test/merge_id_lists_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0301592Z copying caffe2/python/operator_test/mkl_conv_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0302895Z copying caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0303572Z copying caffe2/python/operator_test/mod_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0304436Z copying caffe2/python/operator_test/moments_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0305372Z copying caffe2/python/operator_test/momentum_sgd_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0306738Z copying caffe2/python/operator_test/mpi_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0307749Z copying caffe2/python/operator_test/mul_gradient_benchmark.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0309528Z copying caffe2/python/operator_test/negate_gradient_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0310208Z copying caffe2/python/operator_test/ngram_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0311409Z copying caffe2/python/operator_test/normalize_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0312389Z copying caffe2/python/operator_test/numpy_tile_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0313327Z copying caffe2/python/operator_test/one_hot_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0314514Z copying caffe2/python/operator_test/onnx_while_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0315503Z copying caffe2/python/operator_test/order_switch_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0316862Z copying caffe2/python/operator_test/pack_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0318087Z copying caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0319554Z copying caffe2/python/operator_test/pad_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0320360Z copying caffe2/python/operator_test/partition_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0321561Z copying caffe2/python/operator_test/percentile_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0322603Z copying caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0323648Z copying caffe2/python/operator_test/pooling_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0325270Z copying caffe2/python/operator_test/prepend_dim_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0326260Z copying caffe2/python/operator_test/python_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0327364Z copying caffe2/python/operator_test/quantile_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0328577Z copying caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0329478Z copying caffe2/python/operator_test/rank_loss_operator_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0330429Z copying caffe2/python/operator_test/rebatching_queue_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0331373Z copying caffe2/python/operator_test/record_queue_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0332212Z copying caffe2/python/operator_test/recurrent_net_executor_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0333221Z copying caffe2/python/operator_test/recurrent_network_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0334252Z copying caffe2/python/operator_test/reduce_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0335610Z copying caffe2/python/operator_test/reduction_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0336663Z copying caffe2/python/operator_test/reshape_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0337903Z copying caffe2/python/operator_test/resize_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0338785Z copying caffe2/python/operator_test/rmac_regions_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0339900Z copying caffe2/python/operator_test/rms_norm_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0341032Z copying caffe2/python/operator_test/rnn_cell_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0342600Z copying caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0343541Z copying caffe2/python/operator_test/rowwise_counter_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0344220Z copying caffe2/python/operator_test/scale_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0345341Z copying caffe2/python/operator_test/segment_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0347332Z copying caffe2/python/operator_test/self_binning_histogram_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0348020Z copying caffe2/python/operator_test/selu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0348924Z copying caffe2/python/operator_test/sequence_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0349934Z copying caffe2/python/operator_test/shape_inference_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0351311Z copying caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0352326Z copying caffe2/python/operator_test/softmax_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0353636Z copying caffe2/python/operator_test/softplus_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0354758Z copying caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0355642Z copying caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0356783Z copying caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0357936Z copying caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0358943Z copying caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0359887Z copying caffe2/python/operator_test/sparse_normalize_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0361065Z copying caffe2/python/operator_test/sparse_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0362106Z copying caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0363005Z copying caffe2/python/operator_test/spatial_bn_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0364466Z copying caffe2/python/operator_test/specialized_segment_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0365392Z copying caffe2/python/operator_test/split_op_cost_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0367069Z copying caffe2/python/operator_test/square_root_divide_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0367941Z copying caffe2/python/operator_test/stats_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0368633Z copying caffe2/python/operator_test/stats_put_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0370115Z copying caffe2/python/operator_test/storm_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0371179Z copying caffe2/python/operator_test/string_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0372121Z copying caffe2/python/operator_test/text_file_reader_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0372986Z copying caffe2/python/operator_test/thresholded_relu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0374116Z copying caffe2/python/operator_test/tile_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0376138Z copying caffe2/python/operator_test/top_k_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0376694Z copying caffe2/python/operator_test/torch_integration_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0377668Z copying caffe2/python/operator_test/transpose_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0379992Z copying caffe2/python/operator_test/trigonometric_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0380576Z copying caffe2/python/operator_test/unique_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0381285Z copying caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0382394Z copying caffe2/python/operator_test/unsafe_coalesce_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0383343Z copying caffe2/python/operator_test/upsample_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0384179Z copying caffe2/python/operator_test/utility_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0384901Z copying caffe2/python/operator_test/video_input_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0385929Z copying caffe2/python/operator_test/weight_scale_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0386792Z copying caffe2/python/operator_test/weighted_multi_sample_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0387826Z copying caffe2/python/operator_test/weighted_sample_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0389383Z copying caffe2/python/operator_test/weighted_sum_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0389947Z copying caffe2/python/operator_test/wngrad_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-09-27T15:34:58.0392858Z creating build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-09-27T15:34:58.0393316Z copying caffe2/python/predictor/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-09-27T15:34:58.0394921Z copying caffe2/python/predictor/mobile_exporter.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-09-27T15:34:58.0395826Z copying caffe2/python/predictor/mobile_exporter_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-09-27T15:34:58.0396920Z copying caffe2/python/predictor/predictor_exporter.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-09-27T15:34:58.0398053Z copying caffe2/python/predictor/predictor_exporter_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-09-27T15:34:58.0398938Z copying caffe2/python/predictor/predictor_py_utils.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-09-27T15:34:58.0399913Z copying caffe2/python/predictor/predictor_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-09-27T15:34:58.0400913Z copying caffe2/python/predictor/serde.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-09-27T15:34:58.0403099Z creating build/lib.linux-x86_64-3.7/caffe2/python/rnn 2022-09-27T15:34:58.0403806Z copying caffe2/python/rnn/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/rnn 2022-09-27T15:34:58.0404546Z copying caffe2/python/rnn/lstm_comparison.py -> build/lib.linux-x86_64-3.7/caffe2/python/rnn 2022-09-27T15:34:58.0405397Z copying caffe2/python/rnn/rnn_cell_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python/rnn 2022-09-27T15:34:58.0407301Z creating build/lib.linux-x86_64-3.7/caffe2/python/serialized_test 2022-09-27T15:34:58.0408111Z copying caffe2/python/serialized_test/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test 2022-09-27T15:34:58.0409008Z copying caffe2/python/serialized_test/coverage.py -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test 2022-09-27T15:34:58.0409889Z copying caffe2/python/serialized_test/serialized_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test 2022-09-27T15:34:58.0412069Z creating build/lib.linux-x86_64-3.7/caffe2/python/test 2022-09-27T15:34:58.0412679Z copying caffe2/python/test/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-09-27T15:34:58.0413578Z copying caffe2/python/test/blob_deallocation_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-09-27T15:34:58.0414413Z copying caffe2/python/test/do_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-09-27T15:34:58.0415682Z copying caffe2/python/test/executor_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-09-27T15:34:58.0416734Z copying caffe2/python/test/executor_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-09-27T15:34:58.0417729Z copying caffe2/python/test/fakefp16_transform_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-09-27T15:34:58.0418826Z copying caffe2/python/test/gpu_context_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-09-27T15:34:58.0419880Z copying caffe2/python/test/inference_lstm_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-09-27T15:34:58.0420906Z copying caffe2/python/test/python_protobuf_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-09-27T15:34:58.0423258Z creating build/lib.linux-x86_64-3.7/caffe2/python/trt 2022-09-27T15:34:58.0424170Z copying caffe2/python/trt/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/trt 2022-09-27T15:34:58.0424925Z copying caffe2/python/trt/test_pt_onnx_trt.py -> build/lib.linux-x86_64-3.7/caffe2/python/trt 2022-09-27T15:34:58.0426183Z copying caffe2/python/trt/test_trt.py -> build/lib.linux-x86_64-3.7/caffe2/python/trt 2022-09-27T15:34:58.0427246Z copying caffe2/python/trt/transform.py -> build/lib.linux-x86_64-3.7/caffe2/python/trt 2022-09-27T15:34:58.0430548Z creating build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-09-27T15:34:58.0431299Z copying caffe2/python/models/seq2seq/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-09-27T15:34:58.0432128Z copying caffe2/python/models/seq2seq/beam_search.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-09-27T15:34:58.0433580Z copying caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-09-27T15:34:58.0434967Z copying caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-09-27T15:34:58.0436172Z copying caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-09-27T15:34:58.0437273Z copying caffe2/python/models/seq2seq/seq2seq_util.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-09-27T15:34:58.0438792Z copying caffe2/python/models/seq2seq/train.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-09-27T15:34:58.0440434Z copying caffe2/python/models/seq2seq/translate.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-09-27T15:34:58.0443224Z creating build/lib.linux-x86_64-3.7/caffe2/python/onnx/bin 2022-09-27T15:34:58.0443691Z copying caffe2/python/onnx/bin/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/bin 2022-09-27T15:34:58.0444757Z copying caffe2/python/onnx/bin/conversion.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/bin 2022-09-27T15:34:58.0446982Z creating build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-09-27T15:34:58.0447452Z copying caffe2/python/onnx/tests/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-09-27T15:34:58.0448551Z copying caffe2/python/onnx/tests/c2_ref_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-09-27T15:34:58.0449735Z copying caffe2/python/onnx/tests/conversion_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-09-27T15:34:58.0451096Z copying caffe2/python/onnx/tests/helper_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-09-27T15:34:58.0452081Z copying caffe2/python/onnx/tests/onnx_backend_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-09-27T15:34:58.0453463Z copying caffe2/python/onnx/tests/ssa_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-09-27T15:34:58.0454616Z copying caffe2/python/onnx/tests/test_utils.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-09-27T15:34:58.0461390Z creating build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0462023Z copying caffe2/quantization/server/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0463113Z copying caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0464374Z copying caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0465247Z copying caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0466432Z copying caffe2/quantization/server/compute_equalization_scale_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0467488Z copying caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0468296Z copying caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0469443Z copying caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0470622Z copying caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0471683Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0473434Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0474254Z copying caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0475285Z copying caffe2/quantization/server/dnnlowp_test_utils.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0476336Z copying caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0477452Z copying caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0478749Z copying caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0479807Z copying caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0481198Z copying caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0481907Z copying caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0483204Z copying caffe2/quantization/server/fully_connected_fp16_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0484854Z copying caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0485644Z copying caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0486585Z copying caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0487698Z copying caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0489425Z copying caffe2/quantization/server/int8_gen_quant_params_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0490127Z copying caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0491282Z copying caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0492016Z copying caffe2/quantization/server/observer_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0493170Z copying caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0494358Z copying caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0495608Z copying caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0496299Z copying caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0497513Z copying caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0498891Z copying caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0500728Z copying caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0501409Z copying caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0502202Z copying caffe2/quantization/server/utils.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-09-27T15:34:58.0505233Z creating build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0505654Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0506348Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0507680Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0508588Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0509926Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0510569Z copying functorch/_src/config.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0512280Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0513886Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0514926Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0516435Z copying functorch/_src/monkey_patching.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0517079Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0519025Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0519419Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0520347Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0521691Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0523589Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-09-27T15:34:58.0525053Z creating build/lib.linux-x86_64-3.7/functorch/compile 2022-09-27T15:34:58.0525430Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-3.7/functorch/compile 2022-09-27T15:34:58.0528207Z creating build/lib.linux-x86_64-3.7/functorch/dim 2022-09-27T15:34:58.0528579Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-09-27T15:34:58.0529996Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-09-27T15:34:58.0531360Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-09-27T15:34:58.0532337Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-09-27T15:34:58.0533450Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-09-27T15:34:58.0534921Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-09-27T15:34:58.0536003Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-09-27T15:34:58.0538413Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-09-27T15:34:58.0540266Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-09-27T15:34:58.0543020Z creating build/lib.linux-x86_64-3.7/functorch/experimental 2022-09-27T15:34:58.0543490Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-3.7/functorch/experimental 2022-09-27T15:34:58.0544481Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-3.7/functorch/experimental 2022-09-27T15:34:58.0545346Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-3.7/functorch/experimental 2022-09-27T15:34:58.0546363Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-3.7/functorch/experimental 2022-09-27T15:34:58.0548579Z creating build/lib.linux-x86_64-3.7/torch/_decomp 2022-09-27T15:34:58.0548970Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-3.7/torch/_decomp 2022-09-27T15:34:58.0550176Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-3.7/torch/_decomp 2022-09-27T15:34:58.0551778Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-3.7/torch/_decomp 2022-09-27T15:34:58.0553456Z creating build/lib.linux-x86_64-3.7/torch/_dispatch 2022-09-27T15:34:58.0554242Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-3.7/torch/_dispatch 2022-09-27T15:34:58.0554959Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-3.7/torch/_dispatch 2022-09-27T15:34:58.0557546Z creating build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0557891Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0559474Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0560125Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0561054Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0562040Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0562995Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0564116Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0565760Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0566376Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0567274Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0568105Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-09-27T15:34:58.0569940Z creating build/lib.linux-x86_64-3.7/torch/_masked 2022-09-27T15:34:58.0570613Z copying torch/_masked/__init__.py -> build/lib.linux-x86_64-3.7/torch/_masked 2022-09-27T15:34:58.0572125Z copying torch/_masked/_docs.py -> build/lib.linux-x86_64-3.7/torch/_masked 2022-09-27T15:34:58.0574447Z creating build/lib.linux-x86_64-3.7/torch/_prims 2022-09-27T15:34:58.0574824Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-3.7/torch/_prims 2022-09-27T15:34:58.0576739Z copying torch/_prims/context.py -> build/lib.linux-x86_64-3.7/torch/_prims 2022-09-27T15:34:58.0577747Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-3.7/torch/_prims 2022-09-27T15:34:58.0578753Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-3.7/torch/_prims 2022-09-27T15:34:58.0580001Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-3.7/torch/_prims 2022-09-27T15:34:58.0581645Z creating build/lib.linux-x86_64-3.7/torch/_prims_common 2022-09-27T15:34:58.0582118Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-3.7/torch/_prims_common 2022-09-27T15:34:58.0583734Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-3.7/torch/_prims_common 2022-09-27T15:34:58.0585495Z creating build/lib.linux-x86_64-3.7/torch/_refs 2022-09-27T15:34:58.0586155Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-3.7/torch/_refs 2022-09-27T15:34:58.0587978Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-3.7/torch/_refs 2022-09-27T15:34:58.0589941Z creating build/lib.linux-x86_64-3.7/torch/_subclasses 2022-09-27T15:34:58.0590469Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-3.7/torch/_subclasses 2022-09-27T15:34:58.0591123Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-3.7/torch/_subclasses 2022-09-27T15:34:58.0592683Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-3.7/torch/_subclasses 2022-09-27T15:34:58.0593287Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-3.7/torch/_subclasses 2022-09-27T15:34:58.0595649Z creating build/lib.linux-x86_64-3.7/torch/amp 2022-09-27T15:34:58.0596042Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-3.7/torch/amp 2022-09-27T15:34:58.0596967Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-3.7/torch/amp 2022-09-27T15:34:58.0598930Z creating build/lib.linux-x86_64-3.7/torch/ao 2022-09-27T15:34:58.0599339Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao 2022-09-27T15:34:58.0601960Z creating build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0602318Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0603728Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0604431Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0605911Z copying torch/autograd/function.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0606670Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0608390Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0609416Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0611118Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0611929Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0613492Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0614657Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0616221Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-09-27T15:34:58.0618022Z creating build/lib.linux-x86_64-3.7/torch/backends 2022-09-27T15:34:58.0618403Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends 2022-09-27T15:34:58.0620407Z creating build/lib.linux-x86_64-3.7/torch/contrib 2022-09-27T15:34:58.0620896Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-3.7/torch/contrib 2022-09-27T15:34:58.0622011Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-3.7/torch/contrib 2022-09-27T15:34:58.0624314Z creating build/lib.linux-x86_64-3.7/torch/cpu 2022-09-27T15:34:58.0624706Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-3.7/torch/cpu 2022-09-27T15:34:58.0627631Z creating build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0627965Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0629504Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0630461Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0631413Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0632540Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0633711Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0634680Z copying torch/cuda/error.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0635374Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0637664Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0638261Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0639196Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0639869Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0641648Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0642574Z copying torch/cuda/random.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0643738Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0644754Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-09-27T15:34:58.0647343Z creating build/lib.linux-x86_64-3.7/torch/distributed 2022-09-27T15:34:58.0648039Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-09-27T15:34:58.0649114Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-09-27T15:34:58.0650047Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-09-27T15:34:58.0651030Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-09-27T15:34:58.0653336Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-09-27T15:34:58.0654263Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-09-27T15:34:58.0655493Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-09-27T15:34:58.0657100Z copying torch/distributed/run.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-09-27T15:34:58.0657834Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-09-27T15:34:58.0663016Z creating build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0663702Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0664560Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0666459Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0666896Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0667719Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0669014Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0670034Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0671116Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0672263Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0673805Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0674682Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0675863Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0677578Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0678218Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0679716Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0680804Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0682512Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0683277Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0684431Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0686026Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0686779Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0687861Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0688998Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0690522Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0691252Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0692075Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0693154Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0694181Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0695144Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0696218Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0698105Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0699228Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0700238Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0701195Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0702216Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0703254Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0704480Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0705982Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0707092Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0708376Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0709627Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0711199Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0712585Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0713946Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0715262Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0716476Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-09-27T15:34:58.0719431Z creating build/lib.linux-x86_64-3.7/torch/fft 2022-09-27T15:34:58.0720010Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-3.7/torch/fft 2022-09-27T15:34:58.0722272Z creating build/lib.linux-x86_64-3.7/torch/futures 2022-09-27T15:34:58.0722945Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-3.7/torch/futures 2022-09-27T15:34:58.0726244Z creating build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0726654Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0728190Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0729022Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0730044Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0731598Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0732468Z copying torch/fx/graph.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0734130Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0736161Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0736768Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0737479Z copying torch/fx/node.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0738900Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0740188Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0741485Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0742720Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0743423Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-09-27T15:34:58.0747335Z creating build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0747901Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0749054Z copying torch/jit/_async.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0750184Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0750970Z copying torch/jit/_check.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0752792Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0753341Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0754197Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0755325Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0756276Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0758191Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0758723Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0759930Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0760731Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0762333Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0763801Z copying torch/jit/_script.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0765402Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0766742Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0768156Z copying torch/jit/_state.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0769066Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0770620Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0771857Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0773949Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0774801Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0776481Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0777453Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-09-27T15:34:58.0779488Z creating build/lib.linux-x86_64-3.7/torch/linalg 2022-09-27T15:34:58.0780061Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-3.7/torch/linalg 2022-09-27T15:34:58.0782920Z creating build/lib.linux-x86_64-3.7/torch/masked 2022-09-27T15:34:58.0783575Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-3.7/torch/masked 2022-09-27T15:34:58.0784869Z creating build/lib.linux-x86_64-3.7/torch/monitor 2022-09-27T15:34:58.0785364Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-3.7/torch/monitor 2022-09-27T15:34:58.0787927Z creating build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-09-27T15:34:58.0788332Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-09-27T15:34:58.0789263Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-09-27T15:34:58.0790349Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-09-27T15:34:58.0791945Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-09-27T15:34:58.0792682Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-09-27T15:34:58.0793744Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-09-27T15:34:58.0795527Z creating build/lib.linux-x86_64-3.7/torch/nested 2022-09-27T15:34:58.0796901Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-3.7/torch/nested 2022-09-27T15:34:58.0798787Z creating build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.0799256Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.0799963Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.0801210Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.0802197Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.0803298Z copying torch/nn/functional.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.0805979Z copying torch/nn/grad.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.0806938Z copying torch/nn/init.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.0808516Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.0812137Z creating build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0812608Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0814310Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0814728Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0816260Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0817187Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0818278Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0819356Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0820419Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0821436Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0822544Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0823539Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0824753Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0826015Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0827411Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0828534Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0830179Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0831072Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0832838Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0833950Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0835075Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0836236Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0837550Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0838885Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0840564Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0843514Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0845040Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-09-27T15:34:58.0849633Z creating build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0850019Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0850892Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0852463Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0853525Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0855032Z copying torch/optim/adam.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0856735Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0858602Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0860145Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0861317Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0862974Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0864015Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0865569Z copying torch/optim/radam.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0866598Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0868212Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0869732Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0870803Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0871999Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0873524Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.0877746Z creating build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0878375Z copying torch/package/__init__.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0879544Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0880729Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0881583Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0882545Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0883449Z copying torch/package/_mock.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0884303Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0885146Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0886037Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0887775Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0888304Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0889002Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0890157Z copying torch/package/importer.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0891055Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0892641Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-3.7/torch/package 2022-09-27T15:34:58.0895573Z creating build/lib.linux-x86_64-3.7/torch/profiler 2022-09-27T15:34:58.0896014Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-09-27T15:34:58.0897361Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-09-27T15:34:58.0898324Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-09-27T15:34:58.0899349Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-09-27T15:34:58.0900802Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-09-27T15:34:58.0901713Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-09-27T15:34:58.0905301Z creating build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0905636Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0906601Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0907899Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0908639Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0910204Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0911151Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0912196Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0913301Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0914537Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0915758Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0916913Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0918552Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0919742Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0921731Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0922687Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-09-27T15:34:58.0925086Z creating build/lib.linux-x86_64-3.7/torch/sparse 2022-09-27T15:34:58.0925481Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-3.7/torch/sparse 2022-09-27T15:34:58.0927105Z creating build/lib.linux-x86_64-3.7/torch/special 2022-09-27T15:34:58.0927754Z copying torch/special/__init__.py -> build/lib.linux-x86_64-3.7/torch/special 2022-09-27T15:34:58.0930197Z creating build/lib.linux-x86_64-3.7/torch/testing 2022-09-27T15:34:58.0930470Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing 2022-09-27T15:34:58.0932392Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-3.7/torch/testing 2022-09-27T15:34:58.0934273Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-3.7/torch/testing 2022-09-27T15:34:58.0934829Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-3.7/torch/testing 2022-09-27T15:34:58.0936495Z copying torch/testing/_legacy.py -> build/lib.linux-x86_64-3.7/torch/testing 2022-09-27T15:34:58.0940744Z creating build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0941125Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0942410Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0943591Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0945189Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0946027Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0947442Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0948571Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0950013Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0951472Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0953477Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0954020Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0955246Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0957196Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0959317Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0960124Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0961926Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0963052Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0964639Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0965618Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0967184Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0969002Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-09-27T15:34:58.0971499Z creating build/lib.linux-x86_64-3.7/torch/_refs/linalg 2022-09-27T15:34:58.0972465Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-3.7/torch/_refs/linalg 2022-09-27T15:34:58.0974473Z creating build/lib.linux-x86_64-3.7/torch/_refs/nn 2022-09-27T15:34:58.0974855Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-3.7/torch/_refs/nn 2022-09-27T15:34:58.0977067Z creating build/lib.linux-x86_64-3.7/torch/_refs/special 2022-09-27T15:34:58.0977458Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-3.7/torch/_refs/special 2022-09-27T15:34:58.0979887Z creating build/lib.linux-x86_64-3.7/torch/_refs/nn/functional 2022-09-27T15:34:58.0980346Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-3.7/torch/_refs/nn/functional 2022-09-27T15:34:58.0983009Z creating build/lib.linux-x86_64-3.7/torch/ao/nn 2022-09-27T15:34:58.0983386Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn 2022-09-27T15:34:58.0985928Z creating build/lib.linux-x86_64-3.7/torch/ao/ns 2022-09-27T15:34:58.0986708Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/ns 2022-09-27T15:34:58.0987961Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-3.7/torch/ao/ns 2022-09-27T15:34:58.0989572Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-3.7/torch/ao/ns 2022-09-27T15:34:58.0993965Z creating build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.0994294Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.0995692Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.0996347Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.0997809Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.0998353Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1000077Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1000907Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1001871Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1004267Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1004557Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1005978Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1006930Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1008216Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1009186Z copying torch/ao/quantization/quantization_types.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1010398Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1011350Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1012341Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1013178Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1014158Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-09-27T15:34:58.1016414Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity 2022-09-27T15:34:58.1017365Z copying torch/ao/sparsity/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity 2022-09-27T15:34:58.1018521Z copying torch/ao/sparsity/_mappings.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity 2022-09-27T15:34:58.1020304Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/qat 2022-09-27T15:34:58.1020803Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat 2022-09-27T15:34:58.1022556Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable 2022-09-27T15:34:58.1022861Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable 2022-09-27T15:34:58.1024805Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized 2022-09-27T15:34:58.1025129Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized 2022-09-27T15:34:58.1026055Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized 2022-09-27T15:34:58.1028014Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/sparse 2022-09-27T15:34:58.1028246Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse 2022-09-27T15:34:58.1030312Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic 2022-09-27T15:34:58.1030572Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic 2022-09-27T15:34:58.1032483Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules 2022-09-27T15:34:58.1032931Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules 2022-09-27T15:34:58.1033615Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules 2022-09-27T15:34:58.1034893Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules 2022-09-27T15:34:58.1035857Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules 2022-09-27T15:34:58.1037844Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:34:58.1038407Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:34:58.1039702Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:34:58.1041757Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules 2022-09-27T15:34:58.1042093Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules 2022-09-27T15:34:58.1043377Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules 2022-09-27T15:34:58.1045181Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules 2022-09-27T15:34:58.1046617Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic 2022-09-27T15:34:58.1047116Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic 2022-09-27T15:34:58.1049786Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1050289Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1051229Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1052375Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1053325Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1054766Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1055983Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1057225Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1058373Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1059553Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1060691Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1061812Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-09-27T15:34:58.1063816Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference 2022-09-27T15:34:58.1064448Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference 2022-09-27T15:34:58.1066636Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:34:58.1067177Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:34:58.1067980Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:34:58.1069254Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:34:58.1070343Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:34:58.1072664Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-09-27T15:34:58.1073428Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-09-27T15:34:58.1074644Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-09-27T15:34:58.1075865Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-09-27T15:34:58.1076484Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-09-27T15:34:58.1078389Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-09-27T15:34:58.1078859Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-09-27T15:34:58.1081826Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized 2022-09-27T15:34:58.1082316Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized 2022-09-27T15:34:58.1083333Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized 2022-09-27T15:34:58.1084603Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized 2022-09-27T15:34:58.1087133Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:34:58.1087744Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:34:58.1088909Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:34:58.1091275Z creating build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-09-27T15:34:58.1091679Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-09-27T15:34:58.1093121Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-09-27T15:34:58.1094197Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-09-27T15:34:58.1096208Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-09-27T15:34:58.1096949Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-09-27T15:34:58.1098351Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-09-27T15:34:58.1099890Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-09-27T15:34:58.1100478Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-09-27T15:34:58.1103448Z creating build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-09-27T15:34:58.1103894Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-09-27T15:34:58.1105194Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-09-27T15:34:58.1106576Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-09-27T15:34:58.1107681Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-09-27T15:34:58.1109001Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-09-27T15:34:58.1109977Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-09-27T15:34:58.1110752Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-09-27T15:34:58.1111983Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-09-27T15:34:58.1113004Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-09-27T15:34:58.1116321Z creating build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1116972Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1118100Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1119879Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1121577Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1122778Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1124702Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1125831Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1128351Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1129181Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1130601Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1131796Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1133120Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1134447Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1136040Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1138401Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1139671Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1141007Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1142352Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-09-27T15:34:58.1145802Z creating build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-09-27T15:34:58.1146327Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-09-27T15:34:58.1147163Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-09-27T15:34:58.1149471Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-09-27T15:34:58.1150657Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-09-27T15:34:58.1152092Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-09-27T15:34:58.1154784Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental 2022-09-27T15:34:58.1155310Z copying torch/ao/sparsity/_experimental/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental 2022-09-27T15:34:58.1157812Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler 2022-09-27T15:34:58.1158326Z copying torch/ao/sparsity/scheduler/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler 2022-09-27T15:34:58.1159070Z copying torch/ao/sparsity/scheduler/base_scheduler.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler 2022-09-27T15:34:58.1160213Z copying torch/ao/sparsity/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler 2022-09-27T15:34:58.1162318Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-09-27T15:34:58.1162821Z copying torch/ao/sparsity/sparsifier/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-09-27T15:34:58.1163298Z copying torch/ao/sparsity/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-09-27T15:34:58.1164489Z copying torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-09-27T15:34:58.1165582Z copying torch/ao/sparsity/sparsifier/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-09-27T15:34:58.1166524Z copying torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-09-27T15:34:58.1168496Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:34:58.1168934Z copying torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:34:58.1169937Z copying torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:34:58.1172136Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:34:58.1172480Z copying torch/ao/sparsity/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:34:58.1173753Z copying torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:34:58.1175955Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:34:58.1176504Z copying torch/ao/sparsity/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:34:58.1178110Z copying torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:34:58.1179244Z copying torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:34:58.1180034Z copying torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:34:58.1182268Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:34:58.1182569Z copying torch/ao/sparsity/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:34:58.1184065Z copying torch/ao/sparsity/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:34:58.1185020Z copying torch/ao/sparsity/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:34:58.1187175Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:34:58.1187659Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:34:58.1189196Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:34:58.1189656Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:34:58.1190687Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:34:58.1191612Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:34:58.1193531Z creating build/lib.linux-x86_64-3.7/torch/autograd/_functions 2022-09-27T15:34:58.1194066Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-3.7/torch/autograd/_functions 2022-09-27T15:34:58.1194903Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-3.7/torch/autograd/_functions 2022-09-27T15:34:58.1196064Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-3.7/torch/autograd/_functions 2022-09-27T15:34:58.1197761Z creating build/lib.linux-x86_64-3.7/torch/backends/_coreml 2022-09-27T15:34:58.1198735Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/_coreml 2022-09-27T15:34:58.1199371Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-3.7/torch/backends/_coreml 2022-09-27T15:34:58.1201427Z creating build/lib.linux-x86_64-3.7/torch/backends/_nnapi 2022-09-27T15:34:58.1201689Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/_nnapi 2022-09-27T15:34:58.1202668Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-3.7/torch/backends/_nnapi 2022-09-27T15:34:58.1204175Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-3.7/torch/backends/_nnapi 2022-09-27T15:34:58.1206748Z creating build/lib.linux-x86_64-3.7/torch/backends/cuda 2022-09-27T15:34:58.1207174Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/cuda 2022-09-27T15:34:58.1209018Z creating build/lib.linux-x86_64-3.7/torch/backends/cudnn 2022-09-27T15:34:58.1209285Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/cudnn 2022-09-27T15:34:58.1211237Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-3.7/torch/backends/cudnn 2022-09-27T15:34:58.1212625Z creating build/lib.linux-x86_64-3.7/torch/backends/mkl 2022-09-27T15:34:58.1212874Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/mkl 2022-09-27T15:34:58.1215055Z creating build/lib.linux-x86_64-3.7/torch/backends/mkldnn 2022-09-27T15:34:58.1215649Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/mkldnn 2022-09-27T15:34:58.1217168Z creating build/lib.linux-x86_64-3.7/torch/backends/mps 2022-09-27T15:34:58.1217547Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/mps 2022-09-27T15:34:58.1219361Z creating build/lib.linux-x86_64-3.7/torch/backends/openmp 2022-09-27T15:34:58.1219605Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/openmp 2022-09-27T15:34:58.1221057Z creating build/lib.linux-x86_64-3.7/torch/backends/quantized 2022-09-27T15:34:58.1221498Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/quantized 2022-09-27T15:34:58.1223791Z creating build/lib.linux-x86_64-3.7/torch/backends/xeon 2022-09-27T15:34:58.1224091Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/xeon 2022-09-27T15:34:58.1225015Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-3.7/torch/backends/xeon 2022-09-27T15:34:58.1227120Z creating build/lib.linux-x86_64-3.7/torch/backends/xnnpack 2022-09-27T15:34:58.1227509Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/xnnpack 2022-09-27T15:34:58.1229505Z creating build/lib.linux-x86_64-3.7/torch/cpu/amp 2022-09-27T15:34:58.1229773Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-3.7/torch/cpu/amp 2022-09-27T15:34:58.1230991Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-3.7/torch/cpu/amp 2022-09-27T15:34:58.1232674Z creating build/lib.linux-x86_64-3.7/torch/cuda/amp 2022-09-27T15:34:58.1232981Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-3.7/torch/cuda/amp 2022-09-27T15:34:58.1234333Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-3.7/torch/cuda/amp 2022-09-27T15:34:58.1234633Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-3.7/torch/cuda/amp 2022-09-27T15:34:58.1236172Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-3.7/torch/cuda/amp 2022-09-27T15:34:58.1238868Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-09-27T15:34:58.1239811Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-09-27T15:34:58.1240728Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-09-27T15:34:58.1241985Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-09-27T15:34:58.1242780Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-09-27T15:34:58.1244024Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-09-27T15:34:58.1244722Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-09-27T15:34:58.1245941Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-09-27T15:34:58.1247371Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-09-27T15:34:58.1248330Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-09-27T15:34:58.1249862Z creating build/lib.linux-x86_64-3.7/torch/distributed/_sharded_tensor 2022-09-27T15:34:58.1250388Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_sharded_tensor 2022-09-27T15:34:58.1252327Z creating build/lib.linux-x86_64-3.7/torch/distributed/_sharding_spec 2022-09-27T15:34:58.1253079Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_sharding_spec 2022-09-27T15:34:58.1255072Z creating build/lib.linux-x86_64-3.7/torch/distributed/_spmd 2022-09-27T15:34:58.1255693Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_spmd 2022-09-27T15:34:58.1256825Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-3.7/torch/distributed/_spmd 2022-09-27T15:34:58.1259089Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms 2022-09-27T15:34:58.1259728Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms 2022-09-27T15:34:58.1260716Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms 2022-09-27T15:34:58.1262159Z creating build/lib.linux-x86_64-3.7/torch/distributed/autograd 2022-09-27T15:34:58.1262716Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/autograd 2022-09-27T15:34:58.1264375Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic 2022-09-27T15:34:58.1264906Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic 2022-09-27T15:34:58.1267778Z creating build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1268320Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1269475Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1270986Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1271893Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1272996Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1274172Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1275716Z copying torch/distributed/fsdp/flatten_params_wrapper.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1276816Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1279787Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1280793Z copying torch/distributed/fsdp/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1281913Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-09-27T15:34:58.1283891Z creating build/lib.linux-x86_64-3.7/torch/distributed/launcher 2022-09-27T15:34:58.1284368Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/launcher 2022-09-27T15:34:58.1285760Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/launcher 2022-09-27T15:34:58.1288009Z creating build/lib.linux-x86_64-3.7/torch/distributed/nn 2022-09-27T15:34:58.1288434Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn 2022-09-27T15:34:58.1289581Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn 2022-09-27T15:34:58.1292163Z creating build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1292415Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1293896Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1295050Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1296118Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1297846Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1298712Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1300128Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1300998Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1301981Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1302868Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1303966Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1304856Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1306302Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-09-27T15:34:58.1308711Z creating build/lib.linux-x86_64-3.7/torch/distributed/pipeline 2022-09-27T15:34:58.1309074Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline 2022-09-27T15:34:58.1311633Z creating build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1312086Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1313090Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1313997Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1315256Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1316145Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1316964Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1317899Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1319060Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1320230Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1321421Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-09-27T15:34:58.1324059Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1324627Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1326350Z copying torch/distributed/_shard/checkpoint/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1326935Z copying torch/distributed/_shard/checkpoint/default_planner.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1328175Z copying torch/distributed/_shard/checkpoint/filesystem.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1329197Z copying torch/distributed/_shard/checkpoint/metadata.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1330423Z copying torch/distributed/_shard/checkpoint/planner.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1331581Z copying torch/distributed/_shard/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1332292Z copying torch/distributed/_shard/checkpoint/resharding.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1333326Z copying torch/distributed/_shard/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1334377Z copying torch/distributed/_shard/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1336351Z copying torch/distributed/_shard/checkpoint/storage.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1336871Z copying torch/distributed/_shard/checkpoint/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-09-27T15:34:58.1339218Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_optim 2022-09-27T15:34:58.1339593Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_optim 2022-09-27T15:34:58.1340607Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_optim 2022-09-27T15:34:58.1343030Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1343545Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1345142Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1346152Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1347353Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1348226Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1349461Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1351219Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_plan 2022-09-27T15:34:58.1351852Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_plan 2022-09-27T15:34:58.1352732Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_plan 2022-09-27T15:34:58.1355008Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec 2022-09-27T15:34:58.1355446Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec 2022-09-27T15:34:58.1356221Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec 2022-09-27T15:34:58.1357608Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec 2022-09-27T15:34:58.1358402Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec 2022-09-27T15:34:58.1361199Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1361603Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1362968Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1364546Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1364937Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1366167Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1366964Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1368232Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1368838Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1370230Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1370978Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:34:58.1373607Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:34:58.1374165Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:34:58.1375489Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:34:58.1376980Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:34:58.1378610Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:34:58.1379747Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:34:58.1381156Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:34:58.1382301Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:34:58.1383314Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:34:58.1385427Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_checkpoint 2022-09-27T15:34:58.1385752Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_checkpoint 2022-09-27T15:34:58.1387337Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_checkpoint 2022-09-27T15:34:58.1389185Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:34:58.1389740Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:34:58.1390419Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:34:58.1392316Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:34:58.1392718Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:34:58.1393634Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:34:58.1395280Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_quantization 2022-09-27T15:34:58.1395674Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_quantization 2022-09-27T15:34:58.1396927Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_quantization 2022-09-27T15:34:58.1399447Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:34:58.1400328Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:34:58.1401469Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:34:58.1402819Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:34:58.1404191Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:34:58.1405597Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:34:58.1406698Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:34:58.1408050Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:34:58.1410152Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:34:58.1412854Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging 2022-09-27T15:34:58.1413429Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging 2022-09-27T15:34:58.1414467Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging 2022-09-27T15:34:58.1416047Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging 2022-09-27T15:34:58.1417123Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging 2022-09-27T15:34:58.1419786Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent 2022-09-27T15:34:58.1420294Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent 2022-09-27T15:34:58.1422241Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/events 2022-09-27T15:34:58.1423057Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/events 2022-09-27T15:34:58.1424297Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/events 2022-09-27T15:34:58.1425657Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/events 2022-09-27T15:34:58.1428377Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/metrics 2022-09-27T15:34:58.1428860Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/metrics 2022-09-27T15:34:58.1430033Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/metrics 2022-09-27T15:34:58.1432891Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing 2022-09-27T15:34:58.1433320Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing 2022-09-27T15:34:58.1435004Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing 2022-09-27T15:34:58.1436064Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing 2022-09-27T15:34:58.1437270Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing 2022-09-27T15:34:58.1440881Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1441405Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1442703Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1443975Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1445331Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1447421Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1448584Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1450112Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1451055Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1452422Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1454060Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1455095Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-09-27T15:34:58.1458364Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer 2022-09-27T15:34:58.1458812Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer 2022-09-27T15:34:58.1460534Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer 2022-09-27T15:34:58.1462732Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer 2022-09-27T15:34:58.1463999Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer 2022-09-27T15:34:58.1467062Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-09-27T15:34:58.1467853Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-09-27T15:34:58.1468718Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-09-27T15:34:58.1469947Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-09-27T15:34:58.1471243Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-09-27T15:34:58.1472440Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-09-27T15:34:58.1473801Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-09-27T15:34:58.1476766Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server 2022-09-27T15:34:58.1477520Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server 2022-09-27T15:34:58.1478443Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server 2022-09-27T15:34:58.1479349Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server 2022-09-27T15:34:58.1481608Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:34:58.1482587Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:34:58.1483611Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:34:58.1484627Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:34:58.1486386Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data 2022-09-27T15:34:58.1487060Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data 2022-09-27T15:34:58.1489071Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data 2022-09-27T15:34:58.1489626Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data 2022-09-27T15:34:58.1491283Z creating build/lib.linux-x86_64-3.7/torch/distributed/nn/api 2022-09-27T15:34:58.1491703Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/api 2022-09-27T15:34:58.1492782Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/api 2022-09-27T15:34:58.1494778Z creating build/lib.linux-x86_64-3.7/torch/distributed/nn/jit 2022-09-27T15:34:58.1495884Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/jit 2022-09-27T15:34:58.1496425Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/jit 2022-09-27T15:34:58.1498880Z creating build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/templates 2022-09-27T15:34:58.1499657Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/templates 2022-09-27T15:34:58.1500737Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/templates 2022-09-27T15:34:58.1502937Z creating build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1503440Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1504308Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1505382Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1506427Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1507544Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1508673Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1509726Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1511269Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1512343Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1513445Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1514571Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1515749Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-09-27T15:34:58.1517991Z creating build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance 2022-09-27T15:34:58.1518507Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance 2022-09-27T15:34:58.1519924Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance 2022-09-27T15:34:58.1520630Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance 2022-09-27T15:34:58.1522747Z creating build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-09-27T15:34:58.1523477Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-09-27T15:34:58.1524399Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-09-27T15:34:58.1525086Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-09-27T15:34:58.1526628Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-09-27T15:34:58.1527655Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-09-27T15:34:58.1528710Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-09-27T15:34:58.1530819Z creating build/lib.linux-x86_64-3.7/torch/distributed/rpc/_testing 2022-09-27T15:34:58.1531784Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc/_testing 2022-09-27T15:34:58.1532665Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc/_testing 2022-09-27T15:34:58.1535383Z creating build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1536130Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1537429Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1538949Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1539946Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1541344Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1542542Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1543595Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1544676Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1545536Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1546956Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1547882Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1549494Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1550370Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1551420Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1552914Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1554167Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-09-27T15:34:58.1557579Z creating build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1557940Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1559036Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1560359Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1561403Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1562471Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1564082Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1564940Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1565931Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1566838Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1568437Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1569555Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1570469Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1571493Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1572554Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-09-27T15:34:58.1575433Z creating build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:34:58.1575939Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:34:58.1577262Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:34:58.1578475Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:34:58.1580298Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:34:58.1581505Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:34:58.1582446Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:34:58.1583713Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:34:58.1584564Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:34:58.1587236Z creating build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-09-27T15:34:58.1587759Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-09-27T15:34:58.1588904Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-09-27T15:34:58.1589540Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-09-27T15:34:58.1590667Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-09-27T15:34:58.1591750Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-09-27T15:34:58.1592938Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-09-27T15:34:58.1594007Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-09-27T15:34:58.1594981Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-09-27T15:34:58.1597372Z creating build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:34:58.1598334Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:34:58.1599484Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:34:58.1600494Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:34:58.1601469Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:34:58.1602487Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:34:58.1603564Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:34:58.1605182Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/backends 2022-09-27T15:34:58.1606040Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/backends 2022-09-27T15:34:58.1606918Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/backends 2022-09-27T15:34:58.1607924Z copying torch/fx/passes/backends/nvfuser.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/backends 2022-09-27T15:34:58.1609993Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/dialect 2022-09-27T15:34:58.1610582Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/dialect 2022-09-27T15:34:58.1612156Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/infra 2022-09-27T15:34:58.1612873Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/infra 2022-09-27T15:34:58.1613624Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/infra 2022-09-27T15:34:58.1614670Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/infra 2022-09-27T15:34:58.1615935Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/infra 2022-09-27T15:34:58.1617959Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/tests 2022-09-27T15:34:58.1618586Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/tests 2022-09-27T15:34:58.1619559Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/tests 2022-09-27T15:34:58.1621439Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/utils 2022-09-27T15:34:58.1622144Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/utils 2022-09-27T15:34:58.1622973Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/utils 2022-09-27T15:34:58.1624846Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/utils 2022-09-27T15:34:58.1625508Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/utils 2022-09-27T15:34:58.1627292Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/common 2022-09-27T15:34:58.1628049Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/common 2022-09-27T15:34:58.1628784Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/common 2022-09-27T15:34:58.1630845Z creating build/lib.linux-x86_64-3.7/torch/jit/_passes 2022-09-27T15:34:58.1631388Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-3.7/torch/jit/_passes 2022-09-27T15:34:58.1631845Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-3.7/torch/jit/_passes 2022-09-27T15:34:58.1633503Z creating build/lib.linux-x86_64-3.7/torch/jit/mobile 2022-09-27T15:34:58.1634005Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-3.7/torch/jit/mobile 2022-09-27T15:34:58.1636528Z creating build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-09-27T15:34:58.1637115Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-09-27T15:34:58.1637971Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-09-27T15:34:58.1639194Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-09-27T15:34:58.1640429Z copying torch/masked/maskedtensor/functions.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-09-27T15:34:58.1641450Z copying torch/masked/maskedtensor/matmul.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-09-27T15:34:58.1642483Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-09-27T15:34:58.1643948Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-09-27T15:34:58.1644724Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-09-27T15:34:58.1646802Z creating build/lib.linux-x86_64-3.7/torch/nn/backends 2022-09-27T15:34:58.1647550Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/backends 2022-09-27T15:34:58.1648305Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-3.7/torch/nn/backends 2022-09-27T15:34:58.1650049Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic 2022-09-27T15:34:58.1651027Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic 2022-09-27T15:34:58.1655206Z creating build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1656083Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1656878Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1657878Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1659664Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1660558Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1661852Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1662791Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1663948Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1665653Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1666599Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1667641Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1668745Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1669785Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1670916Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1672015Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1673074Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1674921Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1676586Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1677772Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1679219Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1680579Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1681853Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1683498Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1684551Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1685911Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1686957Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-09-27T15:34:58.1689880Z creating build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1690557Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1691372Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1692649Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1693655Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1694428Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1695464Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1710101Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1710848Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1711599Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1712274Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.1712710Z creating build/lib.linux-x86_64-3.7/torch/nn/qat 2022-09-27T15:34:58.1713181Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/qat 2022-09-27T15:34:58.1713584Z creating build/lib.linux-x86_64-3.7/torch/nn/quantizable 2022-09-27T15:34:58.1713948Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantizable 2022-09-27T15:34:58.1714293Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized 2022-09-27T15:34:58.1714736Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized 2022-09-27T15:34:58.1796023Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized 2022-09-27T15:34:58.1796659Z creating build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1797268Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1798023Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1798734Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1799455Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1800150Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1800831Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1801494Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1802145Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1802831Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1803539Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1804265Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1816679Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1817336Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1818146Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1818973Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1819700Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-09-27T15:34:58.1820327Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/modules 2022-09-27T15:34:58.1821044Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/modules 2022-09-27T15:34:58.1821803Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/modules 2022-09-27T15:34:58.1822449Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat 2022-09-27T15:34:58.1823266Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat 2022-09-27T15:34:58.1823916Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized 2022-09-27T15:34:58.1824601Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized 2022-09-27T15:34:58.1825284Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules 2022-09-27T15:34:58.1826018Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules 2022-09-27T15:34:58.1826839Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules 2022-09-27T15:34:58.1827670Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules 2022-09-27T15:34:58.1828480Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules 2022-09-27T15:34:58.1829216Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:34:58.1829990Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:34:58.1830729Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules 2022-09-27T15:34:58.1831570Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules 2022-09-27T15:34:58.1832437Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules 2022-09-27T15:34:58.1833264Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules 2022-09-27T15:34:58.1862487Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules 2022-09-27T15:34:58.1863320Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:34:58.1864193Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:34:58.1865208Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:34:58.1865933Z creating build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic 2022-09-27T15:34:58.1866572Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic 2022-09-27T15:34:58.1867182Z creating build/lib.linux-x86_64-3.7/torch/nn/qat/modules 2022-09-27T15:34:58.1867836Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/modules 2022-09-27T15:34:58.1868518Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/modules 2022-09-27T15:34:58.1869242Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/modules 2022-09-27T15:34:58.1869959Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/modules 2022-09-27T15:34:58.1870595Z creating build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/modules 2022-09-27T15:34:58.1871300Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/modules 2022-09-27T15:34:58.1872226Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/modules 2022-09-27T15:34:58.1872884Z creating build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules 2022-09-27T15:34:58.1873618Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules 2022-09-27T15:34:58.1874441Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules 2022-09-27T15:34:58.1875271Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules 2022-09-27T15:34:58.1876082Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference 2022-09-27T15:34:58.1876825Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference 2022-09-27T15:34:58.1877547Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic 2022-09-27T15:34:58.1878230Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic 2022-09-27T15:34:58.1878868Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1879555Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1880350Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1881155Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1881920Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1882714Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1883542Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1884372Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1885146Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1885941Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1886731Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1887508Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-09-27T15:34:58.1888183Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-09-27T15:34:58.1888987Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-09-27T15:34:58.1889856Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-09-27T15:34:58.1890752Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-09-27T15:34:58.1891593Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-09-27T15:34:58.1892470Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-09-27T15:34:58.1893327Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-09-27T15:34:58.1894029Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules 2022-09-27T15:34:58.1894780Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules 2022-09-27T15:34:58.1895815Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules 2022-09-27T15:34:58.1896776Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules 2022-09-27T15:34:58.1897590Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules 2022-09-27T15:34:58.1898302Z creating build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1899008Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1899850Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1900894Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1901770Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1902693Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1903580Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1904486Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1905360Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1906271Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1907190Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-09-27T15:34:58.1907876Z creating build/lib.linux-x86_64-3.7/torch/onnx/_internal 2022-09-27T15:34:58.1908521Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal 2022-09-27T15:34:58.1909255Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal 2022-09-27T15:34:58.1910004Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal 2022-09-27T15:34:58.1910624Z creating build/lib.linux-x86_64-3.7/torch/optim/_multi_tensor 2022-09-27T15:34:58.1911298Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-3.7/torch/optim/_multi_tensor 2022-09-27T15:34:58.1911941Z creating build/lib.linux-x86_64-3.7/torch/package/analyze 2022-09-27T15:34:58.1912587Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-3.7/torch/package/analyze 2022-09-27T15:34:58.1913367Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-3.7/torch/package/analyze 2022-09-27T15:34:58.1914190Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-3.7/torch/package/analyze 2022-09-27T15:34:58.1915003Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-3.7/torch/package/analyze 2022-09-27T15:34:58.1915662Z creating build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1916322Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1917080Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1917904Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1918629Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1919402Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1920175Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1921041Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1921809Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1922576Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1923369Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1924149Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1925044Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-09-27T15:34:58.1925642Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1926311Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1927082Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1927900Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1928700Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1929489Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1930277Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1931051Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1931821Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1932550Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1933387Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1934205Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1934966Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1935944Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1936724Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1937506Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1938298Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1939095Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1939899Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1940675Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1941491Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1942246Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1943043Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1943855Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1944651Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-09-27T15:34:58.1945423Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/codegen 2022-09-27T15:34:58.1946176Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/codegen 2022-09-27T15:34:58.1947040Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/codegen 2022-09-27T15:34:58.1947733Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/data 2022-09-27T15:34:58.1948461Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/data 2022-09-27T15:34:58.1949376Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/data 2022-09-27T15:34:58.1950172Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/data 2022-09-27T15:34:58.1950839Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-09-27T15:34:58.1951629Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-09-27T15:34:58.1952570Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-09-27T15:34:58.1953481Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-09-27T15:34:58.1954371Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-09-27T15:34:58.1955288Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-09-27T15:34:58.1956139Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-09-27T15:34:58.1956851Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/generated 2022-09-27T15:34:58.1957727Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/generated 2022-09-27T15:34:58.1958571Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/generated 2022-09-27T15:34:58.1959748Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo 2022-09-27T15:34:58.1960910Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo 2022-09-27T15:34:58.1961932Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo 2022-09-27T15:34:58.1963822Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo 2022-09-27T15:34:58.1964948Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo 2022-09-27T15:34:58.1966979Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module 2022-09-27T15:34:58.1967594Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module 2022-09-27T15:34:58.1968637Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module 2022-09-27T15:34:58.1969150Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module 2022-09-27T15:34:58.1971747Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard 2022-09-27T15:34:58.1972315Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard 2022-09-27T15:34:58.1973018Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard 2022-09-27T15:34:58.1975809Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn 2022-09-27T15:34:58.1976495Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn 2022-09-27T15:34:58.1978623Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/pipeline 2022-09-27T15:34:58.1979112Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/pipeline 2022-09-27T15:34:58.1981306Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-09-27T15:34:58.1981947Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-09-27T15:34:58.1982939Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-09-27T15:34:58.1984393Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-09-27T15:34:58.1985564Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-09-27T15:34:58.1986660Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-09-27T15:34:58.1987796Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-09-27T15:34:58.1988652Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-09-27T15:34:58.1991573Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-09-27T15:34:58.1993468Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1994064Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1995065Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1996076Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:34:58.1998049Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/api 2022-09-27T15:34:58.1999506Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/api 2022-09-27T15:34:58.2000446Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/api 2022-09-27T15:34:58.2002640Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:34:58.2003171Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:34:58.2004615Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:34:58.2005691Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:34:58.2007743Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:34:58.2008297Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:34:58.2009228Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:34:58.2010233Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:34:58.2011610Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:34:58.2013659Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-09-27T15:34:58.2014243Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-09-27T15:34:58.2015194Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-09-27T15:34:58.2016946Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-09-27T15:34:58.2018037Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-09-27T15:34:58.2020053Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-09-27T15:34:58.2022035Z creating build/lib.linux-x86_64-3.7/torch/utils/backcompat 2022-09-27T15:34:58.2022864Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/backcompat 2022-09-27T15:34:58.2024695Z creating build/lib.linux-x86_64-3.7/torch/utils/benchmark 2022-09-27T15:34:58.2025389Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark 2022-09-27T15:34:58.2027972Z creating build/lib.linux-x86_64-3.7/torch/utils/bottleneck 2022-09-27T15:34:58.2028672Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/bottleneck 2022-09-27T15:34:58.2029435Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-3.7/torch/utils/bottleneck 2022-09-27T15:34:58.2032406Z creating build/lib.linux-x86_64-3.7/torch/utils/data 2022-09-27T15:34:58.2032892Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-09-27T15:34:58.2034019Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-09-27T15:34:58.2035521Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-09-27T15:34:58.2036988Z copying torch/utils/data/dataloader_experimental.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-09-27T15:34:58.2038072Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-09-27T15:34:58.2039119Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-09-27T15:34:58.2040028Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-09-27T15:34:58.2041158Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-09-27T15:34:58.2042087Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-09-27T15:34:58.2044444Z creating build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-09-27T15:34:58.2044899Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-09-27T15:34:58.2045979Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-09-27T15:34:58.2047063Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-09-27T15:34:58.2050223Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-09-27T15:34:58.2051538Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-09-27T15:34:58.2053446Z creating build/lib.linux-x86_64-3.7/torch/utils/jit 2022-09-27T15:34:58.2054188Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/jit 2022-09-27T15:34:58.2054756Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-3.7/torch/utils/jit 2022-09-27T15:34:58.2056956Z creating build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-09-27T15:34:58.2057389Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-09-27T15:34:58.2058699Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-09-27T15:34:58.2060865Z creating build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2061640Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2062561Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2063790Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2064718Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2065673Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2066718Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2067584Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2068802Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2069960Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2071108Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-09-27T15:34:58.2074244Z creating build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-09-27T15:34:58.2075047Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-09-27T15:34:58.2075868Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-09-27T15:34:58.2077059Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-09-27T15:34:58.2078077Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-09-27T15:34:58.2079457Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-09-27T15:34:58.2080380Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-09-27T15:34:58.2081373Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-09-27T15:34:58.2082488Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-09-27T15:34:58.2083549Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-09-27T15:34:58.2085712Z creating build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-09-27T15:34:58.2086494Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-09-27T15:34:58.2087315Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-09-27T15:34:58.2088535Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-09-27T15:34:58.2089572Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-09-27T15:34:58.2090567Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-09-27T15:34:58.2092385Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-09-27T15:34:58.2094619Z creating build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-09-27T15:34:58.2095100Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-09-27T15:34:58.2096059Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-09-27T15:34:58.2097398Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-09-27T15:34:58.2098283Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-09-27T15:34:58.2099295Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-09-27T15:34:58.2100265Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-09-27T15:34:58.2101669Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-09-27T15:34:58.2102589Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-09-27T15:34:58.2106056Z creating build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:34:58.2106927Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:34:58.2107945Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:34:58.2111339Z creating build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-09-27T15:34:58.2112026Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-09-27T15:34:58.2112807Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-09-27T15:34:58.2113849Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-09-27T15:34:58.2115045Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-09-27T15:34:58.2116353Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-09-27T15:34:58.2117744Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-09-27T15:34:58.2119377Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-09-27T15:34:58.2122556Z creating build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-09-27T15:34:58.2122986Z copying torch/utils/data/communication/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-09-27T15:34:58.2123937Z copying torch/utils/data/communication/eventloop.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-09-27T15:34:58.2125067Z copying torch/utils/data/communication/iter.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-09-27T15:34:58.2126081Z copying torch/utils/data/communication/map.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-09-27T15:34:58.2127383Z copying torch/utils/data/communication/messages.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-09-27T15:34:58.2128736Z copying torch/utils/data/communication/protocol.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-09-27T15:34:58.2129698Z copying torch/utils/data/communication/queue.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-09-27T15:34:58.2132014Z creating build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-09-27T15:34:58.2132503Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-09-27T15:34:58.2133571Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-09-27T15:34:58.2135772Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-09-27T15:34:58.2136197Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-09-27T15:34:58.2137619Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-09-27T15:34:58.2138470Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-09-27T15:34:58.2140822Z creating build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-09-27T15:34:58.2141202Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-09-27T15:34:58.2142226Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-09-27T15:34:58.2143238Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-09-27T15:34:58.2144437Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-09-27T15:34:58.2145691Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-09-27T15:34:58.2148518Z creating build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2148805Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2150028Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2151146Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2152569Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2153673Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2154605Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2155179Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2156598Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2157648Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2158583Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2159303Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-09-27T15:34:58.2161579Z creating build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-09-27T15:34:58.2161903Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-09-27T15:34:58.2162910Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-09-27T15:34:58.2164674Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-09-27T15:34:58.2164961Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-09-27T15:34:58.2166261Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-09-27T15:34:58.2167370Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-09-27T15:34:58.2169439Z creating build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils 2022-09-27T15:34:58.2169808Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils 2022-09-27T15:34:58.2170804Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils 2022-09-27T15:34:58.2172324Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils 2022-09-27T15:34:58.2173190Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils 2022-09-27T15:34:58.2176654Z creating build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2177258Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2178308Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2179876Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2181126Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2182301Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2183741Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2184987Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2186240Z copying torchgen/api/native.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2187633Z copying torchgen/api/python.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2189584Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2190657Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2192192Z copying torchgen/api/types.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2193467Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2194928Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-09-27T15:34:58.2197735Z creating build/lib.linux-x86_64-3.7/torchgen/dest 2022-09-27T15:34:58.2198376Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-09-27T15:34:58.2199319Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-09-27T15:34:58.2200857Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-09-27T15:34:58.2201852Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-09-27T15:34:58.2202881Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-09-27T15:34:58.2204001Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-09-27T15:34:58.2206385Z creating build/lib.linux-x86_64-3.7/torchgen/operator_versions 2022-09-27T15:34:58.2206784Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-3.7/torchgen/operator_versions 2022-09-27T15:34:58.2207299Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-3.7/torchgen/operator_versions 2022-09-27T15:34:58.2208354Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-3.7/torchgen/operator_versions 2022-09-27T15:34:58.2210121Z creating build/lib.linux-x86_64-3.7/torchgen/selective_build 2022-09-27T15:34:58.2210962Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-3.7/torchgen/selective_build 2022-09-27T15:34:58.2212154Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-3.7/torchgen/selective_build 2022-09-27T15:34:58.2213067Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-3.7/torchgen/selective_build 2022-09-27T15:34:58.2215149Z creating build/lib.linux-x86_64-3.7/torchgen/static_runtime 2022-09-27T15:34:58.2215717Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-3.7/torchgen/static_runtime 2022-09-27T15:34:58.2216949Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-3.7/torchgen/static_runtime 2022-09-27T15:34:58.2217645Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-3.7/torchgen/static_runtime 2022-09-27T15:34:58.2218783Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-3.7/torchgen/static_runtime 2022-09-27T15:34:58.3896602Z creating build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data 2022-09-27T15:34:58.3897198Z creating build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3897583Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3898489Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3899602Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3901863Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3902343Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3902982Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3904389Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3905286Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3906940Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3908195Z copying caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3909003Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3910291Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3911312Z copying caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3912717Z copying caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3913536Z copying caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3914717Z copying caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3916312Z copying caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3917303Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3918805Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3919937Z copying caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3921327Z copying caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3922458Z copying caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3924041Z copying caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3925437Z copying caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3926889Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3928078Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3929170Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3930675Z copying caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3931801Z copying caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3933756Z copying caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3934852Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3936645Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3937412Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3938793Z copying caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3939680Z copying caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3941601Z copying caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3942316Z copying caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3944213Z copying caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3944980Z copying caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3946182Z copying caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3947763Z copying caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3948852Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3949928Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3951422Z copying caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3952534Z copying caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3953832Z copying caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3954817Z copying caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3956460Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3957217Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3959588Z copying caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3960330Z copying caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3961184Z copying caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3962431Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3963902Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3964799Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3965909Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3967898Z copying caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3968720Z copying caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3969820Z copying caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3970899Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3972839Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3973220Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3974355Z copying caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3976193Z copying caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3977707Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3979040Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3980006Z copying caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3980963Z copying caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3982619Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3983556Z copying caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3984819Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3986201Z copying caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3987260Z copying caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3988503Z copying caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3989502Z copying caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3991026Z copying caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3992114Z copying caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3993104Z copying caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3994459Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3995541Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3997009Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3998158Z copying caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.3999563Z copying caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4000840Z copying caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4002062Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4003339Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4004558Z copying caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4005821Z copying caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4007110Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4008334Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4009707Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4011114Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4012511Z copying caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4013829Z copying caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4014918Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4016521Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4017594Z copying caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4018969Z copying caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4020050Z copying caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4021511Z copying caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4022713Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4024194Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4025082Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4026651Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4027949Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4030063Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4030472Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4031855Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4032967Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4034479Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4035392Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4036891Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4037901Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4039706Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4040711Z copying caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4043155Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4043679Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4044288Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4046013Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4046920Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4048912Z copying caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4049557Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4051232Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4052184Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4053899Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4055501Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4056695Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4057807Z copying caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4059615Z copying caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4060344Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4061478Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4062458Z copying caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4063494Z copying caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4064910Z copying caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4066136Z copying caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4067283Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4068564Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4069594Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4070708Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4072144Z copying caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4073102Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4074568Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4075943Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4077507Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4078374Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4080016Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4080937Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4083568Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4084271Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4084969Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4085641Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4086871Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4087690Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4088800Z copying caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4090465Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4091172Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:34:58.4092226Z copying torch/py.typed -> build/lib.linux-x86_64-3.7/torch 2022-09-27T15:34:58.4093387Z creating build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4094008Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4129547Z copying torch/bin/protoc -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4164849Z copying torch/bin/test_jit -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4207588Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4258513Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4260219Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4264712Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4270143Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4274645Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4279434Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4285286Z copying torch/bin/test_api -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4374347Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4404141Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-3.7/torch/bin 2022-09-27T15:34:58.4405903Z creating build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4406401Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4411077Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4415853Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4421014Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4425975Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4430119Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4434505Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4439428Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4444304Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4449739Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4453445Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4458281Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4463110Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4467257Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4471457Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4475944Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4481045Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4486473Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4499877Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4504257Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4509375Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4514076Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4518574Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4522903Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4527633Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4532815Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4537884Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4543466Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4553800Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4559054Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4564035Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4579521Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4584550Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4589911Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4596777Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4602823Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4607958Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4613878Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4618917Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4624725Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4629807Z copying torch/test/Dict_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4636487Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4641756Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4647940Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4653430Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4659160Z copying torch/test/atest -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4664170Z copying torch/test/basic -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4669390Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4674046Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4679345Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4683886Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4691358Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4696023Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4700574Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4705526Z copying torch/test/half_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4710288Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4717656Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4721884Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4726587Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4731227Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4735899Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4740509Z copying torch/test/native_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4745228Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4749715Z copying torch/test/operators_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4754144Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4758735Z copying torch/test/pow_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4764128Z copying torch/test/quantized_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4768919Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4773346Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4778058Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4782713Z copying torch/test/scalar_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4787598Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4792056Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4799046Z copying torch/test/test_parallel -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4803830Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4805793Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4810037Z copying torch/test/type_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4815092Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4819787Z copying torch/test/variant_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4824126Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4825633Z copying torch/test/vmap_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4831371Z copying torch/test/weakref_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4835964Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4840596Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4845102Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4850198Z copying torch/test/List_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4860186Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4865682Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4875705Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4883970Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4894825Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4904105Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4909295Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4917440Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4922050Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4926988Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4931480Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4957847Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-3.7/torch/test 2022-09-27T15:34:58.4962764Z creating build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4963283Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4964647Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4965582Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4966579Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4967786Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4968919Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4969909Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4971032Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4972549Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4973360Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4974554Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4976018Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4977425Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4978704Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4979767Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4981874Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4984748Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4987040Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-09-27T15:34:58.4988183Z creating build/lib.linux-x86_64-3.7/torch/_C_flatbuffer 2022-09-27T15:34:58.4988766Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-3.7/torch/_C_flatbuffer 2022-09-27T15:34:58.4990514Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.4992018Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.4993544Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.4995263Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.4996448Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.4998098Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.4999636Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5000884Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5002389Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5003896Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5005323Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5006823Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5008261Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5009770Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5011047Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5012653Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5014156Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-09-27T15:34:58.5015757Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.5017576Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-3.7/torch/nn 2022-09-27T15:34:58.5019008Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.5020598Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.5022198Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.5023761Z copying torch/nn/parallel/distributed.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.5025350Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.5026698Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.5028337Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-09-27T15:34:58.5029688Z creating build/lib.linux-x86_64-3.7/torch/lib 2022-09-27T15:34:58.5030374Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-09-27T15:34:58.5037014Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-09-27T15:34:58.6397968Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-09-27T15:34:58.6398433Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-09-27T15:34:58.6399860Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-09-27T15:34:58.6406422Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-09-27T15:34:58.6409038Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-09-27T15:34:58.6412102Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-09-27T15:34:58.6525498Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-09-27T15:34:58.6526099Z creating build/lib.linux-x86_64-3.7/torch/include 2022-09-27T15:34:58.6526516Z creating build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6527529Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6528751Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6530317Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6531308Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6532285Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6533839Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6534937Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6536108Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6537231Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6538385Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6539354Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6540324Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6541590Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6542669Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6544682Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6545228Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6546571Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6547800Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6549149Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6550975Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6551454Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6553418Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6554551Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6555041Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6555943Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6557420Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6558476Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6559429Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6560474Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6561746Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6562488Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6563977Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6564947Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6565996Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6567212Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6568154Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6569527Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6570543Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6571842Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6572863Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6573944Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6575661Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6576479Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6577531Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6578530Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6579653Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6580548Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6581603Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6582748Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6584143Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6585233Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6586182Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6587539Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6588685Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6589698Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6590951Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6591938Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6592854Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6593803Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6594641Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6596073Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6596603Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6598361Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6599569Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6600749Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6602408Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6603294Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6605223Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6605991Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6607531Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6608334Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6609588Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6610724Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6611907Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6613341Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6614398Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6616174Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6617207Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6618178Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6619888Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6620858Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6622124Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6623232Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6624642Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6625925Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6627154Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6628249Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6629616Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6630762Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6631836Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6633493Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6634385Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6636044Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6636829Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6638643Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6639562Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6641075Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6642077Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6643663Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6644795Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6646228Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6647929Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6649041Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6650444Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6651759Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6653497Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6655088Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6657028Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6669102Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6675477Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6687261Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6688424Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-09-27T15:34:58.6690542Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cpu 2022-09-27T15:34:58.6691044Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu 2022-09-27T15:34:58.6691717Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu 2022-09-27T15:34:58.6693319Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-09-27T15:34:58.6693729Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6694326Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6695856Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6696893Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6698707Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6700181Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6701367Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6703038Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6703955Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6705080Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6706644Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6707689Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:34:58.6709303Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:34:58.6710051Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:34:58.6711238Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:34:58.6712438Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:34:58.6713887Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:34:58.6715384Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:34:58.6716198Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:34:58.6717705Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:34:58.6719283Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:34:58.6720430Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-09-27T15:34:58.6721695Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-09-27T15:34:58.6722650Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-09-27T15:34:58.6723885Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-09-27T15:34:58.6725120Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-09-27T15:34:58.6726106Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-09-27T15:34:58.6727570Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6728118Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6729308Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6730492Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6732403Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6732825Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6733815Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6734638Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6736237Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6737402Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6738426Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6739681Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6740858Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6741921Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6743246Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6744260Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6745943Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6747011Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6748455Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6749509Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6750684Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6751880Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6753058Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6754684Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6755797Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6757008Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6758198Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6759472Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6760580Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6761736Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6763764Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6764281Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6764934Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6766127Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6767959Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6768666Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6769803Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6770866Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6772244Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6773442Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6774518Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6776083Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6777242Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6778759Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6779729Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6780724Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6781875Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6783048Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6784062Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6785180Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6786646Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6787757Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6789190Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6790651Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6791515Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6792878Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6794347Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6796005Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6797600Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6799649Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6801641Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6802347Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6803495Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6804606Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6806148Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6807483Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6808697Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6809905Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6811228Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6814195Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6815841Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-09-27T15:34:58.6817047Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6817721Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6818897Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6820068Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6821217Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6822805Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6823682Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6825343Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6826209Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6826947Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6827936Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6829465Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6830150Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6831374Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6832616Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6833703Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6835108Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6836600Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6837659Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6838755Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6840192Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6841325Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6842863Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6844305Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6845432Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6846732Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6848153Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6849286Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6850639Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6852031Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6853179Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6854637Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6855849Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6857350Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6858020Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-09-27T15:34:58.6859850Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6860328Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6861055Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6862107Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6863606Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6864552Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6866004Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6867017Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6868404Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6869449Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6870960Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-09-27T15:34:58.6872661Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-09-27T15:34:58.6873154Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-09-27T15:34:58.6874495Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-09-27T15:34:58.6875307Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-09-27T15:34:58.6876896Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-09-27T15:34:58.6878808Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-09-27T15:34:58.6879573Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-09-27T15:34:58.6880525Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-09-27T15:34:58.6881638Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6882098Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6883617Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6885135Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6886103Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6887185Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6888313Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6889599Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6890753Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6891937Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6893044Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6894137Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6895232Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6896518Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-09-27T15:34:58.6898185Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6898699Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6899506Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6900568Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6902318Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6903243Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6904517Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6905533Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6906723Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6907928Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6909641Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6910576Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6911775Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6912987Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6914129Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6915282Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6916517Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6917927Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6919907Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6920553Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6921476Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6922606Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6924535Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6925372Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6926609Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6928567Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6929195Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6929943Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6930881Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6932026Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6932870Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6934576Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6935624Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6936820Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6937963Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6939298Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6940733Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6942234Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6943904Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6945167Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6946672Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6948147Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6949644Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6951109Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6952574Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6953985Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6955774Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6957023Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6958606Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6960131Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6961665Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6963275Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6964943Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6966359Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6967835Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6969280Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6970672Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6972407Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6973856Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6975490Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6976851Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6979134Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6980404Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6981934Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6983340Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6984772Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6986225Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6987774Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6990201Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6991340Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6992793Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6994298Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6996155Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6997792Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.6999260Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7000760Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7002417Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7003895Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7005273Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7006644Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7008284Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7009683Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7011165Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7012733Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7014417Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7016248Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7017675Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7019174Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7020768Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7022136Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7023632Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7025229Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7026873Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7028224Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7029747Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7031198Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7032842Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7034277Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7035706Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7037214Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7038983Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7040449Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7041746Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7043239Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7044860Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7046253Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7047707Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7049168Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7050799Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7052178Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7053631Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7055089Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7056811Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7058373Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7059819Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7061343Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7062948Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7064341Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7065788Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7067257Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7068848Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7070259Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7071708Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7073208Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7074825Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7076469Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7078004Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7079500Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7080978Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7082330Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7083973Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7085447Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7087676Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7088885Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7090370Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7091876Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7093531Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7094941Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7096658Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7098180Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7099603Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7101075Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7102776Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7104225Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7105707Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7107152Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7108823Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7110240Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7111680Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7113164Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7114780Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7116201Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7117746Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7119338Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7120830Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7122335Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7123856Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7125325Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7126847Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7128542Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7130086Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7131436Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7133052Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7134634Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7135889Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7138592Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7139666Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7141230Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7142630Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7144252Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7145685Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7147151Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7148656Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7150191Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7151696Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7153124Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7154698Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7156360Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7158198Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7159577Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7161041Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7162763Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7164016Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7165463Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7166923Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7168404Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7170185Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7171604Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7173023Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7174566Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7176291Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7177698Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7179196Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7180991Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7182551Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7183898Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7186407Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7187551Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7188584Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7190066Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7191290Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7193056Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7193998Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7195260Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7196856Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7198434Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7199979Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7201719Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7203020Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7204541Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7205977Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7207448Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7208854Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7210331Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7211944Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7213487Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7214913Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7216736Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7218299Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7219718Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7221616Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7222867Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7224513Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7225815Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7227484Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7228811Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7230644Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7232208Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7233581Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7235209Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7236690Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7238216Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7239520Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7240885Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7242286Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7243137Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7244596Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7245991Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7247011Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7248415Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7249866Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7251103Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7252457Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7253459Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7254967Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7255963Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7257714Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7258613Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7260209Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7261382Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7262776Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7264144Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7265406Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7266697Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7268440Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7269278Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7270706Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7271893Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7273616Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7274573Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7276110Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7277178Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7278379Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7279672Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7280692Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7281890Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7282899Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7284138Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7285353Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7286687Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7287997Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7288777Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7290036Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7291202Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7292804Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7293661Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7295164Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7296679Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7298340Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7299223Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7300543Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7301789Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7303045Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7304499Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7305446Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7306820Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7307797Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7309332Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7310164Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7311536Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7312540Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7314147Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7315323Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7316619Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7317959Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7319339Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7320541Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7321850Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7323751Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7324144Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7325394Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7326340Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7327724Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7328712Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7330154Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7330837Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7331886Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7332985Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7333952Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7334999Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7336130Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7337749Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7338434Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7339803Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7340580Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7341571Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7342925Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7343965Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7344911Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7346138Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7347265Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7348201Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7349561Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7350458Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7352330Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7353824Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7354960Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7356231Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7357525Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7359191Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7360160Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7361506Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7362696Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7363948Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7365292Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7366471Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7367707Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7369135Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7370010Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7371098Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7372033Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7373525Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7374438Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7375994Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7377314Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7378764Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7379602Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7381083Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7382213Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7383462Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7384860Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7385883Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7387297Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7388296Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7389447Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7390480Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7391580Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7392576Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7393649Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7394555Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7395991Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7396940Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7398090Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7399160Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7400455Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7401486Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7402955Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7404043Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7405712Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7406373Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7407724Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7408919Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7409942Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7411434Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7412413Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7413750Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7414911Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7416232Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7417619Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7418844Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7420073Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7421345Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7422667Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7423911Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7425123Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7426399Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7427729Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7429103Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7431279Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7431993Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7433568Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7434818Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7436050Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7437413Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7439106Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7439776Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7441151Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7442123Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7443752Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7444528Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7445779Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7447338Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7448713Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7449409Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7451067Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7451764Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7452925Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7454091Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7455835Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7456974Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7458215Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7459315Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7460485Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7461991Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7463110Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7464013Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7465458Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7466366Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7467947Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7469043Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7470672Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7471259Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7472523Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7474212Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7475144Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7476743Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7478050Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7479671Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7480556Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7482677Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7483189Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7485292Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7485695Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7487616Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7488199Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7490084Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7490527Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7492224Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7494065Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7494663Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7496065Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7497585Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7498538Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7499798Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7500959Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7502127Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7503368Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7504482Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7506031Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7506966Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7507952Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7508942Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7510519Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7511563Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7512755Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7514092Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7515083Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7517443Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7517762Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7518552Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7519842Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7521701Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7522536Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7523443Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7525085Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7526767Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7528369Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7529767Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7531164Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7532777Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7534163Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7536054Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7537424Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7539245Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7540510Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7542195Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7543514Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7545223Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7546517Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7548340Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7549581Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7551301Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7552603Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7554231Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7555586Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7557507Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7558710Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7560396Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7561731Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7563403Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7564729Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7566654Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7567798Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7569516Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7570863Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7572555Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7573892Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7575844Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7577047Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7578927Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7580153Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7582014Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7583626Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7585341Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7587149Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7588741Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7589814Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7590989Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7592543Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7593203Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7594528Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7595766Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7596949Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7598192Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7599441Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7600704Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7602112Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7603453Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7604549Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7605796Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7607145Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7608326Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7609697Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7611090Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7612297Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7613257Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7614736Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7616109Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7618012Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7618760Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7619990Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7621141Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7622386Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7623544Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7624923Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7625946Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7627166Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7628367Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7629346Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7630528Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7631554Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7632726Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7633686Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7634897Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7635795Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7637043Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7638262Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7639388Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7640306Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7641664Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7642495Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7643815Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7644981Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7645858Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7647154Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7647979Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7649265Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7650190Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7651556Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7652397Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7653638Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7654554Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7655858Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7657315Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7658622Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7659504Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7661014Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7662241Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7663572Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7664539Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7666086Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7666812Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7668223Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7669200Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7670425Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7671354Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7672952Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7673770Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7675146Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7676171Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7677977Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7679210Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7680132Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7682479Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7682985Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7683857Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7684995Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7685913Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7687237Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7688403Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7689560Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7690983Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7692176Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7693333Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7694645Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7696334Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7697562Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7698828Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7700296Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7701669Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7702895Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7704620Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7705485Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7706885Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7707697Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7709371Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7710550Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7712043Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7713227Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7729770Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7730242Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7730536Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7731082Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7731470Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7731786Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7732180Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7732477Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7732800Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7733109Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7733498Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7733875Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7734259Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7734681Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7735073Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7735537Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7736055Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7736450Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7736772Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7737199Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7738043Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7739026Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7740696Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7741461Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7742909Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7743896Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7745202Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7746624Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7747472Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7748694Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7749720Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7750966Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7752174Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7753228Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7754483Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7756033Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7757135Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7758456Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7759585Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7760633Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7761984Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7763063Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7764120Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7765352Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7766574Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7767506Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7769134Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7770134Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7771206Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7772607Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7774045Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7775021Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7776652Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7778619Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7780028Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7781286Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7782540Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7783855Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7785155Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7786532Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7787904Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7789197Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7790538Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7791979Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7793089Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7794406Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7795691Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7797043Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7798363Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7799609Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7800971Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7802350Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7803610Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7805029Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7806240Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7807526Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7809103Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7810565Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7811324Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7812960Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7813842Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7815078Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7816900Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7818050Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7819307Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7820821Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7821735Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7823099Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7824108Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7825490Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7826481Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7828047Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7828986Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7830277Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7831724Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7832760Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7833916Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7834875Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7836234Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7838313Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7839133Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7840419Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7841855Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7842808Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7843918Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7845245Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7846450Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7847311Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7848630Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7849727Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7851199Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7852190Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7853708Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7854982Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7856520Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7857760Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7858996Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7859872Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7861262Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7862347Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7863273Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7864736Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7866028Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7866991Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7868333Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7869544Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7870772Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7871907Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7873237Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7874479Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7875838Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7877004Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7878288Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7879518Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7880714Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7881888Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7883169Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7884361Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7885790Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7886735Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7888037Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7889265Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7890493Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7891700Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7892930Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7894102Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7895453Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7896726Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7897967Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7899020Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7899908Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7901243Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7902555Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7903291Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7904704Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7906211Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7906775Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7908141Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7909599Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7910869Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7912268Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7913423Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7914894Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7916411Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7917723Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7919097Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7920097Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7921678Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7922637Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7923982Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7925219Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7926448Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7927795Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7928954Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7930174Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7931400Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7932727Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7933875Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7935111Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7936470Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7938258Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7939384Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7940641Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7941922Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7943141Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7944358Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7946224Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7947339Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7948182Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7950026Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7950834Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7952780Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7953204Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7955610Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7955947Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7957543Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7958552Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7959976Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7961269Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7962559Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7963742Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7965183Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7966404Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7967608Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7968598Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7970040Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7971014Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7972694Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7973611Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7975062Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7976179Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7977508Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7978897Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7980503Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7981779Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7982398Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7983921Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7985140Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7986543Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7987712Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7988744Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7990245Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7991351Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7992539Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7993444Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7994979Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7995982Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7997993Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.7998828Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8001778Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8002298Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8003061Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8004448Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8006174Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8007820Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8009527Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8010875Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8012536Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8014224Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8016158Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8017398Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8019333Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8020831Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8022516Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8023941Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8025760Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8027194Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8028925Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8030255Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8032102Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8033307Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8035177Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8036377Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8038353Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8039792Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8041325Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8042976Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8044276Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8045966Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8047614Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8049121Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8051005Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8052274Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8054120Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8056083Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8057328Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8059013Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8060389Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8062124Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8063475Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8065235Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8066565Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8068215Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8069671Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8071361Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8072753Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8074585Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8076018Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8077511Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8079104Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8080318Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8081584Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8082918Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8084247Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8085535Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8086888Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8088182Z copying torch/include/ATen/ops/_nested_tensor_layer_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8089522Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8090840Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8092059Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8093606Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8095888Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8096585Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8098934Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8100180Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8101519Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8103197Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8104571Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8106436Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8107705Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8109461Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8110869Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8112214Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8113695Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8114898Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8116427Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8117708Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8119365Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8120383Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8121974Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8123578Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8124565Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8126209Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8127218Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8128807Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8129859Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8131508Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8132806Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8134099Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8135622Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8137013Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8138284Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8139649Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8141046Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8142331Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8143617Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8144931Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8146201Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8147529Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8148835Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8150230Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8151665Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8153076Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8154259Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8155713Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8156975Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8158549Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8160272Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8161689Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8163359Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8164707Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8166384Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8168109Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8169366Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8171059Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8172698Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8174206Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8176048Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8177413Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8179163Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8180642Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8182352Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8183831Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8185465Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8186750Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8189241Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8190566Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8191877Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8193689Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8195029Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8196626Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8198252Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8199932Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8201293Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8202899Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8204565Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8206346Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8208156Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8209321Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8210969Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8212604Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8213948Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8215894Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8218437Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8219406Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8221219Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8222500Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8224247Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8225605Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8227346Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8228681Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8230460Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8232144Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8233435Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8235139Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8236464Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8238452Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8239641Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8241513Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8242742Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8244637Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8246125Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8247491Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8249266Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8250655Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8252811Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8254033Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8255800Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8257492Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8258824Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8260791Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8262213Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8263542Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8265704Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8267003Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8268705Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8270460Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8271740Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8273371Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8274960Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8276733Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8278087Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8279770Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8281254Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8282926Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8284555Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8286411Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8287561Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8289220Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8291619Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8292892Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8294355Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8296365Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8297632Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8299299Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8300869Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8302541Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8303942Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8305639Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8307022Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8308786Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8310269Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8311953Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8313259Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8315219Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8316692Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8318100Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8319858Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8321262Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8323098Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8324381Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8326074Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8327443Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8329406Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8330627Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8332309Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8333888Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8335625Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8337351Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8338785Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8340507Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8341927Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8343689Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8345375Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8346628Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8348454Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8349726Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8351403Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8352977Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8354563Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8356115Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8357782Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8359430Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8361128Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8362457Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8364146Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8365804Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8367181Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8369170Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8370617Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8371970Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8373734Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8375111Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8377304Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8379354Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8380752Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8382223Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8384004Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8385377Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8387346Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8388536Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8390271Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8391614Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8394230Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8395476Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8396884Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8398699Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8400467Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8401702Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8403405Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8404855Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8406628Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8408166Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8409953Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8411240Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8413000Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8414578Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8416093Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8417976Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8419239Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8420997Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8422537Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8424410Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8425748Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8427470Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8429036Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8430622Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8432251Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8433608Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8435519Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8436633Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8447067Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8447707Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8449502Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8451417Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8451698Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8453302Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8455714Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8459122Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8460939Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8462539Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8464030Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8465338Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8466275Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8467375Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8469770Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8471033Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8472008Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8473134Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8477049Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8478573Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8480621Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8482260Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8484263Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8485654Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8487088Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8490760Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8491664Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8493093Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8494114Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8496412Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8497855Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8499435Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8500718Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8503157Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8504707Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8506181Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8507991Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8509121Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8509998Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8511140Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8512516Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8513508Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8515244Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8515858Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8516761Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8518499Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8519306Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8520392Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8521746Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8522877Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8524281Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8525253Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8526861Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8528217Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8529281Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8530689Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8532188Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8533545Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8534792Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8536678Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8538195Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8539536Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8541145Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8542140Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8543138Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8544478Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8545631Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8546629Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8547937Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8548983Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8550247Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8551629Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8552523Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8553901Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8555188Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8556430Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8557672Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8558778Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8559882Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8560713Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8561994Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8563000Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8564979Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8565294Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8567085Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8568140Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8568808Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8570293Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8571634Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8572528Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8573862Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8574948Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8576943Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8577322Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8578786Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8580049Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8581509Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8582499Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8583811Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8585034Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8586930Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8588341Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8589450Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8590867Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8591860Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8593347Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8594805Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8595717Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8597030Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8598034Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8599433Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8600407Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8601840Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8602867Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8604657Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8605886Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8607153Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8608538Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8609838Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8611188Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8612227Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8613651Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8614758Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8616320Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8617317Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8618738Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8620144Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8621671Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8623038Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8624303Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8625594Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8626494Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8628503Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8629175Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8630317Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8631649Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8632678Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8634180Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8635323Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8636690Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8638206Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8639242Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8640465Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8641488Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8642565Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8644048Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8645317Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8646460Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8647568Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8649130Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8650069Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8651695Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8652539Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8653656Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8654654Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8655929Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8657268Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8658488Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8659396Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8660766Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8661921Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8663524Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8664480Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8666033Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8667481Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8668852Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8670177Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8671461Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8672864Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8674094Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8675422Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8676703Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8678343Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8679574Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8680925Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8681923Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8684027Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8684637Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8685657Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8687032Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8688121Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8689211Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8690482Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8691665Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8693188Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8694198Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8695635Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8697488Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8698692Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8699787Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8701214Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8702542Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8703673Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8704696Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8706256Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8708273Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8708660Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8709975Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8711178Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8712310Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8713492Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8714897Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8715953Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8717199Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8718401Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8719618Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8720572Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8721868Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8723200Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8724184Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8725695Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8727384Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8727822Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8729444Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8730371Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8731577Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8732792Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8734120Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8735469Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8736870Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8738276Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8739500Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8741105Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8742376Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8743707Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8745075Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8746275Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8747697Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8749374Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8750785Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8752357Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8753733Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8754950Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8756636Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8757973Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8759223Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8760576Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8761898Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8763343Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8764683Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8766179Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8767551Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8768814Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8770172Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8771486Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8772839Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8774234Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8775690Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8777171Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8778310Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8780287Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8781236Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8782291Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8783630Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8784774Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8786157Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8787276Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8788725Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8790141Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8791392Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8792471Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8793750Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8794966Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8796559Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8797615Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8799228Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8801002Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8801873Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8803289Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8804528Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8805457Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8807077Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8808442Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8810082Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8811383Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8812708Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8813951Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8815833Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8816843Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8818425Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8819639Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8821082Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8822545Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8824002Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8825502Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8826939Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8827814Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8829081Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8830491Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8831587Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8832547Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8833621Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8835444Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8836836Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8837752Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8839267Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8840019Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8841687Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8842697Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8844192Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8844934Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8846690Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8847716Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8849320Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8850633Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8852006Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8853372Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8854765Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8856291Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8858002Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8859189Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8860185Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8861715Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8862535Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8864417Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8865281Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8866132Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8867288Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8868476Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8869733Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8870902Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8872033Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8873214Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8874376Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8875641Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8876692Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8877954Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8879162Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8880439Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8881475Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8882631Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8884354Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8885386Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8887397Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8887899Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8888814Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8890283Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8890754Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8892383Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8893008Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8894637Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8897190Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8898976Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8899555Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8900912Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8901929Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8903176Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8904198Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8905363Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8906222Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8907948Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8909051Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8910012Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8911129Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8912240Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8913209Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8914797Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8915907Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8916895Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8918313Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8919713Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8920702Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8922134Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8923156Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8925299Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8925947Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8926903Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8928333Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8929502Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8930669Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8932145Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8933211Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8934568Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8935935Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8937102Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8938310Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8939777Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8940876Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8942361Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8943361Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8944627Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8946126Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8947101Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8948661Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8949843Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8951021Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8952465Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8953599Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8954853Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8955941Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8957267Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8958657Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8959777Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8961046Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8962272Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8963515Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8964736Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8965945Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8967192Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8968976Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8969847Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8971123Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8972406Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8973765Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8974802Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8975942Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8977497Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8978806Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8979873Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8980945Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8982300Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8983717Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8984971Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8985896Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8987430Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8988565Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8989729Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8990980Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8992327Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8993479Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8995090Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8996830Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8997485Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8998857Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.8999295Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9000776Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9002963Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9003552Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9004675Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9005556Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9006658Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9007887Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9009415Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9010411Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9011745Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9012883Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9014402Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9015389Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9016469Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9018160Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9019664Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9020394Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9022874Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9023279Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9024410Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9025207Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9026608Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9028067Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9028848Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9030450Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9031370Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9032486Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9033546Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9035340Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9035904Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9037206Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9038710Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9039597Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9041011Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9042405Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9043805Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9045109Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9046538Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9047755Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9049288Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9050686Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9051918Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9053481Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9054827Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9056205Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9057511Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9058874Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9060257Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9061613Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9062974Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9064417Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9065637Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9066997Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9068334Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9069847Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9071055Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9072458Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9073756Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9075174Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9077029Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9078410Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9080036Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9081401Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9083658Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9083957Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9084988Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9085945Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9087362Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9088281Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9089541Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9091049Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9091995Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9093267Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9094563Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9095759Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9097223Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9098514Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9099637Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9101142Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9102368Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9103811Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9105068Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9106426Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9107797Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9109133Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9110492Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9111949Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9113268Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9114649Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9116043Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9117447Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9118865Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9120299Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9121604Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9122964Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9124280Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9125666Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9127139Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9128619Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9129949Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9131329Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9132769Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9134081Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9135572Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9136950Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9138158Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9139495Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9140800Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9141955Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9143257Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9144812Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9145844Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9147165Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9148263Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9149310Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9150607Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9151628Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9153098Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9154063Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9154977Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9156273Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9157133Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9158674Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9160438Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9161846Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9163283Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9163991Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9165432Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9166645Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9167987Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9168885Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9170190Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9171420Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9172686Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9173948Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9175384Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9177187Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9178100Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9179660Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9180612Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9181969Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9182982Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9184704Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9185490Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9186664Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9187710Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9188860Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9190160Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9191195Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9192514Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9193854Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9194882Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9196192Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9197248Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9198678Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9199787Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9201120Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9202192Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9203752Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9204699Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9206040Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9207139Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9208481Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9209595Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9210887Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9211968Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9213485Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9214538Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9215959Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9217893Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9219318Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9220288Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9221500Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9222821Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9224002Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9225385Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9226429Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9227597Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9229175Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9230365Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9231734Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9233092Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9234416Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9236059Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9237665Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9238507Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9239957Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9241628Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9242937Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9244250Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9245586Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9247046Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9248346Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9249628Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9251011Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9252453Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9253696Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9255051Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9256497Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9257963Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9259219Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9260641Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9261910Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9263343Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9264788Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9266226Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9267483Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9268997Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9270426Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9271858Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9273037Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9274338Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9275629Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9277245Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9278250Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9279547Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9280378Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9281332Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9282879Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9284397Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9285162Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9286165Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9287781Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9288964Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9290431Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9291257Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9292475Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9293966Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9294946Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9296429Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9297427Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9298790Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9300041Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9301381Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9302306Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9304063Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9304919Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9306178Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9307411Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9308308Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9309742Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9310607Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9312270Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9313482Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9314518Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9315427Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9318222Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9318692Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9319724Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9321276Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9322905Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9325437Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9326394Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9328050Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9329736Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9331115Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9332816Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9334478Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9336181Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9337788Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9339269Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9340922Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9342777Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9343965Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9345633Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9347068Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9348879Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9350196Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9351890Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9353410Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9355369Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9356590Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9358320Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9359881Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9361555Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9362868Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9364625Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9365942Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9367770Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9369306Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9371076Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9372550Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9374196Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9375921Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9378373Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9379528Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9381620Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9382589Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9384379Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9385696Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9387499Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9388899Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9390645Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9392167Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9394235Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9395287Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9396799Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9398720Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9400048Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9400909Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9402476Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9403378Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9405094Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9406383Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9407671Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9409074Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9410482Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9411918Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9413155Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9414346Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9415807Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9417339Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9418640Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9419846Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9421583Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9423384Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9424853Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9425839Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9427181Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9428228Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9429884Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9431287Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9432215Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9433090Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9434902Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9435506Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9437064Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9438437Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9439750Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9440711Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9442218Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9443198Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9444626Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9445867Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9447302Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9448315Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9449786Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9451340Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9452422Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9453436Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9454813Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9456288Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9457091Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9458655Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9459391Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9460599Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9461841Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9462746Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9464152Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9465507Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9466712Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9468010Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9469237Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9470361Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9471924Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9472762Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9474678Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9475202Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9476206Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9477699Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9478700Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9479860Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9481282Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9482141Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9483616Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9485063Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9486502Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9487342Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9488946Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9490331Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9491378Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9492697Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9493957Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9495100Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9496484Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9497706Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9499016Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9500283Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9501589Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9503236Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9504330Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9505563Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9524829Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9525342Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9526023Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9526435Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9526813Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9527175Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9527570Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9527900Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9528212Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9528667Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9529058Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9529399Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9529711Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9530049Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9530482Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9530807Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9531146Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9531534Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9531843Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9532176Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9532609Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9532922Z copying torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9533263Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9533702Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9534327Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9536070Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9537797Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9539129Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9540548Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9541844Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9543015Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9544314Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9545480Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9546916Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9547912Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9549525Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9550856Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9551974Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9553335Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9554546Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9555470Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9557628Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9558510Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9559296Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9561417Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9561719Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9562841Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9564266Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9564976Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9566206Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9567321Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9568830Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9570644Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9571332Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9572682Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9574252Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9575112Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9576972Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9577922Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9579538Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9580395Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9582138Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9583209Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9584583Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9585563Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9586715Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9587659Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9589576Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9590770Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9591985Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9593396Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9594410Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9595724Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9596848Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9598044Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9599175Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9600293Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9601635Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9602512Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9603750Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9604906Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9605885Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9607113Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9608275Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9610198Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9610911Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9612566Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9613357Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9614663Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9615795Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9617110Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9618355Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9619309Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9620566Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9622164Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9623069Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9624534Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9625291Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9626592Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9628292Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9629096Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9630491Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9631652Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9633076Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9634354Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9635734Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9636678Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9637775Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9640243Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9640521Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9642130Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9642879Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9644644Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9645541Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9647476Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9648307Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9649778Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9651138Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9652665Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9653747Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9655126Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9656526Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9658259Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9659172Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9660897Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9662594Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9663616Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9665350Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9666465Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9667774Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9669251Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9670538Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9671933Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9673102Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9674913Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9675886Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9677623Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9679368Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9680036Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9681529Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9682924Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9683941Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9684939Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9686273Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9687616Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9688562Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9689787Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9691220Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9692503Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9693899Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9695364Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9697130Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9698750Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9700156Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9701579Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9702840Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9704168Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9705585Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9706963Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9708377Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9709637Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9711153Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9712447Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9714029Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9715315Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9716518Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9717935Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9718900Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9720513Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9721918Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9723467Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9724744Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9726025Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9727457Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9728644Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9730091Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9731333Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9732356Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9733339Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9734671Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9735760Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9737024Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9737975Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9739316Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9740837Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9741724Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9743257Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9744113Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9745230Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9746714Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9747979Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9749443Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9750296Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9751815Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9752665Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9754318Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9755392Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9756601Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9758130Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9759475Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9760762Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9761999Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9763309Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9764213Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9765760Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9767086Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9767963Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9769272Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9770225Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9771759Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9773017Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9774302Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9775495Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9776688Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9778086Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9779293Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9780521Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9781888Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9783476Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9784712Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9786021Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9787377Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9788778Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9790129Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9791546Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9792884Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9794418Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9795713Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9797164Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9799025Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9800241Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9801258Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9802218Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9803816Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9804778Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9806147Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9807057Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9808448Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9809939Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9811194Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9812666Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9813816Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9814939Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9816374Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9817729Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9818945Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9820197Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9821514Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9822584Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9823827Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9825448Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9826645Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9827918Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9829592Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9831117Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9832294Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9833553Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9834840Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9836548Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9837790Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9839030Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9840336Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9841695Z copying torch/include/ATen/ops/col2im_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9843072Z copying torch/include/ATen/ops/col2im_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9844391Z copying torch/include/ATen/ops/col2im_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9845748Z copying torch/include/ATen/ops/col2im_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9847089Z copying torch/include/ATen/ops/col2im_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9848421Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9849758Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9851061Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9852344Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9853745Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9855199Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9856787Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9858661Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9859973Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9861326Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9862652Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9864033Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9865409Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9866815Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9868160Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9869434Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9870965Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9872419Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9873368Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9874639Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9875883Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9877927Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9878204Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9879721Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9880754Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9881988Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9883116Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9884724Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9885672Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9886823Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9888600Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9888927Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9890475Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9892412Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9892652Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9894273Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9895462Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9896453Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9897811Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9899266Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9900233Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9901467Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9902874Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9903903Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9905708Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9906478Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9907954Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9908991Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9910075Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9911276Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9913075Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9913793Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9915222Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9916421Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9917727Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9918622Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9919945Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9920934Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9922718Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9923618Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9924573Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9925961Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9927076Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9928317Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9929551Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9930486Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9931911Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9933107Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9934133Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9935532Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9936906Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9938179Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9939436Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9940671Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9941919Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9943209Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9944384Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9945578Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9946810Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9948100Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9949353Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9950376Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9951664Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9952986Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9954179Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9955272Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9956551Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9957926Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9959133Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9960379Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9961596Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9962855Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9964112Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9965323Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9966555Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9967765Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9969027Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9970331Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9971401Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9972716Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9973995Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9975201Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9976618Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9977821Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9979020Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9980269Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9981594Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9982612Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9984143Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9985264Z copying torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9986369Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9988056Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9989049Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9990350Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9991833Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9992816Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9993953Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9994979Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9996278Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9997461Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9998705Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:58.9999639Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0001087Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0002500Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0003681Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0005025Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0006344Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0007689Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0009278Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0010219Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0011474Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0012951Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0013848Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0014759Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0016189Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0017717Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0018939Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0020096Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0021385Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0022702Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0024099Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0025490Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0026846Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0028168Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0029547Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0030898Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0032226Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0033640Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0035076Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0036410Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0037786Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0039175Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0040620Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0041886Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0043273Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0044430Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0045785Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0046697Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0048033Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0049258Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0050438Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0051630Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0052977Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0054110Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0055568Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0056687Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0058086Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0059042Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0060439Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0061692Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0062643Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0063801Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0065036Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0066236Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0067206Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0069017Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0069970Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0071180Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0073389Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0074066Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0075168Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0076282Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0077626Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0078729Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0079889Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0081277Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0082544Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0084177Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0085307Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0086740Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0087971Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0089587Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0090717Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0092160Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0093383Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0094911Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0096204Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0097765Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0098863Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0100263Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0101458Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0102926Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0104011Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0105410Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0106575Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0107995Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0109183Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0110770Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0111875Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0113382Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0114548Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0116082Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0117194Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0118657Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0119853Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0121306Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0122613Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0123821Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0125225Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0126407Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0127820Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0129178Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0130505Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0131604Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0132909Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0134194Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0135825Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0136986Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0139334Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0141003Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0142075Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0143371Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0144273Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0146019Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0147056Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0148008Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0148999Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0150724Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0173369Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0173653Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0174162Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0174873Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0175453Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0175912Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0176375Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0176870Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0177138Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0177399Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0177645Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0177948Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0178392Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0178732Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0179078Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0179320Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0179555Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0179979Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0180255Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0180588Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0180939Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0181461Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0182857Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0184339Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0185664Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0186940Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0192491Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0192938Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0193331Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0193976Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0194552Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0195035Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0196001Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0197183Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0198638Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0199812Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0201016Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0202257Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0203626Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0204777Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0205888Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0207220Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0208513Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0209937Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0210949Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0212565Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0214013Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0215105Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0216695Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0217857Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0219336Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0220435Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0221844Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0223142Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0224318Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0225719Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0226899Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0228237Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0229520Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0230983Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0232096Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0233469Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0234793Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0236227Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0237286Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0238924Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0240197Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0241469Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0243148Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0244333Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0245695Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0246981Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0248451Z copying torch/include/ATen/ops/diag_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0249950Z copying torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0251047Z copying torch/include/ATen/ops/diag_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0252443Z copying torch/include/ATen/ops/diag_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0253714Z copying torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0254973Z copying torch/include/ATen/ops/diag_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0256970Z copying torch/include/ATen/ops/diag_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0257459Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0259093Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0260211Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0261139Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0262505Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0263746Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0264923Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0267426Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0267732Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0268530Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0270237Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0270963Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0272466Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0273370Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0274736Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0275630Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0277131Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0278544Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0279560Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0280964Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0281874Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0282972Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0284810Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0285303Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0286570Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0288232Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0289079Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0290163Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0292005Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0292674Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0294249Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0295165Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0296365Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0297682Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0298629Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0299708Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0300754Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0301884Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0302943Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0303989Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0304913Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0306539Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0307282Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0308787Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0309599Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0310972Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0311965Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0313169Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0314359Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0315581Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0316795Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0317998Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0319329Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0321037Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0322418Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0323803Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0324602Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0326209Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0327458Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0328413Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0329629Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0330889Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0332266Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0333384Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0335067Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0336057Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0337710Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0338625Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0340185Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0341448Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0342331Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0343676Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0344986Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0346194Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0347447Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0348697Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0350048Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0351264Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0352482Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0353749Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0355036Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0356417Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0357790Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0359270Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0360060Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0361483Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0362691Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0363968Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0365440Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0366444Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0367953Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0369320Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0370342Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0371788Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0373131Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0373945Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0375459Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0376982Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0377765Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0378993Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0380527Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0381833Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0383371Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0384741Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0386068Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0387519Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0389110Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0390363Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0391273Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0392754Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0394031Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0395517Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0396815Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0398010Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0400285Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0400570Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0401952Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0403485Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0404424Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0406100Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0407042Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0408766Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0410164Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0412227Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0412578Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0413864Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0414786Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0416467Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0417565Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0418816Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0420621Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0421597Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0423048Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0423995Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0425185Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0426467Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0427666Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0429065Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0429839Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0431423Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0431893Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0433692Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0434583Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0435878Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0436686Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0438349Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0439440Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0440794Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0441619Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0443442Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0444316Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0445756Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0446676Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0448218Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0449580Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0450772Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0451973Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0453192Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0454502Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0455885Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0457813Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0459098Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0460225Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0461591Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0463074Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0463974Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0465411Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0466693Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0468009Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0469033Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0470335Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0472197Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0472625Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0474800Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0475048Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0476503Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0478111Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0478892Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0480248Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0481551Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0482572Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0484267Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0485541Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0486790Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0487682Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0489466Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0490426Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0491649Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0492934Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0494157Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0495034Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0496477Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0497784Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0498736Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0499959Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0501153Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0502152Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0503387Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0504611Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0505771Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0506975Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0508052Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0509333Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0510351Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0511645Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0512583Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0513890Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0514989Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0516167Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0517383Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0518429Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0519673Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0520683Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0522272Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0523323Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0524571Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0525800Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0526835Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0528225Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0529115Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0530423Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0531772Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0533160Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0534171Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0535626Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0536681Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0538005Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0539265Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0541064Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0541738Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0543170Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0544074Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0545646Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0547332Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0548228Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0550336Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0550928Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0552240Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0553332Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0554854Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0555921Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0557287Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0558812Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0559825Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0561293Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0563244Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0564083Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0565345Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0566730Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0567701Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0569041Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0570209Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0571248Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0572579Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0573919Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0574736Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0576760Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0577397Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0578589Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0579791Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0580892Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0581975Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0583324Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0584562Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0585793Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0587055Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0589439Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0589772Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0590745Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0591962Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0593523Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0594757Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0596542Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0596914Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0598681Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0599454Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0600700Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0601660Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0603113Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0604246Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0605623Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0607152Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0608102Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0609648Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0610318Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0612955Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0613490Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0614639Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0615850Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0617554Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0618867Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0620046Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0621715Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0622723Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0624597Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0625015Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0626515Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0627735Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0628753Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0629893Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0631339Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0632840Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0633869Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0635202Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0636230Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0638299Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0638794Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0640022Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0641392Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0642742Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0644611Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0645398Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0646674Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0647732Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0648699Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0649915Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0651106Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0652088Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0653381Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0654750Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0656218Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0657806Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0658789Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0660220Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0661631Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0662567Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0663965Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0665111Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0666476Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0667612Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0668829Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0669382Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0670481Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0671795Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0673260Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0674333Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0675629Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0676734Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0678011Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0679374Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0680785Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0681961Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0683178Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0684380Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0685835Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0687012Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0688244Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0689498Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0690776Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0692111Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0693320Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0694673Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0696093Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0697232Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0698407Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0699601Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0700869Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0701997Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0703171Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0704347Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0705524Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0706764Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0707891Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0709081Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0710347Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0711462Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0712635Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0714264Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0715334Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0716620Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0717992Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0718954Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0720029Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0721526Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0722605Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0724576Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0725043Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0726381Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0727499Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0728569Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0729789Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0730894Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0732049Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0733219Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0734417Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0735632Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0737041Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0738301Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0739527Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0740650Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0741792Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0742925Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0744161Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0745261Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0746440Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0747591Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0748705Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0749875Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0751122Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0752356Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0753541Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0754585Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0755854Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0757126Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0758363Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0759594Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0760660Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0761814Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0762957Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0764106Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0765242Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0766482Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0767598Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0768710Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0769847Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0771002Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0772142Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0773383Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0774515Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0775870Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0776976Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0778203Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0779312Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0780441Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0781601Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0782954Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0784065Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0785175Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0786312Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0787569Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0788703Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0789766Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0790907Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0792142Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0793231Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0794414Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0795653Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0797401Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0798570Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0799729Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0800877Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0802021Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0803172Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0804325Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0805609Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0806659Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0807822Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0808963Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0810142Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0820167Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0822065Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0822505Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0823165Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0823671Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0824137Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0824558Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0825014Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0825457Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0825889Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0826306Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0826870Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0827649Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0828129Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0829235Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0830540Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0831830Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0833125Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0834501Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0835781Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0837431Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0838469Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0839785Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0840926Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0842139Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0843436Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0844539Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0846105Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0847295Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0848985Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0849971Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0851487Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0852793Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0854199Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0855442Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0856773Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0858175Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0859481Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0860784Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0861566Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0863222Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0864280Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0865112Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0866785Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0868004Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0869144Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0870443Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0871697Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0872989Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0874248Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0875474Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0876744Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0879062Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0879604Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0880698Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0882265Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0883518Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0884805Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0885698Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0886653Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0888170Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0889067Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0890495Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0891660Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0892666Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0894090Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0895095Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0896780Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0897760Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0899263Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0900443Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0901550Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0902975Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0903858Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0905463Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0906387Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0907870Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0909108Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0910445Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0911470Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0913012Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0913952Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0914857Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0916558Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0918092Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0919381Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0920753Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0921607Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0922943Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0924520Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0925970Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0926894Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0929173Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0929431Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0930831Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0932244Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0933216Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0935185Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0936139Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0937418Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0938512Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0940378Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0941299Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0942349Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0943980Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0944873Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0946023Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0947029Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0948448Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0949344Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0950523Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0953017Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0953931Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0954741Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0955839Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0957376Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0959088Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0960180Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0961557Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0962719Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0964284Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0965301Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0966693Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0968170Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0969320Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0970726Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0971884Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0973303Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0974716Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0975959Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0978065Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0979133Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0980481Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0981674Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0983102Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0984662Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0985637Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0986987Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0988170Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0989833Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0991041Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0992302Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0993577Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0994918Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0996214Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0997665Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.0999096Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1000215Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1001790Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1002844Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1004245Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1005402Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1006794Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1007972Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1009326Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1010667Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1011767Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1013290Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1014484Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1016000Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1017195Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1018644Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1019814Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1021063Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1022455Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1023668Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1025066Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1026210Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1027640Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1028986Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1030155Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1031552Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1032719Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1034304Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1035364Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1036929Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1038064Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1039496Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1040721Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1042196Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1043937Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1045171Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1046623Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1047960Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1049212Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1050658Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1051806Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1053225Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1054619Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1055871Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1058094Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1059522Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1060708Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1061978Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1063381Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1064694Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1065880Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1067142Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1068368Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1069628Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1071134Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1072194Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1073571Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1074780Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1076117Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1077527Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1078724Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1079937Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1081321Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1082648Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1083816Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1085258Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1086703Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1088000Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1089550Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1090646Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1092062Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1093461Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1094808Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1096001Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1097660Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1098526Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1099917Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1100903Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1102326Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1103191Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1104637Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1105978Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1107253Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1108162Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1109809Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1111078Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1112575Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1113869Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1115870Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1116310Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1117526Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1118554Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1120353Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1121302Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1122469Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1123979Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1125109Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1126631Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1128534Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1129616Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1130876Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1133077Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1133587Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1134690Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1135884Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1137162Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1138177Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1140100Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1140813Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1142361Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1143268Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1144712Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1145822Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1147349Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1148402Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1149710Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1150942Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1152316Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1153570Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1154861Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1156170Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1157384Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1158855Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1159945Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1161645Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1162568Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1163602Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1165324Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1166221Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1167675Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1168492Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1169891Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1171240Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1172005Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1173899Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1174856Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1176585Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1177123Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1178784Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1179725Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1180818Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1181962Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1183120Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1184098Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1185340Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1186737Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1187653Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1189027Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1190158Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1191082Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1192329Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1193515Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1194488Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1195777Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1196919Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1198182Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1199273Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1200527Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1201677Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1202676Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1203947Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1205131Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1206809Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1207955Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1209043Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1210209Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1211472Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1212485Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1213705Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1214895Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1216315Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1217836Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1218989Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1220143Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1221315Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1222463Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1223578Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1224804Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1225806Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1226974Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1228129Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1229373Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1230635Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1231684Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1232757Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1234087Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1235108Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1236151Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1237135Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1238558Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1239476Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1241141Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1242132Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1243393Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1244835Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1245874Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1247583Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1248785Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1250190Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1251033Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1252656Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1253589Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1255454Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1256180Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1257419Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1258822Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1259754Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1260996Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1262442Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1263221Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1264661Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1265593Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1267036Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1268260Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1269541Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1270932Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1272414Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1273470Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1274863Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1276299Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1277642Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1279100Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1280568Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1281838Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1283946Z copying torch/include/ATen/ops/im2col_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1284759Z copying torch/include/ATen/ops/im2col_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1286961Z copying torch/include/ATen/ops/im2col_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1288715Z copying torch/include/ATen/ops/im2col_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1289650Z copying torch/include/ATen/ops/im2col_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1291211Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1292835Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1294344Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1296217Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1297610Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1299470Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1300819Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1302420Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1304091Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1305550Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1307368Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1308777Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1310407Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1311956Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1313512Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1315147Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1316698Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1318356Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1320200Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1321391Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1323759Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1324873Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1326387Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1328124Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1329310Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1331142Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1332668Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1334038Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1336109Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1337463Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1339125Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1341374Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1342018Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1342824Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1343817Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1345028Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1346548Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1347670Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1348752Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1349811Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1351133Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1352295Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1353242Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1354679Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1355638Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1356911Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1358218Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1359638Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1360871Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1361857Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1364236Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1364496Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1366343Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1367210Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1368737Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1369757Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1371212Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1372528Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1374016Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1375443Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1376160Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1378458Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1379853Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1381446Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1382154Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1383509Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1384835Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1386102Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1387400Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1388322Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1389678Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1391361Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1392159Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1393873Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1394590Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1396126Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1397173Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1398120Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1400382Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1401183Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1401979Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1403405Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1404208Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1405808Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1406386Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1407997Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1409071Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1410051Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1411426Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1412535Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1413754Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1414771Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1416258Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1417345Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1418708Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1420456Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1420821Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1421731Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1423320Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1424312Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1425992Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1426968Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1428439Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1429662Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1431146Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1432259Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1433661Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1434864Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1436435Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1437464Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1438882Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1440111Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1441637Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1442705Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1444179Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1445401Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1446902Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1447967Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1449443Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1450229Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1451799Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1453033Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1454244Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1455601Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1456857Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1458380Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1459685Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1460920Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1462341Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1463521Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1464813Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1466121Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1467386Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1468784Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1469972Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1471258Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1472607Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1473818Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1475574Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1476320Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1478115Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1479524Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1480513Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1481862Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1482831Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1484293Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1485417Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1486471Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1488473Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1488924Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1490131Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1491589Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1492818Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1494368Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1495715Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1496741Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1498234Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1499302Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1500532Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1501817Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1502823Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1503856Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1504973Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1506389Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1507239Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1508777Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1509921Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1511394Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1512631Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1513690Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1515281Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1516359Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1517683Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1518897Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1520370Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1521686Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1523077Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1524263Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1525373Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1526575Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1527988Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1528880Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1530463Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1531465Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1532456Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1533736Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1535188Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1536292Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1537967Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1539549Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1540730Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1541997Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1543429Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1544850Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1545896Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1547299Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1548359Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1549867Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1550985Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1552313Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1553404Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1554925Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1555923Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1557396Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1558616Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1560097Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1561129Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1562528Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1563639Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1565074Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1566124Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1567479Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1568592Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1569993Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1571041Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1572360Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1573561Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1574933Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1576234Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1577385Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1578747Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1579849Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1581162Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1582365Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1584438Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1585347Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1586569Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1587604Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1589356Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1590468Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1591436Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1592545Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1594108Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1595058Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1596219Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1597741Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1598830Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1599974Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1601095Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1602593Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1603794Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1605205Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1606332Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1607659Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1608971Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1609806Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1611018Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1612405Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1613921Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1614902Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1616352Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1617488Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1618874Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1620650Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1621695Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1623092Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1624184Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1625341Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1626916Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1628633Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1630021Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1630474Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1631519Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1632952Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1634101Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1635217Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1636582Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1638003Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1639214Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1640537Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1641590Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1642937Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1643963Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1644848Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1646532Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1647799Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1649077Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1650449Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1652260Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1653995Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1655785Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1657421Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1658992Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1660813Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1662224Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1663762Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1665301Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1666896Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1668467Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1670138Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1671546Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1673269Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1674939Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1676021Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1678228Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1679030Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1680501Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1681910Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1682875Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1684751Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1685764Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1687145Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1688534Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1689831Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1691256Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1692570Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1693843Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1695423Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1696595Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1698859Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1699757Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1701297Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1702354Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1704003Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1705111Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1706592Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1707740Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1709778Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1710990Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1712358Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1713655Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1715203Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1716232Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1717784Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1719112Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1720322Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1721916Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1723033Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1724538Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1725731Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1727321Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1728249Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1729836Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1731070Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1732314Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1733734Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1734963Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1736595Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1737763Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1739251Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1740579Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1741829Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1743266Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1744408Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1746236Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1747303Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1749345Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1750063Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1751890Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1752610Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1754600Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1755355Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1757069Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1758309Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1759591Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1761118Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1762329Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1763964Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1765068Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1766562Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1767920Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1769430Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1770427Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1771914Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1773007Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1775045Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1775875Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1777478Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1778431Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1780118Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1781277Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1782913Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1783998Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1785461Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1786638Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1788435Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1789540Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1791084Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1792142Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1793846Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1794722Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1796978Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1798030Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1799570Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1800780Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1802599Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1804284Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1804835Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1806629Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1807584Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1809234Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1810238Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1812064Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1813232Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1814868Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1816692Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1818156Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1819736Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1821217Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1822968Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1824419Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1826189Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1827598Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1829177Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1830865Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1832343Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1834423Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1835671Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1837090Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1838722Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1840292Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1841877Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1843375Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1844957Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1846529Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1848353Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1849890Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1851331Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1852905Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1854577Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1856077Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1858508Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1860053Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1862012Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1863497Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1865001Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1866517Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1868219Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1869878Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1871460Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1873015Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1874640Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1876208Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1878144Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1879563Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1881159Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1882797Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1884558Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1885905Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1887471Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1889253Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1890815Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1892272Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1893811Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1895574Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1898048Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1899500Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1901036Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1902580Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1904315Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1905751Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1907274Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1908870Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1910623Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1912286Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1913859Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1915283Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1916868Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1918562Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1920419Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1921829Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1923452Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1925049Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1926674Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1928428Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1930005Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1931567Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1933272Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1934729Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1936414Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1937963Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1939756Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1941238Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1942856Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1944257Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1945735Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1947300Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1948852Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1950415Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1952036Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1953582Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1955115Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1956749Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1958330Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1960035Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1961496Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1963020Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1964523Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1966244Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1967686Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1969279Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1970730Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1972460Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1973922Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1975544Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1977084Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1978951Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1980440Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1981984Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1983530Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1985227Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1986616Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1988206Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1989714Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1991435Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1992858Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1994417Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1995947Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1997758Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.1999924Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2001447Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2003031Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2004572Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2006119Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2007679Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2009177Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2010757Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2012516Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2013970Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2015698Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2017481Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2019068Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2020519Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2022078Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2023650Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2025404Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2026886Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2028388Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2030077Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2031980Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2033633Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2035158Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2036688Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2038585Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2039972Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2041534Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2043037Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2044618Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2046117Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2047684Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2049201Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2051038Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2052410Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2053937Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2055537Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2058268Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2059346Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2061430Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2062754Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2064663Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2066011Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2067613Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2069164Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2070804Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2072363Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2073953Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2075790Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2077230Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2078851Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2080367Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2082305Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2083763Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2085270Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2086824Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2089304Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2090491Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2092145Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2093671Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2095424Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2096973Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2098979Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2100267Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2101823Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2104361Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2105700Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2107131Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2108670Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2110434Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2112738Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2113695Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2115120Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2116626Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2118837Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2120144Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2121672Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2123538Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2125064Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2126690Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2128200Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2129750Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2131383Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2132982Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2134787Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2136440Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2137989Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2139647Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2141262Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2142812Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2144838Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2146396Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2147967Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2149432Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2151138Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2152714Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2154269Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2155849Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2157491Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2159309Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2161017Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2162371Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2163966Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2165507Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2167397Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2168789Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2170447Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2172053Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2173860Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2175590Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2177118Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2178737Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2180362Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2181956Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2183753Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2185258Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2186849Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2188422Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2190060Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2191673Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2193420Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2194922Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2196509Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2198170Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2200143Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2201574Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2203312Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2204839Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2206376Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2208994Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2210210Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2211588Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2213405Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2215688Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2216577Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2219203Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2220325Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2222115Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2223404Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2225112Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2226693Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2228386Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2230183Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2231399Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2233148Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2234501Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2236394Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2237788Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2239587Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2241254Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2242550Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2244384Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2245680Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2247688Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2248988Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2250676Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2252385Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2254012Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2256002Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2257528Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2258989Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2260745Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2262088Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2263842Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2265174Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2267125Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2268346Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2270279Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2271451Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2273237Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2274621Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2276356Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2277961Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2279575Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2280748Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2282253Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2283326Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2284985Z copying torch/include/ATen/ops/lstsq.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2285901Z copying torch/include/ATen/ops/lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2287286Z copying torch/include/ATen/ops/lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2288468Z copying torch/include/ATen/ops/lstsq_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2290022Z copying torch/include/ATen/ops/lstsq_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2291574Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2292677Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2294984Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2295571Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2296602Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2298585Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2298925Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2299834Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2301326Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2302188Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2303499Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2305158Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2306564Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2307557Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2308736Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2309967Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2311119Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2312377Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2313562Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2315010Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2315698Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2316969Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2318283Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2319252Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2320444Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2321735Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2323041Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2323974Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2325191Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2326329Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2327596Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2328568Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2329965Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2331160Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2332372Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2333666Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2334595Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2336564Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2337826Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2338815Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2340107Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2341595Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2342469Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2344145Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2345979Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2346695Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2347618Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2349191Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2350844Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2351908Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2353255Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2354537Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2355798Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2357168Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2358646Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2359851Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2361095Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2362399Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2363654Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2364823Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2366071Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2367462Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2368311Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2369757Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2371193Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2372111Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2374299Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2375033Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2376349Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2378361Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2379103Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2380250Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2381531Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2382536Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2383965Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2385568Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2387032Z copying torch/include/ATen/ops/matrix_rank.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2388300Z copying torch/include/ATen/ops/matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2389296Z copying torch/include/ATen/ops/matrix_rank_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2390431Z copying torch/include/ATen/ops/matrix_rank_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2391910Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2392944Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2394436Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2395631Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2396828Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2398184Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2399551Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2400521Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2401782Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2403093Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2404174Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2405128Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2406640Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2407830Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2409138Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2410387Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2412124Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2412979Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2414396Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2415777Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2416582Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2418015Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2419364Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2420808Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2421802Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2423257Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2424225Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2425701Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2426800Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2427833Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2429146Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2430134Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2431467Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2432660Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2433788Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2435156Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2436550Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2437830Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2439555Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2440371Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2441605Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2442905Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2444175Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2445533Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2446756Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2448138Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2449502Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2450691Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2452040Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2453459Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2454704Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2456168Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2457614Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2458864Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2459873Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2461304Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2462175Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2463366Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2464620Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2466248Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2467819Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2468970Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2470590Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2471557Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2473081Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2474412Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2475354Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2476777Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2478017Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2478939Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2480553Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2481986Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2483314Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2484397Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2485585Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2486752Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2487836Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2489686Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2490094Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2491532Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2492551Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2493997Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2494845Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2498436Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2498743Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2499587Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2501063Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2502394Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2503280Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2504799Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2505982Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2507232Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2508298Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2509289Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2510564Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2511516Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2512958Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2514186Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2515405Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2516655Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2518095Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2519522Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2520858Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2521906Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2523201Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2524757Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2525637Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2527174Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2528079Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2529425Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2530497Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2531515Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2532795Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2534055Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2535616Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2536887Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2538904Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2539915Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2540979Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2542374Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2543533Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2544572Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2545614Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2547401Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2548396Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2549778Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2550926Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2552050Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2553277Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2554415Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2555478Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2556604Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2557821Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2559270Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2560484Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2561779Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2562747Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2564217Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2565595Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2566433Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2568066Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2569315Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2570770Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2572280Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2573660Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2575002Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2576574Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2578114Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2579392Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2580788Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2582161Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2583489Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2584842Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2586292Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2587553Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2588892Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2590224Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2591545Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2592925Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2594261Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2595402Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2596808Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2598095Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2599600Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2600860Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2602107Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2603465Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2604840Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2606127Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2607453Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2608689Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2609986Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2611269Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2612877Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2613750Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2615072Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2616440Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2617808Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2619155Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2620440Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2621946Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2623173Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2624444Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2626074Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2627054Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2628087Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2629683Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2631180Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2632107Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2633912Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2634612Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2635855Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2636955Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2638285Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2639419Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2640446Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2641544Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2642848Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2643805Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2645035Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2646000Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2647073Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2648663Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2649651Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2650590Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2652164Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2653429Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2654866Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2656423Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2657302Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2658340Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2660126Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2660850Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2661951Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2663462Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2664139Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2665289Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2666525Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2667784Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2668997Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2670162Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2671433Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2672406Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2673757Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2676118Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2676596Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2677694Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2679159Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2680089Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2681281Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2682411Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2683785Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2684760Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2686139Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2687369Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2688557Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2690650Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2690926Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2692153Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2693478Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2694978Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2696384Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2698595Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2700393Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2701209Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2702684Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2703927Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2705413Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2706655Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2707958Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2709245Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2711209Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2712448Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2713872Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2715111Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2716481Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2718000Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2719298Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2720489Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2721894Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2723199Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2724555Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2725804Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2727160Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2728822Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2730012Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2731329Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2732749Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2734369Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2736059Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2737392Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2738356Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2739831Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2741243Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2742192Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2743751Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2745158Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2746587Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2747992Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2749372Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2750734Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2752106Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2753499Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2754855Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2756193Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2757619Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2759073Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2760514Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2761970Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2763334Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2764724Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2766096Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2767510Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2768823Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2770273Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2771645Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2773001Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2774373Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2775918Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2777259Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2778768Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2780155Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2781548Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2782896Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2784368Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2785768Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2787152Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2788511Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2789875Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2791409Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2792585Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2794187Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2796008Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2796960Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2798077Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2799929Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2801150Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2802276Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2803962Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2805203Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2806488Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2807581Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2808901Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2809957Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2811393Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2812750Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2813952Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2815628Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2816731Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2818364Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2819707Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2820782Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2822284Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2823418Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2825024Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2826095Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2827423Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2828551Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2830001Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2831566Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2832514Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2833720Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2834960Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2836224Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2837153Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2838723Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2839578Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2841204Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2842165Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2843651Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2845001Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2846309Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2847610Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2848888Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2850120Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2851377Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2852312Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2854097Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2854841Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2856341Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2858062Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2859829Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2861041Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2862334Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2863638Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2865024Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2866465Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2867808Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2869063Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2870519Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2871475Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2872885Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2874544Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2875869Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2877230Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2878490Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2879438Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2880871Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2882128Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2883627Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2884993Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2885760Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2887386Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2888999Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2890027Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2891457Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2892391Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2893700Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2894728Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2896514Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2897607Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2898884Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2899910Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2901091Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2902298Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2903380Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2904692Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2905717Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2906830Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2908137Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2909207Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2910565Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2911630Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2912603Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2914188Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2915152Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2916472Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2917700Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2918782Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2920031Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2921334Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2922520Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2923465Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2925061Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2925928Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2928657Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2929073Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2929803Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2931007Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2932376Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2933992Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2934855Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2936420Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2937450Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2938945Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2940256Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2941285Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2942717Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2943861Z copying torch/include/ATen/ops/nested_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2945365Z copying torch/include/ATen/ops/nested_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2946708Z copying torch/include/ATen/ops/nested_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2947892Z copying torch/include/ATen/ops/nested_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2949397Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2950626Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2951730Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2952922Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2954050Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2955517Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2956618Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2958054Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2959498Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2960725Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2962063Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2963698Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2964897Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2966423Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2967639Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2968943Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2970233Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2971754Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2972898Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2974242Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2975477Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2976718Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2978067Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2979268Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2980393Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2982207Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2982786Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2984214Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2985484Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2986724Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2987950Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2989071Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2990384Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2991516Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2993043Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2994312Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2995547Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2997119Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2998448Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.2999786Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3001306Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3002545Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3004378Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3005246Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3006696Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3007664Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3009114Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3010295Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3011717Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3013074Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3014422Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3015956Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3017712Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3019113Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3020486Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3021759Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3023138Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3024352Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3025488Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3026406Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3027829Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3029496Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3030213Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3031868Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3032802Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3034047Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3035217Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3036656Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3037885Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3039172Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3040383Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3041812Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3042738Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3043967Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3045373Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3046862Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3048391Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3049706Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3050608Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3051800Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3053262Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3054474Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3055899Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3057189Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3058963Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3059689Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3060840Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3062514Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3063668Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3065097Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3066182Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3067389Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3068533Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3069849Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3071159Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3072452Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3073545Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3074726Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3075926Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3077097Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3078426Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3080118Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3081201Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3082196Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3083611Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3084872Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3085982Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3087885Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3089104Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3090151Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3091809Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3092647Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3093925Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3095489Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3097180Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3097897Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3099200Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3100358Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3101647Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3102960Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3104281Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3105658Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3106923Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3108513Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3109337Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3110882Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3112367Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3112780Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3114300Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3115585Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3116950Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3118290Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3119766Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3120929Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3122268Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3123568Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3124872Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3126191Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3127483Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3129353Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3130298Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3131729Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3132929Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3134267Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3135746Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3137020Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3138237Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3139578Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3140718Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3141951Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3143165Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3144497Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3145671Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3146903Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3148155Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3149497Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3150647Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3151882Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3153077Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3154407Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3155561Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3156752Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3158142Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3159482Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3160638Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3161943Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3163254Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3164254Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3165572Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3166815Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3168034Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3169259Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3170597Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3171783Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3173031Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3174250Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3175678Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3176928Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3178340Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3179692Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3180948Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3182339Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3183557Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3184509Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3185911Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3187062Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3188336Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3189437Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3190622Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3191742Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3193008Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3194348Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3195271Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3196701Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3198106Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3199505Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3200829Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3202216Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3203558Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3204749Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3205992Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3207340Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3208896Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3210412Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3211856Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3213095Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3214416Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3216063Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3217788Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3219333Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3220788Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3221807Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3223452Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3224641Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3225939Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3227235Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3228492Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3229935Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3231191Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3232452Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3233724Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3235124Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3236501Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3238100Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3239338Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3240643Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3241778Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3243182Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3244729Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3245978Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3247820Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3248761Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3250477Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3251158Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3252762Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3253602Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3255168Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3256162Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3257603Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3258498Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3260071Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3261162Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3262792Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3263944Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3265238Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3266365Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3267739Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3268951Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3270253Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3271481Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3272733Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3274201Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3275494Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3276879Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3278123Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3280112Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3280819Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3281805Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3283367Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3284579Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3285930Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3286892Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3288236Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3289266Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3290788Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3291823Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3293096Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3294703Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3295927Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3298187Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3298545Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3299942Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3301327Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3302197Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3303917Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3305245Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3306642Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3307530Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3309567Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3309875Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3311511Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3312389Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3314060Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3315461Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3317035Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3317950Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3319574Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3320925Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3322025Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3323445Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3324968Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3326512Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3327453Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3329071Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3341452Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3342379Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3343020Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3343522Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3344031Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3344517Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3345139Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3345669Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3346205Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3346704Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3347198Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3347671Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3348132Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3348600Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3349197Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3349825Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3350711Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3352510Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3354241Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3355664Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3357708Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3359393Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3360872Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3362528Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3363797Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3365736Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3367455Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3369230Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3370575Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3372457Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3373914Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3375395Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3376585Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3377577Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3378933Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3380278Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3381402Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3383153Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3384385Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3385683Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3386872Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3388131Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3389522Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3390492Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3391864Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3393035Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3394472Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3395686Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3396720Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3398247Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3399418Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3400663Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3401933Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3403131Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3404525Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3405905Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3407069Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3408430Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3409621Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3410818Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3412182Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3413398Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3414639Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3416078Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3417947Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3419135Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3420518Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3421631Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3422838Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3424146Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3425355Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3426615Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3428073Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3429044Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3430423Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3431644Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3432830Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3434057Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3435305Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3436658Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3437904Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3439147Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3440369Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3441608Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3442894Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3444239Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3445399Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3446604Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3447997Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3449196Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3450449Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3451704Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3453027Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3454192Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3455548Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3456761Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3458189Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3459330Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3460614Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3461828Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3463141Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3464781Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3465969Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3467254Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3468491Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3469690Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3470933Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3472152Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3473417Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3474600Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3475848Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3477051Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3478546Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3479697Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3480976Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3482158Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3483404Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3484765Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3485958Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3487241Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3488451Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3489659Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3491033Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3492250Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3493643Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3494986Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3496086Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3497521Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3498731Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3499921Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3501136Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3502430Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3503595Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3504864Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3506084Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3507289Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3508509Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3509757Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3510964Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3512162Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3513401Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3514634Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3515859Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3517228Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3518511Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3519739Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3520958Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3522265Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3523439Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3524815Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3525934Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3527355Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3528404Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3529741Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3531039Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3532224Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3533814Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3534658Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3536074Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3537736Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3538379Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3539893Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3541348Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3542748Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3543978Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3545769Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3547145Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3548497Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3549875Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3551520Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3553025Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3554325Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3555743Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3557152Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3558783Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3560236Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3561527Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3563001Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3564532Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3565909Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3567272Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3568739Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3570265Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3571650Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3573053Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3574478Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3576087Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3578159Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3579604Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3581039Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3582732Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3584078Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3585559Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3587000Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3588402Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3589809Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3591214Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3592602Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3594075Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3595461Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3596897Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3598424Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3600011Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3601374Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3602796Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3604206Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3605665Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3607101Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3608936Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3609949Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3611243Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3612498Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3613772Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3615096Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3617193Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3617764Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3619245Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3620702Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3621763Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3623178Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3624456Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3625700Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3627142Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3628327Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3629735Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3630928Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3632277Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3633476Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3634775Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3636309Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3637634Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3638715Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3640144Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3641439Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3642874Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3644352Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3646012Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3646983Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3648463Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3649876Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3651098Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3652649Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3654124Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3654855Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3656493Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3657810Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3659113Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3660362Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3661784Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3663171Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3664108Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3665483Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3666854Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3668150Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3669060Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3670573Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3672089Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3673337Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3674730Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3675963Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3677163Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3678704Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3679818Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3681041Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3682443Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3683732Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3684793Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3685697Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3687037Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3688639Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3689372Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3690483Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3691872Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3693260Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3695081Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3695919Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3697320Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3698811Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3699948Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3701220Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3702656Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3703967Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3705393Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3706456Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3707864Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3709254Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3710562Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3711687Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3712652Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3714167Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3715061Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3716212Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3717745Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3719580Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3720392Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3722211Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3723139Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3724586Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3725523Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3726594Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3727781Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3728957Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3730423Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3731379Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3732645Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3733977Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3734983Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3736393Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3738323Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3739619Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3740518Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3741750Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3742910Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3744064Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3745320Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3746657Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3747725Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3748964Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3750201Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3751580Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3752663Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3753949Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3755142Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3756450Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3757719Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3759769Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3760299Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3762192Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3763018Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3764014Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3765302Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3766512Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3767882Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3768944Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3771065Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3771479Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3772559Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3774660Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3774975Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3776474Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3777758Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3778897Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3780441Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3781758Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3783860Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3784263Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3785383Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3786738Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3787786Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3789256Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3790263Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3791589Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3793024Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3793871Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3795208Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3796637Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3797967Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3799696Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3801029Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3802662Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3804141Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3805687Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3806643Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3808015Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3810169Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3810844Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3811913Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3812762Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3814059Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3815538Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3816753Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3818002Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3819177Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3820555Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3821802Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3822983Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3824215Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3825498Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3826899Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3828164Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3829345Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3830541Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3831810Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3833026Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3834226Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3835441Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3836786Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3838080Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3839339Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3840586Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3841928Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3843111Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3844309Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3845548Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3846989Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3848340Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3849513Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3850758Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3852001Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3853223Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3854436Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3855894Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3857127Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3858447Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3859614Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3860868Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3862062Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3863294Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3864551Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3866046Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3867214Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3868482Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3869700Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3870937Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3872128Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3873393Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3874699Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3876011Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3877132Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3878465Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3879751Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3881469Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3882696Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3883961Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3885214Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3886385Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3887621Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3888860Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3890213Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3891455Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3892776Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3893966Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3895180Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3896523Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3898402Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3899567Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3900795Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3902029Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3903431Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3904582Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3905747Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3906996Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3908227Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3909513Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3910755Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3911917Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3913164Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3914349Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3915569Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3916926Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3918355Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3919644Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3920884Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3922110Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3923350Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3924552Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3925745Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3926999Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3928225Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3929691Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3930746Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3931972Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3933248Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3934513Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3935883Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3937123Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3938550Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3939629Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3940941Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3942174Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3943367Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3944593Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3945821Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3947036Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3948417Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3949586Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3950775Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3951987Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3953210Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3954423Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3955658Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3956912Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3958441Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3959536Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3960757Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3962407Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3963674Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3964947Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3966129Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3967362Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3968596Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3969958Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3971177Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3972392Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3973627Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3974861Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3977359Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3977999Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3979429Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3980793Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3981504Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3982683Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3984235Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3985266Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3986561Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3987678Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3988963Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3990696Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3991621Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3992956Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3994306Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3995624Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3996988Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3997883Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.3999298Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4000716Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4001708Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4002830Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4004086Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4005053Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4006536Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4007894Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4009217Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4010581Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4011709Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4012983Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4014174Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4015641Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4017082Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4018369Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4019829Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4021161Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4022220Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4023543Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4024940Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4026468Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4028010Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4029263Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4030514Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4031902Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4032878Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4034333Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4035487Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4036659Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4037695Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4039583Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4040494Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4042048Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4043457Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4044939Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4046439Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4047683Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4049123Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4050701Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4051692Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4053132Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4054555Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4055609Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4056919Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4057873Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4059361Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4060574Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4061814Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4062813Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4064201Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4065285Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4067050Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4067989Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4069130Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4070304Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4071941Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4072886Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4073975Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4075470Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4076430Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4078154Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4079682Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4080995Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4082277Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4083342Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4084644Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4085815Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4087108Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4088028Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4089470Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4090907Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4091950Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4093348Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4094464Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4096053Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4097564Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4098923Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4100277Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4101564Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4103024Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4104218Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4105446Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4106713Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4108039Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4109527Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4110564Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4111898Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4113461Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4114648Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4115874Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4117162Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4118485Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4120707Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4121059Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4122505Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4123911Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4125184Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4126565Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4128196Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4129514Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4130789Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4131772Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4133194Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4134255Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4135723Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4137203Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4138306Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4139630Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4140830Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4142169Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4143662Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4144923Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4146281Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4147882Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4148824Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4150240Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4151672Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4153063Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4154486Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4155733Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4157124Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4158522Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4160029Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4161277Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4162705Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4164165Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4165452Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4166809Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4167748Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4169148Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4170413Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4171371Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4172638Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4173923Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4175368Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4177035Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4178458Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4179839Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4181150Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4182420Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4183800Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4185111Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4186540Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4187669Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4188955Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4190122Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4191469Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4193001Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4194064Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4195261Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4196389Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4197840Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4199261Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4200510Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4201825Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4203317Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4204553Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4205902Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4207260Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4208631Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4210032Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4211250Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4212993Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4214351Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4215866Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4217697Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4219050Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4220406Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4222014Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4224332Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4224705Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4225484Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4226931Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4228502Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4229480Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4231052Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4232214Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4233600Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4235197Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4236583Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4238477Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4239450Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4240723Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4242002Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4243345Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4244635Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4245882Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4247187Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4248895Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4249637Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4251183Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4252692Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4253661Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4255187Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4256881Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4258256Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4259545Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4260702Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4261670Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4263123Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4264590Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4265936Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4266838Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4267940Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4269400Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4270420Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4271805Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4273107Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4274615Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4275535Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4277129Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4278150Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4279812Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4280843Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4281826Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4283310Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4284349Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4285613Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4287093Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4288537Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4289525Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4290407Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4291826Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4292841Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4294201Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4295462Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4297234Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4298776Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4299744Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4301212Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4302545Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4304240Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4305802Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4307396Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4308942Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4310554Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4312505Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4313701Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4315652Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4316974Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4318957Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4320365Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4322419Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4323882Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4325429Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4327146Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4328594Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4330436Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4331844Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4333659Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4335075Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4337161Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4338746Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4340781Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4342110Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4343880Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4345305Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4347161Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4349000Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4350373Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4352203Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4353576Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4355519Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4356973Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4358587Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4360326Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4362491Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4363207Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4364796Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4365824Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4367291Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4368204Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4369575Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4370473Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4371747Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4373020Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4374449Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4375160Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4376465Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4378283Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4380586Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4381039Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4381822Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4383317Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4384296Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4385488Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4386645Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4388041Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4389158Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4390025Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4391658Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4393148Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4394401Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4395425Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4396761Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4398066Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4399333Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4400521Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4401847Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4402767Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4404217Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4405221Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4406693Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4407944Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4409491Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4410235Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4411619Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4412918Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4414435Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4415855Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4417188Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4418741Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4419730Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4421306Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4422525Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4423501Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4425281Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4426274Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4427838Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4429056Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4430654Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4431964Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4433283Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4434701Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4436232Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4437540Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4439005Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4440390Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4441863Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4443264Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4444625Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4445887Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4447242Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4448547Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4449922Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4451315Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4452579Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4453933Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4455435Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4456797Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4458391Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4459650Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4460828Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4462242Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4463404Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4464266Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4465469Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4467046Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4468031Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4469425Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4471357Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4471752Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4473251Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4474130Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4476020Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4477205Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4478577Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4479576Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4480962Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4482325Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4483683Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4484658Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4486169Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4487036Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4488664Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4489757Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4491267Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4492677Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4494149Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4495620Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4496539Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4498348Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4499621Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4500481Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4501754Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4503154Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4504590Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4505666Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4507033Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4508217Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4510005Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4510644Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4512084Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4513392Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4514470Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4515963Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4516925Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4518151Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4519509Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4520946Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4521901Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4524008Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4524482Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4525782Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4526855Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4528213Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4529774Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4531049Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4532259Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4533621Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4535422Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4536262Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4537603Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4538969Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4540208Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4541656Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4542726Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4544221Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4545234Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4546639Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4547914Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4549091Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4550640Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4551818Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4552996Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4554179Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4555240Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4556586Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4558555Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4559620Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4561086Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4562196Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4563507Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4565433Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4566447Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4567507Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4568950Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4569838Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4571080Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4572029Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4573489Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4574532Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4576013Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4577237Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4578471Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4579485Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4580961Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4581871Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4583202Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4584599Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4585765Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4587139Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4588382Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4589698Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4591050Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4591908Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4593422Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4594214Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4595577Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4596530Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4598096Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4599849Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4600187Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4601960Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4603250Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4604362Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4605798Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4607085Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4608359Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4609681Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4611231Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4612485Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4613846Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4615202Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4617315Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4617640Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4619326Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4620563Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4622395Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4622664Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4624124Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4625226Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4626828Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4627791Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4629132Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4630529Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4632670Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4633060Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4634656Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4635867Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4637023Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4638303Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4640081Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4641387Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4642615Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4644310Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4645092Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4646169Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4647633Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4648601Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4649965Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4650917Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4652116Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4653211Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4654489Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4655846Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4657908Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4659757Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4661046Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4662163Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4664246Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4665067Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4665865Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4668478Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4669441Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4670092Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4671248Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4672358Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4673413Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4674351Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4675855Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4676861Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4678341Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4679473Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4681211Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4681937Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4682980Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4684406Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4685492Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4687027Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4687959Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4689225Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4690237Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4691288Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4693084Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4694299Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4695976Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4697108Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4698614Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4699555Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4701046Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4701879Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4704317Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4704912Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4706220Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4707693Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4709021Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4710199Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4711436Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4712861Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4714086Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4715557Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4716705Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4718347Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4719632Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4721316Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4722762Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4724059Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4725106Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4726643Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4727736Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4729171Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4730410Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4732048Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4733007Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4734808Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4736294Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4737646Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4739193Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4740744Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4742557Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4743524Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4745112Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4746125Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4747572Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4748999Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4750331Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4752802Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4753140Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4754172Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4756059Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4757125Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4758625Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4759905Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4761588Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4762717Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4763879Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4765149Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4766498Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4767600Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4769008Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4770140Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4771547Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4772746Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4774313Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4775441Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4777053Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4778370Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4779396Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4780725Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4781905Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4783224Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4784374Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4786082Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4787082Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4788456Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4789567Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4790989Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4792094Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4793471Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4794611Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4796161Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4797144Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4798660Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4799785Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4801415Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4802465Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4803765Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4805092Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4806461Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4808133Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4809278Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4810666Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4811807Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4813180Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4814486Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4815941Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4817169Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4818539Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4819726Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4821086Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4822403Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4823575Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4824903Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4826082Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4827626Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4828726Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4830211Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4831370Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4832931Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4834073Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4835256Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4836685Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4837893Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4839352Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4840620Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4841784Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4843205Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4844490Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4845638Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4847028Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4848188Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4849759Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4850759Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4851978Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4853169Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4854532Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4855914Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4857612Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4859026Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4859986Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4861141Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4862579Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4863561Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4865363Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4865973Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4867435Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4868329Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4870246Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4871074Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4872375Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4873612Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4874771Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4875951Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4877222Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4878551Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4879505Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4880743Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4881999Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4883352Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4884605Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4885503Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4886772Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4888358Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4889722Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4890844Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4892158Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4893757Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4894751Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4896551Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4897621Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4899369Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4900135Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4901481Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4902815Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4903860Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4905067Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4906313Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4908040Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4909218Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4910740Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4911948Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4913206Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4914341Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4915530Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4916916Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4918157Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4919412Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4920760Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4922014Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4923261Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4924430Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4925681Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4927033Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4928217Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4929485Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4930926Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4932299Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4933494Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4934728Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4936235Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4937664Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4939053Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4940388Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4941712Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4943226Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4944513Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4945826Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4947100Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4948495Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4949785Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4951266Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4953094Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4954022Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4955115Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4957443Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4957937Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4959244Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4960597Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4961689Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4962967Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4963917Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4964963Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4966105Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4967346Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4968673Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4969659Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4970694Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4972499Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4973343Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4974659Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4975854Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4977698Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4978701Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4979877Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4981231Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4982208Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4983367Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4984487Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4985662Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4986767Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4987902Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4989203Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4990171Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4991368Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4992586Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4993629Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4994718Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4995835Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4996934Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4998291Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.4999316Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5000476Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5001670Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5002967Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5004138Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5005426Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5006414Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5007573Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5008832Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5009834Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5010962Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5012086Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5013213Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5014516Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5015668Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5016903Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5018158Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5019228Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5020454Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5021447Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5022728Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5023762Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5024993Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5026420Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5027284Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5028373Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5029425Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5030537Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5031776Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5032778Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5033875Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5034982Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5036112Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5037127Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5038816Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5039846Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5041315Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5042434Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5043524Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5045010Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5046164Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5047670Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5049122Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5050427Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5051795Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5053059Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5054238Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5055682Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5056892Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5058533Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5059598Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5060744Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5062314Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5063195Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5064597Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5066043Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5067318Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5068823Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5069808Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5071087Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5072708Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5073950Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5075164Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5076724Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5077669Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5078969Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5080391Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5081345Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5082785Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5084080Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5085397Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5086733Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5087648Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5089039Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5090349Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5091766Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5092626Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5094358Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5096625Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5097213Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5098087Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5099088Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5100890Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5101729Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5103230Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5104499Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5105715Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5106905Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5108101Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5109506Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5110701Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5112085Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5113326Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5114990Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5116087Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5117080Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5118784Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5120095Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5121194Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5122472Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5123811Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5124835Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5126538Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5127753Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5129209Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5131054Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5132284Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5133504Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5134633Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5136414Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5138120Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5139339Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5141406Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5141687Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5143156Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5144527Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5145488Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5146870Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5148307Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5149733Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5150890Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5152227Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5153412Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5154706Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5155901Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5157172Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5158543Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5159833Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5161115Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5162402Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5163651Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5164866Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5166324Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5167654Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5168954Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5170194Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5171562Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5172921Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5174333Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5175730Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5177105Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5178554Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5179617Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5181065Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5182259Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5183666Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5184963Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5186222Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5187663Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5189364Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5190258Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5191533Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5192490Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5194141Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5195275Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5196503Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5197895Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5199415Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5200732Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5201948Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5202977Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5204735Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5205688Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5206878Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5208033Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5209233Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5210639Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5211702Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5213854Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5215034Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5216180Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5217571Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5218520Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5219866Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5221173Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5222575Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5223526Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5224770Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5225744Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5227118Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5229314Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5229822Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5230906Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5231951Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5233099Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5234475Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5235752Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5236753Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5238149Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5239127Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5240154Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5241422Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5243040Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5244347Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5245383Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5246705Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5247801Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5248986Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5250413Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5251728Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5252816Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5254417Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5255820Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5257162Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5258523Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5260529Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5261021Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5262545Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5263495Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5264747Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5265865Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5267127Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5268022Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5269393Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5270573Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5271870Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5272833Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5274173Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5275371Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5276319Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5277898Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5278680Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5279998Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5280650Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5282302Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5283760Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5284543Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5286078Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5287067Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5288374Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5289295Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5290645Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5291710Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5293501Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5294896Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5295767Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5297585Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5298590Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5300761Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5301176Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5302849Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5304111Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5305293Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5306609Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5307869Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5309216Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5310444Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5311737Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5313042Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5314422Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5315717Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5317505Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5318837Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5319890Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5321013Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5322302Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5323760Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5324598Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5325979Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5327095Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5328460Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5329780Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5330910Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5332232Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5333386Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5334728Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5336168Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5337190Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5339657Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5340134Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5341250Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5342331Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5343774Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5344831Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5346995Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5347288Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5349142Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5350405Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5352235Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5353175Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5354476Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5355886Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5357123Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5358164Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5359930Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5360770Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5362234Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5363691Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5364622Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5366042Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5367316Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5368357Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5369401Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5370835Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5371857Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5373118Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5374183Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5375918Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5377244Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5378327Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5379459Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5380658Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5381983Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5383151Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5384599Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5385606Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5386885Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5387899Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5389326Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5390583Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5392058Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5393039Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5394514Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5395639Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5397017Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5398123Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5399559Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5400942Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5401840Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5403122Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5404596Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5405328Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5406814Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5408135Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5408942Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5410623Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5411801Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5413161Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5413906Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5415630Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5416993Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5418032Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5419379Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5420352Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5422109Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5422858Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5424083Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5425086Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5426049Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5427466Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5429745Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5430155Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5431430Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5433244Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5434163Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5435543Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5437169Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5438104Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5439850Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5440957Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5442301Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5443626Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5444676Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5445975Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5447406Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5448644Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5449952Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5451255Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5452732Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5453799Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5455436Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5457826Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5458987Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5460453Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5461635Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5462839Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5463908Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5465114Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5466498Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5467794Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5468753Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5470001Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5471444Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5472829Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5473829Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5475395Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5476617Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5478158Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5479491Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5480635Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5481569Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5483116Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5484347Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5485271Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5486708Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5488076Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5489050Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5490104Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5491533Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5493461Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5493837Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5495733Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5497258Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5498568Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5500323Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5502185Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5503540Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5504940Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5506843Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5508220Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5510039Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5511430Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5513331Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5514625Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5516614Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5518040Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5519899Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5521109Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5523014Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5524969Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5526357Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5528000Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5529794Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5531131Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5532894Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5534256Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5536087Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5537741Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5539497Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5540901Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5542990Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5544359Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5545851Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5547609Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5549290Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5551652Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5552764Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5554533Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5555934Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5558031Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5558801Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5560274Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5561625Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5563596Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5564811Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5575170Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5576539Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5578238Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5580044Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5581415Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5583497Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5584890Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5586903Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5590405Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5592041Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5595650Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5596788Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5598844Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5600199Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5602004Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5606673Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5607631Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5609428Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5612752Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5613485Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5615145Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5618015Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5619219Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5620876Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5622247Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5623809Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5625185Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5626462Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5627900Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5629361Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5630665Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5632001Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5633422Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5635293Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5639785Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5641315Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-09-27T15:34:59.5642803Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/hip 2022-09-27T15:34:59.5643050Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl 2022-09-27T15:34:59.5643883Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl 2022-09-27T15:34:59.5645544Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl 2022-09-27T15:34:59.5646457Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl 2022-09-27T15:34:59.5647463Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl 2022-09-27T15:34:59.5649883Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/detail 2022-09-27T15:34:59.5650746Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/detail 2022-09-27T15:34:59.5652161Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/detail 2022-09-27T15:34:59.5654721Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/detail 2022-09-27T15:34:59.5656434Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/detail 2022-09-27T15:34:59.5658064Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5658532Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5659532Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5660586Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5662041Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5663073Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5664347Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5665374Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5666442Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5667497Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5668534Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5670313Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5671210Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5672599Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5673761Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5675010Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5675940Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5677089Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5678288Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5679617Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5680799Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5682102Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5683268Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5684535Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5685905Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5686811Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5688080Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5689311Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5690090Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5691465Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5693105Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5694100Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5695099Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5696726Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5698007Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5700326Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5701732Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5702711Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5704086Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5705306Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5706490Z copying torch/include/ATen/native/PadNd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5707726Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5708771Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5709815Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5710967Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5712404Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5713396Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5714571Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5715945Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5717011Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5718479Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5719894Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5720832Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5721759Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5723004Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5724496Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5725333Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5726626Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5727922Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5728979Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5730348Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5731363Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5732202Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5733793Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5735167Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5736363Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5737739Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5739092Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5740318Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5741743Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5743074Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5744035Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5745486Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5746368Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5747593Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5749138Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5750547Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5752036Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5752789Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5753746Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5755266Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5756473Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5757540Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5758960Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5760256Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5761554Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5762784Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-09-27T15:34:59.5764099Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5764406Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5766107Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5766731Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5768232Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5769275Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5770427Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5771784Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5772783Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5774096Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5775468Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5776916Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5778212Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5779485Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5780588Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5782256Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5783494Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5784677Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5785990Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5787213Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5788681Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5789850Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5791163Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5792461Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-09-27T15:34:59.5794119Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5794491Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5795901Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5796539Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5798175Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5799528Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5800747Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5801939Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5803479Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5804667Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5806006Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5807374Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5808293Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5809573Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5811032Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5811790Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5812861Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5814448Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5815636Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5817502Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5818420Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5819897Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5820781Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5822240Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5823474Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5824679Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5825960Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5827301Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5827576Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5829320Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5830213Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5831095Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5832727Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5834552Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5835987Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5836987Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5839280Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5841665Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5842117Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5843163Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5844717Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5846092Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5847485Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5848505Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5850130Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5851333Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5851991Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5853558Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5854320Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5855750Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5857190Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5858772Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5859744Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5861312Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-09-27T15:34:59.5862572Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-09-27T15:34:59.5863078Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-09-27T15:34:59.5865067Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-09-27T15:34:59.5865864Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-09-27T15:34:59.5867023Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-09-27T15:34:59.5868099Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-09-27T15:34:59.5869179Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-09-27T15:34:59.5870242Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5870600Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5871714Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5872646Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5874500Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5875379Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5876847Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5877999Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5879065Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5880494Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5881941Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5883309Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5884190Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5885886Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-09-27T15:34:59.5886618Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/quantized 2022-09-27T15:34:59.5887456Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/quantized 2022-09-27T15:34:59.5889061Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/quantized 2022-09-27T15:34:59.5889834Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2 2022-09-27T15:34:59.5890176Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5890646Z copying torch/include/caffe2/utils/bench_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5892197Z copying torch/include/caffe2/utils/cast.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5892763Z copying torch/include/caffe2/utils/cblas.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5894287Z copying torch/include/caffe2/utils/conversions.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5895584Z copying torch/include/caffe2/utils/cpu_neon.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5896252Z copying torch/include/caffe2/utils/cpuid.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5898145Z copying torch/include/caffe2/utils/eigen_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5899269Z copying torch/include/caffe2/utils/filler.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5900111Z copying torch/include/caffe2/utils/fixed_divisor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5901430Z copying torch/include/caffe2/utils/knob_patcher.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5902724Z copying torch/include/caffe2/utils/knobs.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5903502Z copying torch/include/caffe2/utils/map_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5904646Z copying torch/include/caffe2/utils/math-detail.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5906193Z copying torch/include/caffe2/utils/math.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5907143Z copying torch/include/caffe2/utils/murmur_hash3.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5908323Z copying torch/include/caffe2/utils/proto_convert.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5909814Z copying torch/include/caffe2/utils/proto_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5910999Z copying torch/include/caffe2/utils/proto_wrap.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5912341Z copying torch/include/caffe2/utils/signal_handler.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5913893Z copying torch/include/caffe2/utils/simple_queue.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5914682Z copying torch/include/caffe2/utils/smart_tensor_printer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5916238Z copying torch/include/caffe2/utils/string_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5917238Z copying torch/include/caffe2/utils/zmq_helper.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-09-27T15:34:59.5918068Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-09-27T15:34:59.5918612Z copying torch/include/caffe2/utils/math/broadcast.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-09-27T15:34:59.5920117Z copying torch/include/caffe2/utils/math/elementwise.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-09-27T15:34:59.5921147Z copying torch/include/caffe2/utils/math/half_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-09-27T15:34:59.5922335Z copying torch/include/caffe2/utils/math/reduce.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-09-27T15:34:59.5923390Z copying torch/include/caffe2/utils/math/transpose.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-09-27T15:34:59.5924698Z copying torch/include/caffe2/utils/math/utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-09-27T15:34:59.5926300Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-09-27T15:34:59.5926857Z copying torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-09-27T15:34:59.5927749Z copying torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-09-27T15:34:59.5928604Z copying torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-09-27T15:34:59.5930035Z copying torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-09-27T15:34:59.5931003Z copying torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-09-27T15:34:59.5932075Z copying torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-09-27T15:34:59.5933641Z creating build/lib.linux-x86_64-3.7/torch/include/c10 2022-09-27T15:34:59.5933968Z creating build/lib.linux-x86_64-3.7/torch/include/c10/macros 2022-09-27T15:34:59.5934425Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-3.7/torch/include/c10/macros 2022-09-27T15:34:59.5935748Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-3.7/torch/include/c10/macros 2022-09-27T15:34:59.5937113Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-3.7/torch/include/c10/macros 2022-09-27T15:34:59.5938661Z creating build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5939110Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5940768Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5941879Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5942915Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5944274Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5945187Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5946624Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5948002Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5949260Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5950596Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5951879Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5953220Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5954530Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5955999Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5957639Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5959243Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5960632Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5961900Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5963256Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5964595Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5965888Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5967254Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5968548Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5969950Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5970910Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5972154Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5973162Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5974383Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5975897Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5976714Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5978603Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5979424Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5980808Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5981940Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5983465Z copying torch/include/c10/core/SymFloatNodeImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5984317Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5985896Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5986797Z copying torch/include/c10/core/SymIntNodeImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5988149Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5989953Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5991347Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5992278Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5993583Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5994364Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-09-27T15:34:59.5995574Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-09-27T15:34:59.5995901Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-09-27T15:34:59.5997481Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-09-27T15:34:59.5998462Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-09-27T15:34:59.5999541Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-09-27T15:34:59.6000925Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-09-27T15:34:59.6001584Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-09-27T15:34:59.6002453Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-09-27T15:34:59.6003581Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-09-27T15:34:59.6004584Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-09-27T15:34:59.6005876Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-09-27T15:34:59.6007215Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-09-27T15:34:59.6007836Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-09-27T15:34:59.6008651Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-09-27T15:34:59.6010212Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-09-27T15:34:59.6011569Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-09-27T15:34:59.6012897Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-09-27T15:34:59.6013950Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-09-27T15:34:59.6015567Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-09-27T15:34:59.6016860Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-09-27T15:34:59.6018265Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration 2022-09-27T15:34:59.6018643Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration 2022-09-27T15:34:59.6020064Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration 2022-09-27T15:34:59.6020925Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration 2022-09-27T15:34:59.6021942Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration 2022-09-27T15:34:59.6023499Z creating build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6024061Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6025568Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6026519Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6027513Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6028640Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6029771Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6030705Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6032065Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6033269Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6034474Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6035620Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6036822Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6038054Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-09-27T15:34:59.6039358Z creating build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6040020Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6040996Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6042325Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6043537Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6044681Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6045984Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6046859Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6048199Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6049310Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6050979Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6051965Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6052889Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6054268Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6055115Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6056669Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6058024Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6059039Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6060516Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6062015Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6063020Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6064122Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6065473Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6066613Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6067858Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6069219Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6070198Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6071478Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6072961Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6074420Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6075875Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6076680Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6078270Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6079624Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6080710Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6082117Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6083394Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6084420Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6085517Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6086550Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6087678Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6089037Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6090184Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6091868Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6092779Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6093987Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6095160Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6097260Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6097736Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6098776Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6100082Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6101304Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6102511Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6103781Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6104765Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6105983Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6107634Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6108960Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6110208Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6111285Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6112637Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6113508Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6114900Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6116681Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6118067Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6119205Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6120150Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6121924Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6122912Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6124097Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6125369Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6126479Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6127669Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6128514Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6129766Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6131062Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6132089Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6132906Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6134363Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6135724Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6136505Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6138476Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6140131Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6141044Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6143032Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6143561Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6145533Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-09-27T15:34:59.6146950Z creating build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6147223Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6148992Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6149572Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6150884Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6151958Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6153161Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6154413Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6155888Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6156781Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6158203Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-09-27T15:34:59.6159636Z creating build/lib.linux-x86_64-3.7/torch/include/c10/cuda/impl 2022-09-27T15:34:59.6159913Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda/impl 2022-09-27T15:34:59.6161430Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda/impl 2022-09-27T15:34:59.6162394Z creating build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6162670Z copying torch/include/c10d/TraceUtils.h -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6164017Z copying torch/include/c10d/c10d.h -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6165442Z copying torch/include/c10d/debug.h -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6166568Z copying torch/include/c10d/error.h -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6167640Z copying torch/include/c10d/exception.h -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6169221Z copying torch/include/c10d/logging.h -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6170007Z copying torch/include/c10d/python_comm_hook.h -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6172131Z copying torch/include/c10d/socket.h -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6172927Z copying torch/include/c10d/Backend.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6174058Z copying torch/include/c10d/FileStore.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6175843Z copying torch/include/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6178077Z copying torch/include/c10d/HashStore.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6179215Z copying torch/include/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6180776Z copying torch/include/c10d/Ops.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6182306Z copying torch/include/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6183641Z copying torch/include/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6185329Z copying torch/include/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6187315Z copying torch/include/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6188869Z copying torch/include/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6190577Z copying torch/include/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6192117Z copying torch/include/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6193749Z copying torch/include/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6195396Z copying torch/include/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6196562Z copying torch/include/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6198121Z copying torch/include/c10d/Store.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6199701Z copying torch/include/c10d/TCPStore.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6200990Z copying torch/include/c10d/Types.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6202493Z copying torch/include/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6204108Z copying torch/include/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6205411Z copying torch/include/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6207037Z copying torch/include/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6208409Z copying torch/include/c10d/Utils.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6210101Z copying torch/include/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6211385Z copying torch/include/c10d/Work.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6212925Z copying torch/include/c10d/comm.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6214530Z copying torch/include/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6215970Z copying torch/include/c10d/logger.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6217614Z copying torch/include/c10d/reducer.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6219421Z copying torch/include/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6220634Z copying torch/include/c10d/sequence_num.hpp -> build/lib.linux-x86_64-3.7/torch/include/c10d 2022-09-27T15:34:59.6222224Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6222828Z copying torch/include/caffe2/core/allocator.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6224509Z copying torch/include/caffe2/core/blob.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6225358Z copying torch/include/caffe2/core/blob_serialization.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6227131Z copying torch/include/caffe2/core/blob_serializer_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6228232Z copying torch/include/caffe2/core/blob_stats.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6229112Z copying torch/include/caffe2/core/common.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6230682Z copying torch/include/caffe2/core/common_cudnn.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6231645Z copying torch/include/caffe2/core/common_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6234209Z copying torch/include/caffe2/core/common_omp.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6234988Z copying torch/include/caffe2/core/context.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6236667Z copying torch/include/caffe2/core/context_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6237620Z copying torch/include/caffe2/core/context_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6239627Z copying torch/include/caffe2/core/cudnn_wrappers.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6240317Z copying torch/include/caffe2/core/db.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6242041Z copying torch/include/caffe2/core/distributions_stubs.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6242927Z copying torch/include/caffe2/core/event.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6244898Z copying torch/include/caffe2/core/event_cpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6245995Z copying torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6247652Z copying torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6248541Z copying torch/include/caffe2/core/flags.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6250176Z copying torch/include/caffe2/core/graph.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6251081Z copying torch/include/caffe2/core/init.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6252585Z copying torch/include/caffe2/core/logging.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6253464Z copying torch/include/caffe2/core/memonger.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6255131Z copying torch/include/caffe2/core/module.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6256155Z copying torch/include/caffe2/core/net.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6258328Z copying torch/include/caffe2/core/net_async_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6259337Z copying torch/include/caffe2/core/net_async_scheduling.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6260714Z copying torch/include/caffe2/core/net_async_task.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6261747Z copying torch/include/caffe2/core/net_async_task_future.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6263638Z copying torch/include/caffe2/core/net_async_task_graph.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6264384Z copying torch/include/caffe2/core/net_async_tracing.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6266116Z copying torch/include/caffe2/core/net_dag_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6267699Z copying torch/include/caffe2/core/net_parallel.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6268435Z copying torch/include/caffe2/core/net_simple.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6269730Z copying torch/include/caffe2/core/net_simple_refcount.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6271114Z copying torch/include/caffe2/core/numa.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6272605Z copying torch/include/caffe2/core/observer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6274189Z copying torch/include/caffe2/core/operator.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6276386Z copying torch/include/caffe2/core/operator_gradient.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6277662Z copying torch/include/caffe2/core/operator_schema.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6279402Z copying torch/include/caffe2/core/plan_executor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6280726Z copying torch/include/caffe2/core/prof_dag_counters.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6282353Z copying torch/include/caffe2/core/qtensor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6283901Z copying torch/include/caffe2/core/qtensor_serialization.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6285446Z copying torch/include/caffe2/core/scope_guard.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6287202Z copying torch/include/caffe2/core/static_tracepoint.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6288514Z copying torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6290119Z copying torch/include/caffe2/core/stats.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6291692Z copying torch/include/caffe2/core/storage.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6293023Z copying torch/include/caffe2/core/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6294896Z copying torch/include/caffe2/core/tensor_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6296179Z copying torch/include/caffe2/core/tensor_int8.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6297866Z copying torch/include/caffe2/core/test_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6299227Z copying torch/include/caffe2/core/timer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6300829Z copying torch/include/caffe2/core/transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6302315Z copying torch/include/caffe2/core/types.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6303871Z copying torch/include/caffe2/core/workspace.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6305450Z copying torch/include/caffe2/core/macros.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-09-27T15:34:59.6306975Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/cuda_rtc 2022-09-27T15:34:59.6307504Z copying torch/include/caffe2/cuda_rtc/common_rtc.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/cuda_rtc 2022-09-27T15:34:59.6309382Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/db 2022-09-27T15:34:59.6309730Z copying torch/include/caffe2/db/create_db_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/db 2022-09-27T15:34:59.6311261Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-09-27T15:34:59.6311581Z copying torch/include/caffe2/distributed/file_store_handler.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-09-27T15:34:59.6313245Z copying torch/include/caffe2/distributed/file_store_handler_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-09-27T15:34:59.6314689Z copying torch/include/caffe2/distributed/redis_store_handler.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-09-27T15:34:59.6315710Z copying torch/include/caffe2/distributed/redis_store_handler_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-09-27T15:34:59.6317066Z copying torch/include/caffe2/distributed/store_handler.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-09-27T15:34:59.6318229Z copying torch/include/caffe2/distributed/store_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-09-27T15:34:59.6319783Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/ideep 2022-09-27T15:34:59.6320406Z copying torch/include/caffe2/ideep/ideep_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/ideep 2022-09-27T15:34:59.6321164Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/image 2022-09-27T15:34:59.6321588Z copying torch/include/caffe2/image/image_input_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/image 2022-09-27T15:34:59.6323586Z copying torch/include/caffe2/image/transform_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/image 2022-09-27T15:34:59.6324780Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/mpi 2022-09-27T15:34:59.6325107Z copying torch/include/caffe2/mpi/mpi_common.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/mpi 2022-09-27T15:34:59.6326325Z copying torch/include/caffe2/mpi/mpi_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/mpi 2022-09-27T15:34:59.6327921Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/observers 2022-09-27T15:34:59.6328338Z copying torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/observers 2022-09-27T15:34:59.6329702Z copying torch/include/caffe2/observers/profile_observer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/observers 2022-09-27T15:34:59.6330714Z copying torch/include/caffe2/observers/runcnt_observer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/observers 2022-09-27T15:34:59.6332696Z copying torch/include/caffe2/observers/time_observer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/observers 2022-09-27T15:34:59.6332972Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-09-27T15:34:59.6333358Z copying torch/include/caffe2/onnx/backend.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-09-27T15:34:59.6334770Z copying torch/include/caffe2/onnx/backend_rep.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-09-27T15:34:59.6336315Z copying torch/include/caffe2/onnx/device.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-09-27T15:34:59.6337198Z copying torch/include/caffe2/onnx/helper.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-09-27T15:34:59.6338512Z copying torch/include/caffe2/onnx/offline_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-09-27T15:34:59.6339402Z copying torch/include/caffe2/onnx/onnx_exporter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-09-27T15:34:59.6340646Z copying torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-09-27T15:34:59.6342117Z copying torch/include/caffe2/onnx/onnxifi_init.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-09-27T15:34:59.6343073Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6343345Z copying torch/include/caffe2/operators/abs_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6345204Z copying torch/include/caffe2/operators/accumulate_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6346033Z copying torch/include/caffe2/operators/accuracy_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6347681Z copying torch/include/caffe2/operators/acos_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6348700Z copying torch/include/caffe2/operators/activation_ops_cudnn.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6350093Z copying torch/include/caffe2/operators/affine_channel_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6352048Z copying torch/include/caffe2/operators/alias_with_name.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6353107Z copying torch/include/caffe2/operators/apmeter_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6354452Z copying torch/include/caffe2/operators/arg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6355774Z copying torch/include/caffe2/operators/asin_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6356991Z copying torch/include/caffe2/operators/assert_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6357992Z copying torch/include/caffe2/operators/async_net_barrier_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6359433Z copying torch/include/caffe2/operators/atan_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6361118Z copying torch/include/caffe2/operators/batch_box_cox_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6362594Z copying torch/include/caffe2/operators/batch_bucketize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6363709Z copying torch/include/caffe2/operators/batch_gather_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6364859Z copying torch/include/caffe2/operators/batch_matmul_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6366432Z copying torch/include/caffe2/operators/batch_moments_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6367315Z copying torch/include/caffe2/operators/batch_permutation_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6368559Z copying torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6370184Z copying torch/include/caffe2/operators/bbox_transform_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6371276Z copying torch/include/caffe2/operators/bisect_percentile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6372441Z copying torch/include/caffe2/operators/boolean_mask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6373545Z copying torch/include/caffe2/operators/boolean_unmask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6374708Z copying torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6376072Z copying torch/include/caffe2/operators/bucketize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6377103Z copying torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6378424Z copying torch/include/caffe2/operators/cast_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6379394Z copying torch/include/caffe2/operators/cbrt_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6380537Z copying torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6381543Z copying torch/include/caffe2/operators/ceil_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6382866Z copying torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6383774Z copying torch/include/caffe2/operators/channel_shuffle_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6385080Z copying torch/include/caffe2/operators/channel_stats_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6385998Z copying torch/include/caffe2/operators/clip_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6387379Z copying torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6388312Z copying torch/include/caffe2/operators/concat_split_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6389678Z copying torch/include/caffe2/operators/conditional_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6391144Z copying torch/include/caffe2/operators/conv_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6391938Z copying torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6393155Z copying torch/include/caffe2/operators/conv_op_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6394589Z copying torch/include/caffe2/operators/conv_op_shared.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6395823Z copying torch/include/caffe2/operators/conv_pool_op_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6396778Z copying torch/include/caffe2/operators/conv_transpose_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6410075Z copying torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6410599Z copying torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6411162Z copying torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6411613Z copying torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6411957Z copying torch/include/caffe2/operators/copy_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6412279Z copying torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6412672Z copying torch/include/caffe2/operators/cos_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6412931Z copying torch/include/caffe2/operators/cosh_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6413294Z copying torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6413565Z copying torch/include/caffe2/operators/counter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6413963Z copying torch/include/caffe2/operators/create_scope_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6414302Z copying torch/include/caffe2/operators/cross_entropy_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6414672Z copying torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6415120Z copying torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6415515Z copying torch/include/caffe2/operators/cube_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6416086Z copying torch/include/caffe2/operators/data_couple.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6417523Z copying torch/include/caffe2/operators/dataset_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6418845Z copying torch/include/caffe2/operators/deform_conv_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6420036Z copying torch/include/caffe2/operators/deform_conv_op_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6421358Z copying torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6422321Z copying torch/include/caffe2/operators/distance_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6423849Z copying torch/include/caffe2/operators/do_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6424721Z copying torch/include/caffe2/operators/dropout_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6425996Z copying torch/include/caffe2/operators/elementwise_add_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6427048Z copying torch/include/caffe2/operators/elementwise_div_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6428335Z copying torch/include/caffe2/operators/elementwise_linear_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6429788Z copying torch/include/caffe2/operators/elementwise_logical_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6430778Z copying torch/include/caffe2/operators/elementwise_mul_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6432084Z copying torch/include/caffe2/operators/elementwise_op_test.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6432949Z copying torch/include/caffe2/operators/elementwise_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6434592Z copying torch/include/caffe2/operators/elementwise_ops_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6435630Z copying torch/include/caffe2/operators/elementwise_sub_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6436864Z copying torch/include/caffe2/operators/elu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6438123Z copying torch/include/caffe2/operators/enforce_finite_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6439243Z copying torch/include/caffe2/operators/ensure_clipped_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6440480Z copying torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6441670Z copying torch/include/caffe2/operators/erf_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6442792Z copying torch/include/caffe2/operators/exp_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6443628Z copying torch/include/caffe2/operators/expand_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6445103Z copying torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6446038Z copying torch/include/caffe2/operators/fc_inference.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6447005Z copying torch/include/caffe2/operators/feature_maps_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6448571Z copying torch/include/caffe2/operators/feed_blob_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6449503Z copying torch/include/caffe2/operators/filler_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6451029Z copying torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6451903Z copying torch/include/caffe2/operators/find_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6453307Z copying torch/include/caffe2/operators/flatten_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6454694Z copying torch/include/caffe2/operators/flexible_top_k.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6456157Z copying torch/include/caffe2/operators/floor_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6457399Z copying torch/include/caffe2/operators/free_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6458680Z copying torch/include/caffe2/operators/fully_connected_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6460074Z copying torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6461392Z copying torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6462610Z copying torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6464035Z copying torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6465416Z copying torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6466604Z copying torch/include/caffe2/operators/gather_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6467854Z copying torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6469508Z copying torch/include/caffe2/operators/gelu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6470678Z copying torch/include/caffe2/operators/generate_proposals_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6471666Z copying torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6473353Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6474532Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6475965Z copying torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6477555Z copying torch/include/caffe2/operators/given_tensor_fill_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6478481Z copying torch/include/caffe2/operators/glu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6479864Z copying torch/include/caffe2/operators/group_norm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6481533Z copying torch/include/caffe2/operators/gru_unit_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6482414Z copying torch/include/caffe2/operators/h_softmax_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6483787Z copying torch/include/caffe2/operators/half_float_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6484941Z copying torch/include/caffe2/operators/hard_sigmoid_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6486114Z copying torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6487132Z copying torch/include/caffe2/operators/histogram_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6488507Z copying torch/include/caffe2/operators/if_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6489722Z copying torch/include/caffe2/operators/im2col_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6491418Z copying torch/include/caffe2/operators/index_hash_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6492837Z copying torch/include/caffe2/operators/index_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6494130Z copying torch/include/caffe2/operators/inference_lstm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6495798Z copying torch/include/caffe2/operators/instance_norm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6497010Z copying torch/include/caffe2/operators/integral_image_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6498106Z copying torch/include/caffe2/operators/is_empty_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6499455Z copying torch/include/caffe2/operators/jsd_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6500614Z copying torch/include/caffe2/operators/key_split_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6501930Z copying torch/include/caffe2/operators/layer_norm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6503306Z copying torch/include/caffe2/operators/leaky_relu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6504488Z copying torch/include/caffe2/operators/length_split_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6505694Z copying torch/include/caffe2/operators/lengths_pad_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6507173Z copying torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6508408Z copying torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6509958Z copying torch/include/caffe2/operators/lengths_reducer_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6511874Z copying torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6513114Z copying torch/include/caffe2/operators/lengths_tile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6514679Z copying torch/include/caffe2/operators/lengths_top_k_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6515922Z copying torch/include/caffe2/operators/listwise_l2r_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6517253Z copying torch/include/caffe2/operators/load_save_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6519068Z copying torch/include/caffe2/operators/load_save_op_util.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6520481Z copying torch/include/caffe2/operators/local_response_normalization_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6521705Z copying torch/include/caffe2/operators/locally_connected_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6523038Z copying torch/include/caffe2/operators/locally_connected_op_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6525215Z copying torch/include/caffe2/operators/locally_connected_op_util.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6526215Z copying torch/include/caffe2/operators/log1p_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6526779Z copying torch/include/caffe2/operators/log_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6527718Z copying torch/include/caffe2/operators/logit_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6528851Z copying torch/include/caffe2/operators/loss_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6529867Z copying torch/include/caffe2/operators/lpnorm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6531484Z copying torch/include/caffe2/operators/lstm_unit_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6532740Z copying torch/include/caffe2/operators/lstm_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6534205Z copying torch/include/caffe2/operators/map_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6535450Z copying torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6537073Z copying torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6537935Z copying torch/include/caffe2/operators/matmul_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6539079Z copying torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6540080Z copying torch/include/caffe2/operators/mean_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6541500Z copying torch/include/caffe2/operators/merge_id_lists_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6543512Z copying torch/include/caffe2/operators/minmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6544092Z copying torch/include/caffe2/operators/mish_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6544887Z copying torch/include/caffe2/operators/mod_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6546205Z copying torch/include/caffe2/operators/moments_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6547093Z copying torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6548309Z copying torch/include/caffe2/operators/negate_gradient_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6549478Z copying torch/include/caffe2/operators/negative_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6551016Z copying torch/include/caffe2/operators/ngram_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6551942Z copying torch/include/caffe2/operators/no_default_engine_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6553202Z copying torch/include/caffe2/operators/normalize_l1_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6554205Z copying torch/include/caffe2/operators/normalize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6555411Z copying torch/include/caffe2/operators/numpy_tile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6556758Z copying torch/include/caffe2/operators/one_hot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6557835Z copying torch/include/caffe2/operators/onnx_while_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6559243Z copying torch/include/caffe2/operators/op_utils_cudnn.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6560596Z copying torch/include/caffe2/operators/operator_fallback_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6562063Z copying torch/include/caffe2/operators/order_switch_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6563052Z copying torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6564320Z copying torch/include/caffe2/operators/pack_segments.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6565824Z copying torch/include/caffe2/operators/pad_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6566864Z copying torch/include/caffe2/operators/partition_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6568305Z copying torch/include/caffe2/operators/percentile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6569681Z copying torch/include/caffe2/operators/perplexity_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6570647Z copying torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6572046Z copying torch/include/caffe2/operators/pool_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6573392Z copying torch/include/caffe2/operators/pool_op_util.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6574604Z copying torch/include/caffe2/operators/pow_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6576273Z copying torch/include/caffe2/operators/prefetch_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6577359Z copying torch/include/caffe2/operators/prelu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6578586Z copying torch/include/caffe2/operators/prepend_dim_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6579739Z copying torch/include/caffe2/operators/quant_decode_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6580837Z copying torch/include/caffe2/operators/quantile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6582296Z copying torch/include/caffe2/operators/rank_loss_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6583677Z copying torch/include/caffe2/operators/reciprocal_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6584745Z copying torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6586087Z copying torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6587310Z copying torch/include/caffe2/operators/reduce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6588696Z copying torch/include/caffe2/operators/reducer_functors.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6589861Z copying torch/include/caffe2/operators/reduction_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6591332Z copying torch/include/caffe2/operators/relu_n_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6592934Z copying torch/include/caffe2/operators/relu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6593848Z copying torch/include/caffe2/operators/remove_data_blocks_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6594980Z copying torch/include/caffe2/operators/replace_nan_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6596226Z copying torch/include/caffe2/operators/reshape_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6597874Z copying torch/include/caffe2/operators/resize_3d_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6598914Z copying torch/include/caffe2/operators/resize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6600044Z copying torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6601150Z copying torch/include/caffe2/operators/rmac_regions_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6602269Z copying torch/include/caffe2/operators/rms_norm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6603484Z copying torch/include/caffe2/operators/roi_align_gradient_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6604415Z copying torch/include/caffe2/operators/roi_align_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6605686Z copying torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6606681Z copying torch/include/caffe2/operators/roi_align_rotated_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6607744Z copying torch/include/caffe2/operators/roi_pool_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6608845Z copying torch/include/caffe2/operators/rowmul_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6609895Z copying torch/include/caffe2/operators/rsqrt_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6610990Z copying torch/include/caffe2/operators/scale_blobs_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6612050Z copying torch/include/caffe2/operators/scale_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6613128Z copying torch/include/caffe2/operators/segment_reduction_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6614847Z copying torch/include/caffe2/operators/self_binning_histogram_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6615967Z copying torch/include/caffe2/operators/selu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6617877Z copying torch/include/caffe2/operators/sequence_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6618617Z copying torch/include/caffe2/operators/shape_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6619935Z copying torch/include/caffe2/operators/sigmoid_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6621027Z copying torch/include/caffe2/operators/sin_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6622275Z copying torch/include/caffe2/operators/sinh_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6623392Z copying torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6624815Z copying torch/include/caffe2/operators/slice_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6625950Z copying torch/include/caffe2/operators/softmax_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6627166Z copying torch/include/caffe2/operators/softmax_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6628297Z copying torch/include/caffe2/operators/softmax_with_loss_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6629395Z copying torch/include/caffe2/operators/softplus_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6630667Z copying torch/include/caffe2/operators/softsign_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6631629Z copying torch/include/caffe2/operators/space_batch_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6632826Z copying torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6634063Z copying torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6635060Z copying torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6636226Z copying torch/include/caffe2/operators/sparse_normalize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6637476Z copying torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6638615Z copying torch/include/caffe2/operators/sparse_to_dense_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6639711Z copying torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6640796Z copying torch/include/caffe2/operators/sqr_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6642226Z copying torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6643272Z copying torch/include/caffe2/operators/sqrt_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6644468Z copying torch/include/caffe2/operators/square_root_divide_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6645606Z copying torch/include/caffe2/operators/stats_put_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6646730Z copying torch/include/caffe2/operators/stop_gradient.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6648465Z copying torch/include/caffe2/operators/string_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6649178Z copying torch/include/caffe2/operators/stump_func_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6649957Z copying torch/include/caffe2/operators/summarize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6650898Z copying torch/include/caffe2/operators/swish_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6652067Z copying torch/include/caffe2/operators/tan_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6653185Z copying torch/include/caffe2/operators/tanh_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6654206Z copying torch/include/caffe2/operators/tensor_protos_db_input.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6656424Z copying torch/include/caffe2/operators/text_file_reader_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6656974Z copying torch/include/caffe2/operators/thresholded_relu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6657905Z copying torch/include/caffe2/operators/tile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6659053Z copying torch/include/caffe2/operators/top_k.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6660134Z copying torch/include/caffe2/operators/transpose_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6661247Z copying torch/include/caffe2/operators/tt_linear_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6662299Z copying torch/include/caffe2/operators/unique_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6664054Z copying torch/include/caffe2/operators/unsafe_coalesce.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6664754Z copying torch/include/caffe2/operators/upsample_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6666160Z copying torch/include/caffe2/operators/utility_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6668203Z copying torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6669338Z copying torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6670562Z copying torch/include/caffe2/operators/weighted_sample_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6671531Z copying torch/include/caffe2/operators/while_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6673000Z copying torch/include/caffe2/operators/zero_gradient_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-09-27T15:34:59.6674056Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6674585Z copying torch/include/caffe2/opt/annotations.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6675720Z copying torch/include/caffe2/opt/backend_cutting.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6677111Z copying torch/include/caffe2/opt/backend_transformer_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6678241Z copying torch/include/caffe2/opt/bound_shape_inferencer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6679325Z copying torch/include/caffe2/opt/converter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6680549Z copying torch/include/caffe2/opt/device.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6681681Z copying torch/include/caffe2/opt/distributed.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6682882Z copying torch/include/caffe2/opt/fakefp16_transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6684142Z copying torch/include/caffe2/opt/fusion.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6685292Z copying torch/include/caffe2/opt/glow_net_transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6686387Z copying torch/include/caffe2/opt/mobile.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6687552Z copying torch/include/caffe2/opt/onnx_convert.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6689236Z copying torch/include/caffe2/opt/onnxifi_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6690449Z copying torch/include/caffe2/opt/onnxifi_transformer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6691389Z copying torch/include/caffe2/opt/optimize_ideep.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6692795Z copying torch/include/caffe2/opt/optimizer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6694307Z copying torch/include/caffe2/opt/passes.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6695234Z copying torch/include/caffe2/opt/shape_info.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6696737Z copying torch/include/caffe2/opt/tvm_transformer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-09-27T15:34:59.6697918Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6698744Z copying torch/include/caffe2/perfkernels/adagrad.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6699769Z copying torch/include/caffe2/perfkernels/common.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6701689Z copying torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6702317Z copying torch/include/caffe2/perfkernels/embedding_lookup.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6703226Z copying torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6704673Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6705791Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6706892Z copying torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6708206Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6709402Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6711057Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6711701Z copying torch/include/caffe2/perfkernels/math.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6713989Z copying torch/include/caffe2/perfkernels/typed_axpy.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-09-27T15:34:59.6714439Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-09-27T15:34:59.6714980Z copying torch/include/caffe2/predictor/InferenceGraph.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-09-27T15:34:59.6716116Z copying torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-09-27T15:34:59.6717085Z copying torch/include/caffe2/predictor/predictor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-09-27T15:34:59.6718426Z copying torch/include/caffe2/predictor/predictor_config.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-09-27T15:34:59.6719526Z copying torch/include/caffe2/predictor/predictor_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-09-27T15:34:59.6720546Z copying torch/include/caffe2/predictor/transforms.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-09-27T15:34:59.6721816Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/proto 2022-09-27T15:34:59.6722708Z copying torch/include/caffe2/proto/caffe2_pb.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/proto 2022-09-27T15:34:59.6723518Z copying torch/include/caffe2/proto/torch_pb.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/proto 2022-09-27T15:34:59.6724446Z copying torch/include/caffe2/proto/torch.pb.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/proto 2022-09-27T15:34:59.6726550Z copying torch/include/caffe2/proto/caffe2.pb.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/proto 2022-09-27T15:34:59.6730455Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/python 2022-09-27T15:34:59.6731096Z copying torch/include/caffe2/python/dlpack.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/python 2022-09-27T15:34:59.6732617Z copying torch/include/caffe2/python/pybind_state.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/python 2022-09-27T15:34:59.6733758Z copying torch/include/caffe2/python/pybind_state_dlpack.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/python 2022-09-27T15:34:59.6734699Z copying torch/include/caffe2/python/pybind_state_registry.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/python 2022-09-27T15:34:59.6735749Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-09-27T15:34:59.6736572Z copying torch/include/caffe2/queue/blobs_queue.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-09-27T15:34:59.6737680Z copying torch/include/caffe2/queue/blobs_queue_db.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-09-27T15:34:59.6738740Z copying torch/include/caffe2/queue/queue_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-09-27T15:34:59.6740565Z copying torch/include/caffe2/queue/rebatching_queue.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-09-27T15:34:59.6741764Z copying torch/include/caffe2/queue/rebatching_queue_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-09-27T15:34:59.6743187Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-09-27T15:34:59.6743693Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-09-27T15:34:59.6745776Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-09-27T15:34:59.6747976Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-09-27T15:34:59.6748884Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-09-27T15:34:59.6749976Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-09-27T15:34:59.6751222Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-09-27T15:34:59.6752613Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-09-27T15:34:59.6753899Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6754633Z copying torch/include/caffe2/sgd/adadelta_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6756250Z copying torch/include/caffe2/sgd/adagrad_fused.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6757954Z copying torch/include/caffe2/sgd/adagrad_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6759897Z copying torch/include/caffe2/sgd/adam_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6761476Z copying torch/include/caffe2/sgd/clip_tensor_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6762973Z copying torch/include/caffe2/sgd/decay_adagrad_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6764423Z copying torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6766060Z copying torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6767269Z copying torch/include/caffe2/sgd/ftrl_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6768722Z copying torch/include/caffe2/sgd/gftrl_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6770151Z copying torch/include/caffe2/sgd/iter_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6771634Z copying torch/include/caffe2/sgd/lars_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6773141Z copying torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6774634Z copying torch/include/caffe2/sgd/learning_rate_functors.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6776277Z copying torch/include/caffe2/sgd/learning_rate_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6779294Z copying torch/include/caffe2/sgd/math_lp.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6780288Z copying torch/include/caffe2/sgd/momentum_sgd_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6781747Z copying torch/include/caffe2/sgd/rmsprop_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6783320Z copying torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6785217Z copying torch/include/caffe2/sgd/rowwise_counter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6786623Z copying torch/include/caffe2/sgd/storm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6788205Z copying torch/include/caffe2/sgd/weight_scale_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6789604Z copying torch/include/caffe2/sgd/wngrad_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6791132Z copying torch/include/caffe2/sgd/yellowfin_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-09-27T15:34:59.6792598Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms 2022-09-27T15:34:59.6793440Z copying torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms 2022-09-27T15:34:59.6795190Z copying torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms 2022-09-27T15:34:59.6796089Z copying torch/include/caffe2/transforms/pattern_net_transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms 2022-09-27T15:34:59.6797828Z copying torch/include/caffe2/transforms/single_op_transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms 2022-09-27T15:34:59.6798908Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/video 2022-09-27T15:34:59.6800059Z copying torch/include/caffe2/video/optical_flow.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/video 2022-09-27T15:34:59.6801285Z copying torch/include/caffe2/video/video_decoder.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/video 2022-09-27T15:34:59.6802787Z copying torch/include/caffe2/video/video_input_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/video 2022-09-27T15:34:59.6804766Z copying torch/include/caffe2/video/video_io.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/video 2022-09-27T15:34:59.6805985Z creating build/lib.linux-x86_64-3.7/torch/include/torch 2022-09-27T15:34:59.6806667Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-3.7/torch/include/torch 2022-09-27T15:34:59.6808160Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-3.7/torch/include/torch 2022-09-27T15:34:59.6809282Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-3.7/torch/include/torch 2022-09-27T15:34:59.6811172Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-3.7/torch/include/torch 2022-09-27T15:34:59.6812442Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-3.7/torch/include/torch 2022-09-27T15:34:59.6813412Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6814480Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6816700Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6817725Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6818681Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6819823Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6821151Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6822486Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6823680Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6824863Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6826160Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6827282Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6828587Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6829720Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6830953Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6832158Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6833410Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6834653Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6835696Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6837436Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6838273Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6839687Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6840768Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6842202Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6843286Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6844619Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6845710Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6847168Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6848087Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-09-27T15:34:59.6849766Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api 2022-09-27T15:34:59.6850303Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include 2022-09-27T15:34:59.6850821Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6851392Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6852383Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6853592Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6854681Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6855939Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6857393Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6858601Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6859777Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6860974Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6862291Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6863522Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6865244Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6866286Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6867369Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6868629Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6869967Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6871121Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6872634Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6873805Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6875345Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6876550Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6878016Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6879177Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-09-27T15:34:59.6880350Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:34:59.6881521Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:34:59.6883182Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:34:59.6884535Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:34:59.6885953Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:34:59.6887413Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:34:59.6888975Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:34:59.6890517Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:34:59.6892023Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:34:59.6893428Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:34:59.6894397Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:34:59.6896176Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:34:59.6897649Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:34:59.6898998Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:34:59.6899928Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:34:59.6902326Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:34:59.6903898Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:34:59.6905430Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:34:59.6906961Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:34:59.6908488Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:34:59.6909998Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:34:59.6911467Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:34:59.6912431Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:34:59.6913805Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:34:59.6915206Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:34:59.6916662Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:34:59.6917682Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:34:59.6919240Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:34:59.6920770Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:34:59.6922257Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:34:59.6923743Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:34:59.6925242Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:34:59.6926741Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:34:59.6928047Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:34:59.6929015Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:34:59.6930487Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:34:59.6932109Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:34:59.6933641Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:34:59.6935148Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:34:59.6936573Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:34:59.6938578Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:34:59.6940243Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:34:59.6941645Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:34:59.6942638Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:34:59.6944196Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:34:59.6945729Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:34:59.6947296Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:34:59.6949212Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:34:59.6950777Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:34:59.6952181Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:34:59.6953726Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:34:59.6955305Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:34:59.6956675Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6957867Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6959704Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6961235Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6962841Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6964383Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6965946Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6967718Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6969265Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6970728Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6972152Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6974002Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6975782Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6977372Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6978926Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6980719Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6982355Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:34:59.6983795Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.6984742Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.6986656Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.6988161Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.6989511Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.6991179Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.6992704Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.6994254Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.6995855Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.6997470Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.6999043Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7000514Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7002436Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7004051Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7005591Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7007099Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7008873Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7010507Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7012156Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7014427Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7016315Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7017836Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:34:59.7019162Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7020109Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7021854Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7023537Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7025115Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7026671Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7028240Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7030015Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7031575Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7033123Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7034675Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7036235Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7037850Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7039593Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7041498Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7043096Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7044707Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7047110Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7048769Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7050534Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7052422Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7054081Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7055786Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7057314Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:34:59.7058921Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7059934Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7061638Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7063138Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7064602Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7066142Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7067760Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7069375Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7070898Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7072370Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7073918Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:34:59.7075418Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-09-27T15:34:59.7076544Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-09-27T15:34:59.7077971Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:34:59.7078899Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:34:59.7080433Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:34:59.7081898Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:34:59.7083354Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:34:59.7084280Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:34:59.7085903Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:34:59.7087342Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:34:59.7088844Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:34:59.7090363Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:34:59.7092170Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:34:59.7093616Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:34:59.7095188Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:34:59.7096981Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:34:59.7098471Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:34:59.7100203Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:34:59.7101433Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:34:59.7102345Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:34:59.7103871Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:34:59.7105395Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:34:59.7106959Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:34:59.7108229Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7109032Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7110823Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7112346Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7113932Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7115357Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7116986Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7118424Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7120940Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7122183Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7123686Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7125312Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7126915Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7128743Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7130421Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7131241Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7133238Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7134005Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7135746Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7136902Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7138471Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7139451Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7141025Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7142303Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7143534Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7144924Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7146039Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7147582Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7148572Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7150146Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7152169Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7152841Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7153794Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7154663Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7156102Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7157374Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7158364Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7159601Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7160814Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7162114Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7163270Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7164714Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7165564Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7166737Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7168508Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7168967Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7169932Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-09-27T15:34:59.7171471Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-09-27T15:34:59.7171869Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-09-27T15:34:59.7173346Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-09-27T15:34:59.7174562Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-09-27T15:34:59.7175427Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-09-27T15:34:59.7176751Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-09-27T15:34:59.7177875Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-09-27T15:34:59.7178778Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated 2022-09-27T15:34:59.7179354Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated 2022-09-27T15:34:59.7180647Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated 2022-09-27T15:34:59.7181714Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated 2022-09-27T15:34:59.7184508Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated 2022-09-27T15:34:59.7186380Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-09-27T15:34:59.7186948Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-09-27T15:34:59.7188029Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-09-27T15:34:59.7189478Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-09-27T15:34:59.7191265Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-09-27T15:34:59.7192404Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-09-27T15:34:59.7194030Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-09-27T15:34:59.7195517Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-09-27T15:34:59.7196027Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-09-27T15:34:59.7197790Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-09-27T15:34:59.7198624Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-09-27T15:34:59.7200331Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-09-27T15:34:59.7201254Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-09-27T15:34:59.7202982Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-09-27T15:34:59.7204673Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-09-27T15:34:59.7205629Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-09-27T15:34:59.7207125Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-09-27T15:34:59.7208250Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy 2022-09-27T15:34:59.7208605Z copying torch/include/torch/csrc/deploy/Exception.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy 2022-09-27T15:34:59.7210143Z copying torch/include/torch/csrc/deploy/deploy.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy 2022-09-27T15:34:59.7211017Z copying torch/include/torch/csrc/deploy/elf_file.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy 2022-09-27T15:34:59.7212207Z copying torch/include/torch/csrc/deploy/environment.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy 2022-09-27T15:34:59.7213218Z copying torch/include/torch/csrc/deploy/loader.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy 2022-09-27T15:34:59.7214578Z copying torch/include/torch/csrc/deploy/mem_file.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy 2022-09-27T15:34:59.7215911Z copying torch/include/torch/csrc/deploy/noop_environment.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy 2022-09-27T15:34:59.7217161Z copying torch/include/torch/csrc/deploy/path_environment.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy 2022-09-27T15:34:59.7218088Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:34:59.7218463Z copying torch/include/torch/csrc/deploy/interpreter/builtin_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:34:59.7219910Z copying torch/include/torch/csrc/deploy/interpreter/interpreter_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:34:59.7221814Z copying torch/include/torch/csrc/deploy/interpreter/Optional.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:34:59.7222386Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed 2022-09-27T15:34:59.7222685Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:34:59.7223980Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:34:59.7225496Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7226090Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7226912Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7228409Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7229708Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7230950Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7232296Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7233497Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7234777Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7236325Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7237433Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7238364Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7239631Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7240933Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7242186Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7243961Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7245488Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7246991Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7248081Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7249406Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7250554Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7251944Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7253905Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7254755Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7256307Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7257990Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7259043Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7260392Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:34:59.7261302Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit 2022-09-27T15:34:59.7261995Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit 2022-09-27T15:34:59.7263442Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit 2022-09-27T15:34:59.7264610Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit 2022-09-27T15:34:59.7265946Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-09-27T15:34:59.7266240Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-09-27T15:34:59.7267691Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-09-27T15:34:59.7268837Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-09-27T15:34:59.7269776Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-09-27T15:34:59.7271228Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-09-27T15:34:59.7272450Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-09-27T15:34:59.7273585Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-09-27T15:34:59.7274538Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-09-27T15:34:59.7276110Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-09-27T15:34:59.7276879Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7277905Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7279199Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7280588Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7282277Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7283452Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7285186Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7286537Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7288001Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7289702Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7291037Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7292704Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7294066Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7296003Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7297956Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7299325Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7301030Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7302285Z copying torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7303716Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7305191Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7306988Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7308297Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7310029Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7311697Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7313019Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7314889Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7316126Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7317808Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7319592Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7320795Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7322513Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7323824Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7325514Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7326817Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7328463Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7329848Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7331587Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7332899Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7334627Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7336111Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7337884Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7339113Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7340798Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7342129Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7343642Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7345300Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7346703Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7348390Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7349751Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7351345Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7353016Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7354309Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7356888Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7357936Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7359534Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7360872Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7362708Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7364037Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7365735Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7367480Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7368772Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7370472Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7371835Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7373476Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7374845Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7376730Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7378180Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7379578Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7381280Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7382625Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7384179Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7385896Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7387290Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7389004Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7390281Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7391974Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7393324Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7395090Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7396445Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7398258Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7399603Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7401425Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7402701Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7404391Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7405706Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7407375Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-09-27T15:34:59.7408631Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:34:59.7409392Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:34:59.7411116Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:34:59.7412908Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:34:59.7413946Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:34:59.7416094Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:34:59.7416552Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:34:59.7419037Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:34:59.7420700Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:34:59.7421595Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:34:59.7423673Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:34:59.7424129Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:34:59.7424727Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:34:59.7426179Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:34:59.7427240Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:34:59.7428775Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:34:59.7430232Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7430509Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7432489Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7433641Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7435048Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7436020Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7437623Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7438156Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7439637Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7440703Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7441960Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7444135Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7444691Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7446032Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7447265Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7448340Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7449472Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7450594Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7451646Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7452801Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7453750Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7454953Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7456580Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7457629Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7458849Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7459993Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7461380Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7462446Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7463462Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7465239Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7465881Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7467449Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-09-27T15:34:59.7468589Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7468923Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7470564Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7472403Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7473530Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7475147Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7477505Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7478969Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7480373Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7482209Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7483402Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7485060Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7486420Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-09-27T15:34:59.7487999Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7488811Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7489923Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7491284Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7492381Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7493714Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7495057Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7496314Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7497092Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7498391Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7499423Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7500736Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7501965Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7503012Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7504594Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7505487Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7506730Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7508208Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7509556Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7510486Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7511959Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7513240Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7514656Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7515498Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7516853Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7518298Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7519395Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7520311Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7522192Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-09-27T15:34:59.7522796Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-09-27T15:34:59.7523286Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-09-27T15:34:59.7524822Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-09-27T15:34:59.7525894Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-09-27T15:34:59.7526934Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-09-27T15:34:59.7528358Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-09-27T15:34:59.7529336Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7529757Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7530850Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7532714Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7533332Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7534119Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7535179Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7536574Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7537568Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7538568Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7539904Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7540892Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7542010Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7544041Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7545870Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7547227Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7548122Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7549914Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7550720Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7552103Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7553122Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7554398Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7555776Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-09-27T15:34:59.7556988Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7557387Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7558874Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7560281Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7561205Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7562658Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7563719Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7564777Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7566034Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7567005Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7568094Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7569455Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7570213Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7571735Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7572721Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7574217Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-09-27T15:34:59.7576459Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7576979Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7578882Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7580135Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7581924Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7583219Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7584986Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7586229Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7588173Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7589443Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7591889Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7592908Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7594300Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7595892Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7597394Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7599066Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7600417Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7602180Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7603978Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7605342Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7606984Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7608420Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7610104Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-09-27T15:34:59.7611364Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/testing 2022-09-27T15:34:59.7611872Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/testing 2022-09-27T15:34:59.7613556Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/testing 2022-09-27T15:34:59.7614771Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7615754Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7617172Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7618922Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7620253Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7622056Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7623378Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7625051Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7626435Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7628218Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7629384Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7631368Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7632525Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7634275Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7635604Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7637565Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7639323Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7641032Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7642347Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7644123Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7645530Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7647240Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7648984Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7650332Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7652068Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7653424Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7655481Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7656825Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7658221Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7660010Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7661336Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7662842Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7664795Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7666039Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7667809Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7669215Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7671031Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7672468Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7674495Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7676756Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7677956Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7679786Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7681046Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:34:59.7682723Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:34:59.7683323Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:34:59.7685168Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:34:59.7686478Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:34:59.7688733Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:34:59.7689874Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:34:59.7691354Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:34:59.7693128Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:34:59.7694652Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:34:59.7696078Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:34:59.7698796Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen 2022-09-27T15:34:59.7699214Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7699688Z copying torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7700902Z copying torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7702004Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7703277Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7704706Z copying torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7705855Z copying torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7707284Z copying torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7708397Z copying torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7709867Z copying torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7711031Z copying torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7712331Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7713537Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7714381Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7716180Z copying torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7718009Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7719412Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7720984Z copying torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7722332Z copying torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7723794Z copying torch/include/torch/csrc/jit/codegen/cuda/index_reference_replay.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7725184Z copying torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7726586Z copying torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7727782Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7729191Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7730574Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7731699Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7732721Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7734125Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7735048Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7736181Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7737635Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7739284Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7740597Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7741330Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7742888Z copying torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7744196Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7745422Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7746418Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7747617Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7748966Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7750393Z copying torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7751341Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7752339Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7753346Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7754806Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7755497Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7757102Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7758270Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7759411Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7760323Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7761834Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7762701Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7763753Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7765044Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7766337Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7767288Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7768594Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7769646Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7770950Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7771983Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7773350Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7774350Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7775844Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7777167Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7778240Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7779268Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7780711Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7781488Z copying torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7782396Z copying torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7783651Z copying torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7784653Z copying torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7785848Z copying torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7786866Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7787819Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7789227Z copying torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7790149Z copying torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7791195Z copying torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7792172Z copying torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7793203Z copying torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7794830Z copying torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7796176Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7797406Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7798362Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7799390Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7800602Z copying torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7801701Z copying torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7802789Z copying torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7803862Z copying torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7805109Z copying torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:34:59.7806180Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:34:59.7807128Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:34:59.7808487Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:34:59.7809966Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:34:59.7811477Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:34:59.7813243Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7813777Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7815765Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7816755Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7818530Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7819553Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7821007Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7822170Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7823642Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7824928Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7826013Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7827479Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7828590Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7830043Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7831266Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7832644Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7834268Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7835344Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7837057Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:34:59.7838052Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/onnx 2022-09-27T15:34:59.7838648Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/onnx 2022-09-27T15:34:59.7840503Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/onnx 2022-09-27T15:34:59.7841318Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-09-27T15:34:59.7841792Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-09-27T15:34:59.7843522Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-09-27T15:34:59.7844864Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-09-27T15:34:59.7845897Z copying torch/include/torch/csrc/profiler/execution_graph_observer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-09-27T15:34:59.7847408Z copying torch/include/torch/csrc/profiler/itt_observer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-09-27T15:34:59.7848411Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-09-27T15:34:59.7849954Z copying torch/include/torch/csrc/profiler/nvtx_observer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-09-27T15:34:59.7850846Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-09-27T15:34:59.7852381Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:34:59.7852785Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:34:59.7854166Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:34:59.7855706Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7855958Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7857662Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7858930Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7860199Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7860993Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7862393Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7863337Z copying torch/include/torch/csrc/utils/disallow_copy.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7864578Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7865890Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7866619Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7868204Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7869232Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7870556Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7871543Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7872901Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7873868Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7875499Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7876793Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7877756Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7879139Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7880309Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7881645Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7883184Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7884068Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7885200Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7886383Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7887797Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7889309Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7890289Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7891718Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7892662Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7894226Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7895391Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7897517Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7897975Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7898845Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7899803Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7901513Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7902733Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7904637Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7905267Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-09-27T15:34:59.7906028Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/tensor 2022-09-27T15:34:59.7906682Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/tensor 2022-09-27T15:34:59.7908326Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy 2022-09-27T15:34:59.7908700Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend 2022-09-27T15:34:59.7909263Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend 2022-09-27T15:34:59.7910383Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend 2022-09-27T15:34:59.7911427Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend 2022-09-27T15:34:59.7912711Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend 2022-09-27T15:34:59.7913967Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7914481Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7915962Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7916993Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7918285Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7919679Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7921530Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7922035Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7923887Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7924684Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7925911Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7926909Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7928380Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7929868Z copying torch/include/torch/csrc/lazy/core/lazy_view.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7931051Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7932240Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7933458Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7934755Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7936377Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7937755Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7939074Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7940258Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7941522Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7942670Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7944000Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7945222Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-09-27T15:34:59.7946283Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/internal_ops 2022-09-27T15:34:59.7946691Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/internal_ops 2022-09-27T15:34:59.7948259Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:34:59.7948732Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:34:59.7949586Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:34:59.7951214Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7951773Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7952093Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7953697Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7954946Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7956328Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7957821Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7959475Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7961124Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7962207Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7963768Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:34:59.7964974Z creating build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7965731Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7967471Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7968851Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7971124Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7972547Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7973942Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7975538Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7977273Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7978777Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7980271Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7981605Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7983069Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7984529Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7987000Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7988558Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7989879Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7992926Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7995294Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7997000Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-09-27T15:34:59.7997731Z creating build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-09-27T15:34:59.7998769Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-09-27T15:34:59.7999558Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-09-27T15:34:59.8001328Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-09-27T15:34:59.8002307Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-09-27T15:34:59.8003498Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-09-27T15:34:59.8005183Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-09-27T15:34:59.8006684Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-09-27T15:34:59.8007490Z creating build/lib.linux-x86_64-3.7/torch/share 2022-09-27T15:34:59.8008119Z creating build/lib.linux-x86_64-3.7/torch/share/cmake 2022-09-27T15:34:59.8008303Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/ATen 2022-09-27T15:34:59.8009226Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/ATen 2022-09-27T15:34:59.8010101Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2 2022-09-27T15:34:59.8010729Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2 2022-09-27T15:34:59.8012196Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2 2022-09-27T15:34:59.8013172Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2 2022-09-27T15:34:59.8014740Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2 2022-09-27T15:34:59.8015808Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-09-27T15:34:59.8016375Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-09-27T15:34:59.8018504Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-09-27T15:34:59.8019755Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-09-27T15:34:59.8020686Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-09-27T15:34:59.8022221Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-09-27T15:34:59.8023043Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-09-27T15:34:59.8024352Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-09-27T15:34:59.8026083Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-09-27T15:34:59.8027813Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-09-27T15:34:59.8029276Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:34:59.8030107Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:34:59.8031849Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:34:59.8033062Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:34:59.8033935Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:34:59.8035532Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:34:59.8038403Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:34:59.8039433Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:34:59.8040645Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:34:59.8041701Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:34:59.8043273Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:34:59.8044723Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:34:59.8046418Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:34:59.8047532Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Tensorpipe 2022-09-27T15:34:59.8048204Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Tensorpipe 2022-09-27T15:34:59.8049966Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Tensorpipe 2022-09-27T15:34:59.8051112Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Torch 2022-09-27T15:34:59.8051501Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Torch 2022-09-27T15:34:59.8053046Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Torch 2022-09-27T15:34:59.8054414Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-09-27T15:34:59.8056026Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:34:59.8057460Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:34:59.8058898Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:34:59.8060184Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:34:59.8064543Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-09-27T15:34:59.8065651Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-09-27T15:34:59.8067379Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-09-27T15:34:59.8068345Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-09-27T15:34:59.8070116Z creating build/lib.linux-x86_64-3.7/torchgen/packaged 2022-09-27T15:34:59.8070725Z creating build/lib.linux-x86_64-3.7/torchgen/packaged/ATen 2022-09-27T15:34:59.8071095Z creating build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/native 2022-09-27T15:34:59.8071770Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/native 2022-09-27T15:34:59.8077240Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/native 2022-09-27T15:34:59.8077869Z creating build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8078723Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8080430Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8081661Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8082764Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8083748Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8085417Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8086614Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8087516Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8089091Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8089862Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8091344Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8092335Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8093825Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8095195Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8096414Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8097737Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8098708Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8099848Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8101024Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8102126Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8103307Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8105355Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8105884Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8106707Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8107881Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8108674Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8109972Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8110835Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8112056Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8113025Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8114364Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8116441Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8116975Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8117902Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8119043Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8120758Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8121722Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8123097Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8123821Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-09-27T15:34:59.8481348Z running build_ext 2022-09-27T15:34:59.8527282Z -- Building with NumPy bindings 2022-09-27T15:34:59.8529696Z -- Not using cuDNN 2022-09-27T15:34:59.8529809Z -- Not using CUDA 2022-09-27T15:34:59.8529905Z -- Using MKLDNN 2022-09-27T15:34:59.8530124Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-09-27T15:34:59.8530240Z -- Not using CBLAS in MKLDNN 2022-09-27T15:34:59.8530334Z -- Not using NCCL 2022-09-27T15:34:59.8530475Z -- Building with distributed package: 2022-09-27T15:34:59.8530586Z -- USE_TENSORPIPE=True 2022-09-27T15:34:59.8530670Z -- USE_GLOO=True 2022-09-27T15:34:59.8530764Z -- USE_MPI=False 2022-09-27T15:34:59.8530852Z -- Using ITT 2022-09-27T15:34:59.9885271Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-3.7/functorch/_C.cpython-37m-x86_64-linux-gnu.so 2022-09-27T15:34:59.9885592Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-3.7/functorch/_C.cpython-37m-x86_64-linux-gnu.so 2022-09-27T15:34:59.9893608Z building 'torch._C' extension 2022-09-27T15:34:59.9894259Z creating build/temp.linux-x86_64-3.7 2022-09-27T15:34:59.9894502Z creating build/temp.linux-x86_64-3.7/torch 2022-09-27T15:34:59.9894922Z creating build/temp.linux-x86_64-3.7/torch/csrc 2022-09-27T15:34:59.9896582Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/var/lib/jenkins/workspace/venv/include -I/opt/conda/include/python3.7m -c torch/csrc/stub.c -o build/temp.linux-x86_64-3.7/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-09-27T15:35:00.0806127Z 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-3.7/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-3.7/torch/_C.cpython-37m-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-09-27T15:35:00.1211777Z building 'torch._C_flatbuffer' extension 2022-09-27T15:35:00.1212826Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/var/lib/jenkins/workspace/venv/include -I/opt/conda/include/python3.7m -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-3.7/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-09-27T15:35:00.2038632Z 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-3.7/torch/csrc/stub_with_flatbuffer.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-3.7/torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-09-27T15:35:00.2449083Z installing to base_bdist_tmp 2022-09-27T15:35:00.2449501Z running install 2022-09-27T15:35:00.2452121Z running install_lib 2022-09-27T15:35:00.2459819Z creating base_bdist_tmp 2022-09-27T15:35:00.2461159Z creating base_bdist_tmp/caffe2 2022-09-27T15:35:00.2461923Z copying build/lib.linux-x86_64-3.7/caffe2/__init__.py -> base_bdist_tmp/caffe2 2022-09-27T15:35:00.2462823Z creating base_bdist_tmp/caffe2/contrib 2022-09-27T15:35:00.2463886Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/__init__.py -> base_bdist_tmp/caffe2/contrib 2022-09-27T15:35:00.2464763Z creating base_bdist_tmp/caffe2/contrib/aten 2022-09-27T15:35:00.2465691Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/aten/__init__.py -> base_bdist_tmp/caffe2/contrib/aten 2022-09-27T15:35:00.2466801Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/aten/aten_test.py -> base_bdist_tmp/caffe2/contrib/aten 2022-09-27T15:35:00.2467342Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/aten/gen_op.py -> base_bdist_tmp/caffe2/contrib/aten 2022-09-27T15:35:00.2468331Z creating base_bdist_tmp/caffe2/contrib/aten/docs 2022-09-27T15:35:00.2469179Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/aten/docs/__init__.py -> base_bdist_tmp/caffe2/contrib/aten/docs 2022-09-27T15:35:00.2469972Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/aten/docs/sample.py -> base_bdist_tmp/caffe2/contrib/aten/docs 2022-09-27T15:35:00.2470907Z creating base_bdist_tmp/caffe2/contrib/gloo 2022-09-27T15:35:00.2471812Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/gloo/__init__.py -> base_bdist_tmp/caffe2/contrib/gloo 2022-09-27T15:35:00.2472544Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/gloo/gloo_test.py -> base_bdist_tmp/caffe2/contrib/gloo 2022-09-27T15:35:00.2474398Z creating base_bdist_tmp/caffe2/contrib/nccl 2022-09-27T15:35:00.2475221Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/nccl/__init__.py -> base_bdist_tmp/caffe2/contrib/nccl 2022-09-27T15:35:00.2476045Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/nccl/nccl_ops_test.py -> base_bdist_tmp/caffe2/contrib/nccl 2022-09-27T15:35:00.2476880Z creating base_bdist_tmp/caffe2/contrib/nnpack 2022-09-27T15:35:00.2477810Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/nnpack/__init__.py -> base_bdist_tmp/caffe2/contrib/nnpack 2022-09-27T15:35:00.2478733Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/nnpack/nnpack_ops_test.py -> base_bdist_tmp/caffe2/contrib/nnpack 2022-09-27T15:35:00.2479332Z creating base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2480161Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/AnyExp.py -> base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2481446Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/AnyExpOnTerm.py -> base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2482473Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/ModuleRegister.py -> base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2483404Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/__init__.py -> base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2484289Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/checkpoint.py -> base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2485238Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/compute_loss.py -> base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2485970Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/compute_topk_accuracy.py -> base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2486979Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/meter.py -> base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2487520Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/module_map.py -> base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2488941Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/output_generator.py -> base_bdist_tmp/caffe2/contrib/playground 2022-09-27T15:35:00.2490023Z creating base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2491150Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2491762Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2492787Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/__init__.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2493393Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2494209Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2495419Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2496438Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2497485Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2498642Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2499393Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-09-27T15:35:00.2501226Z creating base_bdist_tmp/caffe2/contrib/prof 2022-09-27T15:35:00.2502038Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/prof/__init__.py -> base_bdist_tmp/caffe2/contrib/prof 2022-09-27T15:35:00.2502878Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/prof/cuda_profile_ops_test.py -> base_bdist_tmp/caffe2/contrib/prof 2022-09-27T15:35:00.2503818Z creating base_bdist_tmp/caffe2/contrib/script 2022-09-27T15:35:00.2504839Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/script/__init__.py -> base_bdist_tmp/caffe2/contrib/script 2022-09-27T15:35:00.2505434Z creating base_bdist_tmp/caffe2/contrib/script/examples 2022-09-27T15:35:00.2505870Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/script/examples/__init__.py -> base_bdist_tmp/caffe2/contrib/script/examples 2022-09-27T15:35:00.2506610Z creating base_bdist_tmp/caffe2/contrib/tensorboard 2022-09-27T15:35:00.2507743Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard/__init__.py -> base_bdist_tmp/caffe2/contrib/tensorboard 2022-09-27T15:35:00.2508866Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard/tensorboard.py -> base_bdist_tmp/caffe2/contrib/tensorboard 2022-09-27T15:35:00.2509549Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard/tensorboard_exporter.py -> base_bdist_tmp/caffe2/contrib/tensorboard 2022-09-27T15:35:00.2510526Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> base_bdist_tmp/caffe2/contrib/tensorboard 2022-09-27T15:35:00.2511277Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard/tensorboard_test.py -> base_bdist_tmp/caffe2/contrib/tensorboard 2022-09-27T15:35:00.2513049Z creating base_bdist_tmp/caffe2/contrib/warpctc 2022-09-27T15:35:00.2513572Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/warpctc/__init__.py -> base_bdist_tmp/caffe2/contrib/warpctc 2022-09-27T15:35:00.2514042Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/warpctc/ctc_ops_test.py -> base_bdist_tmp/caffe2/contrib/warpctc 2022-09-27T15:35:00.2515344Z creating base_bdist_tmp/caffe2/core 2022-09-27T15:35:00.2516268Z copying build/lib.linux-x86_64-3.7/caffe2/core/__init__.py -> base_bdist_tmp/caffe2/core 2022-09-27T15:35:00.2517680Z creating base_bdist_tmp/caffe2/core/nomnigraph 2022-09-27T15:35:00.2518410Z copying build/lib.linux-x86_64-3.7/caffe2/core/nomnigraph/__init__.py -> base_bdist_tmp/caffe2/core/nomnigraph 2022-09-27T15:35:00.2519379Z copying build/lib.linux-x86_64-3.7/caffe2/core/nomnigraph/op_gen.py -> base_bdist_tmp/caffe2/core/nomnigraph 2022-09-27T15:35:00.2520395Z creating base_bdist_tmp/caffe2/distributed 2022-09-27T15:35:00.2521105Z copying build/lib.linux-x86_64-3.7/caffe2/distributed/__init__.py -> base_bdist_tmp/caffe2/distributed 2022-09-27T15:35:00.2522336Z copying build/lib.linux-x86_64-3.7/caffe2/distributed/file_store_handler_op_test.py -> base_bdist_tmp/caffe2/distributed 2022-09-27T15:35:00.2523451Z copying build/lib.linux-x86_64-3.7/caffe2/distributed/redis_store_handler_op_test.py -> base_bdist_tmp/caffe2/distributed 2022-09-27T15:35:00.2524469Z copying build/lib.linux-x86_64-3.7/caffe2/distributed/store_ops_test_util.py -> base_bdist_tmp/caffe2/distributed 2022-09-27T15:35:00.2525536Z creating base_bdist_tmp/caffe2/experiments 2022-09-27T15:35:00.2526326Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/__init__.py -> base_bdist_tmp/caffe2/experiments 2022-09-27T15:35:00.2528038Z creating base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2528857Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/SparseTransformer.py -> base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2529704Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/__init__.py -> base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2530578Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/convnet_benchmarks.py -> base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2531553Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/device_reduce_sum_bench.py -> base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2532473Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/funhash_op_test.py -> base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2533342Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/net_construct_bench.py -> base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2534415Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/sparse_funhash_op_test.py -> base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2535400Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/sparse_reshape_op_test.py -> base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2536261Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/tt_contraction_op_test.py -> base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2537168Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/tt_pad_op_test.py -> base_bdist_tmp/caffe2/experiments/python 2022-09-27T15:35:00.2537796Z creating base_bdist_tmp/caffe2/perfkernels 2022-09-27T15:35:00.2538348Z copying build/lib.linux-x86_64-3.7/caffe2/perfkernels/__init__.py -> base_bdist_tmp/caffe2/perfkernels 2022-09-27T15:35:00.2539472Z copying build/lib.linux-x86_64-3.7/caffe2/perfkernels/hp_emblookup_codegen.py -> base_bdist_tmp/caffe2/perfkernels 2022-09-27T15:35:00.2540714Z creating base_bdist_tmp/caffe2/proto 2022-09-27T15:35:00.2541173Z copying build/lib.linux-x86_64-3.7/caffe2/proto/__init__.py -> base_bdist_tmp/caffe2/proto 2022-09-27T15:35:00.2542354Z copying build/lib.linux-x86_64-3.7/caffe2/proto/gen_proto_typestubs_helper.py -> base_bdist_tmp/caffe2/proto 2022-09-27T15:35:00.2543055Z copying build/lib.linux-x86_64-3.7/caffe2/proto/torch_pb2.py -> base_bdist_tmp/caffe2/proto 2022-09-27T15:35:00.2544199Z copying build/lib.linux-x86_64-3.7/caffe2/proto/caffe2_pb2.py -> base_bdist_tmp/caffe2/proto 2022-09-27T15:35:00.2546890Z creating base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2547635Z copying build/lib.linux-x86_64-3.7/caffe2/python/__init__.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2548559Z copying build/lib.linux-x86_64-3.7/caffe2/python/_import_c_extension.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2549215Z copying build/lib.linux-x86_64-3.7/caffe2/python/allcompare_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2550112Z copying build/lib.linux-x86_64-3.7/caffe2/python/attention.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2551354Z copying build/lib.linux-x86_64-3.7/caffe2/python/benchmark_generator.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2552588Z copying build/lib.linux-x86_64-3.7/caffe2/python/binarysize.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2553331Z copying build/lib.linux-x86_64-3.7/caffe2/python/brew.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2554125Z copying build/lib.linux-x86_64-3.7/caffe2/python/brew_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2555000Z copying build/lib.linux-x86_64-3.7/caffe2/python/build.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2555888Z copying build/lib.linux-x86_64-3.7/caffe2/python/cached_reader.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2556889Z copying build/lib.linux-x86_64-3.7/caffe2/python/caffe_translator.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2557997Z copying build/lib.linux-x86_64-3.7/caffe2/python/caffe_translator_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2559012Z copying build/lib.linux-x86_64-3.7/caffe2/python/checkpoint.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2560778Z copying build/lib.linux-x86_64-3.7/caffe2/python/checkpoint_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2561193Z copying build/lib.linux-x86_64-3.7/caffe2/python/cnn.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2562208Z copying build/lib.linux-x86_64-3.7/caffe2/python/context.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2563136Z copying build/lib.linux-x86_64-3.7/caffe2/python/context_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2564029Z copying build/lib.linux-x86_64-3.7/caffe2/python/control.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2565414Z copying build/lib.linux-x86_64-3.7/caffe2/python/control_ops_grad.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2566791Z copying build/lib.linux-x86_64-3.7/caffe2/python/control_ops_grad_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2567768Z copying build/lib.linux-x86_64-3.7/caffe2/python/control_ops_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2568723Z copying build/lib.linux-x86_64-3.7/caffe2/python/control_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2569649Z copying build/lib.linux-x86_64-3.7/caffe2/python/convert.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2570619Z copying build/lib.linux-x86_64-3.7/caffe2/python/convert_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2571564Z copying build/lib.linux-x86_64-3.7/caffe2/python/convnet_benchmarks.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2572701Z copying build/lib.linux-x86_64-3.7/caffe2/python/convnet_benchmarks_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2573560Z copying build/lib.linux-x86_64-3.7/caffe2/python/core.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2575690Z copying build/lib.linux-x86_64-3.7/caffe2/python/core_gradients_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2576851Z copying build/lib.linux-x86_64-3.7/caffe2/python/core_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2578900Z copying build/lib.linux-x86_64-3.7/caffe2/python/crf.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2579405Z copying build/lib.linux-x86_64-3.7/caffe2/python/crf_predict.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2580168Z copying build/lib.linux-x86_64-3.7/caffe2/python/crf_viterbi_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2581163Z copying build/lib.linux-x86_64-3.7/caffe2/python/data_parallel_model.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2583347Z copying build/lib.linux-x86_64-3.7/caffe2/python/data_parallel_model_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2584794Z copying build/lib.linux-x86_64-3.7/caffe2/python/data_workers.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2585786Z copying build/lib.linux-x86_64-3.7/caffe2/python/data_workers_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2586701Z copying build/lib.linux-x86_64-3.7/caffe2/python/dataio.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2588023Z copying build/lib.linux-x86_64-3.7/caffe2/python/dataio_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2589098Z copying build/lib.linux-x86_64-3.7/caffe2/python/dataset.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2590128Z copying build/lib.linux-x86_64-3.7/caffe2/python/db_file_reader.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2591087Z copying build/lib.linux-x86_64-3.7/caffe2/python/db_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2592140Z copying build/lib.linux-x86_64-3.7/caffe2/python/device_checker.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2592855Z copying build/lib.linux-x86_64-3.7/caffe2/python/dyndep.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2593614Z copying build/lib.linux-x86_64-3.7/caffe2/python/embedding_generation_benchmark.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2594415Z copying build/lib.linux-x86_64-3.7/caffe2/python/experiment_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2595229Z copying build/lib.linux-x86_64-3.7/caffe2/python/extension_loader.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2595975Z copying build/lib.linux-x86_64-3.7/caffe2/python/fakefp16_transform_lib.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2596885Z copying build/lib.linux-x86_64-3.7/caffe2/python/filler_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2597819Z copying build/lib.linux-x86_64-3.7/caffe2/python/functional.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2599027Z copying build/lib.linux-x86_64-3.7/caffe2/python/functional_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2599820Z copying build/lib.linux-x86_64-3.7/caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2600502Z copying build/lib.linux-x86_64-3.7/caffe2/python/gradient_check_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2601598Z copying build/lib.linux-x86_64-3.7/caffe2/python/gradient_checker.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2602529Z copying build/lib.linux-x86_64-3.7/caffe2/python/gru_cell.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2603324Z copying build/lib.linux-x86_64-3.7/caffe2/python/hip_test_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2604116Z copying build/lib.linux-x86_64-3.7/caffe2/python/hsm_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2604993Z copying build/lib.linux-x86_64-3.7/caffe2/python/hypothesis_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2606687Z copying build/lib.linux-x86_64-3.7/caffe2/python/hypothesis_test_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2607963Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep_test_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2608485Z copying build/lib.linux-x86_64-3.7/caffe2/python/layer_model_helper.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2609616Z copying build/lib.linux-x86_64-3.7/caffe2/python/layer_model_instantiator.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2610480Z copying build/lib.linux-x86_64-3.7/caffe2/python/layer_parameter_sharing_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2611188Z copying build/lib.linux-x86_64-3.7/caffe2/python/layer_test_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2612164Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2613709Z copying build/lib.linux-x86_64-3.7/caffe2/python/lazy.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2614474Z copying build/lib.linux-x86_64-3.7/caffe2/python/lazy_dyndep.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2615590Z copying build/lib.linux-x86_64-3.7/caffe2/python/lazy_dyndep_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2616590Z copying build/lib.linux-x86_64-3.7/caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2617431Z copying build/lib.linux-x86_64-3.7/caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2618635Z copying build/lib.linux-x86_64-3.7/caffe2/python/lstm_benchmark.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2619719Z copying build/lib.linux-x86_64-3.7/caffe2/python/memonger.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2620904Z copying build/lib.linux-x86_64-3.7/caffe2/python/memonger_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2622262Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl_test_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2622974Z copying build/lib.linux-x86_64-3.7/caffe2/python/model_device_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2623810Z copying build/lib.linux-x86_64-3.7/caffe2/python/model_helper.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2625238Z copying build/lib.linux-x86_64-3.7/caffe2/python/model_helper_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2626086Z copying build/lib.linux-x86_64-3.7/caffe2/python/modifier_context.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2626739Z copying build/lib.linux-x86_64-3.7/caffe2/python/muji.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2627761Z copying build/lib.linux-x86_64-3.7/caffe2/python/muji_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2628658Z copying build/lib.linux-x86_64-3.7/caffe2/python/net_builder.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2630108Z copying build/lib.linux-x86_64-3.7/caffe2/python/net_builder_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2630719Z copying build/lib.linux-x86_64-3.7/caffe2/python/net_drawer.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2631738Z copying build/lib.linux-x86_64-3.7/caffe2/python/net_printer.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2633024Z copying build/lib.linux-x86_64-3.7/caffe2/python/net_printer_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2634149Z copying build/lib.linux-x86_64-3.7/caffe2/python/nomnigraph.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2634955Z copying build/lib.linux-x86_64-3.7/caffe2/python/nomnigraph_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2635728Z copying build/lib.linux-x86_64-3.7/caffe2/python/nomnigraph_transformations.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2636379Z copying build/lib.linux-x86_64-3.7/caffe2/python/nomnigraph_transformations_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2637585Z copying build/lib.linux-x86_64-3.7/caffe2/python/normalizer.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2638435Z copying build/lib.linux-x86_64-3.7/caffe2/python/normalizer_context.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2639352Z copying build/lib.linux-x86_64-3.7/caffe2/python/normalizer_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2640230Z copying build/lib.linux-x86_64-3.7/caffe2/python/numa_benchmark.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2641139Z copying build/lib.linux-x86_64-3.7/caffe2/python/numa_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2642200Z copying build/lib.linux-x86_64-3.7/caffe2/python/observer_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2643027Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_fp_exceptions_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2644055Z copying build/lib.linux-x86_64-3.7/caffe2/python/optimizer.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2645708Z copying build/lib.linux-x86_64-3.7/caffe2/python/optimizer_context.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2647141Z copying build/lib.linux-x86_64-3.7/caffe2/python/optimizer_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2648574Z copying build/lib.linux-x86_64-3.7/caffe2/python/optimizer_test_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2649684Z copying build/lib.linux-x86_64-3.7/caffe2/python/parallel_workers.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2650273Z copying build/lib.linux-x86_64-3.7/caffe2/python/parallel_workers_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2651028Z copying build/lib.linux-x86_64-3.7/caffe2/python/parallelize_bmuf_distributed_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2652038Z copying build/lib.linux-x86_64-3.7/caffe2/python/pipeline.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2653376Z copying build/lib.linux-x86_64-3.7/caffe2/python/pipeline_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2654193Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor_constants.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2655092Z copying build/lib.linux-x86_64-3.7/caffe2/python/recurrent.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2656406Z copying build/lib.linux-x86_64-3.7/caffe2/python/python_op_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2656919Z copying build/lib.linux-x86_64-3.7/caffe2/python/queue_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2658197Z copying build/lib.linux-x86_64-3.7/caffe2/python/record_queue.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2659092Z copying build/lib.linux-x86_64-3.7/caffe2/python/regularizer.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2660719Z copying build/lib.linux-x86_64-3.7/caffe2/python/regularizer_context.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2661646Z copying build/lib.linux-x86_64-3.7/caffe2/python/regularizer_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2662972Z copying build/lib.linux-x86_64-3.7/caffe2/python/rnn_cell.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2664321Z copying build/lib.linux-x86_64-3.7/caffe2/python/schema.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2665653Z copying build/lib.linux-x86_64-3.7/caffe2/python/schema_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2666871Z copying build/lib.linux-x86_64-3.7/caffe2/python/scope.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2667612Z copying build/lib.linux-x86_64-3.7/caffe2/python/scope_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2668498Z copying build/lib.linux-x86_64-3.7/caffe2/python/session.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2669532Z copying build/lib.linux-x86_64-3.7/caffe2/python/session_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2670474Z copying build/lib.linux-x86_64-3.7/caffe2/python/sparse_to_dense_mask_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2671500Z copying build/lib.linux-x86_64-3.7/caffe2/python/sparse_to_dense_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2672505Z copying build/lib.linux-x86_64-3.7/caffe2/python/task.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2673555Z copying build/lib.linux-x86_64-3.7/caffe2/python/task_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2674376Z copying build/lib.linux-x86_64-3.7/caffe2/python/test_util.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2675190Z copying build/lib.linux-x86_64-3.7/caffe2/python/text_file_reader.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2676073Z copying build/lib.linux-x86_64-3.7/caffe2/python/timeout_guard.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2677003Z copying build/lib.linux-x86_64-3.7/caffe2/python/toy_regression_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2678680Z copying build/lib.linux-x86_64-3.7/caffe2/python/transformations.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2679195Z copying build/lib.linux-x86_64-3.7/caffe2/python/transformations_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2680213Z copying build/lib.linux-x86_64-3.7/caffe2/python/tt_core.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2681357Z copying build/lib.linux-x86_64-3.7/caffe2/python/tt_core_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2681991Z copying build/lib.linux-x86_64-3.7/caffe2/python/utils.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2683462Z copying build/lib.linux-x86_64-3.7/caffe2/python/utils_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2684152Z copying build/lib.linux-x86_64-3.7/caffe2/python/visualize.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2685720Z copying build/lib.linux-x86_64-3.7/caffe2/python/workspace.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2686368Z copying build/lib.linux-x86_64-3.7/caffe2/python/workspace_test.py -> base_bdist_tmp/caffe2/python 2022-09-27T15:35:00.2688040Z creating base_bdist_tmp/caffe2/python/docs 2022-09-27T15:35:00.2688547Z copying build/lib.linux-x86_64-3.7/caffe2/python/docs/__init__.py -> base_bdist_tmp/caffe2/python/docs 2022-09-27T15:35:00.2689724Z copying build/lib.linux-x86_64-3.7/caffe2/python/docs/formatter.py -> base_bdist_tmp/caffe2/python/docs 2022-09-27T15:35:00.2690530Z copying build/lib.linux-x86_64-3.7/caffe2/python/docs/generator.py -> base_bdist_tmp/caffe2/python/docs 2022-09-27T15:35:00.2691480Z copying build/lib.linux-x86_64-3.7/caffe2/python/docs/github.py -> base_bdist_tmp/caffe2/python/docs 2022-09-27T15:35:00.2692530Z copying build/lib.linux-x86_64-3.7/caffe2/python/docs/parser.py -> base_bdist_tmp/caffe2/python/docs 2022-09-27T15:35:00.2693554Z creating base_bdist_tmp/caffe2/python/examples 2022-09-27T15:35:00.2693967Z copying build/lib.linux-x86_64-3.7/caffe2/python/examples/__init__.py -> base_bdist_tmp/caffe2/python/examples 2022-09-27T15:35:00.2695123Z copying build/lib.linux-x86_64-3.7/caffe2/python/examples/char_rnn.py -> base_bdist_tmp/caffe2/python/examples 2022-09-27T15:35:00.2696400Z copying build/lib.linux-x86_64-3.7/caffe2/python/examples/imagenet_trainer.py -> base_bdist_tmp/caffe2/python/examples 2022-09-27T15:35:00.2697564Z copying build/lib.linux-x86_64-3.7/caffe2/python/examples/lmdb_create_example.py -> base_bdist_tmp/caffe2/python/examples 2022-09-27T15:35:00.2698327Z copying build/lib.linux-x86_64-3.7/caffe2/python/examples/resnet50_trainer.py -> base_bdist_tmp/caffe2/python/examples 2022-09-27T15:35:00.2699932Z creating base_bdist_tmp/caffe2/python/fakelowp 2022-09-27T15:35:00.2700646Z copying build/lib.linux-x86_64-3.7/caffe2/python/fakelowp/__init__.py -> base_bdist_tmp/caffe2/python/fakelowp 2022-09-27T15:35:00.2701366Z copying build/lib.linux-x86_64-3.7/caffe2/python/fakelowp/init_shared_libs.py -> base_bdist_tmp/caffe2/python/fakelowp 2022-09-27T15:35:00.2701999Z copying build/lib.linux-x86_64-3.7/caffe2/python/fakelowp/test_utils.py -> base_bdist_tmp/caffe2/python/fakelowp 2022-09-27T15:35:00.2703270Z creating base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2704110Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/__init__.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2719780Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/algebra.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2720688Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/arg_scope.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2721273Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/array_helpers.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2721741Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/control_ops.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2722182Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/conv.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2722638Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/db_input.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2723092Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/dropout.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2723563Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/elementwise_linear.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2724003Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/fc.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2724459Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/nonlinearity.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2724984Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/normalization.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2725480Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/pooling.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2725943Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/quantization.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2726451Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/tools.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2726905Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/train.py -> base_bdist_tmp/caffe2/python/helpers 2022-09-27T15:35:00.2727245Z creating base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2727641Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/LRN_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2728144Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/__init__.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2730108Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/adam_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2730801Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/blobs_queue_db_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2731453Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/channel_shuffle_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2732102Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/concat_split_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2732768Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/conv_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2733318Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/conv_transpose_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2733928Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/convfusion_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2734555Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/copy_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2735089Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/dropout_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2736030Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/elementwise_sum_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2736596Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/expanddims_squeeze_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2737259Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/fc_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2737944Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/leaky_relu_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2738443Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/moment_sgd_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2739046Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/operator_fallback_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2739735Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/order_switch_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2740316Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/pool_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2740846Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/pre_convert_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2741448Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/relu_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2741991Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/reshape_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2742533Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/shape_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2743123Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/sigmoid_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2743623Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/softmax_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2744131Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/spatial_bn_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2745035Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/test_ideep_net.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2745818Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/transform_ideep_net.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2748179Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/transpose_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2748689Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/weightedsum_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-09-27T15:35:00.2750232Z creating base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2751147Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/__init__.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2752195Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/adaptive_weight.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2753306Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/add_bias.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2754371Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/arc_cosine_feature_map.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2755521Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_huber_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2756504Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_lr_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2757805Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_mse_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2759041Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_normalization.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2760238Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2761476Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_softmax_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2762533Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/blob_weighted_sum.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2763671Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/bpr_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2764643Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/bucket_weighted.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2765958Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/build_index.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2767271Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/concat.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2768296Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/constant_weight.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2769250Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/conv.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2770453Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/dropout.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2771457Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/fc.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2772749Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/fc_with_bootstrap.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2773985Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/fc_without_bias.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2775111Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/feature_sparse_to_dense.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2776302Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/functional.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2777506Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/gather_record.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2778640Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/homotopy_weight.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2779753Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/label_smooth.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2780956Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/last_n_window_collector.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2782002Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/layer_normalization.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2783025Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/layers.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2785183Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/margin_rank_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2786178Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/merge_id_lists.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2787362Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/pairwise_similarity.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2788377Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/position_weighted.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2789481Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/random_fourier_features.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2790537Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/reservoir_sampling.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2791756Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sampling_train.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2792846Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sampling_trainable_mixin.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2793917Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/select_record_by_context.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2795084Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/semi_random_features.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2796272Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sparse_dropout_with_replacement.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2797405Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sparse_feature_hash.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2799259Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2800162Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sparse_lookup.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2800971Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/split.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2801816Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/tags.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2802696Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/uniform_sampling.py -> base_bdist_tmp/caffe2/python/layers 2022-09-27T15:35:00.2804227Z creating base_bdist_tmp/caffe2/python/mint 2022-09-27T15:35:00.2804777Z copying build/lib.linux-x86_64-3.7/caffe2/python/mint/__init__.py -> base_bdist_tmp/caffe2/python/mint 2022-09-27T15:35:00.2805227Z copying build/lib.linux-x86_64-3.7/caffe2/python/mint/app.py -> base_bdist_tmp/caffe2/python/mint 2022-09-27T15:35:00.2806103Z creating base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2806660Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/__init__.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2807631Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_LRN_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2808532Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_LRN_speed_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2809899Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_concat_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2810732Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_conv_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2811614Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_copy_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2812493Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_elementwise_add_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2813372Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2814179Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_fc_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2815083Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_fc_speed_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2816070Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_fill_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2816925Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_pool_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2817841Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_pool_speed_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2818777Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_relu_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2819811Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_sbn_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2820700Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_sbn_speed_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2821595Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_sigmoid_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2822653Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_speed_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2823393Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_squeeze_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2824441Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/rewrite_graph.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2825532Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/rewrite_graph_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-09-27T15:35:00.2827189Z creating base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2828084Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/__init__.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2829115Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_histogram_for_blobs.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2830072Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_histogram_for_blobs_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2831150Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_norm_for_blobs.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2832201Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_norm_for_blobs_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2833396Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_statistics_for_blobs.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2834506Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_statistics_for_blobs_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2835598Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/get_entry_from_blobs.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2836619Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/get_entry_from_blobs_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2837284Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/gradient_clipping.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2839366Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/gradient_clipping_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2839942Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/initializers.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2840686Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/initializers_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2842214Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/net_modifier.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2842954Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/parameter_info.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2843977Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/parameter_sharing.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2844927Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/parameter_sharing_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-09-27T15:35:00.2846653Z creating base_bdist_tmp/caffe2/python/models 2022-09-27T15:35:00.2847120Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/__init__.py -> base_bdist_tmp/caffe2/python/models 2022-09-27T15:35:00.2848184Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/__sym_init__.py -> base_bdist_tmp/caffe2/python/models 2022-09-27T15:35:00.2848843Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/download.py -> base_bdist_tmp/caffe2/python/models 2022-09-27T15:35:00.2849970Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/imagenet_trainer_test_utils.py -> base_bdist_tmp/caffe2/python/models 2022-09-27T15:35:00.2851079Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/resnet.py -> base_bdist_tmp/caffe2/python/models 2022-09-27T15:35:00.2852151Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/resnet_test.py -> base_bdist_tmp/caffe2/python/models 2022-09-27T15:35:00.2852685Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/shufflenet.py -> base_bdist_tmp/caffe2/python/models 2022-09-27T15:35:00.2854156Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/shufflenet_test.py -> base_bdist_tmp/caffe2/python/models 2022-09-27T15:35:00.2854980Z creating base_bdist_tmp/caffe2/python/models/seq2seq 2022-09-27T15:35:00.2856180Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/__init__.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-09-27T15:35:00.2857278Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/beam_search.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-09-27T15:35:00.2858375Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-09-27T15:35:00.2859274Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/seq2seq_model_helper.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-09-27T15:35:00.2860172Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-09-27T15:35:00.2860923Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/seq2seq_util.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-09-27T15:35:00.2862350Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/train.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-09-27T15:35:00.2863454Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/translate.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-09-27T15:35:00.2864487Z creating base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2865216Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/__init__.py -> base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2866234Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/backend.py -> base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2867595Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/backend_cpp_rep.py -> base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2868149Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/backend_rep.py -> base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2869112Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/error.py -> base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2870068Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/frontend.py -> base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2871178Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/helper.py -> base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2872148Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/onnxifi.py -> base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2872970Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/test_onnxifi.py -> base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2873931Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/workspace.py -> base_bdist_tmp/caffe2/python/onnx 2022-09-27T15:35:00.2875001Z creating base_bdist_tmp/caffe2/python/onnx/bin 2022-09-27T15:35:00.2875458Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/bin/__init__.py -> base_bdist_tmp/caffe2/python/onnx/bin 2022-09-27T15:35:00.2876411Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/bin/conversion.py -> base_bdist_tmp/caffe2/python/onnx/bin 2022-09-27T15:35:00.2877585Z creating base_bdist_tmp/caffe2/python/onnx/tests 2022-09-27T15:35:00.2878270Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/__init__.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-09-27T15:35:00.2879108Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/c2_ref_test.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-09-27T15:35:00.2880378Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/conversion_test.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-09-27T15:35:00.2881282Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/helper_test.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-09-27T15:35:00.2882053Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/onnx_backend_test.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-09-27T15:35:00.2883061Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/ssa_test.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-09-27T15:35:00.2884150Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/test_utils.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-09-27T15:35:00.2886021Z creating base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2886977Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/__init__.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2888060Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/activation_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2888976Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/adadelta_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2889974Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/adagrad_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2890888Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/adagrad_test_helper.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2891838Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/adam_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2892979Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/affine_channel_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2893919Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/alias_with_name_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2894617Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/apmeter_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2895986Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/arg_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2896808Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/assert_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2897558Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/async_net_barrier_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2898498Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/atomic_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2899909Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/basic_rnn_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2900907Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/batch_box_cox_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2901861Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/batch_bucketize_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2902503Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/batch_moments_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2903454Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2904349Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/bbox_transform_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2905365Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/bisect_percentile_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2906109Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/blobs_queue_db_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2907061Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/boolean_mask_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2908073Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/boolean_unmask_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2909080Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/box_with_nms_limit_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2910808Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/bucketize_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2911619Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/cast_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2912627Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ceil_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2913975Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/channel_backprop_stats_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2914628Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/channel_shuffle_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2915531Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/channel_stats_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2916154Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/checkpoint_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2916928Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/clip_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2918426Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/clip_tensor_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2919909Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2920591Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/concat_op_cost_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2921791Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/concat_split_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2922801Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/conditional_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2923658Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/conftest.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2924426Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/conv_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2926477Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/conv_transpose_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2927168Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/copy_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2927770Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2928594Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2929505Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/counter_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2930124Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/crf_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2931259Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/cross_entropy_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2932282Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2933396Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2934209Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/cudnn_recurrent_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2935093Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/data_couple_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2936563Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/dataset_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2937876Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/decay_adagrad_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2938673Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/deform_conv_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2939952Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2940696Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/depthwise_3x3_conv_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2941737Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/detectron_keypoints.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2942738Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/distance_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2943779Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/dropout_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2944876Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/duplicate_operands_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2945760Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/elementwise_linear_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2946655Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/elementwise_logical_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2947625Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/elementwise_op_broadcast_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2948735Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/elementwise_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2950130Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/emptysample_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2951004Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/enforce_finite_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2951958Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ensure_clipped_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2952905Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ensure_cpu_output_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2953688Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/erf_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2954719Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/expand_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2955772Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/fc_operator_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2956503Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/feature_maps_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2957883Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/filler_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2959513Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/find_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2960019Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/flatten_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2960973Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/flexible_top_k_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2961638Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/floor_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2962920Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2963721Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2964661Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/gather_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2966098Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/gather_ranges_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2966998Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2967730Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/given_tensor_fill_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2968620Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/glu_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2969517Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/group_conv_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2971069Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/group_norm_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2971435Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/gru_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2973420Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2973942Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/histogram_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2974796Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/hsm_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2975630Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/hyperbolic_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2976720Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/im2col_col2im_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2977692Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/image_input_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2978823Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/index_hash_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2979508Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/index_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2980584Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/instance_norm_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2981521Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/integral_image_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2982425Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/jsd_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2983521Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/key_split_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2984182Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lars_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2985034Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/layer_norm_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2985949Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/leaky_relu_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2986832Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/learning_rate_adaption_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2987780Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/learning_rate_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2988896Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/length_split_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2989876Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lengths_pad_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2990670Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2991711Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lengths_tile_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2992626Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lengths_top_k_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2993487Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/listwise_l2r_operator_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2994262Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/load_save_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2996043Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/locally_connected_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2996741Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/loss_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2997276Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lpnorm_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.2998507Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/map_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3000351Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3001185Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3001958Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/math_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3002891Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/matmul_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3004828Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mean_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3005376Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/merge_id_lists_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3005930Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mkl_conv_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3006730Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mkl_packed_fc_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3007774Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mod_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3008647Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/moments_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3009589Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/momentum_sgd_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3010556Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mpi_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3011830Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mul_gradient_benchmark.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3012409Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/negate_gradient_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3013746Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ngram_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3014368Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/normalize_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3015721Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/numpy_tile_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3016461Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/one_hot_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3018249Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/onnx_while_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3019130Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/order_switch_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3019920Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/pack_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3021723Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3022174Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/pad_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3022832Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/partition_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3023657Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/percentile_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3024888Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/piecewise_linear_transform_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3025425Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/pooling_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3026857Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/prepend_dim_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3027475Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/python_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3028725Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/quantile_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3030158Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rand_quantization_op_speed_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3030748Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rank_loss_operator_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3031750Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rebatching_queue_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3032590Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/record_queue_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3033717Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/recurrent_net_executor_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3034791Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/recurrent_network_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3035603Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/reduce_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3036736Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/reduction_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3037902Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/reshape_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3038978Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/resize_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3040185Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rmac_regions_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3040930Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rms_norm_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3041653Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rnn_cell_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3043081Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/roi_align_rotated_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3043820Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rowwise_counter_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3044708Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/scale_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3045856Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/segment_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3047397Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/self_binning_histogram_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3048024Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/selu_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3048588Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sequence_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3049581Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/shape_inference_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3050687Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3051146Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/softmax_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3052460Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/softplus_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3053395Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3054241Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_gradient_checker_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3055543Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3056496Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3056998Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_lp_regularizer_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3058508Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_normalize_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3059248Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3060047Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3061047Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/spatial_bn_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3062040Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/specialized_segment_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3063455Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/split_op_cost_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3064359Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/square_root_divide_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3065217Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/stats_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3066125Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/stats_put_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3067065Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/storm_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3068060Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/string_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3068915Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/text_file_reader_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3069892Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/thresholded_relu_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3070756Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/tile_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3071775Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/top_k_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3073026Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/torch_integration_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3074418Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/transpose_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3075086Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/trigonometric_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3076053Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/unique_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3076523Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/unique_uniform_fill_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3078059Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/unsafe_coalesce_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3078724Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/upsample_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3079744Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/utility_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3080551Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/video_input_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3081810Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/weight_scale_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3082743Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/weighted_multi_sample_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3083517Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/weighted_sample_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3084455Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/weighted_sum_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3085351Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/wngrad_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-09-27T15:35:00.3087302Z creating base_bdist_tmp/caffe2/python/predictor 2022-09-27T15:35:00.3087763Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/__init__.py -> base_bdist_tmp/caffe2/python/predictor 2022-09-27T15:35:00.3089478Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/mobile_exporter.py -> base_bdist_tmp/caffe2/python/predictor 2022-09-27T15:35:00.3089875Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/mobile_exporter_test.py -> base_bdist_tmp/caffe2/python/predictor 2022-09-27T15:35:00.3091386Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/predictor_exporter.py -> base_bdist_tmp/caffe2/python/predictor 2022-09-27T15:35:00.3092407Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/predictor_exporter_test.py -> base_bdist_tmp/caffe2/python/predictor 2022-09-27T15:35:00.3093460Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/predictor_py_utils.py -> base_bdist_tmp/caffe2/python/predictor 2022-09-27T15:35:00.3094522Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/predictor_test.py -> base_bdist_tmp/caffe2/python/predictor 2022-09-27T15:35:00.3095781Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/serde.py -> base_bdist_tmp/caffe2/python/predictor 2022-09-27T15:35:00.3096828Z creating base_bdist_tmp/caffe2/python/rnn 2022-09-27T15:35:00.3097700Z copying build/lib.linux-x86_64-3.7/caffe2/python/rnn/__init__.py -> base_bdist_tmp/caffe2/python/rnn 2022-09-27T15:35:00.3098914Z copying build/lib.linux-x86_64-3.7/caffe2/python/rnn/lstm_comparison.py -> base_bdist_tmp/caffe2/python/rnn 2022-09-27T15:35:00.3099906Z copying build/lib.linux-x86_64-3.7/caffe2/python/rnn/rnn_cell_test_util.py -> base_bdist_tmp/caffe2/python/rnn 2022-09-27T15:35:00.3101085Z creating base_bdist_tmp/caffe2/python/serialized_test 2022-09-27T15:35:00.3101798Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/__init__.py -> base_bdist_tmp/caffe2/python/serialized_test 2022-09-27T15:35:00.3102701Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/coverage.py -> base_bdist_tmp/caffe2/python/serialized_test 2022-09-27T15:35:00.3103441Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/serialized_test_util.py -> base_bdist_tmp/caffe2/python/serialized_test 2022-09-27T15:35:00.3104626Z creating base_bdist_tmp/caffe2/python/serialized_test/data 2022-09-27T15:35:00.3106386Z creating base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3107157Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3108100Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3108967Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3109700Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3110674Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3111619Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3112207Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3113074Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3114542Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3115314Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3116035Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3116832Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3118116Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3119455Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3120423Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3121202Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3121818Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3122892Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3123830Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3124516Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3125520Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3126464Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3127301Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3128078Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3128772Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3130023Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3130700Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3131854Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3132714Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3133586Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3135426Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3136256Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3137107Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3137860Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3138925Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3139927Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3141806Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3142454Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3143289Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3144120Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3144957Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3146095Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3146934Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3147596Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3148502Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3149688Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3150404Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3151297Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3152671Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3153568Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3154424Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3155436Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3156279Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3157878Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3158678Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3159784Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3160609Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3161500Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3162339Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3163279Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3164136Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3165140Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3165927Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3167353Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3168424Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3169230Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3170713Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3171589Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3172550Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3173291Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3174185Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3175142Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3175902Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3177646Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3178478Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3179629Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3180605Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3181523Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3182501Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3183455Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3184319Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3185350Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3186279Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3187428Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3188482Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3188967Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3190118Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3191043Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3192087Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3193004Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3193659Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3194879Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3195655Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3197571Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3198189Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3198909Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3199614Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3200669Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3201738Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3202556Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3203370Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3204433Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3205554Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3206620Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3207517Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3208341Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3209155Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3209980Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3210795Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3211624Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3212643Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3213327Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3214225Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3215498Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3216533Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3217291Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3218433Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3219917Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3220953Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3221998Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3223274Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3223929Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3224695Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3225621Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3226499Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3227423Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3229007Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3229651Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3230787Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3231563Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3233329Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3233981Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3234666Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3235863Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3236670Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3237467Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3238442Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3239403Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3240792Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3241499Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3242623Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3243497Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3244661Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3245387Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3248132Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3248896Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3249651Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3250301Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3251146Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3252100Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3252925Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3253845Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3254959Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3256010Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3257305Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3258116Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-09-27T15:35:00.3259177Z creating base_bdist_tmp/caffe2/python/test 2022-09-27T15:35:00.3259795Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/__init__.py -> base_bdist_tmp/caffe2/python/test 2022-09-27T15:35:00.3260779Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/blob_deallocation_test.py -> base_bdist_tmp/caffe2/python/test 2022-09-27T15:35:00.3261639Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/do_op_test.py -> base_bdist_tmp/caffe2/python/test 2022-09-27T15:35:00.3262606Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/executor_test.py -> base_bdist_tmp/caffe2/python/test 2022-09-27T15:35:00.3263700Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/executor_test_util.py -> base_bdist_tmp/caffe2/python/test 2022-09-27T15:35:00.3264701Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/fakefp16_transform_test.py -> base_bdist_tmp/caffe2/python/test 2022-09-27T15:35:00.3265713Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/gpu_context_test.py -> base_bdist_tmp/caffe2/python/test 2022-09-27T15:35:00.3266627Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/inference_lstm_op_test.py -> base_bdist_tmp/caffe2/python/test 2022-09-27T15:35:00.3267612Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/python_protobuf_test.py -> base_bdist_tmp/caffe2/python/test 2022-09-27T15:35:00.3269295Z creating base_bdist_tmp/caffe2/python/trt 2022-09-27T15:35:00.3270068Z copying build/lib.linux-x86_64-3.7/caffe2/python/trt/__init__.py -> base_bdist_tmp/caffe2/python/trt 2022-09-27T15:35:00.3270574Z copying build/lib.linux-x86_64-3.7/caffe2/python/trt/test_pt_onnx_trt.py -> base_bdist_tmp/caffe2/python/trt 2022-09-27T15:35:00.3271484Z copying build/lib.linux-x86_64-3.7/caffe2/python/trt/test_trt.py -> base_bdist_tmp/caffe2/python/trt 2022-09-27T15:35:00.3272652Z copying build/lib.linux-x86_64-3.7/caffe2/python/trt/transform.py -> base_bdist_tmp/caffe2/python/trt 2022-09-27T15:35:00.3273978Z creating base_bdist_tmp/caffe2/quantization 2022-09-27T15:35:00.3274529Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/__init__.py -> base_bdist_tmp/caffe2/quantization 2022-09-27T15:35:00.3275654Z creating base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3277219Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/__init__.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3277879Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3278525Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3279242Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3279958Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/compute_equalization_scale_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3280788Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/concat_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3281952Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3283823Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3284294Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/conv_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3284992Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3286138Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3287216Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3288260Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/dnnlowp_test_utils.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3289266Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3290176Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3290905Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3291970Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3292972Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3294173Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3294861Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/fully_connected_fp16_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3295921Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3297207Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/gather_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3297894Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3298658Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3299492Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/int8_gen_quant_params_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3300730Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3301968Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3303384Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/observer_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3303890Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/pool_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3304573Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/quantize_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3306332Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/relu_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3307035Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3308467Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3309274Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3309857Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3310650Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/tanh_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3311446Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/utils.py -> base_bdist_tmp/caffe2/quantization/server 2022-09-27T15:35:00.3313152Z creating base_bdist_tmp/functorch 2022-09-27T15:35:00.3313853Z copying build/lib.linux-x86_64-3.7/functorch/__init__.py -> base_bdist_tmp/functorch 2022-09-27T15:35:00.3314742Z copying build/lib.linux-x86_64-3.7/functorch/setup.py -> base_bdist_tmp/functorch 2022-09-27T15:35:00.3316537Z creating base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3317002Z copying build/lib.linux-x86_64-3.7/functorch/_src/__init__.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3318176Z copying build/lib.linux-x86_64-3.7/functorch/_src/aot_autograd.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3319752Z copying build/lib.linux-x86_64-3.7/functorch/_src/benchmark_utils.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3320786Z copying build/lib.linux-x86_64-3.7/functorch/_src/compile_utils.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3321785Z copying build/lib.linux-x86_64-3.7/functorch/_src/compilers.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3323042Z copying build/lib.linux-x86_64-3.7/functorch/_src/config.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3324224Z copying build/lib.linux-x86_64-3.7/functorch/_src/eager_transforms.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3326064Z copying build/lib.linux-x86_64-3.7/functorch/_src/fx_minifier.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3327370Z copying build/lib.linux-x86_64-3.7/functorch/_src/make_functional.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3328384Z copying build/lib.linux-x86_64-3.7/functorch/_src/monkey_patching.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3329482Z copying build/lib.linux-x86_64-3.7/functorch/_src/named_members_polyfill.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3330531Z copying build/lib.linux-x86_64-3.7/functorch/_src/partitioners.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3332644Z copying build/lib.linux-x86_64-3.7/functorch/_src/python_key.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3333077Z copying build/lib.linux-x86_64-3.7/functorch/_src/pytree_hacks.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3334045Z copying build/lib.linux-x86_64-3.7/functorch/_src/top_operators_github_usage.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3335757Z copying build/lib.linux-x86_64-3.7/functorch/_src/vmap.py -> base_bdist_tmp/functorch/_src 2022-09-27T15:35:00.3338053Z creating base_bdist_tmp/functorch/compile 2022-09-27T15:35:00.3338833Z copying build/lib.linux-x86_64-3.7/functorch/compile/__init__.py -> base_bdist_tmp/functorch/compile 2022-09-27T15:35:00.3339574Z creating base_bdist_tmp/functorch/dim 2022-09-27T15:35:00.3340526Z copying build/lib.linux-x86_64-3.7/functorch/dim/__init__.py -> base_bdist_tmp/functorch/dim 2022-09-27T15:35:00.3341503Z copying build/lib.linux-x86_64-3.7/functorch/dim/batch_tensor.py -> base_bdist_tmp/functorch/dim 2022-09-27T15:35:00.3342370Z copying build/lib.linux-x86_64-3.7/functorch/dim/delayed_mul_tensor.py -> base_bdist_tmp/functorch/dim 2022-09-27T15:35:00.3342901Z copying build/lib.linux-x86_64-3.7/functorch/dim/dim.py -> base_bdist_tmp/functorch/dim 2022-09-27T15:35:00.3343847Z copying build/lib.linux-x86_64-3.7/functorch/dim/magic_trace.py -> base_bdist_tmp/functorch/dim 2022-09-27T15:35:00.3344689Z copying build/lib.linux-x86_64-3.7/functorch/dim/op_properties.py -> base_bdist_tmp/functorch/dim 2022-09-27T15:35:00.3345543Z copying build/lib.linux-x86_64-3.7/functorch/dim/reference.py -> base_bdist_tmp/functorch/dim 2022-09-27T15:35:00.3346537Z copying build/lib.linux-x86_64-3.7/functorch/dim/tree_map.py -> base_bdist_tmp/functorch/dim 2022-09-27T15:35:00.3347357Z copying build/lib.linux-x86_64-3.7/functorch/dim/wrap_type.py -> base_bdist_tmp/functorch/dim 2022-09-27T15:35:00.3349026Z creating base_bdist_tmp/functorch/experimental 2022-09-27T15:35:00.3349338Z copying build/lib.linux-x86_64-3.7/functorch/experimental/__init__.py -> base_bdist_tmp/functorch/experimental 2022-09-27T15:35:00.3350061Z copying build/lib.linux-x86_64-3.7/functorch/experimental/batch_norm_replacement.py -> base_bdist_tmp/functorch/experimental 2022-09-27T15:35:00.3350709Z copying build/lib.linux-x86_64-3.7/functorch/experimental/cond.py -> base_bdist_tmp/functorch/experimental 2022-09-27T15:35:00.3351441Z copying build/lib.linux-x86_64-3.7/functorch/experimental/ops.py -> base_bdist_tmp/functorch/experimental 2022-09-27T15:35:00.3352235Z copying build/lib.linux-x86_64-3.7/functorch/_C.cpython-37m-x86_64-linux-gnu.so -> base_bdist_tmp/functorch 2022-09-27T15:35:00.3356891Z creating base_bdist_tmp/torch 2022-09-27T15:35:00.3357438Z copying build/lib.linux-x86_64-3.7/torch/_VF.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3358121Z copying build/lib.linux-x86_64-3.7/torch/__config__.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3359015Z copying build/lib.linux-x86_64-3.7/torch/__future__.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3359896Z copying build/lib.linux-x86_64-3.7/torch/__init__.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3361539Z copying build/lib.linux-x86_64-3.7/torch/_appdirs.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3362421Z copying build/lib.linux-x86_64-3.7/torch/_classes.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3363183Z copying build/lib.linux-x86_64-3.7/torch/_deploy.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3364029Z copying build/lib.linux-x86_64-3.7/torch/_jit_internal.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3365995Z copying build/lib.linux-x86_64-3.7/torch/_linalg_utils.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3366577Z copying build/lib.linux-x86_64-3.7/torch/_lobpcg.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3368347Z copying build/lib.linux-x86_64-3.7/torch/_lowrank.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3368999Z copying build/lib.linux-x86_64-3.7/torch/_meta_registrations.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3369791Z copying build/lib.linux-x86_64-3.7/torch/_namedtensor_internals.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3370896Z copying build/lib.linux-x86_64-3.7/torch/_ops.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3371932Z copying build/lib.linux-x86_64-3.7/torch/_python_dispatcher.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3372651Z copying build/lib.linux-x86_64-3.7/torch/_six.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3373717Z copying build/lib.linux-x86_64-3.7/torch/_sources.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3374590Z copying build/lib.linux-x86_64-3.7/torch/_storage_docs.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3375917Z copying build/lib.linux-x86_64-3.7/torch/_tensor.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3377442Z copying build/lib.linux-x86_64-3.7/torch/_tensor_docs.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3379015Z copying build/lib.linux-x86_64-3.7/torch/_tensor_str.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3380275Z copying build/lib.linux-x86_64-3.7/torch/_torch_docs.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3384354Z copying build/lib.linux-x86_64-3.7/torch/_utils.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3385402Z copying build/lib.linux-x86_64-3.7/torch/_utils_internal.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3386290Z copying build/lib.linux-x86_64-3.7/torch/_vmap_internals.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3387949Z copying build/lib.linux-x86_64-3.7/torch/functional.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3388907Z copying build/lib.linux-x86_64-3.7/torch/hub.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3390104Z copying build/lib.linux-x86_64-3.7/torch/library.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3391349Z copying build/lib.linux-x86_64-3.7/torch/overrides.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3392839Z copying build/lib.linux-x86_64-3.7/torch/quasirandom.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3393548Z copying build/lib.linux-x86_64-3.7/torch/random.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3394268Z copying build/lib.linux-x86_64-3.7/torch/return_types.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3395483Z copying build/lib.linux-x86_64-3.7/torch/serialization.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3396962Z copying build/lib.linux-x86_64-3.7/torch/storage.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3397780Z copying build/lib.linux-x86_64-3.7/torch/torch_version.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3399532Z copying build/lib.linux-x86_64-3.7/torch/types.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3400215Z copying build/lib.linux-x86_64-3.7/torch/version.py -> base_bdist_tmp/torch 2022-09-27T15:35:00.3401540Z creating base_bdist_tmp/torch/_decomp 2022-09-27T15:35:00.3402140Z copying build/lib.linux-x86_64-3.7/torch/_decomp/__init__.py -> base_bdist_tmp/torch/_decomp 2022-09-27T15:35:00.3403513Z copying build/lib.linux-x86_64-3.7/torch/_decomp/decompositions.py -> base_bdist_tmp/torch/_decomp 2022-09-27T15:35:00.3405142Z copying build/lib.linux-x86_64-3.7/torch/_decomp/decompositions_for_jvp.py -> base_bdist_tmp/torch/_decomp 2022-09-27T15:35:00.3406329Z creating base_bdist_tmp/torch/_dispatch 2022-09-27T15:35:00.3406983Z copying build/lib.linux-x86_64-3.7/torch/_dispatch/__init__.py -> base_bdist_tmp/torch/_dispatch 2022-09-27T15:35:00.3408485Z copying build/lib.linux-x86_64-3.7/torch/_dispatch/python.py -> base_bdist_tmp/torch/_dispatch 2022-09-27T15:35:00.3409264Z creating base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3409802Z copying build/lib.linux-x86_64-3.7/torch/_lazy/__init__.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3410991Z copying build/lib.linux-x86_64-3.7/torch/_lazy/closure.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3411742Z copying build/lib.linux-x86_64-3.7/torch/_lazy/computation.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3412561Z copying build/lib.linux-x86_64-3.7/torch/_lazy/config.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3413642Z copying build/lib.linux-x86_64-3.7/torch/_lazy/debug.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3414601Z copying build/lib.linux-x86_64-3.7/torch/_lazy/device_context.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3415607Z copying build/lib.linux-x86_64-3.7/torch/_lazy/extract_compiled_graph.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3416986Z copying build/lib.linux-x86_64-3.7/torch/_lazy/ir_cache.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3417496Z copying build/lib.linux-x86_64-3.7/torch/_lazy/metrics.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3418765Z copying build/lib.linux-x86_64-3.7/torch/_lazy/tensor_factory_functions.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3420039Z copying build/lib.linux-x86_64-3.7/torch/_lazy/ts_backend.py -> base_bdist_tmp/torch/_lazy 2022-09-27T15:35:00.3420799Z creating base_bdist_tmp/torch/_masked 2022-09-27T15:35:00.3421292Z copying build/lib.linux-x86_64-3.7/torch/_masked/__init__.py -> base_bdist_tmp/torch/_masked 2022-09-27T15:35:00.3423134Z copying build/lib.linux-x86_64-3.7/torch/_masked/_docs.py -> base_bdist_tmp/torch/_masked 2022-09-27T15:35:00.3424394Z creating base_bdist_tmp/torch/_prims 2022-09-27T15:35:00.3424861Z copying build/lib.linux-x86_64-3.7/torch/_prims/__init__.py -> base_bdist_tmp/torch/_prims 2022-09-27T15:35:00.3426487Z copying build/lib.linux-x86_64-3.7/torch/_prims/context.py -> base_bdist_tmp/torch/_prims 2022-09-27T15:35:00.3427095Z copying build/lib.linux-x86_64-3.7/torch/_prims/executor.py -> base_bdist_tmp/torch/_prims 2022-09-27T15:35:00.3427864Z copying build/lib.linux-x86_64-3.7/torch/_prims/nvfuser_executor.py -> base_bdist_tmp/torch/_prims 2022-09-27T15:35:00.3429061Z copying build/lib.linux-x86_64-3.7/torch/_prims/nvfuser_prims.py -> base_bdist_tmp/torch/_prims 2022-09-27T15:35:00.3430008Z creating base_bdist_tmp/torch/_prims_common 2022-09-27T15:35:00.3430751Z copying build/lib.linux-x86_64-3.7/torch/_prims_common/__init__.py -> base_bdist_tmp/torch/_prims_common 2022-09-27T15:35:00.3431709Z copying build/lib.linux-x86_64-3.7/torch/_prims_common/wrappers.py -> base_bdist_tmp/torch/_prims_common 2022-09-27T15:35:00.3433225Z creating base_bdist_tmp/torch/_refs 2022-09-27T15:35:00.3433474Z copying build/lib.linux-x86_64-3.7/torch/_refs/__init__.py -> base_bdist_tmp/torch/_refs 2022-09-27T15:35:00.3435453Z copying build/lib.linux-x86_64-3.7/torch/_refs/fft.py -> base_bdist_tmp/torch/_refs 2022-09-27T15:35:00.3436540Z creating base_bdist_tmp/torch/_refs/linalg 2022-09-27T15:35:00.3436837Z copying build/lib.linux-x86_64-3.7/torch/_refs/linalg/__init__.py -> base_bdist_tmp/torch/_refs/linalg 2022-09-27T15:35:00.3438297Z creating base_bdist_tmp/torch/_refs/nn 2022-09-27T15:35:00.3438550Z copying build/lib.linux-x86_64-3.7/torch/_refs/nn/__init__.py -> base_bdist_tmp/torch/_refs/nn 2022-09-27T15:35:00.3440081Z creating base_bdist_tmp/torch/_refs/nn/functional 2022-09-27T15:35:00.3441449Z copying build/lib.linux-x86_64-3.7/torch/_refs/nn/functional/__init__.py -> base_bdist_tmp/torch/_refs/nn/functional 2022-09-27T15:35:00.3442336Z creating base_bdist_tmp/torch/_refs/special 2022-09-27T15:35:00.3442987Z copying build/lib.linux-x86_64-3.7/torch/_refs/special/__init__.py -> base_bdist_tmp/torch/_refs/special 2022-09-27T15:35:00.3444335Z creating base_bdist_tmp/torch/_subclasses 2022-09-27T15:35:00.3444642Z copying build/lib.linux-x86_64-3.7/torch/_subclasses/__init__.py -> base_bdist_tmp/torch/_subclasses 2022-09-27T15:35:00.3445668Z copying build/lib.linux-x86_64-3.7/torch/_subclasses/fake_tensor.py -> base_bdist_tmp/torch/_subclasses 2022-09-27T15:35:00.3447241Z copying build/lib.linux-x86_64-3.7/torch/_subclasses/fake_utils.py -> base_bdist_tmp/torch/_subclasses 2022-09-27T15:35:00.3447769Z copying build/lib.linux-x86_64-3.7/torch/_subclasses/meta_utils.py -> base_bdist_tmp/torch/_subclasses 2022-09-27T15:35:00.3449065Z creating base_bdist_tmp/torch/amp 2022-09-27T15:35:00.3449359Z copying build/lib.linux-x86_64-3.7/torch/amp/__init__.py -> base_bdist_tmp/torch/amp 2022-09-27T15:35:00.3450292Z copying build/lib.linux-x86_64-3.7/torch/amp/autocast_mode.py -> base_bdist_tmp/torch/amp 2022-09-27T15:35:00.3451794Z creating base_bdist_tmp/torch/ao 2022-09-27T15:35:00.3452076Z copying build/lib.linux-x86_64-3.7/torch/ao/__init__.py -> base_bdist_tmp/torch/ao 2022-09-27T15:35:00.3453144Z creating base_bdist_tmp/torch/ao/nn 2022-09-27T15:35:00.3453377Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/__init__.py -> base_bdist_tmp/torch/ao/nn 2022-09-27T15:35:00.3454959Z creating base_bdist_tmp/torch/ao/nn/qat 2022-09-27T15:35:00.3455733Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/__init__.py -> base_bdist_tmp/torch/ao/nn/qat 2022-09-27T15:35:00.3456640Z creating base_bdist_tmp/torch/ao/nn/qat/dynamic 2022-09-27T15:35:00.3457176Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/__init__.py -> base_bdist_tmp/torch/ao/nn/qat/dynamic 2022-09-27T15:35:00.3458601Z creating base_bdist_tmp/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:35:00.3459475Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:35:00.3460457Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/modules/linear.py -> base_bdist_tmp/torch/ao/nn/qat/dynamic/modules 2022-09-27T15:35:00.3461374Z creating base_bdist_tmp/torch/ao/nn/qat/modules 2022-09-27T15:35:00.3462078Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/qat/modules 2022-09-27T15:35:00.3463058Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules/conv.py -> base_bdist_tmp/torch/ao/nn/qat/modules 2022-09-27T15:35:00.3463832Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules/embedding_ops.py -> base_bdist_tmp/torch/ao/nn/qat/modules 2022-09-27T15:35:00.3464625Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules/linear.py -> base_bdist_tmp/torch/ao/nn/qat/modules 2022-09-27T15:35:00.3465966Z creating base_bdist_tmp/torch/ao/nn/quantizable 2022-09-27T15:35:00.3466414Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/__init__.py -> base_bdist_tmp/torch/ao/nn/quantizable 2022-09-27T15:35:00.3467460Z creating base_bdist_tmp/torch/ao/nn/quantizable/modules 2022-09-27T15:35:00.3467810Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/quantizable/modules 2022-09-27T15:35:00.3469084Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules/activation.py -> base_bdist_tmp/torch/ao/nn/quantizable/modules 2022-09-27T15:35:00.3469821Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules/rnn.py -> base_bdist_tmp/torch/ao/nn/quantizable/modules 2022-09-27T15:35:00.3471153Z creating base_bdist_tmp/torch/ao/nn/quantized 2022-09-27T15:35:00.3471668Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized 2022-09-27T15:35:00.3472641Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/functional.py -> base_bdist_tmp/torch/ao/nn/quantized 2022-09-27T15:35:00.3474107Z creating base_bdist_tmp/torch/ao/nn/quantized/dynamic 2022-09-27T15:35:00.3474455Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized/dynamic 2022-09-27T15:35:00.3475880Z creating base_bdist_tmp/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:35:00.3476589Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:35:00.3477485Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules/conv.py -> base_bdist_tmp/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:35:00.3478470Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules/linear.py -> base_bdist_tmp/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:35:00.3479613Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules/rnn.py -> base_bdist_tmp/torch/ao/nn/quantized/dynamic/modules 2022-09-27T15:35:00.3481026Z creating base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3482096Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3482848Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/activation.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3483986Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/batchnorm.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3485191Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/conv.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3486584Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/dropout.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3487736Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/embedding_ops.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3488906Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/functional_modules.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3490037Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/linear.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3491291Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/normalization.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3492391Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/rnn.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3493577Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/utils.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-09-27T15:35:00.3494821Z creating base_bdist_tmp/torch/ao/nn/quantized/reference 2022-09-27T15:35:00.3496273Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized/reference 2022-09-27T15:35:00.3497741Z creating base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-09-27T15:35:00.3498347Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-09-27T15:35:00.3499591Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/conv.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-09-27T15:35:00.3500729Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/linear.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-09-27T15:35:00.3501754Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/rnn.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-09-27T15:35:00.3503050Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/sparse.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-09-27T15:35:00.3504192Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/utils.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-09-27T15:35:00.3505476Z creating base_bdist_tmp/torch/ao/nn/sparse 2022-09-27T15:35:00.3506115Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/__init__.py -> base_bdist_tmp/torch/ao/nn/sparse 2022-09-27T15:35:00.3507947Z creating base_bdist_tmp/torch/ao/nn/sparse/quantized 2022-09-27T15:35:00.3508579Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/__init__.py -> base_bdist_tmp/torch/ao/nn/sparse/quantized 2022-09-27T15:35:00.3509292Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/linear.py -> base_bdist_tmp/torch/ao/nn/sparse/quantized 2022-09-27T15:35:00.3510603Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/utils.py -> base_bdist_tmp/torch/ao/nn/sparse/quantized 2022-09-27T15:35:00.3511734Z creating base_bdist_tmp/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:35:00.3512172Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> base_bdist_tmp/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:35:00.3513083Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/dynamic/linear.py -> base_bdist_tmp/torch/ao/nn/sparse/quantized/dynamic 2022-09-27T15:35:00.3514240Z creating base_bdist_tmp/torch/ao/ns 2022-09-27T15:35:00.3515793Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/__init__.py -> base_bdist_tmp/torch/ao/ns 2022-09-27T15:35:00.3516281Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/_numeric_suite.py -> base_bdist_tmp/torch/ao/ns 2022-09-27T15:35:00.3517932Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/_numeric_suite_fx.py -> base_bdist_tmp/torch/ao/ns 2022-09-27T15:35:00.3519069Z creating base_bdist_tmp/torch/ao/ns/fx 2022-09-27T15:35:00.3519516Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/__init__.py -> base_bdist_tmp/torch/ao/ns/fx 2022-09-27T15:35:00.3520615Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/graph_matcher.py -> base_bdist_tmp/torch/ao/ns/fx 2022-09-27T15:35:00.3522307Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/graph_passes.py -> base_bdist_tmp/torch/ao/ns/fx 2022-09-27T15:35:00.3523146Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/mappings.py -> base_bdist_tmp/torch/ao/ns/fx 2022-09-27T15:35:00.3524333Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/ns_types.py -> base_bdist_tmp/torch/ao/ns/fx 2022-09-27T15:35:00.3525055Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/pattern_utils.py -> base_bdist_tmp/torch/ao/ns/fx 2022-09-27T15:35:00.3526062Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/utils.py -> base_bdist_tmp/torch/ao/ns/fx 2022-09-27T15:35:00.3527311Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/weight_utils.py -> base_bdist_tmp/torch/ao/ns/fx 2022-09-27T15:35:00.3528474Z creating base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3528904Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/__init__.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3529941Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/_correct_bias.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3531529Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/_equalize.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3532116Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/_learnable_fake_quantize.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3533158Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fake_quantize.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3534772Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fuse_modules.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3535487Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fuser_method_mappings.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3536452Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/observer.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3538578Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/qconfig.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3540636Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/qconfig_mapping.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3541113Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/qconfig_mapping_utils.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3541657Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quant_type.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3543001Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quantization_mappings.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3543411Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quantization_types.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3544706Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quantize.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3545404Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quantize_fx.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3546978Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quantize_jit.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3547602Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/stubs.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3548524Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/utils.py -> base_bdist_tmp/torch/ao/quantization 2022-09-27T15:35:00.3550079Z creating base_bdist_tmp/torch/ao/quantization/backend_config 2022-09-27T15:35:00.3550539Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/__init__.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-09-27T15:35:00.3551333Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-09-27T15:35:00.3552757Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/backend_config.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-09-27T15:35:00.3553901Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/fbgemm.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-09-27T15:35:00.3554680Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/native.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-09-27T15:35:00.3555416Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/observation_type.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-09-27T15:35:00.3556057Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/qnnpack.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-09-27T15:35:00.3557548Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/tensorrt.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-09-27T15:35:00.3558623Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/utils.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-09-27T15:35:00.3559134Z creating base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3560051Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/__init__.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3560819Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_equalize.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3562956Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_lower_to_native_backend.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3563510Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/backend_config_utils.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3564272Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/convert.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3566458Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/custom_config.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3567551Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/fuse.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3568594Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/fusion_patterns.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3569772Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/graph_module.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3570771Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/lower_to_fbgemm.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3571826Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/lower_to_qnnpack.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3573059Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/match_utils.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3574232Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/pattern_utils.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3575531Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/prepare.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3577401Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/qconfig_mapping_utils.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3578635Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/quantization_patterns.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3579745Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/tracer.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3580914Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/utils.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-09-27T15:35:00.3582786Z creating base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-09-27T15:35:00.3583498Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report/__init__.py -> base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-09-27T15:35:00.3584497Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report/detector.py -> base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-09-27T15:35:00.3585778Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report/model_report.py -> base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-09-27T15:35:00.3587749Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report/model_report_observer.py -> base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-09-27T15:35:00.3588309Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-09-27T15:35:00.3588888Z creating base_bdist_tmp/torch/ao/sparsity 2022-09-27T15:35:00.3589600Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/__init__.py -> base_bdist_tmp/torch/ao/sparsity 2022-09-27T15:35:00.3591117Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_mappings.py -> base_bdist_tmp/torch/ao/sparsity 2022-09-27T15:35:00.3592000Z creating base_bdist_tmp/torch/ao/sparsity/_experimental 2022-09-27T15:35:00.3592738Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental 2022-09-27T15:35:00.3593728Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:35:00.3594296Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:35:00.3595424Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/activation_sparsifier 2022-09-27T15:35:00.3596654Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:35:00.3597338Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_scheduler/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:35:00.3598526Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_scheduler 2022-09-27T15:35:00.3599079Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:35:00.3600003Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:35:00.3601128Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:35:00.3602198Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:35:00.3603036Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier 2022-09-27T15:35:00.3604200Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:35:00.3604871Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-09-27T15:35:00.3605469Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:35:00.3606343Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:35:00.3607319Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:35:00.3608289Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-09-27T15:35:00.3608878Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:35:00.3609686Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:35:00.3610545Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner/base_pruner.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:35:00.3611428Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner/parametrization.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/pruner 2022-09-27T15:35:00.3612484Z creating base_bdist_tmp/torch/ao/sparsity/scheduler 2022-09-27T15:35:00.3613139Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler/__init__.py -> base_bdist_tmp/torch/ao/sparsity/scheduler 2022-09-27T15:35:00.3614171Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler/base_scheduler.py -> base_bdist_tmp/torch/ao/sparsity/scheduler 2022-09-27T15:35:00.3615080Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler/lambda_scheduler.py -> base_bdist_tmp/torch/ao/sparsity/scheduler 2022-09-27T15:35:00.3616455Z creating base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-09-27T15:35:00.3617295Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier/__init__.py -> base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-09-27T15:35:00.3618141Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier/base_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-09-27T15:35:00.3619156Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-09-27T15:35:00.3620006Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier/utils.py -> base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-09-27T15:35:00.3621057Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-09-27T15:35:00.3622459Z creating base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3622818Z copying build/lib.linux-x86_64-3.7/torch/autograd/__init__.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3624673Z copying build/lib.linux-x86_64-3.7/torch/autograd/anomaly_mode.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3625153Z copying build/lib.linux-x86_64-3.7/torch/autograd/forward_ad.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3626109Z copying build/lib.linux-x86_64-3.7/torch/autograd/function.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3627036Z copying build/lib.linux-x86_64-3.7/torch/autograd/functional.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3628508Z copying build/lib.linux-x86_64-3.7/torch/autograd/grad_mode.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3629389Z copying build/lib.linux-x86_64-3.7/torch/autograd/gradcheck.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3631013Z copying build/lib.linux-x86_64-3.7/torch/autograd/graph.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3631883Z copying build/lib.linux-x86_64-3.7/torch/autograd/profiler.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3633215Z copying build/lib.linux-x86_64-3.7/torch/autograd/profiler_legacy.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3633760Z copying build/lib.linux-x86_64-3.7/torch/autograd/profiler_util.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3635202Z copying build/lib.linux-x86_64-3.7/torch/autograd/variable.py -> base_bdist_tmp/torch/autograd 2022-09-27T15:35:00.3636447Z creating base_bdist_tmp/torch/autograd/_functions 2022-09-27T15:35:00.3636928Z copying build/lib.linux-x86_64-3.7/torch/autograd/_functions/__init__.py -> base_bdist_tmp/torch/autograd/_functions 2022-09-27T15:35:00.3638032Z copying build/lib.linux-x86_64-3.7/torch/autograd/_functions/tensor.py -> base_bdist_tmp/torch/autograd/_functions 2022-09-27T15:35:00.3639227Z copying build/lib.linux-x86_64-3.7/torch/autograd/_functions/utils.py -> base_bdist_tmp/torch/autograd/_functions 2022-09-27T15:35:00.3640277Z creating base_bdist_tmp/torch/backends 2022-09-27T15:35:00.3640893Z copying build/lib.linux-x86_64-3.7/torch/backends/__init__.py -> base_bdist_tmp/torch/backends 2022-09-27T15:35:00.3642442Z creating base_bdist_tmp/torch/backends/_coreml 2022-09-27T15:35:00.3642794Z copying build/lib.linux-x86_64-3.7/torch/backends/_coreml/__init__.py -> base_bdist_tmp/torch/backends/_coreml 2022-09-27T15:35:00.3644123Z copying build/lib.linux-x86_64-3.7/torch/backends/_coreml/preprocess.py -> base_bdist_tmp/torch/backends/_coreml 2022-09-27T15:35:00.3645591Z creating base_bdist_tmp/torch/backends/_nnapi 2022-09-27T15:35:00.3646063Z copying build/lib.linux-x86_64-3.7/torch/backends/_nnapi/__init__.py -> base_bdist_tmp/torch/backends/_nnapi 2022-09-27T15:35:00.3646663Z copying build/lib.linux-x86_64-3.7/torch/backends/_nnapi/prepare.py -> base_bdist_tmp/torch/backends/_nnapi 2022-09-27T15:35:00.3647530Z copying build/lib.linux-x86_64-3.7/torch/backends/_nnapi/serializer.py -> base_bdist_tmp/torch/backends/_nnapi 2022-09-27T15:35:00.3649882Z creating base_bdist_tmp/torch/backends/cuda 2022-09-27T15:35:00.3650330Z copying build/lib.linux-x86_64-3.7/torch/backends/cuda/__init__.py -> base_bdist_tmp/torch/backends/cuda 2022-09-27T15:35:00.3651566Z creating base_bdist_tmp/torch/backends/cudnn 2022-09-27T15:35:00.3652031Z copying build/lib.linux-x86_64-3.7/torch/backends/cudnn/__init__.py -> base_bdist_tmp/torch/backends/cudnn 2022-09-27T15:35:00.3653313Z copying build/lib.linux-x86_64-3.7/torch/backends/cudnn/rnn.py -> base_bdist_tmp/torch/backends/cudnn 2022-09-27T15:35:00.3654481Z creating base_bdist_tmp/torch/backends/mkl 2022-09-27T15:35:00.3655043Z copying build/lib.linux-x86_64-3.7/torch/backends/mkl/__init__.py -> base_bdist_tmp/torch/backends/mkl 2022-09-27T15:35:00.3656610Z creating base_bdist_tmp/torch/backends/mkldnn 2022-09-27T15:35:00.3657938Z copying build/lib.linux-x86_64-3.7/torch/backends/mkldnn/__init__.py -> base_bdist_tmp/torch/backends/mkldnn 2022-09-27T15:35:00.3659158Z creating base_bdist_tmp/torch/backends/mps 2022-09-27T15:35:00.3659820Z copying build/lib.linux-x86_64-3.7/torch/backends/mps/__init__.py -> base_bdist_tmp/torch/backends/mps 2022-09-27T15:35:00.3661052Z creating base_bdist_tmp/torch/backends/openmp 2022-09-27T15:35:00.3661374Z copying build/lib.linux-x86_64-3.7/torch/backends/openmp/__init__.py -> base_bdist_tmp/torch/backends/openmp 2022-09-27T15:35:00.3663076Z creating base_bdist_tmp/torch/backends/quantized 2022-09-27T15:35:00.3663602Z copying build/lib.linux-x86_64-3.7/torch/backends/quantized/__init__.py -> base_bdist_tmp/torch/backends/quantized 2022-09-27T15:35:00.3664477Z creating base_bdist_tmp/torch/backends/xeon 2022-09-27T15:35:00.3665214Z copying build/lib.linux-x86_64-3.7/torch/backends/xeon/__init__.py -> base_bdist_tmp/torch/backends/xeon 2022-09-27T15:35:00.3665845Z copying build/lib.linux-x86_64-3.7/torch/backends/xeon/run_cpu.py -> base_bdist_tmp/torch/backends/xeon 2022-09-27T15:35:00.3668086Z creating base_bdist_tmp/torch/backends/xnnpack 2022-09-27T15:35:00.3668643Z copying build/lib.linux-x86_64-3.7/torch/backends/xnnpack/__init__.py -> base_bdist_tmp/torch/backends/xnnpack 2022-09-27T15:35:00.3669524Z creating base_bdist_tmp/torch/contrib 2022-09-27T15:35:00.3669818Z copying build/lib.linux-x86_64-3.7/torch/contrib/__init__.py -> base_bdist_tmp/torch/contrib 2022-09-27T15:35:00.3671064Z copying build/lib.linux-x86_64-3.7/torch/contrib/_tensorboard_vis.py -> base_bdist_tmp/torch/contrib 2022-09-27T15:35:00.3672163Z creating base_bdist_tmp/torch/cpu 2022-09-27T15:35:00.3672578Z copying build/lib.linux-x86_64-3.7/torch/cpu/__init__.py -> base_bdist_tmp/torch/cpu 2022-09-27T15:35:00.3673315Z creating base_bdist_tmp/torch/cpu/amp 2022-09-27T15:35:00.3675341Z copying build/lib.linux-x86_64-3.7/torch/cpu/amp/__init__.py -> base_bdist_tmp/torch/cpu/amp 2022-09-27T15:35:00.3675652Z copying build/lib.linux-x86_64-3.7/torch/cpu/amp/autocast_mode.py -> base_bdist_tmp/torch/cpu/amp 2022-09-27T15:35:00.3675933Z creating base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3676938Z copying build/lib.linux-x86_64-3.7/torch/cuda/__init__.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3678344Z copying build/lib.linux-x86_64-3.7/torch/cuda/_dynamo_graphs.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3679164Z copying build/lib.linux-x86_64-3.7/torch/cuda/_memory_viz.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3679680Z copying build/lib.linux-x86_64-3.7/torch/cuda/_sanitizer.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3681364Z copying build/lib.linux-x86_64-3.7/torch/cuda/_utils.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3681873Z copying build/lib.linux-x86_64-3.7/torch/cuda/comm.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3682780Z copying build/lib.linux-x86_64-3.7/torch/cuda/error.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3683480Z copying build/lib.linux-x86_64-3.7/torch/cuda/graphs.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3684885Z copying build/lib.linux-x86_64-3.7/torch/cuda/jiterator.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3685781Z copying build/lib.linux-x86_64-3.7/torch/cuda/memory.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3686938Z copying build/lib.linux-x86_64-3.7/torch/cuda/nccl.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3688146Z copying build/lib.linux-x86_64-3.7/torch/cuda/nvtx.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3689280Z copying build/lib.linux-x86_64-3.7/torch/cuda/profiler.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3690904Z copying build/lib.linux-x86_64-3.7/torch/cuda/random.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3691338Z copying build/lib.linux-x86_64-3.7/torch/cuda/sparse.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3692496Z copying build/lib.linux-x86_64-3.7/torch/cuda/streams.py -> base_bdist_tmp/torch/cuda 2022-09-27T15:35:00.3693483Z creating base_bdist_tmp/torch/cuda/amp 2022-09-27T15:35:00.3694564Z copying build/lib.linux-x86_64-3.7/torch/cuda/amp/__init__.py -> base_bdist_tmp/torch/cuda/amp 2022-09-27T15:35:00.3696136Z copying build/lib.linux-x86_64-3.7/torch/cuda/amp/autocast_mode.py -> base_bdist_tmp/torch/cuda/amp 2022-09-27T15:35:00.3696973Z copying build/lib.linux-x86_64-3.7/torch/cuda/amp/common.py -> base_bdist_tmp/torch/cuda/amp 2022-09-27T15:35:00.3698545Z copying build/lib.linux-x86_64-3.7/torch/cuda/amp/grad_scaler.py -> base_bdist_tmp/torch/cuda/amp 2022-09-27T15:35:00.3700697Z creating base_bdist_tmp/torch/distributed 2022-09-27T15:35:00.3701214Z copying build/lib.linux-x86_64-3.7/torch/distributed/__init__.py -> base_bdist_tmp/torch/distributed 2022-09-27T15:35:00.3702253Z copying build/lib.linux-x86_64-3.7/torch/distributed/argparse_util.py -> base_bdist_tmp/torch/distributed 2022-09-27T15:35:00.3703170Z copying build/lib.linux-x86_64-3.7/torch/distributed/constants.py -> base_bdist_tmp/torch/distributed 2022-09-27T15:35:00.3704362Z copying build/lib.linux-x86_64-3.7/torch/distributed/distributed_c10d.py -> base_bdist_tmp/torch/distributed 2022-09-27T15:35:00.3706601Z copying build/lib.linux-x86_64-3.7/torch/distributed/launch.py -> base_bdist_tmp/torch/distributed 2022-09-27T15:35:00.3707004Z copying build/lib.linux-x86_64-3.7/torch/distributed/remote_device.py -> base_bdist_tmp/torch/distributed 2022-09-27T15:35:00.3708647Z copying build/lib.linux-x86_64-3.7/torch/distributed/rendezvous.py -> base_bdist_tmp/torch/distributed 2022-09-27T15:35:00.3709164Z copying build/lib.linux-x86_64-3.7/torch/distributed/run.py -> base_bdist_tmp/torch/distributed 2022-09-27T15:35:00.3710658Z copying build/lib.linux-x86_64-3.7/torch/distributed/utils.py -> base_bdist_tmp/torch/distributed 2022-09-27T15:35:00.3712007Z creating base_bdist_tmp/torch/distributed/_shard 2022-09-27T15:35:00.3712748Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/__init__.py -> base_bdist_tmp/torch/distributed/_shard 2022-09-27T15:35:00.3713582Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/_utils.py -> base_bdist_tmp/torch/distributed/_shard 2022-09-27T15:35:00.3714690Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/api.py -> base_bdist_tmp/torch/distributed/_shard 2022-09-27T15:35:00.3716150Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/common_op_utils.py -> base_bdist_tmp/torch/distributed/_shard 2022-09-27T15:35:00.3716981Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/metadata.py -> base_bdist_tmp/torch/distributed/_shard 2022-09-27T15:35:00.3718045Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/op_registry_utils.py -> base_bdist_tmp/torch/distributed/_shard 2022-09-27T15:35:00.3719998Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/partial_tensor.py -> base_bdist_tmp/torch/distributed/_shard 2022-09-27T15:35:00.3721029Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/replicated_tensor.py -> base_bdist_tmp/torch/distributed/_shard 2022-09-27T15:35:00.3722144Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharder.py -> base_bdist_tmp/torch/distributed/_shard 2022-09-27T15:35:00.3723579Z creating base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3724189Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/__init__.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3725582Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/api.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3726641Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/default_planner.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3727348Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/filesystem.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3728493Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/metadata.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3729486Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/planner.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3730859Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/planner_helpers.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3731676Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/resharding.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3732703Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/state_dict_loader.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3733800Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/state_dict_saver.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3734836Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/storage.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3736157Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/utils.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-09-27T15:35:00.3737346Z creating base_bdist_tmp/torch/distributed/_shard/sharded_optim 2022-09-27T15:35:00.3738340Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_optim/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharded_optim 2022-09-27T15:35:00.3739052Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_optim/api.py -> base_bdist_tmp/torch/distributed/_shard/sharded_optim 2022-09-27T15:35:00.3740406Z creating base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.3740805Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.3742151Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/api.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.3743349Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/metadata.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.3744103Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/reshard.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.3745070Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/shard.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.3746373Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/utils.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.3748027Z creating base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3748619Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3749512Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3750264Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3751112Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3751933Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3752675Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/init.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3753498Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3754337Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3755100Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3755906Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-09-27T15:35:00.3756656Z creating base_bdist_tmp/torch/distributed/_shard/sharding_plan 2022-09-27T15:35:00.3758557Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_plan/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharding_plan 2022-09-27T15:35:00.3758911Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_plan/api.py -> base_bdist_tmp/torch/distributed/_shard/sharding_plan 2022-09-27T15:35:00.3759516Z creating base_bdist_tmp/torch/distributed/_shard/sharding_spec 2022-09-27T15:35:00.3760244Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec 2022-09-27T15:35:00.3762105Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/_internals.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec 2022-09-27T15:35:00.3762655Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/api.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec 2022-09-27T15:35:00.3763487Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec 2022-09-27T15:35:00.3764614Z creating base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:35:00.3765360Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:35:00.3767587Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:35:00.3768742Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:35:00.3769139Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:35:00.3770025Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:35:00.3771412Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:35:00.3772336Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:35:00.3773313Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-09-27T15:35:00.3774561Z creating base_bdist_tmp/torch/distributed/_sharded_tensor 2022-09-27T15:35:00.3774860Z copying build/lib.linux-x86_64-3.7/torch/distributed/_sharded_tensor/__init__.py -> base_bdist_tmp/torch/distributed/_sharded_tensor 2022-09-27T15:35:00.3776572Z creating base_bdist_tmp/torch/distributed/_sharding_spec 2022-09-27T15:35:00.3777345Z copying build/lib.linux-x86_64-3.7/torch/distributed/_sharding_spec/__init__.py -> base_bdist_tmp/torch/distributed/_sharding_spec 2022-09-27T15:35:00.3778171Z creating base_bdist_tmp/torch/distributed/_spmd 2022-09-27T15:35:00.3779121Z copying build/lib.linux-x86_64-3.7/torch/distributed/_spmd/__init__.py -> base_bdist_tmp/torch/distributed/_spmd 2022-09-27T15:35:00.3780277Z copying build/lib.linux-x86_64-3.7/torch/distributed/_spmd/comm_tensor.py -> base_bdist_tmp/torch/distributed/_spmd 2022-09-27T15:35:00.3781627Z creating base_bdist_tmp/torch/distributed/algorithms 2022-09-27T15:35:00.3782293Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/__init__.py -> base_bdist_tmp/torch/distributed/algorithms 2022-09-27T15:35:00.3784426Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/join.py -> base_bdist_tmp/torch/distributed/algorithms 2022-09-27T15:35:00.3784721Z creating base_bdist_tmp/torch/distributed/algorithms/_checkpoint 2022-09-27T15:35:00.3785517Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_checkpoint/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/_checkpoint 2022-09-27T15:35:00.3786544Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> base_bdist_tmp/torch/distributed/algorithms/_checkpoint 2022-09-27T15:35:00.3787234Z creating base_bdist_tmp/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:35:00.3788152Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_comm_hooks/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:35:00.3789051Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> base_bdist_tmp/torch/distributed/algorithms/_comm_hooks 2022-09-27T15:35:00.3790166Z creating base_bdist_tmp/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:35:00.3790832Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:35:00.3791644Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> base_bdist_tmp/torch/distributed/algorithms/_optimizer_overlap 2022-09-27T15:35:00.3792706Z creating base_bdist_tmp/torch/distributed/algorithms/_quantization 2022-09-27T15:35:00.3793349Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_quantization/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/_quantization 2022-09-27T15:35:00.3794337Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_quantization/quantization.py -> base_bdist_tmp/torch/distributed/algorithms/_quantization 2022-09-27T15:35:00.3795344Z creating base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:35:00.3796081Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:35:00.3797092Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:35:00.3798153Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:35:00.3799001Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:35:00.3800585Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:35:00.3801266Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:35:00.3802161Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:35:00.3803680Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-09-27T15:35:00.3804382Z creating base_bdist_tmp/torch/distributed/algorithms/model_averaging 2022-09-27T15:35:00.3805284Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/model_averaging 2022-09-27T15:35:00.3806263Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging/averagers.py -> base_bdist_tmp/torch/distributed/algorithms/model_averaging 2022-09-27T15:35:00.3807154Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> base_bdist_tmp/torch/distributed/algorithms/model_averaging 2022-09-27T15:35:00.3808064Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging/utils.py -> base_bdist_tmp/torch/distributed/algorithms/model_averaging 2022-09-27T15:35:00.3808757Z creating base_bdist_tmp/torch/distributed/autograd 2022-09-27T15:35:00.3809603Z copying build/lib.linux-x86_64-3.7/torch/distributed/autograd/__init__.py -> base_bdist_tmp/torch/distributed/autograd 2022-09-27T15:35:00.3811417Z creating base_bdist_tmp/torch/distributed/elastic 2022-09-27T15:35:00.3812131Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/__init__.py -> base_bdist_tmp/torch/distributed/elastic 2022-09-27T15:35:00.3812517Z creating base_bdist_tmp/torch/distributed/elastic/agent 2022-09-27T15:35:00.3813153Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/__init__.py -> base_bdist_tmp/torch/distributed/elastic/agent 2022-09-27T15:35:00.3814083Z creating base_bdist_tmp/torch/distributed/elastic/agent/server 2022-09-27T15:35:00.3814534Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server/__init__.py -> base_bdist_tmp/torch/distributed/elastic/agent/server 2022-09-27T15:35:00.3815980Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server/api.py -> base_bdist_tmp/torch/distributed/elastic/agent/server 2022-09-27T15:35:00.3818119Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server/local_elastic_agent.py -> base_bdist_tmp/torch/distributed/elastic/agent/server 2022-09-27T15:35:00.3818833Z creating base_bdist_tmp/torch/distributed/elastic/events 2022-09-27T15:35:00.3819213Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/events/__init__.py -> base_bdist_tmp/torch/distributed/elastic/events 2022-09-27T15:35:00.3820676Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/events/api.py -> base_bdist_tmp/torch/distributed/elastic/events 2022-09-27T15:35:00.3821362Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/events/handlers.py -> base_bdist_tmp/torch/distributed/elastic/events 2022-09-27T15:35:00.3822365Z creating base_bdist_tmp/torch/distributed/elastic/metrics 2022-09-27T15:35:00.3823078Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/metrics/__init__.py -> base_bdist_tmp/torch/distributed/elastic/metrics 2022-09-27T15:35:00.3823980Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/metrics/api.py -> base_bdist_tmp/torch/distributed/elastic/metrics 2022-09-27T15:35:00.3825243Z creating base_bdist_tmp/torch/distributed/elastic/multiprocessing 2022-09-27T15:35:00.3825627Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/__init__.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing 2022-09-27T15:35:00.3827081Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/api.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing 2022-09-27T15:35:00.3827877Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/redirects.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing 2022-09-27T15:35:00.3828471Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/tail_log.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing 2022-09-27T15:35:00.3829533Z creating base_bdist_tmp/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:35:00.3830070Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors/__init__.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:35:00.3831474Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:35:00.3832110Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors/handlers.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing/errors 2022-09-27T15:35:00.3833256Z creating base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3833735Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/__init__.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3834887Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/api.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3835741Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3837178Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3838065Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3839212Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3840187Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/etcd_server.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3840949Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/etcd_store.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3841651Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/registry.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3842565Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3843416Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/utils.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-09-27T15:35:00.3844270Z creating base_bdist_tmp/torch/distributed/elastic/timer 2022-09-27T15:35:00.3845060Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer/__init__.py -> base_bdist_tmp/torch/distributed/elastic/timer 2022-09-27T15:35:00.3845865Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer/api.py -> base_bdist_tmp/torch/distributed/elastic/timer 2022-09-27T15:35:00.3846636Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer/file_based_local_timer.py -> base_bdist_tmp/torch/distributed/elastic/timer 2022-09-27T15:35:00.3847348Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer/local_timer.py -> base_bdist_tmp/torch/distributed/elastic/timer 2022-09-27T15:35:00.3848407Z creating base_bdist_tmp/torch/distributed/elastic/utils 2022-09-27T15:35:00.3848981Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/__init__.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-09-27T15:35:00.3849852Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/api.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-09-27T15:35:00.3850456Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/distributed.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-09-27T15:35:00.3851266Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/log_level.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-09-27T15:35:00.3852196Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/logging.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-09-27T15:35:00.3853072Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/store.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-09-27T15:35:00.3854437Z creating base_bdist_tmp/torch/distributed/elastic/utils/data 2022-09-27T15:35:00.3854820Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data/__init__.py -> base_bdist_tmp/torch/distributed/elastic/utils/data 2022-09-27T15:35:00.3856267Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data/cycling_iterator.py -> base_bdist_tmp/torch/distributed/elastic/utils/data 2022-09-27T15:35:00.3857785Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> base_bdist_tmp/torch/distributed/elastic/utils/data 2022-09-27T15:35:00.3857913Z creating base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3858727Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/__init__.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3860234Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/_optim_utils.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3861438Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/_shard_utils.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3862643Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/_symbolic_trace.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3863757Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/_utils.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3864777Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/flat_param.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3866256Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/flatten_params_wrapper.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3867587Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/fully_sharded_data_parallel.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3871214Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/sharded_grad_scaler.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3871911Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/utils.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3873225Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/wrap.py -> base_bdist_tmp/torch/distributed/fsdp 2022-09-27T15:35:00.3874519Z creating base_bdist_tmp/torch/distributed/launcher 2022-09-27T15:35:00.3876209Z copying build/lib.linux-x86_64-3.7/torch/distributed/launcher/__init__.py -> base_bdist_tmp/torch/distributed/launcher 2022-09-27T15:35:00.3876873Z copying build/lib.linux-x86_64-3.7/torch/distributed/launcher/api.py -> base_bdist_tmp/torch/distributed/launcher 2022-09-27T15:35:00.3878442Z creating base_bdist_tmp/torch/distributed/nn 2022-09-27T15:35:00.3879305Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/__init__.py -> base_bdist_tmp/torch/distributed/nn 2022-09-27T15:35:00.3880487Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/functional.py -> base_bdist_tmp/torch/distributed/nn 2022-09-27T15:35:00.3881540Z creating base_bdist_tmp/torch/distributed/nn/api 2022-09-27T15:35:00.3881873Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/api/__init__.py -> base_bdist_tmp/torch/distributed/nn/api 2022-09-27T15:35:00.3883177Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/api/remote_module.py -> base_bdist_tmp/torch/distributed/nn/api 2022-09-27T15:35:00.3884800Z creating base_bdist_tmp/torch/distributed/nn/jit 2022-09-27T15:35:00.3885323Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/__init__.py -> base_bdist_tmp/torch/distributed/nn/jit 2022-09-27T15:35:00.3885847Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/instantiator.py -> base_bdist_tmp/torch/distributed/nn/jit 2022-09-27T15:35:00.3886988Z creating base_bdist_tmp/torch/distributed/nn/jit/templates 2022-09-27T15:35:00.3887662Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/templates/__init__.py -> base_bdist_tmp/torch/distributed/nn/jit/templates 2022-09-27T15:35:00.3889525Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/templates/remote_module_template.py -> base_bdist_tmp/torch/distributed/nn/jit/templates 2022-09-27T15:35:00.3889799Z creating base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3890525Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/__init__.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3891947Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_adadelta.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3893004Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_adagrad.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3893692Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_adam.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3894683Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_adamax.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3896438Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_adamw.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3896933Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_rmsprop.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3897694Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_rprop.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3898528Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_sgd.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3899904Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/optimizer.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3900857Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/post_localSGD_optimizer.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3901698Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/utils.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3902524Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/zero_redundancy_optimizer.py -> base_bdist_tmp/torch/distributed/optim 2022-09-27T15:35:00.3904438Z creating base_bdist_tmp/torch/distributed/pipeline 2022-09-27T15:35:00.3904770Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/__init__.py -> base_bdist_tmp/torch/distributed/pipeline 2022-09-27T15:35:00.3906296Z creating base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3906647Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/__init__.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3907900Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/batchnorm.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3908742Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/checkpoint.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3910301Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/copy.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3910981Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/dependency.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3911917Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/microbatch.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3913125Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/phony.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3914106Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/pipe.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3914973Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/pipeline.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3915807Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/stream.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3916657Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/utils.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3917470Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/worker.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-09-27T15:35:00.3918669Z creating base_bdist_tmp/torch/distributed/pipeline/sync/_balance 2022-09-27T15:35:00.3919611Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance/__init__.py -> base_bdist_tmp/torch/distributed/pipeline/sync/_balance 2022-09-27T15:35:00.3920500Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance/blockpartition.py -> base_bdist_tmp/torch/distributed/pipeline/sync/_balance 2022-09-27T15:35:00.3921371Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance/profile.py -> base_bdist_tmp/torch/distributed/pipeline/sync/_balance 2022-09-27T15:35:00.3922163Z creating base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-09-27T15:35:00.3922943Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/__init__.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-09-27T15:35:00.3923950Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/layout.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-09-27T15:35:00.3924740Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/namespace.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-09-27T15:35:00.3925646Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/portal.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-09-27T15:35:00.3926646Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/skippable.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-09-27T15:35:00.3927501Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/tracker.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-09-27T15:35:00.3928711Z creating base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3929722Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/__init__.py -> base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3930151Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/_utils.py -> base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3931117Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/api.py -> base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3932167Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/backend_registry.py -> base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3933188Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/constants.py -> base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3933905Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/functions.py -> base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3934790Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/internal.py -> base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3935710Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/options.py -> base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3936628Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/rref_proxy.py -> base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3937539Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/server_process_global_profiler.py -> base_bdist_tmp/torch/distributed/rpc 2022-09-27T15:35:00.3938635Z creating base_bdist_tmp/torch/distributed/rpc/_testing 2022-09-27T15:35:00.3939194Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/_testing/__init__.py -> base_bdist_tmp/torch/distributed/rpc/_testing 2022-09-27T15:35:00.3940385Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> base_bdist_tmp/torch/distributed/rpc/_testing 2022-09-27T15:35:00.3941191Z creating base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3942147Z copying build/lib.linux-x86_64-3.7/torch/distributions/__init__.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3943070Z copying build/lib.linux-x86_64-3.7/torch/distributions/bernoulli.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3943787Z copying build/lib.linux-x86_64-3.7/torch/distributions/beta.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3944843Z copying build/lib.linux-x86_64-3.7/torch/distributions/binomial.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3945761Z copying build/lib.linux-x86_64-3.7/torch/distributions/categorical.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3947230Z copying build/lib.linux-x86_64-3.7/torch/distributions/cauchy.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3947476Z copying build/lib.linux-x86_64-3.7/torch/distributions/chi2.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3948371Z copying build/lib.linux-x86_64-3.7/torch/distributions/constraint_registry.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3949293Z copying build/lib.linux-x86_64-3.7/torch/distributions/constraints.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3950777Z copying build/lib.linux-x86_64-3.7/torch/distributions/continuous_bernoulli.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3951758Z copying build/lib.linux-x86_64-3.7/torch/distributions/dirichlet.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3952635Z copying build/lib.linux-x86_64-3.7/torch/distributions/distribution.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3953717Z copying build/lib.linux-x86_64-3.7/torch/distributions/exp_family.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3955273Z copying build/lib.linux-x86_64-3.7/torch/distributions/exponential.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3955816Z copying build/lib.linux-x86_64-3.7/torch/distributions/fishersnedecor.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3957265Z copying build/lib.linux-x86_64-3.7/torch/distributions/gamma.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3958609Z copying build/lib.linux-x86_64-3.7/torch/distributions/geometric.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3959115Z copying build/lib.linux-x86_64-3.7/torch/distributions/gumbel.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3960136Z copying build/lib.linux-x86_64-3.7/torch/distributions/half_cauchy.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3960963Z copying build/lib.linux-x86_64-3.7/torch/distributions/half_normal.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3962041Z copying build/lib.linux-x86_64-3.7/torch/distributions/independent.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3962815Z copying build/lib.linux-x86_64-3.7/torch/distributions/kl.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3964575Z copying build/lib.linux-x86_64-3.7/torch/distributions/kumaraswamy.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3965200Z copying build/lib.linux-x86_64-3.7/torch/distributions/laplace.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3965969Z copying build/lib.linux-x86_64-3.7/torch/distributions/lkj_cholesky.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3966818Z copying build/lib.linux-x86_64-3.7/torch/distributions/log_normal.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3967811Z copying build/lib.linux-x86_64-3.7/torch/distributions/logistic_normal.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3968591Z copying build/lib.linux-x86_64-3.7/torch/distributions/lowrank_multivariate_normal.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3969468Z copying build/lib.linux-x86_64-3.7/torch/distributions/mixture_same_family.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3970603Z copying build/lib.linux-x86_64-3.7/torch/distributions/multinomial.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3971661Z copying build/lib.linux-x86_64-3.7/torch/distributions/multivariate_normal.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3972649Z copying build/lib.linux-x86_64-3.7/torch/distributions/negative_binomial.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3973726Z copying build/lib.linux-x86_64-3.7/torch/distributions/normal.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3974466Z copying build/lib.linux-x86_64-3.7/torch/distributions/one_hot_categorical.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3975592Z copying build/lib.linux-x86_64-3.7/torch/distributions/pareto.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3976341Z copying build/lib.linux-x86_64-3.7/torch/distributions/poisson.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3978372Z copying build/lib.linux-x86_64-3.7/torch/distributions/relaxed_bernoulli.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3979129Z copying build/lib.linux-x86_64-3.7/torch/distributions/relaxed_categorical.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3980051Z copying build/lib.linux-x86_64-3.7/torch/distributions/studentT.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3980736Z copying build/lib.linux-x86_64-3.7/torch/distributions/transformed_distribution.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3982014Z copying build/lib.linux-x86_64-3.7/torch/distributions/transforms.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3983073Z copying build/lib.linux-x86_64-3.7/torch/distributions/uniform.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3983730Z copying build/lib.linux-x86_64-3.7/torch/distributions/utils.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3984556Z copying build/lib.linux-x86_64-3.7/torch/distributions/von_mises.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3986144Z copying build/lib.linux-x86_64-3.7/torch/distributions/weibull.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3986637Z copying build/lib.linux-x86_64-3.7/torch/distributions/wishart.py -> base_bdist_tmp/torch/distributions 2022-09-27T15:35:00.3987828Z creating base_bdist_tmp/torch/fft 2022-09-27T15:35:00.3988401Z copying build/lib.linux-x86_64-3.7/torch/fft/__init__.py -> base_bdist_tmp/torch/fft 2022-09-27T15:35:00.3990243Z creating base_bdist_tmp/torch/futures 2022-09-27T15:35:00.3990696Z copying build/lib.linux-x86_64-3.7/torch/futures/__init__.py -> base_bdist_tmp/torch/futures 2022-09-27T15:35:00.3991989Z creating base_bdist_tmp/torch/fx 2022-09-27T15:35:00.3992424Z copying build/lib.linux-x86_64-3.7/torch/fx/__init__.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.3993809Z copying build/lib.linux-x86_64-3.7/torch/fx/_compatibility.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.3994298Z copying build/lib.linux-x86_64-3.7/torch/fx/_pytree.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.3995506Z copying build/lib.linux-x86_64-3.7/torch/fx/_symbolic_trace.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.3996930Z copying build/lib.linux-x86_64-3.7/torch/fx/annotate.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.3997581Z copying build/lib.linux-x86_64-3.7/torch/fx/graph.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.3999226Z copying build/lib.linux-x86_64-3.7/torch/fx/graph_module.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.4000241Z copying build/lib.linux-x86_64-3.7/torch/fx/immutable_collections.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.4001106Z copying build/lib.linux-x86_64-3.7/torch/fx/interpreter.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.4001799Z copying build/lib.linux-x86_64-3.7/torch/fx/node.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.4003112Z copying build/lib.linux-x86_64-3.7/torch/fx/operator_schemas.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.4003921Z copying build/lib.linux-x86_64-3.7/torch/fx/proxy.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.4005494Z copying build/lib.linux-x86_64-3.7/torch/fx/subgraph_rewriter.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.4005982Z copying build/lib.linux-x86_64-3.7/torch/fx/tensor_type.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.4006704Z copying build/lib.linux-x86_64-3.7/torch/fx/traceback.py -> base_bdist_tmp/torch/fx 2022-09-27T15:35:00.4008061Z creating base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4008818Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/__init__.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4009656Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/accelerator_partitioner.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4010883Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/const_fold.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4011651Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/debug.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4012307Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/graph_gradual_typechecker.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4014040Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/merge_matmul.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4014607Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/meta_tracer.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4016002Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/normalize.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4016916Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/optimization.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4017821Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/partitioner_utils.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4019051Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/proxy_tensor.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4020409Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/refinement_types.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4021021Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/rewriter.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4021836Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/schema_type_annotation.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4023067Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/symbolic_shapes.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4024094Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unify_refinements.py -> base_bdist_tmp/torch/fx/experimental 2022-09-27T15:35:00.4025358Z creating base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:35:00.4025908Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/__init__.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:35:00.4026987Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/constraint.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:35:00.4028000Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:35:00.4029477Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:35:00.4030397Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/operation.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:35:00.4031143Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:35:00.4031976Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/util.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:35:00.4032844Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/z3_types.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-09-27T15:35:00.4033973Z creating base_bdist_tmp/torch/fx/experimental/unification 2022-09-27T15:35:00.4034547Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/__init__.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-09-27T15:35:00.4035445Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/core.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-09-27T15:35:00.4036758Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/dispatch.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-09-27T15:35:00.4037060Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/match.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-09-27T15:35:00.4038113Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/more.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-09-27T15:35:00.4039362Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/unification_tools.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-09-27T15:35:00.4041316Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/utils.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-09-27T15:35:00.4041865Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/variable.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-09-27T15:35:00.4042618Z creating base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:35:00.4043636Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/__init__.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:35:00.4044800Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/conflict.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:35:00.4046282Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/core.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:35:00.4047158Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:35:00.4048275Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/utils.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:35:00.4049347Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/variadic.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-09-27T15:35:00.4050330Z creating base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4051175Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/__init__.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4053106Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/fake_tensor_prop.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4054354Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/graph_drawer.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4054871Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/graph_manipulation.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4055788Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/net_min_base.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4057010Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/operator_support.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4058049Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/param_fetch.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4059200Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/pass_manager.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4060436Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/reinplace.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4062040Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/shape_prop.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4062973Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/split_module.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4064262Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/split_utils.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4066121Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/splitter_base.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4067269Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/tools_common.py -> base_bdist_tmp/torch/fx/passes 2022-09-27T15:35:00.4068812Z creating base_bdist_tmp/torch/fx/passes/backends 2022-09-27T15:35:00.4069868Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/backends/__init__.py -> base_bdist_tmp/torch/fx/passes/backends 2022-09-27T15:35:00.4070750Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/backends/cudagraphs.py -> base_bdist_tmp/torch/fx/passes/backends 2022-09-27T15:35:00.4072075Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/backends/nvfuser.py -> base_bdist_tmp/torch/fx/passes/backends 2022-09-27T15:35:00.4073558Z creating base_bdist_tmp/torch/fx/passes/dialect 2022-09-27T15:35:00.4074126Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/__init__.py -> base_bdist_tmp/torch/fx/passes/dialect 2022-09-27T15:35:00.4075793Z creating base_bdist_tmp/torch/fx/passes/dialect/common 2022-09-27T15:35:00.4076334Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/common/__init__.py -> base_bdist_tmp/torch/fx/passes/dialect/common 2022-09-27T15:35:00.4077512Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/common/cse_pass.py -> base_bdist_tmp/torch/fx/passes/dialect/common 2022-09-27T15:35:00.4079340Z creating base_bdist_tmp/torch/fx/passes/infra 2022-09-27T15:35:00.4079706Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/infra/__init__.py -> base_bdist_tmp/torch/fx/passes/infra 2022-09-27T15:35:00.4080611Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/infra/partitioner.py -> base_bdist_tmp/torch/fx/passes/infra 2022-09-27T15:35:00.4082631Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/infra/pass_base.py -> base_bdist_tmp/torch/fx/passes/infra 2022-09-27T15:35:00.4083088Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/infra/pass_manager.py -> base_bdist_tmp/torch/fx/passes/infra 2022-09-27T15:35:00.4083564Z creating base_bdist_tmp/torch/fx/passes/tests 2022-09-27T15:35:00.4084306Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/tests/__init__.py -> base_bdist_tmp/torch/fx/passes/tests 2022-09-27T15:35:00.4085082Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/tests/test_pass_manager.py -> base_bdist_tmp/torch/fx/passes/tests 2022-09-27T15:35:00.4086249Z creating base_bdist_tmp/torch/fx/passes/utils 2022-09-27T15:35:00.4087272Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/utils/__init__.py -> base_bdist_tmp/torch/fx/passes/utils 2022-09-27T15:35:00.4087557Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/utils/common.py -> base_bdist_tmp/torch/fx/passes/utils 2022-09-27T15:35:00.4088992Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/utils/fuser_utils.py -> base_bdist_tmp/torch/fx/passes/utils 2022-09-27T15:35:00.4089546Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/utils/matcher_utils.py -> base_bdist_tmp/torch/fx/passes/utils 2022-09-27T15:35:00.4091348Z creating base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4092148Z copying build/lib.linux-x86_64-3.7/torch/jit/__init__.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4093085Z copying build/lib.linux-x86_64-3.7/torch/jit/_async.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4095000Z copying build/lib.linux-x86_64-3.7/torch/jit/_builtins.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4095578Z copying build/lib.linux-x86_64-3.7/torch/jit/_check.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4096607Z copying build/lib.linux-x86_64-3.7/torch/jit/_dataclass_impls.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4097817Z copying build/lib.linux-x86_64-3.7/torch/jit/_decomposition_utils.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4098947Z copying build/lib.linux-x86_64-3.7/torch/jit/_decompositions.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4099765Z copying build/lib.linux-x86_64-3.7/torch/jit/_freeze.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4101011Z copying build/lib.linux-x86_64-3.7/torch/jit/_fuser.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4102142Z copying build/lib.linux-x86_64-3.7/torch/jit/_ir_utils.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4103234Z copying build/lib.linux-x86_64-3.7/torch/jit/_logging.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4104480Z copying build/lib.linux-x86_64-3.7/torch/jit/_monkeytype_config.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4105441Z copying build/lib.linux-x86_64-3.7/torch/jit/_pickle.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4106495Z copying build/lib.linux-x86_64-3.7/torch/jit/_recursive.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4108296Z copying build/lib.linux-x86_64-3.7/torch/jit/_script.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4109867Z copying build/lib.linux-x86_64-3.7/torch/jit/_serialization.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4111266Z copying build/lib.linux-x86_64-3.7/torch/jit/_shape_functions.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4112943Z copying build/lib.linux-x86_64-3.7/torch/jit/_state.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4114006Z copying build/lib.linux-x86_64-3.7/torch/jit/_trace.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4116008Z copying build/lib.linux-x86_64-3.7/torch/jit/annotations.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4116863Z copying build/lib.linux-x86_64-3.7/torch/jit/frontend.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4118684Z copying build/lib.linux-x86_64-3.7/torch/jit/generate_bytecode.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4119838Z copying build/lib.linux-x86_64-3.7/torch/jit/quantized.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4121010Z copying build/lib.linux-x86_64-3.7/torch/jit/supported_ops.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4122416Z copying build/lib.linux-x86_64-3.7/torch/jit/unsupported_tensor_ops.py -> base_bdist_tmp/torch/jit 2022-09-27T15:35:00.4123701Z creating base_bdist_tmp/torch/jit/_passes 2022-09-27T15:35:00.4124382Z copying build/lib.linux-x86_64-3.7/torch/jit/_passes/__init__.py -> base_bdist_tmp/torch/jit/_passes 2022-09-27T15:35:00.4125477Z copying build/lib.linux-x86_64-3.7/torch/jit/_passes/_property_propagation.py -> base_bdist_tmp/torch/jit/_passes 2022-09-27T15:35:00.4126573Z creating base_bdist_tmp/torch/jit/mobile 2022-09-27T15:35:00.4127294Z copying build/lib.linux-x86_64-3.7/torch/jit/mobile/__init__.py -> base_bdist_tmp/torch/jit/mobile 2022-09-27T15:35:00.4128608Z creating base_bdist_tmp/torch/linalg 2022-09-27T15:35:00.4129085Z copying build/lib.linux-x86_64-3.7/torch/linalg/__init__.py -> base_bdist_tmp/torch/linalg 2022-09-27T15:35:00.4131202Z creating base_bdist_tmp/torch/masked 2022-09-27T15:35:00.4131489Z copying build/lib.linux-x86_64-3.7/torch/masked/__init__.py -> base_bdist_tmp/torch/masked 2022-09-27T15:35:00.4132876Z creating base_bdist_tmp/torch/masked/maskedtensor 2022-09-27T15:35:00.4133215Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/__init__.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-09-27T15:35:00.4134595Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/binary.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-09-27T15:35:00.4135043Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/core.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-09-27T15:35:00.4136721Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/functions.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-09-27T15:35:00.4138417Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/matmul.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-09-27T15:35:00.4139403Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/passthrough.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-09-27T15:35:00.4140517Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/reductions.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-09-27T15:35:00.4141060Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/unary.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-09-27T15:35:00.4142192Z creating base_bdist_tmp/torch/monitor 2022-09-27T15:35:00.4142654Z copying build/lib.linux-x86_64-3.7/torch/monitor/__init__.py -> base_bdist_tmp/torch/monitor 2022-09-27T15:35:00.4143879Z creating base_bdist_tmp/torch/multiprocessing 2022-09-27T15:35:00.4144553Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/__init__.py -> base_bdist_tmp/torch/multiprocessing 2022-09-27T15:35:00.4145529Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/_atfork.py -> base_bdist_tmp/torch/multiprocessing 2022-09-27T15:35:00.4146345Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/pool.py -> base_bdist_tmp/torch/multiprocessing 2022-09-27T15:35:00.4147269Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/queue.py -> base_bdist_tmp/torch/multiprocessing 2022-09-27T15:35:00.4148267Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/reductions.py -> base_bdist_tmp/torch/multiprocessing 2022-09-27T15:35:00.4149430Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/spawn.py -> base_bdist_tmp/torch/multiprocessing 2022-09-27T15:35:00.4150498Z creating base_bdist_tmp/torch/nested 2022-09-27T15:35:00.4151000Z copying build/lib.linux-x86_64-3.7/torch/nested/__init__.py -> base_bdist_tmp/torch/nested 2022-09-27T15:35:00.4152366Z creating base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4152777Z copying build/lib.linux-x86_64-3.7/torch/nn/__init__.py -> base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4154116Z copying build/lib.linux-x86_64-3.7/torch/nn/_reduction.py -> base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4155153Z copying build/lib.linux-x86_64-3.7/torch/nn/common_types.py -> base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4155518Z copying build/lib.linux-x86_64-3.7/torch/nn/cpp.py -> base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4157054Z copying build/lib.linux-x86_64-3.7/torch/nn/functional.py -> base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4159438Z copying build/lib.linux-x86_64-3.7/torch/nn/grad.py -> base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4160876Z copying build/lib.linux-x86_64-3.7/torch/nn/init.py -> base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4161681Z copying build/lib.linux-x86_64-3.7/torch/nn/parameter.py -> base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4162867Z creating base_bdist_tmp/torch/nn/backends 2022-09-27T15:35:00.4163117Z copying build/lib.linux-x86_64-3.7/torch/nn/backends/__init__.py -> base_bdist_tmp/torch/nn/backends 2022-09-27T15:35:00.4164381Z copying build/lib.linux-x86_64-3.7/torch/nn/backends/thnn.py -> base_bdist_tmp/torch/nn/backends 2022-09-27T15:35:00.4165621Z creating base_bdist_tmp/torch/nn/intrinsic 2022-09-27T15:35:00.4165903Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/__init__.py -> base_bdist_tmp/torch/nn/intrinsic 2022-09-27T15:35:00.4167159Z creating base_bdist_tmp/torch/nn/intrinsic/modules 2022-09-27T15:35:00.4167764Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/modules/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/modules 2022-09-27T15:35:00.4168944Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/modules/fused.py -> base_bdist_tmp/torch/nn/intrinsic/modules 2022-09-27T15:35:00.4170320Z creating base_bdist_tmp/torch/nn/intrinsic/qat 2022-09-27T15:35:00.4170582Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/qat 2022-09-27T15:35:00.4171528Z creating base_bdist_tmp/torch/nn/intrinsic/qat/modules 2022-09-27T15:35:00.4172177Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/qat/modules 2022-09-27T15:35:00.4173586Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules/conv_fused.py -> base_bdist_tmp/torch/nn/intrinsic/qat/modules 2022-09-27T15:35:00.4174446Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules/linear_fused.py -> base_bdist_tmp/torch/nn/intrinsic/qat/modules 2022-09-27T15:35:00.4175449Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules/linear_relu.py -> base_bdist_tmp/torch/nn/intrinsic/qat/modules 2022-09-27T15:35:00.4176619Z creating base_bdist_tmp/torch/nn/intrinsic/quantized 2022-09-27T15:35:00.4176920Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/quantized 2022-09-27T15:35:00.4178411Z creating base_bdist_tmp/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:35:00.4178807Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/dynamic 2022-09-27T15:35:00.4180236Z creating base_bdist_tmp/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:35:00.4181028Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:35:00.4181788Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/dynamic/modules 2022-09-27T15:35:00.4182885Z creating base_bdist_tmp/torch/nn/intrinsic/quantized/modules 2022-09-27T15:35:00.4183282Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/modules 2022-09-27T15:35:00.4184394Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules/bn_relu.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/modules 2022-09-27T15:35:00.4185167Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules/conv_relu.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/modules 2022-09-27T15:35:00.4186285Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules/linear_relu.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/modules 2022-09-27T15:35:00.4187106Z creating base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4187537Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/__init__.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4189270Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/_functions.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4189572Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/activation.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4190874Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/adaptive.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4191568Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/batchnorm.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4193190Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/channelshuffle.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4193918Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/container.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4195381Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/conv.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4196848Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/distance.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4197480Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/dropout.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4198913Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/flatten.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4199245Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/fold.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4200261Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/instancenorm.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4201307Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/lazy.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4202356Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/linear.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4203073Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/loss.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4204867Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/module.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4206902Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/normalization.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4207396Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/padding.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4209673Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/pixelshuffle.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4210123Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/pooling.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4211999Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/rnn.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4213615Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/sparse.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4214916Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/transformer.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4216767Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/upsampling.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4218544Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/utils.py -> base_bdist_tmp/torch/nn/modules 2022-09-27T15:35:00.4219220Z creating base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4220415Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/__init__.py -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4221077Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/_functions.py -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4222153Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/_replicated_tensor_ddp_interop.py -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4223174Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/_replicated_tensor_ddp_utils.py -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4224308Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/comm.py -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4225404Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/data_parallel.py -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4226284Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/distributed.py -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4228391Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/parallel_apply.py -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4228809Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/replicate.py -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4230266Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/scatter_gather.py -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4230821Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/__init__.pyi -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4232140Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/common_types.pyi -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4232884Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/data_parallel.pyi -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4233833Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/distributed.pyi -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4235314Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/parallel_apply.pyi -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4236300Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/replicate.pyi -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4237474Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/scatter_gather.pyi -> base_bdist_tmp/torch/nn/parallel 2022-09-27T15:35:00.4239607Z creating base_bdist_tmp/torch/nn/qat 2022-09-27T15:35:00.4240185Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/__init__.py -> base_bdist_tmp/torch/nn/qat 2022-09-27T15:35:00.4240946Z creating base_bdist_tmp/torch/nn/qat/dynamic 2022-09-27T15:35:00.4241477Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/__init__.py -> base_bdist_tmp/torch/nn/qat/dynamic 2022-09-27T15:35:00.4242874Z creating base_bdist_tmp/torch/nn/qat/dynamic/modules 2022-09-27T15:35:00.4243275Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/modules/__init__.py -> base_bdist_tmp/torch/nn/qat/dynamic/modules 2022-09-27T15:35:00.4244787Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/modules/linear.py -> base_bdist_tmp/torch/nn/qat/dynamic/modules 2022-09-27T15:35:00.4245579Z creating base_bdist_tmp/torch/nn/qat/modules 2022-09-27T15:35:00.4246610Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/modules/__init__.py -> base_bdist_tmp/torch/nn/qat/modules 2022-09-27T15:35:00.4247379Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/modules/conv.py -> base_bdist_tmp/torch/nn/qat/modules 2022-09-27T15:35:00.4248454Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/modules/embedding_ops.py -> base_bdist_tmp/torch/nn/qat/modules 2022-09-27T15:35:00.4249379Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/modules/linear.py -> base_bdist_tmp/torch/nn/qat/modules 2022-09-27T15:35:00.4250774Z creating base_bdist_tmp/torch/nn/quantizable 2022-09-27T15:35:00.4251303Z copying build/lib.linux-x86_64-3.7/torch/nn/quantizable/__init__.py -> base_bdist_tmp/torch/nn/quantizable 2022-09-27T15:35:00.4252407Z creating base_bdist_tmp/torch/nn/quantizable/modules 2022-09-27T15:35:00.4252778Z copying build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules/__init__.py -> base_bdist_tmp/torch/nn/quantizable/modules 2022-09-27T15:35:00.4253959Z copying build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules/activation.py -> base_bdist_tmp/torch/nn/quantizable/modules 2022-09-27T15:35:00.4254602Z copying build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules/rnn.py -> base_bdist_tmp/torch/nn/quantizable/modules 2022-09-27T15:35:00.4256043Z creating base_bdist_tmp/torch/nn/quantized 2022-09-27T15:35:00.4256300Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/__init__.py -> base_bdist_tmp/torch/nn/quantized 2022-09-27T15:35:00.4257882Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/functional.py -> base_bdist_tmp/torch/nn/quantized 2022-09-27T15:35:00.4259367Z creating base_bdist_tmp/torch/nn/quantized/_reference 2022-09-27T15:35:00.4259916Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/__init__.py -> base_bdist_tmp/torch/nn/quantized/_reference 2022-09-27T15:35:00.4260598Z creating base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-09-27T15:35:00.4261000Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/__init__.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-09-27T15:35:00.4262620Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/conv.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-09-27T15:35:00.4263781Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/linear.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-09-27T15:35:00.4264391Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/rnn.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-09-27T15:35:00.4265040Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/sparse.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-09-27T15:35:00.4265938Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/utils.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-09-27T15:35:00.4266884Z creating base_bdist_tmp/torch/nn/quantized/dynamic 2022-09-27T15:35:00.4267509Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/__init__.py -> base_bdist_tmp/torch/nn/quantized/dynamic 2022-09-27T15:35:00.4268520Z creating base_bdist_tmp/torch/nn/quantized/dynamic/modules 2022-09-27T15:35:00.4269221Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules/__init__.py -> base_bdist_tmp/torch/nn/quantized/dynamic/modules 2022-09-27T15:35:00.4270268Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules/conv.py -> base_bdist_tmp/torch/nn/quantized/dynamic/modules 2022-09-27T15:35:00.4271237Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules/linear.py -> base_bdist_tmp/torch/nn/quantized/dynamic/modules 2022-09-27T15:35:00.4272106Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules/rnn.py -> base_bdist_tmp/torch/nn/quantized/dynamic/modules 2022-09-27T15:35:00.4272945Z creating base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4273591Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/__init__.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4274755Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/activation.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4275652Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/batchnorm.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4276663Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/conv.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4277557Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/dropout.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4278251Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/embedding_ops.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4279168Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/functional_modules.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4279965Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/linear.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4280851Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/normalization.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4282027Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/rnn.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4282988Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/utils.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-09-27T15:35:00.4284326Z creating base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4284802Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/__init__.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4285489Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_deprecation_utils.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4286847Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_per_sample_grad.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4288501Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_stateless.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4289996Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/clip_grad.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4291161Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/convert_parameters.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4292066Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/fusion.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4292353Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/init.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4292927Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/memory_format.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4293800Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/parametrizations.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4295004Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/parametrize.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4296276Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/prune.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4298401Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/rnn.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4299143Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/spectral_norm.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4300004Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/stateless.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4301121Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/weight_norm.py -> base_bdist_tmp/torch/nn/utils 2022-09-27T15:35:00.4302428Z creating base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4302862Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/__init__.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4303987Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4304859Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/conv_utils.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4305843Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4306580Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4307489Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4308054Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4309169Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4310079Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4311017Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-09-27T15:35:00.4311906Z copying build/lib.linux-x86_64-3.7/torch/nn/parameter.pyi -> base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4312798Z copying build/lib.linux-x86_64-3.7/torch/nn/functional.pyi -> base_bdist_tmp/torch/nn 2022-09-27T15:35:00.4322554Z creating base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4323150Z copying build/lib.linux-x86_64-3.7/torch/onnx/__init__.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4324027Z copying build/lib.linux-x86_64-3.7/torch/onnx/_constants.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4325173Z copying build/lib.linux-x86_64-3.7/torch/onnx/_deprecation.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4326187Z copying build/lib.linux-x86_64-3.7/torch/onnx/_experimental.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4328193Z copying build/lib.linux-x86_64-3.7/torch/onnx/_exporter_states.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4328629Z copying build/lib.linux-x86_64-3.7/torch/onnx/_globals.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4329382Z copying build/lib.linux-x86_64-3.7/torch/onnx/_onnx_supported_ops.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4330152Z copying build/lib.linux-x86_64-3.7/torch/onnx/_patch_torch.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4331738Z copying build/lib.linux-x86_64-3.7/torch/onnx/_type_utils.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4332309Z copying build/lib.linux-x86_64-3.7/torch/onnx/errors.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4333327Z copying build/lib.linux-x86_64-3.7/torch/onnx/operators.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4334112Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_caffe2.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4335722Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_helper.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4337167Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset10.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4338016Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset11.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4339815Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset12.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4340936Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset13.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4342254Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset14.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4343104Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset15.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4344049Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset16.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4344840Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset17.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4345389Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset7.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4347051Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset8.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4347560Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset9.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4349976Z copying build/lib.linux-x86_64-3.7/torch/onnx/utils.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4354958Z copying build/lib.linux-x86_64-3.7/torch/onnx/verification.py -> base_bdist_tmp/torch/onnx 2022-09-27T15:35:00.4356371Z creating base_bdist_tmp/torch/onnx/_internal 2022-09-27T15:35:00.4357224Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/__init__.py -> base_bdist_tmp/torch/onnx/_internal 2022-09-27T15:35:00.4357798Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/_beartype.py -> base_bdist_tmp/torch/onnx/_internal 2022-09-27T15:35:00.4358776Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/registration.py -> base_bdist_tmp/torch/onnx/_internal 2022-09-27T15:35:00.4360027Z creating base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4360498Z copying build/lib.linux-x86_64-3.7/torch/optim/__init__.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4361517Z copying build/lib.linux-x86_64-3.7/torch/optim/_functional.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4362468Z copying build/lib.linux-x86_64-3.7/torch/optim/adadelta.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4363898Z copying build/lib.linux-x86_64-3.7/torch/optim/adagrad.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4364366Z copying build/lib.linux-x86_64-3.7/torch/optim/adam.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4368472Z copying build/lib.linux-x86_64-3.7/torch/optim/adamax.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4368829Z copying build/lib.linux-x86_64-3.7/torch/optim/adamw.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4370126Z copying build/lib.linux-x86_64-3.7/torch/optim/asgd.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4371138Z copying build/lib.linux-x86_64-3.7/torch/optim/lbfgs.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4372467Z copying build/lib.linux-x86_64-3.7/torch/optim/nadam.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4375763Z copying build/lib.linux-x86_64-3.7/torch/optim/optimizer.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4376433Z copying build/lib.linux-x86_64-3.7/torch/optim/radam.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4378681Z copying build/lib.linux-x86_64-3.7/torch/optim/rmsprop.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4379584Z copying build/lib.linux-x86_64-3.7/torch/optim/rprop.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4382138Z copying build/lib.linux-x86_64-3.7/torch/optim/sgd.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4383919Z copying build/lib.linux-x86_64-3.7/torch/optim/sparse_adam.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4385002Z copying build/lib.linux-x86_64-3.7/torch/optim/swa_utils.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4386105Z copying build/lib.linux-x86_64-3.7/torch/optim/lr_scheduler.py -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4389156Z creating base_bdist_tmp/torch/optim/_multi_tensor 2022-09-27T15:35:00.4391311Z copying build/lib.linux-x86_64-3.7/torch/optim/_multi_tensor/__init__.py -> base_bdist_tmp/torch/optim/_multi_tensor 2022-09-27T15:35:00.4392291Z copying build/lib.linux-x86_64-3.7/torch/optim/__init__.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4394839Z copying build/lib.linux-x86_64-3.7/torch/optim/adadelta.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4395913Z copying build/lib.linux-x86_64-3.7/torch/optim/adagrad.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4396425Z copying build/lib.linux-x86_64-3.7/torch/optim/adam.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4397863Z copying build/lib.linux-x86_64-3.7/torch/optim/adamax.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4398664Z copying build/lib.linux-x86_64-3.7/torch/optim/adamw.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4399536Z copying build/lib.linux-x86_64-3.7/torch/optim/asgd.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4400465Z copying build/lib.linux-x86_64-3.7/torch/optim/lbfgs.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4401406Z copying build/lib.linux-x86_64-3.7/torch/optim/nadam.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4402337Z copying build/lib.linux-x86_64-3.7/torch/optim/optimizer.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4403130Z copying build/lib.linux-x86_64-3.7/torch/optim/radam.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4404115Z copying build/lib.linux-x86_64-3.7/torch/optim/rmsprop.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4404969Z copying build/lib.linux-x86_64-3.7/torch/optim/rprop.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4405817Z copying build/lib.linux-x86_64-3.7/torch/optim/sgd.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4406983Z copying build/lib.linux-x86_64-3.7/torch/optim/sparse_adam.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4409774Z copying build/lib.linux-x86_64-3.7/torch/optim/swa_utils.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4410403Z copying build/lib.linux-x86_64-3.7/torch/optim/lr_scheduler.pyi -> base_bdist_tmp/torch/optim 2022-09-27T15:35:00.4412190Z creating base_bdist_tmp/torch/package 2022-09-27T15:35:00.4412841Z copying build/lib.linux-x86_64-3.7/torch/package/__init__.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4413668Z copying build/lib.linux-x86_64-3.7/torch/package/_digraph.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4414822Z copying build/lib.linux-x86_64-3.7/torch/package/_directory_reader.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4415813Z copying build/lib.linux-x86_64-3.7/torch/package/_importlib.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4417004Z copying build/lib.linux-x86_64-3.7/torch/package/_mangling.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4418492Z copying build/lib.linux-x86_64-3.7/torch/package/_mock.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4419370Z copying build/lib.linux-x86_64-3.7/torch/package/_package_pickler.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4420542Z copying build/lib.linux-x86_64-3.7/torch/package/_package_unpickler.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4421705Z copying build/lib.linux-x86_64-3.7/torch/package/_stdlib.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4423099Z copying build/lib.linux-x86_64-3.7/torch/package/file_structure_representation.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4424191Z copying build/lib.linux-x86_64-3.7/torch/package/find_file_dependencies.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4425986Z copying build/lib.linux-x86_64-3.7/torch/package/glob_group.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4426369Z copying build/lib.linux-x86_64-3.7/torch/package/importer.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4427162Z copying build/lib.linux-x86_64-3.7/torch/package/package_exporter.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4428780Z copying build/lib.linux-x86_64-3.7/torch/package/package_importer.py -> base_bdist_tmp/torch/package 2022-09-27T15:35:00.4429910Z creating base_bdist_tmp/torch/package/analyze 2022-09-27T15:35:00.4430342Z copying build/lib.linux-x86_64-3.7/torch/package/analyze/__init__.py -> base_bdist_tmp/torch/package/analyze 2022-09-27T15:35:00.4431652Z copying build/lib.linux-x86_64-3.7/torch/package/analyze/find_first_use_of_broken_modules.py -> base_bdist_tmp/torch/package/analyze 2022-09-27T15:35:00.4432697Z copying build/lib.linux-x86_64-3.7/torch/package/analyze/is_from_package.py -> base_bdist_tmp/torch/package/analyze 2022-09-27T15:35:00.4433330Z copying build/lib.linux-x86_64-3.7/torch/package/analyze/trace_dependencies.py -> base_bdist_tmp/torch/package/analyze 2022-09-27T15:35:00.4434706Z creating base_bdist_tmp/torch/profiler 2022-09-27T15:35:00.4435064Z copying build/lib.linux-x86_64-3.7/torch/profiler/__init__.py -> base_bdist_tmp/torch/profiler 2022-09-27T15:35:00.4435955Z copying build/lib.linux-x86_64-3.7/torch/profiler/_pattern_matcher.py -> base_bdist_tmp/torch/profiler 2022-09-27T15:35:00.4437271Z copying build/lib.linux-x86_64-3.7/torch/profiler/_utils.py -> base_bdist_tmp/torch/profiler 2022-09-27T15:35:00.4437926Z copying build/lib.linux-x86_64-3.7/torch/profiler/itt.py -> base_bdist_tmp/torch/profiler 2022-09-27T15:35:00.4439175Z copying build/lib.linux-x86_64-3.7/torch/profiler/profiler.py -> base_bdist_tmp/torch/profiler 2022-09-27T15:35:00.4440114Z copying build/lib.linux-x86_64-3.7/torch/profiler/python_tracer.py -> base_bdist_tmp/torch/profiler 2022-09-27T15:35:00.4441254Z creating base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4441750Z copying build/lib.linux-x86_64-3.7/torch/quantization/__init__.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4442920Z copying build/lib.linux-x86_64-3.7/torch/quantization/_numeric_suite.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4443573Z copying build/lib.linux-x86_64-3.7/torch/quantization/_numeric_suite_fx.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4444582Z copying build/lib.linux-x86_64-3.7/torch/quantization/fake_quantize.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4445399Z copying build/lib.linux-x86_64-3.7/torch/quantization/fuse_modules.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4446376Z copying build/lib.linux-x86_64-3.7/torch/quantization/fuser_method_mappings.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4447146Z copying build/lib.linux-x86_64-3.7/torch/quantization/observer.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4447888Z copying build/lib.linux-x86_64-3.7/torch/quantization/qconfig.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4448718Z copying build/lib.linux-x86_64-3.7/torch/quantization/quant_type.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4449546Z copying build/lib.linux-x86_64-3.7/torch/quantization/quantization_mappings.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4450452Z copying build/lib.linux-x86_64-3.7/torch/quantization/quantize.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4451112Z copying build/lib.linux-x86_64-3.7/torch/quantization/quantize_fx.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4452528Z copying build/lib.linux-x86_64-3.7/torch/quantization/quantize_jit.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4453193Z copying build/lib.linux-x86_64-3.7/torch/quantization/stubs.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4454052Z copying build/lib.linux-x86_64-3.7/torch/quantization/utils.py -> base_bdist_tmp/torch/quantization 2022-09-27T15:35:00.4455846Z creating base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4456570Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/__init__.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4458101Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/_equalize.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4458883Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/convert.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4459733Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/fuse.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4461048Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/fusion_patterns.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4462063Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/graph_module.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4462752Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/match_utils.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4464202Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/pattern_utils.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4464912Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/prepare.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4466217Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/quantization_patterns.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4466946Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/quantization_types.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4468145Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/utils.py -> base_bdist_tmp/torch/quantization/fx 2022-09-27T15:35:00.4469384Z creating base_bdist_tmp/torch/sparse 2022-09-27T15:35:00.4470258Z copying build/lib.linux-x86_64-3.7/torch/sparse/__init__.py -> base_bdist_tmp/torch/sparse 2022-09-27T15:35:00.4471569Z creating base_bdist_tmp/torch/special 2022-09-27T15:35:00.4471980Z copying build/lib.linux-x86_64-3.7/torch/special/__init__.py -> base_bdist_tmp/torch/special 2022-09-27T15:35:00.4474517Z creating base_bdist_tmp/torch/testing 2022-09-27T15:35:00.4474984Z copying build/lib.linux-x86_64-3.7/torch/testing/__init__.py -> base_bdist_tmp/torch/testing 2022-09-27T15:35:00.4475412Z copying build/lib.linux-x86_64-3.7/torch/testing/_comparison.py -> base_bdist_tmp/torch/testing 2022-09-27T15:35:00.4477148Z copying build/lib.linux-x86_64-3.7/torch/testing/_creation.py -> base_bdist_tmp/torch/testing 2022-09-27T15:35:00.4478265Z copying build/lib.linux-x86_64-3.7/torch/testing/_deprecated.py -> base_bdist_tmp/torch/testing 2022-09-27T15:35:00.4479413Z copying build/lib.linux-x86_64-3.7/torch/testing/_legacy.py -> base_bdist_tmp/torch/testing 2022-09-27T15:35:00.4481051Z creating base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4481647Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/__init__.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4482794Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/autocast_test_lists.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4484426Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/check_kernel_launches.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4485281Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_cuda.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4486408Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_device_type.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4488326Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_distributed.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4490318Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_dtype.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4490809Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_fsdp.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4491966Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_jit.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4494203Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_methods_invocations.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4501407Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_modules.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4502553Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_nn.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4506103Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_quantization.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4508071Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_quantized.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4509045Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_subclass.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4510162Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_utils.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4513009Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/composite_compliance.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4513895Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/dist_utils.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4516254Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/hypothesis_utils.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4516809Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/jit_metaprogramming_utils.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4517662Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/jit_utils.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4519304Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/logging_tensor.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4520544Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/quantization_torch_package_models.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4521425Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/schema_check_mode.py -> base_bdist_tmp/torch/testing/_internal 2022-09-27T15:35:00.4523016Z creating base_bdist_tmp/torch/testing/_internal/codegen 2022-09-27T15:35:00.4523693Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/codegen/__init__.py -> base_bdist_tmp/torch/testing/_internal/codegen 2022-09-27T15:35:00.4524884Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/codegen/random_topo_test.py -> base_bdist_tmp/torch/testing/_internal/codegen 2022-09-27T15:35:00.4526196Z creating base_bdist_tmp/torch/testing/_internal/data 2022-09-27T15:35:00.4526931Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/data/__init__.py -> base_bdist_tmp/torch/testing/_internal/data 2022-09-27T15:35:00.4528254Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/data/network1.py -> base_bdist_tmp/torch/testing/_internal/data 2022-09-27T15:35:00.4528946Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/data/network2.py -> base_bdist_tmp/torch/testing/_internal/data 2022-09-27T15:35:00.4530573Z creating base_bdist_tmp/torch/testing/_internal/distributed 2022-09-27T15:35:00.4531319Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-09-27T15:35:00.4531883Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-09-27T15:35:00.4533604Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/distributed_test.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-09-27T15:35:00.4538618Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/distributed_utils.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-09-27T15:35:00.4539003Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-09-27T15:35:00.4539887Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc_utils.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-09-27T15:35:00.4540864Z creating base_bdist_tmp/torch/testing/_internal/distributed/_shard 2022-09-27T15:35:00.4541688Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/_shard 2022-09-27T15:35:00.4542476Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/test_common.py -> base_bdist_tmp/torch/testing/_internal/distributed/_shard 2022-09-27T15:35:00.4543343Z creating base_bdist_tmp/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.4544150Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.4545251Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> base_bdist_tmp/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.4546223Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> base_bdist_tmp/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-09-27T15:35:00.4547136Z creating base_bdist_tmp/torch/testing/_internal/distributed/nn 2022-09-27T15:35:00.4547757Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/nn 2022-09-27T15:35:00.4549138Z creating base_bdist_tmp/torch/testing/_internal/distributed/nn/api 2022-09-27T15:35:00.4549641Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/api/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/nn/api 2022-09-27T15:35:00.4550522Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/nn/api 2022-09-27T15:35:00.4551787Z creating base_bdist_tmp/torch/testing/_internal/distributed/pipeline 2022-09-27T15:35:00.4552448Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/pipeline/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/pipeline 2022-09-27T15:35:00.4553002Z creating base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-09-27T15:35:00.4554034Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-09-27T15:35:00.4554749Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-09-27T15:35:00.4556859Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-09-27T15:35:00.4557459Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-09-27T15:35:00.4558726Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-09-27T15:35:00.4559426Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-09-27T15:35:00.4560372Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/rpc_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-09-27T15:35:00.4563246Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-09-27T15:35:00.4564048Z creating base_bdist_tmp/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:35:00.4564664Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:35:00.4566521Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:35:00.4567279Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/examples 2022-09-27T15:35:00.4568035Z creating base_bdist_tmp/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:35:00.4568941Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:35:00.4569851Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:35:00.4570787Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:35:00.4572362Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/jit 2022-09-27T15:35:00.4572959Z creating base_bdist_tmp/torch/testing/_internal/generated 2022-09-27T15:35:00.4573844Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/generated/__init__.py -> base_bdist_tmp/torch/testing/_internal/generated 2022-09-27T15:35:00.4574693Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/generated/annotated_fn_args.py -> base_bdist_tmp/torch/testing/_internal/generated 2022-09-27T15:35:00.4578554Z creating base_bdist_tmp/torch/testing/_internal/opinfo 2022-09-27T15:35:00.4579006Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/__init__.py -> base_bdist_tmp/torch/testing/_internal/opinfo 2022-09-27T15:35:00.4580090Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/core.py -> base_bdist_tmp/torch/testing/_internal/opinfo 2022-09-27T15:35:00.4581836Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/refs.py -> base_bdist_tmp/torch/testing/_internal/opinfo 2022-09-27T15:35:00.4582495Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/utils.py -> base_bdist_tmp/torch/testing/_internal/opinfo 2022-09-27T15:35:00.4584564Z creating base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-09-27T15:35:00.4585229Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions/__init__.py -> base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-09-27T15:35:00.4585824Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions/_masked.py -> base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-09-27T15:35:00.4587258Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions/fft.py -> base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-09-27T15:35:00.4588543Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions/linalg.py -> base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-09-27T15:35:00.4590707Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions/special.py -> base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-09-27T15:35:00.4591817Z creating base_bdist_tmp/torch/testing/_internal/test_module 2022-09-27T15:35:00.4593003Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module/__init__.py -> base_bdist_tmp/torch/testing/_internal/test_module 2022-09-27T15:35:00.4593987Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module/future_div.py -> base_bdist_tmp/torch/testing/_internal/test_module 2022-09-27T15:35:00.4595036Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module/no_future_div.py -> base_bdist_tmp/torch/testing/_internal/test_module 2022-09-27T15:35:00.4596711Z creating base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4598076Z copying build/lib.linux-x86_64-3.7/torch/utils/__init__.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4598553Z copying build/lib.linux-x86_64-3.7/torch/utils/_cpp_extension_versioner.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4599544Z copying build/lib.linux-x86_64-3.7/torch/utils/_crash_handler.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4600794Z copying build/lib.linux-x86_64-3.7/torch/utils/_cuda_trace.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4601868Z copying build/lib.linux-x86_64-3.7/torch/utils/_freeze.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4602886Z copying build/lib.linux-x86_64-3.7/torch/utils/_mode_utils.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4603988Z copying build/lib.linux-x86_64-3.7/torch/utils/_python_dispatch.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4605158Z copying build/lib.linux-x86_64-3.7/torch/utils/_pytree.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4606353Z copying build/lib.linux-x86_64-3.7/torch/utils/_zip.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4607963Z copying build/lib.linux-x86_64-3.7/torch/utils/bundled_inputs.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4608563Z copying build/lib.linux-x86_64-3.7/torch/utils/checkpoint.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4610395Z copying build/lib.linux-x86_64-3.7/torch/utils/collect_env.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4611323Z copying build/lib.linux-x86_64-3.7/torch/utils/cpp_extension.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4613516Z copying build/lib.linux-x86_64-3.7/torch/utils/dlpack.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4614107Z copying build/lib.linux-x86_64-3.7/torch/utils/file_baton.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4615740Z copying build/lib.linux-x86_64-3.7/torch/utils/hooks.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4616615Z copying build/lib.linux-x86_64-3.7/torch/utils/mkldnn.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4617645Z copying build/lib.linux-x86_64-3.7/torch/utils/mobile_optimizer.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4618498Z copying build/lib.linux-x86_64-3.7/torch/utils/model_zoo.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4620262Z copying build/lib.linux-x86_64-3.7/torch/utils/show_pickle.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4620929Z copying build/lib.linux-x86_64-3.7/torch/utils/throughput_benchmark.py -> base_bdist_tmp/torch/utils 2022-09-27T15:35:00.4622401Z creating base_bdist_tmp/torch/utils/backcompat 2022-09-27T15:35:00.4623161Z copying build/lib.linux-x86_64-3.7/torch/utils/backcompat/__init__.py -> base_bdist_tmp/torch/utils/backcompat 2022-09-27T15:35:00.4624105Z creating base_bdist_tmp/torch/utils/benchmark 2022-09-27T15:35:00.4624769Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/__init__.py -> base_bdist_tmp/torch/utils/benchmark 2022-09-27T15:35:00.4626407Z creating base_bdist_tmp/torch/utils/benchmark/examples 2022-09-27T15:35:00.4627142Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/__init__.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-09-27T15:35:00.4628080Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/blas_compare.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-09-27T15:35:00.4629249Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/blas_compare_setup.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-09-27T15:35:00.4630496Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/compare.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-09-27T15:35:00.4631525Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/end_to_end.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-09-27T15:35:00.4632644Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/fuzzer.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-09-27T15:35:00.4634037Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/op_benchmark.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-09-27T15:35:00.4635063Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/simple_timeit.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-09-27T15:35:00.4636074Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-09-27T15:35:00.4638040Z creating base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-09-27T15:35:00.4638847Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/__init__.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-09-27T15:35:00.4639509Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/binary.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-09-27T15:35:00.4640440Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-09-27T15:35:00.4641716Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-09-27T15:35:00.4642451Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/spectral.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-09-27T15:35:00.4643408Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/unary.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-09-27T15:35:00.4644562Z creating base_bdist_tmp/torch/utils/benchmark/utils 2022-09-27T15:35:00.4644974Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/__init__.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-09-27T15:35:00.4645528Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/_stubs.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-09-27T15:35:00.4646718Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/common.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-09-27T15:35:00.4647767Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/compare.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-09-27T15:35:00.4649673Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/cpp_jit.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-09-27T15:35:00.4650540Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/fuzzer.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-09-27T15:35:00.4651824Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/sparse_fuzzer.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-09-27T15:35:00.4652810Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/timer.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-09-27T15:35:00.4654536Z creating base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:35:00.4655471Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:35:00.4656353Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:35:00.4657867Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:35:00.4659230Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:35:00.4660384Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:35:00.4661606Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-09-27T15:35:00.4666008Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/timeit_template.cpp -> base_bdist_tmp/torch/utils/benchmark/utils 2022-09-27T15:35:00.4666596Z creating base_bdist_tmp/torch/utils/bottleneck 2022-09-27T15:35:00.4667506Z copying build/lib.linux-x86_64-3.7/torch/utils/bottleneck/__init__.py -> base_bdist_tmp/torch/utils/bottleneck 2022-09-27T15:35:00.4668338Z copying build/lib.linux-x86_64-3.7/torch/utils/bottleneck/__main__.py -> base_bdist_tmp/torch/utils/bottleneck 2022-09-27T15:35:00.4669945Z creating base_bdist_tmp/torch/utils/data 2022-09-27T15:35:00.4670662Z copying build/lib.linux-x86_64-3.7/torch/utils/data/__init__.py -> base_bdist_tmp/torch/utils/data 2022-09-27T15:35:00.4671699Z copying build/lib.linux-x86_64-3.7/torch/utils/data/backward_compatibility.py -> base_bdist_tmp/torch/utils/data 2022-09-27T15:35:00.4672692Z copying build/lib.linux-x86_64-3.7/torch/utils/data/dataloader.py -> base_bdist_tmp/torch/utils/data 2022-09-27T15:35:00.4674859Z copying build/lib.linux-x86_64-3.7/torch/utils/data/dataloader_experimental.py -> base_bdist_tmp/torch/utils/data 2022-09-27T15:35:00.4676434Z copying build/lib.linux-x86_64-3.7/torch/utils/data/dataset.py -> base_bdist_tmp/torch/utils/data 2022-09-27T15:35:00.4676902Z copying build/lib.linux-x86_64-3.7/torch/utils/data/distributed.py -> base_bdist_tmp/torch/utils/data 2022-09-27T15:35:00.4678014Z copying build/lib.linux-x86_64-3.7/torch/utils/data/graph.py -> base_bdist_tmp/torch/utils/data 2022-09-27T15:35:00.4679257Z copying build/lib.linux-x86_64-3.7/torch/utils/data/graph_settings.py -> base_bdist_tmp/torch/utils/data 2022-09-27T15:35:00.4680351Z copying build/lib.linux-x86_64-3.7/torch/utils/data/sampler.py -> base_bdist_tmp/torch/utils/data 2022-09-27T15:35:00.4681902Z creating base_bdist_tmp/torch/utils/data/_utils 2022-09-27T15:35:00.4682522Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/__init__.py -> base_bdist_tmp/torch/utils/data/_utils 2022-09-27T15:35:00.4683797Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/collate.py -> base_bdist_tmp/torch/utils/data/_utils 2022-09-27T15:35:00.4684686Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/fetch.py -> base_bdist_tmp/torch/utils/data/_utils 2022-09-27T15:35:00.4685572Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/pin_memory.py -> base_bdist_tmp/torch/utils/data/_utils 2022-09-27T15:35:00.4686901Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/serialization.py -> base_bdist_tmp/torch/utils/data/_utils 2022-09-27T15:35:00.4687953Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/signal_handling.py -> base_bdist_tmp/torch/utils/data/_utils 2022-09-27T15:35:00.4688744Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/worker.py -> base_bdist_tmp/torch/utils/data/_utils 2022-09-27T15:35:00.4690775Z creating base_bdist_tmp/torch/utils/data/communication 2022-09-27T15:35:00.4691369Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/__init__.py -> base_bdist_tmp/torch/utils/data/communication 2022-09-27T15:35:00.4692152Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/eventloop.py -> base_bdist_tmp/torch/utils/data/communication 2022-09-27T15:35:00.4693191Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/iter.py -> base_bdist_tmp/torch/utils/data/communication 2022-09-27T15:35:00.4694293Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/map.py -> base_bdist_tmp/torch/utils/data/communication 2022-09-27T15:35:00.4695606Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/messages.py -> base_bdist_tmp/torch/utils/data/communication 2022-09-27T15:35:00.4696676Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/protocol.py -> base_bdist_tmp/torch/utils/data/communication 2022-09-27T15:35:00.4698832Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/queue.py -> base_bdist_tmp/torch/utils/data/communication 2022-09-27T15:35:00.4699765Z creating base_bdist_tmp/torch/utils/data/datapipes 2022-09-27T15:35:00.4701453Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/__init__.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-09-27T15:35:00.4702184Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/_decorator.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-09-27T15:35:00.4703365Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/_hook_iterator.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-09-27T15:35:00.4704564Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/_typing.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-09-27T15:35:00.4705756Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/datapipe.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-09-27T15:35:00.4707027Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/gen_pyi.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-09-27T15:35:00.4708070Z creating base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-09-27T15:35:00.4709313Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe/__init__.py -> base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-09-27T15:35:00.4710544Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-09-27T15:35:00.4711673Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe/dataframes.py -> base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-09-27T15:35:00.4713751Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe/datapipes.py -> base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-09-27T15:35:00.4714739Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe/structures.py -> base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-09-27T15:35:00.4715825Z creating base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4716699Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/__init__.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4718020Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/callable.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4719187Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/combinatorics.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4720417Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/combining.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4722038Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/filelister.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4722996Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/fileopener.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4724215Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/grouping.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4725411Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/routeddecoder.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4726516Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/selecting.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4727665Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/streamreader.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4728706Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/utils.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-09-27T15:35:00.4730042Z creating base_bdist_tmp/torch/utils/data/datapipes/map 2022-09-27T15:35:00.4730745Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/__init__.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-09-27T15:35:00.4732046Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/callable.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-09-27T15:35:00.4733188Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/combinatorics.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-09-27T15:35:00.4734482Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/combining.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-09-27T15:35:00.4736099Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/grouping.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-09-27T15:35:00.4737306Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/utils.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-09-27T15:35:00.4738748Z creating base_bdist_tmp/torch/utils/data/datapipes/utils 2022-09-27T15:35:00.4739472Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils/__init__.py -> base_bdist_tmp/torch/utils/data/datapipes/utils 2022-09-27T15:35:00.4740459Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils/common.py -> base_bdist_tmp/torch/utils/data/datapipes/utils 2022-09-27T15:35:00.4741873Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils/decoder.py -> base_bdist_tmp/torch/utils/data/datapipes/utils 2022-09-27T15:35:00.4743070Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils/snapshot.py -> base_bdist_tmp/torch/utils/data/datapipes/utils 2022-09-27T15:35:00.4744355Z creating base_bdist_tmp/torch/utils/hipify 2022-09-27T15:35:00.4745175Z copying build/lib.linux-x86_64-3.7/torch/utils/hipify/__init__.py -> base_bdist_tmp/torch/utils/hipify 2022-09-27T15:35:00.4746440Z copying build/lib.linux-x86_64-3.7/torch/utils/hipify/constants.py -> base_bdist_tmp/torch/utils/hipify 2022-09-27T15:35:00.4747637Z copying build/lib.linux-x86_64-3.7/torch/utils/hipify/cuda_to_hip_mappings.py -> base_bdist_tmp/torch/utils/hipify 2022-09-27T15:35:00.4751592Z copying build/lib.linux-x86_64-3.7/torch/utils/hipify/hipify_python.py -> base_bdist_tmp/torch/utils/hipify 2022-09-27T15:35:00.4752596Z copying build/lib.linux-x86_64-3.7/torch/utils/hipify/version.py -> base_bdist_tmp/torch/utils/hipify 2022-09-27T15:35:00.4753878Z creating base_bdist_tmp/torch/utils/jit 2022-09-27T15:35:00.4754489Z copying build/lib.linux-x86_64-3.7/torch/utils/jit/__init__.py -> base_bdist_tmp/torch/utils/jit 2022-09-27T15:35:00.4755833Z copying build/lib.linux-x86_64-3.7/torch/utils/jit/log_extract.py -> base_bdist_tmp/torch/utils/jit 2022-09-27T15:35:00.4756989Z creating base_bdist_tmp/torch/utils/model_dump 2022-09-27T15:35:00.4757470Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/__init__.py -> base_bdist_tmp/torch/utils/model_dump 2022-09-27T15:35:00.4759089Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/__main__.py -> base_bdist_tmp/torch/utils/model_dump 2022-09-27T15:35:00.4759908Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/skeleton.html -> base_bdist_tmp/torch/utils/model_dump 2022-09-27T15:35:00.4761042Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/code.js -> base_bdist_tmp/torch/utils/model_dump 2022-09-27T15:35:00.4762234Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/htm.mjs -> base_bdist_tmp/torch/utils/model_dump 2022-09-27T15:35:00.4763489Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/preact.mjs -> base_bdist_tmp/torch/utils/model_dump 2022-09-27T15:35:00.4765518Z creating base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4766135Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/__init__.py -> base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4767340Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_caffe2_graph.py -> base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4768815Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_convert_np.py -> base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4769807Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_embedding.py -> base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4770734Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_onnx_graph.py -> base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4772063Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_proto_graph.py -> base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4773199Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_pytorch_graph.py -> base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4774311Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_utils.py -> base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4775639Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/summary.py -> base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4777416Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/writer.py -> base_bdist_tmp/torch/utils/tensorboard 2022-09-27T15:35:00.4778748Z copying build/lib.linux-x86_64-3.7/torch/py.typed -> base_bdist_tmp/torch 2022-09-27T15:35:00.4780060Z creating base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4780913Z copying build/lib.linux-x86_64-3.7/torch/bin/protoc-3.13.0.0 -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4815533Z copying build/lib.linux-x86_64-3.7/torch/bin/protoc -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4848315Z copying build/lib.linux-x86_64-3.7/torch/bin/test_jit -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4891597Z copying build/lib.linux-x86_64-3.7/torch/bin/test_tensorexpr -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4942627Z copying build/lib.linux-x86_64-3.7/torch/bin/tutorial_tensorexpr -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4944351Z copying build/lib.linux-x86_64-3.7/torch/bin/FileStoreTest -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4949689Z copying build/lib.linux-x86_64-3.7/torch/bin/TCPStoreTest -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4955642Z copying build/lib.linux-x86_64-3.7/torch/bin/HashStoreTest -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4960534Z copying build/lib.linux-x86_64-3.7/torch/bin/test_dist_autograd -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4965471Z copying build/lib.linux-x86_64-3.7/torch/bin/test_cpp_rpc -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.4971330Z copying build/lib.linux-x86_64-3.7/torch/bin/test_api -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.5060568Z copying build/lib.linux-x86_64-3.7/torch/bin/test_lazy -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.5090419Z copying build/lib.linux-x86_64-3.7/torch/bin/torch_shm_manager -> base_bdist_tmp/torch/bin 2022-09-27T15:35:00.5092505Z creating base_bdist_tmp/torch/test 2022-09-27T15:35:00.5093063Z copying build/lib.linux-x86_64-3.7/torch/test/c10_CompileTimeFunctionPointer_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5098494Z copying build/lib.linux-x86_64-3.7/torch/test/c10_DeviceGuard_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5102731Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Device_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5107645Z copying build/lib.linux-x86_64-3.7/torch/test/c10_DispatchKeySet_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5112855Z copying build/lib.linux-x86_64-3.7/torch/test/c10_StreamGuard_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5117273Z copying build/lib.linux-x86_64-3.7/torch/test/c10_SymInt_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5122113Z copying build/lib.linux-x86_64-3.7/torch/test/c10_InlineDeviceGuard_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5127152Z copying build/lib.linux-x86_64-3.7/torch/test/c10_InlineStreamGuard_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5132235Z copying build/lib.linux-x86_64-3.7/torch/test/c10_SizesAndStrides_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5137632Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Array_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5142013Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Bitset_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5147143Z copying build/lib.linux-x86_64-3.7/torch/test/c10_C++17_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5151951Z copying build/lib.linux-x86_64-3.7/torch/test/c10_ConstexprCrc_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5156522Z copying build/lib.linux-x86_64-3.7/torch/test/c10_DeadlockDetection_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5161234Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Half_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5165822Z copying build/lib.linux-x86_64-3.7/torch/test/c10_LeftRight_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5170951Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Metaprogramming_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5176978Z copying build/lib.linux-x86_64-3.7/torch/test/c10_SmallVectorTest -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5190225Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Synchronized_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5194763Z copying build/lib.linux-x86_64-3.7/torch/test/c10_ThreadLocal_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5200091Z copying build/lib.linux-x86_64-3.7/torch/test/c10_TypeIndex_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5204805Z copying build/lib.linux-x86_64-3.7/torch/test/c10_TypeList_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5209545Z copying build/lib.linux-x86_64-3.7/torch/test/c10_TypeTraits_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5214130Z copying build/lib.linux-x86_64-3.7/torch/test/c10_accumulate_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5219137Z copying build/lib.linux-x86_64-3.7/torch/test/c10_bfloat16_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5224071Z copying build/lib.linux-x86_64-3.7/torch/test/c10_complex_math_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5228864Z copying build/lib.linux-x86_64-3.7/torch/test/c10_complex_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5233747Z copying build/lib.linux-x86_64-3.7/torch/test/c10_either_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5243760Z copying build/lib.linux-x86_64-3.7/torch/test/c10_exception_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5248474Z copying build/lib.linux-x86_64-3.7/torch/test/c10_flags_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5253325Z copying build/lib.linux-x86_64-3.7/torch/test/c10_intrusive_ptr_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5268519Z copying build/lib.linux-x86_64-3.7/torch/test/c10_irange_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5273065Z copying build/lib.linux-x86_64-3.7/torch/test/c10_logging_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5278143Z copying build/lib.linux-x86_64-3.7/torch/test/c10_optional_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5284853Z copying build/lib.linux-x86_64-3.7/torch/test/c10_ordered_preserving_dict_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5290290Z copying build/lib.linux-x86_64-3.7/torch/test/c10_registry_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5295169Z copying build/lib.linux-x86_64-3.7/torch/test/c10_string_view_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5300709Z copying build/lib.linux-x86_64-3.7/torch/test/c10_tempfile_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5305493Z copying build/lib.linux-x86_64-3.7/torch/test/c10_typeid_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5310532Z copying build/lib.linux-x86_64-3.7/torch/test/c10_intrusive_ptr_benchmark -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5315435Z copying build/lib.linux-x86_64-3.7/torch/test/Dict_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5321895Z copying build/lib.linux-x86_64-3.7/torch/test/Dimname_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5326782Z copying build/lib.linux-x86_64-3.7/torch/test/MaybeOwned_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5332576Z copying build/lib.linux-x86_64-3.7/torch/test/NamedTensor_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5337780Z copying build/lib.linux-x86_64-3.7/torch/test/apply_utils_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5342824Z copying build/lib.linux-x86_64-3.7/torch/test/atest -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5348031Z copying build/lib.linux-x86_64-3.7/torch/test/basic -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5353248Z copying build/lib.linux-x86_64-3.7/torch/test/broadcast_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5358194Z copying build/lib.linux-x86_64-3.7/torch/test/cpu_generator_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5363443Z copying build/lib.linux-x86_64-3.7/torch/test/cpu_profiling_allocator_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5368088Z copying build/lib.linux-x86_64-3.7/torch/test/cpu_rng_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5376523Z copying build/lib.linux-x86_64-3.7/torch/test/dispatch_key_set_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5381051Z copying build/lib.linux-x86_64-3.7/torch/test/dlconvertor_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5385591Z copying build/lib.linux-x86_64-3.7/torch/test/extension_backend_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5390811Z copying build/lib.linux-x86_64-3.7/torch/test/half_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5395658Z copying build/lib.linux-x86_64-3.7/torch/test/ivalue_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5403406Z copying build/lib.linux-x86_64-3.7/torch/test/lazy_tensor_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5408047Z copying build/lib.linux-x86_64-3.7/torch/test/math_kernel_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5412806Z copying build/lib.linux-x86_64-3.7/torch/test/memory_format_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5417795Z copying build/lib.linux-x86_64-3.7/torch/test/memory_overlapping_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5422538Z copying build/lib.linux-x86_64-3.7/torch/test/mobile_memory_cleanup -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5427251Z copying build/lib.linux-x86_64-3.7/torch/test/native_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5432145Z copying build/lib.linux-x86_64-3.7/torch/test/operator_name_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5436860Z copying build/lib.linux-x86_64-3.7/torch/test/operators_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5441606Z copying build/lib.linux-x86_64-3.7/torch/test/packedtensoraccessor_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5446242Z copying build/lib.linux-x86_64-3.7/torch/test/pow_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5451821Z copying build/lib.linux-x86_64-3.7/torch/test/quantized_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5457115Z copying build/lib.linux-x86_64-3.7/torch/test/reduce_ops_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5462071Z copying build/lib.linux-x86_64-3.7/torch/test/reportMemoryUsage_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5466603Z copying build/lib.linux-x86_64-3.7/torch/test/scalar_tensor_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5471602Z copying build/lib.linux-x86_64-3.7/torch/test/scalar_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5476660Z copying build/lib.linux-x86_64-3.7/torch/test/stride_properties_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5481486Z copying build/lib.linux-x86_64-3.7/torch/test/tensor_iterator_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5488539Z copying build/lib.linux-x86_64-3.7/torch/test/test_parallel -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5493461Z copying build/lib.linux-x86_64-3.7/torch/test/thread_init_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5494048Z copying build/lib.linux-x86_64-3.7/torch/test/type_ptr_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5499789Z copying build/lib.linux-x86_64-3.7/torch/test/type_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5505039Z copying build/lib.linux-x86_64-3.7/torch/test/undefined_tensor_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5509704Z copying build/lib.linux-x86_64-3.7/torch/test/variant_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5514420Z copying build/lib.linux-x86_64-3.7/torch/test/verify_api_visibility -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5515250Z copying build/lib.linux-x86_64-3.7/torch/test/vmap_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5521513Z copying build/lib.linux-x86_64-3.7/torch/test/weakref_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5526474Z copying build/lib.linux-x86_64-3.7/torch/test/wrapdim_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5531147Z copying build/lib.linux-x86_64-3.7/torch/test/xla_tensor_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5535921Z copying build/lib.linux-x86_64-3.7/torch/test/IListRef_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5541259Z copying build/lib.linux-x86_64-3.7/torch/test/List_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5550941Z copying build/lib.linux-x86_64-3.7/torch/test/KernelFunction_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5556907Z copying build/lib.linux-x86_64-3.7/torch/test/kernel_function_legacy_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5566999Z copying build/lib.linux-x86_64-3.7/torch/test/kernel_function_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5575408Z copying build/lib.linux-x86_64-3.7/torch/test/kernel_lambda_legacy_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5586527Z copying build/lib.linux-x86_64-3.7/torch/test/kernel_lambda_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5595741Z copying build/lib.linux-x86_64-3.7/torch/test/kernel_stackbased_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5601221Z copying build/lib.linux-x86_64-3.7/torch/test/make_boxed_from_unboxed_functor_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5609205Z copying build/lib.linux-x86_64-3.7/torch/test/CppSignature_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5613836Z copying build/lib.linux-x86_64-3.7/torch/test/backend_fallback_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5619021Z copying build/lib.linux-x86_64-3.7/torch/test/op_allowlist_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5623479Z copying build/lib.linux-x86_64-3.7/torch/test/op_registration_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5650965Z copying build/lib.linux-x86_64-3.7/torch/test/inline_container_test -> base_bdist_tmp/torch/test 2022-09-27T15:35:00.5655484Z creating base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5655915Z copying build/lib.linux-x86_64-3.7/torch/_C/_autograd.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5656941Z copying build/lib.linux-x86_64-3.7/torch/_C/_cudnn.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5658043Z copying build/lib.linux-x86_64-3.7/torch/_C/_distributed_autograd.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5659141Z copying build/lib.linux-x86_64-3.7/torch/_C/_distributed_c10d.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5660342Z copying build/lib.linux-x86_64-3.7/torch/_C/_distributed_rpc.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5661650Z copying build/lib.linux-x86_64-3.7/torch/_C/_distributed_rpc_testing.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5662577Z copying build/lib.linux-x86_64-3.7/torch/_C/_functions.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5663714Z copying build/lib.linux-x86_64-3.7/torch/_C/_itt.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5664844Z copying build/lib.linux-x86_64-3.7/torch/_C/_lazy.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5666026Z copying build/lib.linux-x86_64-3.7/torch/_C/_lazy_ts_backend.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5667022Z copying build/lib.linux-x86_64-3.7/torch/_C/_monitor.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5668158Z copying build/lib.linux-x86_64-3.7/torch/_C/_nvtx.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5670084Z copying build/lib.linux-x86_64-3.7/torch/_C/_onnx.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5670922Z copying build/lib.linux-x86_64-3.7/torch/_C/_profiler.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5671997Z copying build/lib.linux-x86_64-3.7/torch/_C/_verbose.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5673641Z copying build/lib.linux-x86_64-3.7/torch/_C/__init__.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5676147Z copying build/lib.linux-x86_64-3.7/torch/_C/_VariableFunctions.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5678466Z copying build/lib.linux-x86_64-3.7/torch/_C/_nn.pyi -> base_bdist_tmp/torch/_C 2022-09-27T15:35:00.5679491Z creating base_bdist_tmp/torch/_C_flatbuffer 2022-09-27T15:35:00.5680468Z copying build/lib.linux-x86_64-3.7/torch/_C_flatbuffer/__init__.pyi -> base_bdist_tmp/torch/_C_flatbuffer 2022-09-27T15:35:00.5682237Z creating base_bdist_tmp/torch/lib 2022-09-27T15:35:00.5682888Z copying build/lib.linux-x86_64-3.7/torch/lib/libc10.so -> base_bdist_tmp/torch/lib 2022-09-27T15:35:00.5688783Z copying build/lib.linux-x86_64-3.7/torch/lib/libtorch_cpu.so -> base_bdist_tmp/torch/lib 2022-09-27T15:35:00.7040672Z copying build/lib.linux-x86_64-3.7/torch/lib/libtorch.so -> base_bdist_tmp/torch/lib 2022-09-27T15:35:00.7041463Z copying build/lib.linux-x86_64-3.7/torch/lib/libtorch_global_deps.so -> base_bdist_tmp/torch/lib 2022-09-27T15:35:00.7042214Z copying build/lib.linux-x86_64-3.7/torch/lib/libtorchbind_test.so -> base_bdist_tmp/torch/lib 2022-09-27T15:35:00.7047569Z copying build/lib.linux-x86_64-3.7/torch/lib/libjitbackend_test.so -> base_bdist_tmp/torch/lib 2022-09-27T15:35:00.7050730Z copying build/lib.linux-x86_64-3.7/torch/lib/libbackend_with_compiler.so -> base_bdist_tmp/torch/lib 2022-09-27T15:35:00.7054773Z copying build/lib.linux-x86_64-3.7/torch/lib/libtorch_python.so -> base_bdist_tmp/torch/lib 2022-09-27T15:35:00.7170535Z copying build/lib.linux-x86_64-3.7/torch/lib/libshm.so -> base_bdist_tmp/torch/lib 2022-09-27T15:35:00.7171045Z creating base_bdist_tmp/torch/include 2022-09-27T15:35:00.7172733Z creating base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7173706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ATen.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7174442Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/AccumulateType.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7175647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ArrayRef.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7177093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Backend.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7178203Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Backtrace.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7178985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/BatchedFallback.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7180055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/BatchedTensorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7180937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CPUApplyUtils.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7182417Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CPUFixedAllocator.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7183322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CPUGeneratorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7184472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CollapseDims.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7185602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Config.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7186709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Context.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7187565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/DLConvertor.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7188513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Device.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7189541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/DeviceGuard.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7190654Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/DimVector.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7191525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Dimname.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7192407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Dispatch.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7193795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/DynamicLibrary.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7194876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/EmptyTensor.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7196236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ExpandBase.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7196899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ExpandUtils.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7197752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Formatting.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7198587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/FuncTorchTLS.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7199451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/FunctionalStorageImpl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7200391Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/FunctionalTensorWrapper.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7201241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Generator.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7202119Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/InferSize.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7202981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/InitialTensorOptions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7203669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Layout.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7204681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/LinalgBackend.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7205538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MapAllocator.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7206778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MatrixRef.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7207716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MemoryOverlap.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7208706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NamedTensor.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7209258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NamedTensorUtils.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7210371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NestedTensorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7211193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NumericUtils.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7212125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/OpMathType.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7215903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/OpaqueTensorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7216649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/PTThreadPool.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7217310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Parallel-inl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7217909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Parallel.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7218721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ParallelFuture.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7219200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ParallelNative.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7219771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ParallelNativeTBB.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7220254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ParallelOpenMP.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7220818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/PythonTorchFunctionTLS.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7221812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SavedTensorHooks.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7222767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Scalar.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7223509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ScalarOps.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7225547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ScalarType.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7226298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SequenceNumber.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7227163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SmallVector.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7228291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SparseCsrTensorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7229201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SparseCsrTensorUtils.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7230600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SparseTensorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7231283Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SparseTensorUtils.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7232358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Storage.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7233476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Tensor.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7234498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorAccessor.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7235247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorGeometry.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7236286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorIndexing.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7237467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorIterator.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7238788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorIteratorInternal.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7240915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorMeta.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7241662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorNames.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7242267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorOperators.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7242922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorOptions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7243569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorSubclassLikeUtils.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7244675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorUtils.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7245606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ThreadLocalState.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7246405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TracerMode.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7247279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TypeDefault.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7248053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Utils.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7248923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Version.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7250438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/VmapMode.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7251373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/VmapTransforms.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7252110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/WrapDimUtils.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7253215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/WrapDimUtilsMulti.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7254030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/autocast_mode.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7255068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ceil_div.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7256126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/code_template.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7257540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpp_custom_type_hack.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7258577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/div_rtn.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7259438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/dlpack.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7260353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/jit_macros.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7261299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/jiterator_macros.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7262100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/record_function.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7263414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CPUFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7264608Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CPUFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7265278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7266294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7267771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7269523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7270275Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7271028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7271917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7272954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7274052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Functions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7275616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MetaFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7276168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MetaFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7277416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MethodOperators.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7278530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NativeFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7280192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NativeMetaFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7281222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Operators.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7282349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/RedispatchFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7293775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/RegistrationDeclarations.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7300121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/VmapGeneratedPlumbing.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7313074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CUDAFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7313795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CUDAFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-09-27T15:35:00.7315647Z creating base_bdist_tmp/torch/include/ATen/cpu 2022-09-27T15:35:00.7316355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/FlushDenormal.h -> base_bdist_tmp/torch/include/ATen/cpu 2022-09-27T15:35:00.7317265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vml.h -> base_bdist_tmp/torch/include/ATen/cpu 2022-09-27T15:35:00.7318882Z creating base_bdist_tmp/torch/include/ATen/cpu/vec 2022-09-27T15:35:00.7319461Z creating base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7320237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7322179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7322826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7323887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7325117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7326288Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7328294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7329021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7329849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7331061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7332704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-09-27T15:35:00.7334277Z creating base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:35:00.7335051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:35:00.7336505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:35:00.7337709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:35:00.7338906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:35:00.7341356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:35:00.7342301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:35:00.7343239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:35:00.7344504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-09-27T15:35:00.7345798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/functional.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-09-27T15:35:00.7346976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/functional_base.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-09-27T15:35:00.7348211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/functional_bfloat16.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-09-27T15:35:00.7349420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/intrinsics.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-09-27T15:35:00.7350625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-09-27T15:35:00.7351707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec_base.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-09-27T15:35:00.7353734Z creating base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7354554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ATenGeneral.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7355842Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ATenOpList.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7356992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ATen_fwd.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7358057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ATen_pch.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7359196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Array.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7360346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Backtrace.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7364274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/CheckMemoryFormat.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7365237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/DeprecatedTypeProperties.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7366374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7367298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Dict.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7368109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Dict_inl.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7368897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/DimVector.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7369712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Dimname.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7370882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/DistributionsHelper.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7371742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Formatting.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7372591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Generator.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7373428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/IListRef.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7374272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/IListRef_inl.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7375132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/LegacyTypeDispatch.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7376164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/List.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7377822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/List_inl.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7378656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/MT19937RNGEngine.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7379530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/NamedTensor.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7380614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/PhiloxRNGEngine.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7381673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/PythonFallbackKernel.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7382720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/QuantizerBase.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7383808Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Range.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7384805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Reduction.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7385872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Scalar.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7387024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ScalarType.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7388064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Tensor.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7389165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/TensorAccessor.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7390289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/TensorBase.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7391707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/TorchDispatchUtils.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7392921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/TransformationHelper.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7393962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/UndefinedTensorImpl.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7395282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/UnsafeFromTH.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7396460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/VariableHooksInterface.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7397563Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Variadic.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7398537Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Vitals.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7399707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/alias_info.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7400783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/blob.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7402052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/builtin_function.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7403077Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/class_type.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7404404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/custom_class.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7405463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dynamic_type.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7406449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/enum_type.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7407520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/function.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7408790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/function_schema.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7409964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/function_schema_inl.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7411223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/functional.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7412352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/grad_mode.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7413493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/interned_strings.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7414580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/interned_strings_class.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7415661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ivalue.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7418185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ivalue_inl.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7419610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ivalue_to.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7420871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/jit_type.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7422504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/jit_type_base.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7423887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/operator_name.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7425030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/qualified_name.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7426254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/rref_interface.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7427342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/stack.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7428430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/symbol.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7429840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/type_factory.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7430822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/type_ptr.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7431793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/typeid.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7432929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/TensorBody.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7436761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/aten_interned_strings.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7438055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/enum_tag.h -> base_bdist_tmp/torch/include/ATen/core 2022-09-27T15:35:00.7439225Z creating base_bdist_tmp/torch/include/ATen/core/boxing 2022-09-27T15:35:00.7440088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/BoxedKernel.h -> base_bdist_tmp/torch/include/ATen/core/boxing 2022-09-27T15:35:00.7441870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> base_bdist_tmp/torch/include/ATen/core/boxing 2022-09-27T15:35:00.7442820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/KernelFunction.h -> base_bdist_tmp/torch/include/ATen/core/boxing 2022-09-27T15:35:00.7443703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/KernelFunction_impl.h -> base_bdist_tmp/torch/include/ATen/core/boxing 2022-09-27T15:35:00.7444525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/OperatorKernel.h -> base_bdist_tmp/torch/include/ATen/core/boxing 2022-09-27T15:35:00.7445761Z creating base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-09-27T15:35:00.7446438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-09-27T15:35:00.7447585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-09-27T15:35:00.7448404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl/boxing.h -> base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-09-27T15:35:00.7449556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-09-27T15:35:00.7450812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl/test_helpers.h -> base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-09-27T15:35:00.7452436Z creating base_bdist_tmp/torch/include/ATen/core/dispatch 2022-09-27T15:35:00.7453261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/CppSignature.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-09-27T15:35:00.7454224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-09-27T15:35:00.7455430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/Dispatcher.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-09-27T15:35:00.7456170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/ObservedOperators.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-09-27T15:35:00.7457127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/OperatorEntry.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-09-27T15:35:00.7458801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/OperatorOptions.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-09-27T15:35:00.7459421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-09-27T15:35:00.7460013Z creating base_bdist_tmp/torch/include/ATen/core/op_registration 2022-09-27T15:35:00.7460739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration/adaption.h -> base_bdist_tmp/torch/include/ATen/core/op_registration 2022-09-27T15:35:00.7461522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration/infer_schema.h -> base_bdist_tmp/torch/include/ATen/core/op_registration 2022-09-27T15:35:00.7462498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration/op_allowlist.h -> base_bdist_tmp/torch/include/ATen/core/op_registration 2022-09-27T15:35:00.7463978Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration/op_registration.h -> base_bdist_tmp/torch/include/ATen/core/op_registration 2022-09-27T15:35:00.7464934Z creating base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7465905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/ApplyGridUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7467074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/AsmUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7468064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/Atomic.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7469925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7470873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7471663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDATensorMethods.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7472568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/DeviceUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7473909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/NumericLimits.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7475073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/ScanUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7476070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/cub.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7476971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/cub_definitions.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7478427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/ATenCUDAGeneral.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7479221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDABlas.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7480145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAContext.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7481169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDADataType.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7483057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDADevice.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7484087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAEvent.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7484989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7486270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAGraph.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7487253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDASparse.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7488233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDASparseBlas.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7489432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDASparseDescriptors.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7490888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAUtils.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7492063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CachingHostAllocator.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7493069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/EmptyTensor.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7493657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/Exceptions.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7494943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/PeerToPeerAccess.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7495781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7497599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/Sleep.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7498571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/ThrustAllocator.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7499406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/cub.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7500352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/jiterator.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7501394Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/jiterator_impl.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7502458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/llvm_jit_strings.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-09-27T15:35:00.7504049Z creating base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7504727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/IndexUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7505535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7506999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7507788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7508922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/TensorInfo.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7511013Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7512705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/CUDAHooks.h -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7513274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7514401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/KernelUtils.h -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7514901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/LazyNVRTC.h -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-09-27T15:35:00.7515772Z creating base_bdist_tmp/torch/include/ATen/cudnn 2022-09-27T15:35:00.7516727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Descriptors.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-09-27T15:35:00.7518015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Exceptions.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-09-27T15:35:00.7519012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Handle.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-09-27T15:35:00.7519996Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Handles.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-09-27T15:35:00.7521060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Types.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-09-27T15:35:00.7522524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Utils.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-09-27T15:35:00.7523393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/cudnn-wrapper.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-09-27T15:35:00.7524649Z creating base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7525440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/ADInterpreters.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7526421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/BatchRulesHelper.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7528324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/BatchedFallback.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7529207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/BatchedTensorImpl.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7530044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/BatchingMetaprogramming.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7531134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/DynamicLayer.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7532145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7533460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/Interpreter.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7534379Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/LegacyVmapTransforms.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7535434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/Macros.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7536339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/PlumbingHelper.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7537607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/TensorWrapper.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7538548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/VmapInterpreter.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-09-27T15:35:00.7563335Z creating base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7564244Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_blob.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7565460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7566117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7567294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7568087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7568858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7569676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7570371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7571404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7572618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7573724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7574410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7575926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7576637Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7577784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7578445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7579553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7580494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7581454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7582581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7583393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7584267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7585309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7586027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7588156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7588795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7589489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_batch_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7590029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7591507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_batch_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7592377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_batch_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7593430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7594591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7595308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7597079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7597612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7598454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7599049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7600346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7601188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7602172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7603013Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7604040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7605282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7606270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7607484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7608254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7609037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7609834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7611031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7611800Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7612711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7613486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7614540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7615506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7616582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7617320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7618388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7619722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7620891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7621829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7622550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7623432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_async.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7624183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7625076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7625952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_async_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7626915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_async_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7627908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_tensor_metadata.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7628922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7629614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7631105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7631989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_full_precision.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7632935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7633861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7635090Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7636233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7637282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7638342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7639274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7640123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7641096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7641896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7642536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7644171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7645971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7646682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7647717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7648465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7649469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7650473Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7651391Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7652329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Byte.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7653275Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7654639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Byte_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7655370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Byte_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7656509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Char.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7657450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7658393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Char_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7659224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Char_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7659864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Double.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7661091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7662045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Double_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7662705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Double_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7663633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Float.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7664391Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7665429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Float_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7666284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Float_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7667194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Half.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7668033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7669072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Half_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7670047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Half_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7670870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Int.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7672041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7672988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Int_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7673924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Int_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7674799Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Long.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7675645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7676689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Long_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7677690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Long_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7678649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Short.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7679473Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7680235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Short_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7681648Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Short_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7682439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7683422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7684301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7685334Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7686035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7687200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7688706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7691160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7692334Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7693311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7694243Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7695373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7696429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7697548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7698563Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7699565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7700729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7701670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7702629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7703776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7704818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7705817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7706792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7707843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7708808Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7709765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7710733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesced.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7711814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7712777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7713744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesced_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7714711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesced_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7715718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_compute_linear_combination.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7716735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7717849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7718876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_compute_linear_combination_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7719891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_compute_linear_combination_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7721492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7722543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7723519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7724590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7725723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7726670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7727702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7728513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7729357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7730052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_physical.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7731271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7731838Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_physical_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7732586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_physical_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7733225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conv_depthwise2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7733908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7734709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conv_depthwise2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7735211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7736001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7736765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7737764Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7738752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7739485Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7740051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7740878Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7741556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7742235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7743311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7743806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7744707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7745837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7747253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7748180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7749092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7750296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7751455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7752720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7753664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_double_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7754966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7756438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_double_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7757201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_double_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7758006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_mode.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7759993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7760748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_mode_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7761896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_mode_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7763079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7764272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7765538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7766677Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_and_resize.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7767938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7769174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_and_resize_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7770296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7771575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7772615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7773752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7774954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7776281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7777783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7778739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7779894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7780961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7782070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7783349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7785170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7786370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7787447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7788387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7789530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_ctc_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7790895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7791941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7793055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7794241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7795494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7796789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7797809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7799037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7800758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7802668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7803480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7804387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7805228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7806069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7807222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7808475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7809544Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7810646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7811983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7813039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7814100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7815632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7817493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7817791Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7818936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7819852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7820760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7821734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7822642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7823639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7825278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7826150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7827199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7828041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7828843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7829928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7830987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7831972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7832871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7834876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7835377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummax_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7836143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7836834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7837741Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummax_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7838479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummax_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7839684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummin_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7840575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7841541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7843187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummin_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7843681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummin_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7844489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_debug_has_internal_overlap.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7845630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7846501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7847505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7848363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimI.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7851415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimI_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7851712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimI_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7852043Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimV.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7852367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimV_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7854231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimV_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7854791Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dim_arange.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7855836Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7857275Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dim_arange_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7858019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dim_arange_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7859368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7860213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7861884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7862863Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7863742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7864734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7865855Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7867651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7868378Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7869412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7870682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7871864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7872971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7874129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7875404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7876370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7877569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7878909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7880073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7881302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7882346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7883669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7884791Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7886057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7887009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7888336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7889555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7890886Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7891990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7892900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7894155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7895500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7896487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7897928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7899251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7900337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7901428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7902558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7903677Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7904733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7905853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7907241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7908255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7909369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7910469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_affine_quantized.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7913502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7914081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7914631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_affine_quantized_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7915170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7916135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7917493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7918522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7919862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7920952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7922020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_euclidean_dist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7923261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7924355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_euclidean_dist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7925535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_euclidean_dist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7926915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7928797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7929932Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7931005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7932085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7933294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7934556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7935610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7936698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7937937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7939131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7940302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7941468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7942597Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7943764Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7945010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7945797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7946979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7947746Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7949107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7950738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7951276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7953144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7953620Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7954752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7955400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7956365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7957134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7957997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2c.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7959207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7959975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7960810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2c_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7962118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2c_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7962988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2r.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7963718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7964658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7965507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2r_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7966730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2r_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7967665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_r2c.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7968728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7969554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7970212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_r2c_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7971269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_r2c_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7972642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_flash_scaled_dot_product_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7973479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7974404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7975576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7976339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foobar.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7977688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7978523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7979094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foobar_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7979913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foobar_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7981316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7982113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7982984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7983906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7985088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7985858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7987004Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7987954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7988820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7989794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7990560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7991564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7992451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7994185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7994747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7995409Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7996454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7997562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.7999203Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8000129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8000726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8001679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8002839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8003773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8004707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8005918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8006620Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8007303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8009337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8009775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8010462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8011283Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8012042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8012777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8013688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8014666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8015846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8017604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8018642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8019541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8020459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8021927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8022384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8023667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8024357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8026046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8026701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8027613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8028845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8029714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8031083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8032362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8033253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8034512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8035705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8036629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8038008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8039176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8040211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8041417Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8042560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8043831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8044982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8045899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8047668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8048060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8049157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8050234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8051144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8052386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8055870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8056389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8056835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8057266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8057568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8058654Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8059483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8061478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8062121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8063134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8064780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8066735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8067263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8067882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8068844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8070355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8071529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8072699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8073716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8074830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8076128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8078096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8078948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8080114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8081187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8082343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8083431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8084695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8085872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8087117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8088027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8089172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8091011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8092141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8094048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8095150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8096480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8097434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8098587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8099786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8101018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8102392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8103482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8104514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8105783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8107156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8108273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8109378Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8110466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8112053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8113195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8114344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8115460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8116740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8117907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8119193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8120557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8121691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8122935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8123998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8125245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8126541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8127618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8128530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8130000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8132040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8132696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8133979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8134488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8136221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8137139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8139040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8140092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8141936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8142706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8143241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8144649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8145316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8146927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8148017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8149126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8150261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8152233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8152808Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8153827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8154897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8156250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8156960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8158639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8159325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8160803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8161506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8163171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8164116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8165377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8166339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8167185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8167965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8169456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8170057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8171212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8172897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8173422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8173935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8174911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8175788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8176986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8177797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8179207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8179628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8180994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8181839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8183035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8183962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8184992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8185996Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8186852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8187814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8189399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8190165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8191060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8191918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8192756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8193816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8194725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8195968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8197240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8198236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8199158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8201913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8202335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8202898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8203458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8204180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8204990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8206830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8207733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8208518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8209708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8210533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8211502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8212438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8213464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8214907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8215871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8216763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8218248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8219479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8220201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8221527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8222234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8223270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8224154Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8224918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8225775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8226822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8227504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8228458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8229500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8230156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8231100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_adam.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8232063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8233225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8234219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_adam_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8235059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_adam_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8236131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8237050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8237649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8238692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8239730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8240429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8242045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8242542Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8244014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8244517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8245775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8246522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8247727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8248396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8249666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8250349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8251644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8252309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8253438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8254054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8255218Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_gather_sparse_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8256564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8257420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_gather_sparse_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8258578Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8259560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8260854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8261887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8262728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8264069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8265022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8265595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8266366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8267432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8268460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8269781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8270568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8271457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_same_storage_numel.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8272886Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8273771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_same_storage_numel_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8274722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8275583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_bin_edges.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8276405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8277387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8278095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8279080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8280087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8281143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8282208Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8282756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8283730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8284830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8285558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8286631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8287316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8288365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8289112Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8290213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8291502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8292102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8293155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8293770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8294712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8295987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8296661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8297751Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8298783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8299841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8300823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8301611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8302748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8303346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8304223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_is_zerotensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8305168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8305997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_is_zerotensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8306993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_is_zerotensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8307937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_check_errors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8309146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8309752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_check_errors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8310406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_check_errors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8311436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8312248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8312739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8313561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8314433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8315333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8316304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8317168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8318383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8319802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8320583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8321256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8322591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8323427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8324301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8325136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8326221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8327170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8328092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8329673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8330250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8331591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8332813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8333464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8334452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8335920Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8336959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8337822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8338692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8339616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8340984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8341797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8343510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8344164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8345673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8346758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8347765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8348910Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8349880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8350998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8352399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_local_scalar_dense.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8353487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8354884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8356235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_local_scalar_dense_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8357465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_local_scalar_dense_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8358637Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8359917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8361342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8362355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8363538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8364767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8366018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8367103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lstm_mps.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8369622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8370189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8371028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8371968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8373185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8374317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8375555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8376674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8379299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8380051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_logcumsumexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8381309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8382479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8383556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_logcumsumexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8384711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_logcumsumexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8385946Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8387171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lstm_mps_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8388335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lstm_mps_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8389773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lu_with_info.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8390945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8392044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lu_with_info_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8394757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lu_with_info_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8395302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8395890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8396735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8398115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8399559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8400585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8402042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8402862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8404056Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8406020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8407287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8408371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8410133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8410926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8411929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8413125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8414538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8415768Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8416972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8418158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8419329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8420462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_scale.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8421798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8422972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8424268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_scale_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8425489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_scale_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8426603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8427824Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8429175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8430289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8431505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8432687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8433760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8435211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8436281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8437492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8438646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8440601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8441334Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_reshape.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8442573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8443631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_reshape_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8444960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8446118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_transpose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8447466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8448588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8449719Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_transpose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8450940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8452048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8453325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8454502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8455724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8456871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_transpose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8458372Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8459412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8460803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8461945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8463325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8464499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8465576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8466711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8468268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8469301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8470604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8471869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8473158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8474333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8475611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8479562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8480153Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8480729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8481239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8481765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8482554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8483877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8485193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8486369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8487236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8488625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8489793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8490854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8492097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8493419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8494672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8496030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8497073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8498407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8499507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8500768Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8501828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8504132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8504664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_select_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8505452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_select_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8506538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_select_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8507833Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_sum_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8509083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_sum_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8510080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_sum_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8511555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8512708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8513848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8515010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8516144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8517507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8518625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8519854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8521001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8522375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8523618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8524726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_layer_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8526104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8527126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_layer_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8528441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8529750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_offsets.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8530744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_offsets_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8531996Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8533159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8534473Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8535721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8536845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8538162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8539498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8540634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8541845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_strides.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8543467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8544157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_strides_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8545739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8546557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8547812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8549115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8550429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8551569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8552810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8554396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8555226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8556315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8557742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8559004Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8560205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8561925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8563297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8564426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_available.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8565819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8567018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_available_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8568179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_available_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8569482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8570834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8571982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8573188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8574169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnz.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8576292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnz_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8576738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnz_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8579231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8580082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8581441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8582530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8583798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8585312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8586185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8587368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8588581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_circular.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8589858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8591349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_circular_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8592309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_circular_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8593498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_enum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8594552Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8595797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_enum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8596874Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_enum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8598164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_packed_sequence.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8599606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8600802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_packed_sequence_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8601943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8603151Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8604588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8605819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8607220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8608189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8609388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8610588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8612014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8613502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8614567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8616188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8617463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8618311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pin_memory.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8619680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8620945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8622253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pin_memory_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8623373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pin_memory_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8624785Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_remove_batch_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8625794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8627045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_remove_batch_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8628320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_remove_batch_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8629576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8631171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8632247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8633646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8634575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8635898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8637086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8638533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8639823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8641106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8643204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8644221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_from_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8645435Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8646450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_from_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8647644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8649480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_resize_output.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8650293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8651338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8652511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_resize_output_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8653883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_resize_output_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8654989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_rowwise_prune.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8657062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8657533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_rowwise_prune_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8658747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_rowwise_prune_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8659448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8660775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8661814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8662579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8663917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8664903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8665844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8666699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8667833Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8669085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8670051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8671136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8672230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8673077Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8673922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8674725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8675777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8676649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8677830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8678825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8679689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8680698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_shape_as_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8681930Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8682789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_shape_as_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8683763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_shape_as_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8685102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8686493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8687080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8688426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8689381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8690106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8691348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8692220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8692963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8694358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8695545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8696345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_draw.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8697626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8698338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_draw_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8699342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8700710Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_ff.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8701774Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8702495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_ff_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8705903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8706288Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8706697Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8707285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8708270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8708939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_scramble.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8709949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8711870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8712514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8713549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8714305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8715782Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8716529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8717505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8718453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8720638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8721055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8721676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8722112Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8723475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8724179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8725396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8726196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8727246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8728584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8729170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_addmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8730295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8730937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_addmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8732070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_addmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8732793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8733993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8735174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8736066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8736947Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8738797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8739894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8740851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8741601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8742703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8743530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8744519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8745582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8747010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8748011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8749118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8750254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8751432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8752717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8753966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8755171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8756439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8758004Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8759415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8760164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8761256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8762653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8763650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8764796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8765953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8767205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8768361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8769502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8770650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8771775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8773057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8774131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8775455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8777116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_prod.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8778112Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8779085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_prod_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8780167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8781967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_sum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8783322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8784351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_sum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8785440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8786604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8787982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8789036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8790198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8791352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8792633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8793854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8794977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8796065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8797366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8798852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8799930Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8801894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8802375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mask_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8803840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8804714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mask_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8805675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mask_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8807021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8808175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8809171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8810274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8811520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8812783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8813971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8815154Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8816413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8817667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8818796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8819810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8821094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8822153Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sparse_matmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8823486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8824534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8825674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8826869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8827906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8829303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8830355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8831512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8832743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8833921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8834963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8835963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8837880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_spdiags.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8838833Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8840053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8841055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_spdiags_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8842181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_spdiags_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8843368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_stack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8844631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8845680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_stack_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8847019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_stack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8848266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_stack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8849417Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8850617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8851967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8852922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8854086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8855424Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8856588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8858259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8859365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8860559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8861743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8862915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8863971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8865320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8866420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8867570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8868691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8869816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8871015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_ambiguous_defaults.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8872266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8873326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8874475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8875629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8876913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8878337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8879562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8880707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8881966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8883177Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8884245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8885609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8886973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8887994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8889095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8890387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8891413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8892496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_filled_intlist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8893793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8894902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8896241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8897386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8898691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_floatlist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8900095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8901037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8902123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_floatlist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8903396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8904469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_intlist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8905686Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8906742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8907864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_intlist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8909028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_intlist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8910272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_serialization_subcmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8911466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8912651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8913803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8914936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_string_default.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8916196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8917247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_string_default_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8918568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_string_default_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8919938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_warn_in_autograd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8921335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8922304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8923539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8924552Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8926035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8927020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8928199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8929413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8930718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8931661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8932714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8934607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8936145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8937266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8938576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8939929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8940832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8942019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8943375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8944365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8945517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8946759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8947929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8949145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8950332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8951471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8952581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8953773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8954837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8955971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8957127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8958314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8959794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8961044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8962161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8963338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8965160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8965951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8966861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8968063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8969034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_cpu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8970370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8971599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_cpu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8972581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_cpu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8973723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_dense.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8975233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8976233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_dense_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8978498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_dense_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8979753Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8981129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8982132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8983239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8984381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8985560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8986892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8987985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8989118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8990215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8991613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8992619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8994048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8995189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8996486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8997633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8998868Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.8999928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9001286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9002536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9003729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9004894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9006040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9007185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_trilinear.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9008504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9009740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9010732Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_trilinear_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9012463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_trilinear_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9013681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_multi_head_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9014977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9016487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9017527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9018662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9019835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9021128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9022232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9023401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9024560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9025815Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9026900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9028409Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9029591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9030488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9031595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9032766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9034049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9035111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9036341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9037594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9038837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9039941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unpack_dual.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9041188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9042742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unpack_dual_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9043896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unpack_dual_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9044786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unsafe_view.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9046828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9047335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unsafe_view_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9048372Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unsafe_view_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9049461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9050653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9051990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9053829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9054573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9055770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9056947Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9057983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9059602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9060502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9061981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9063239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9064269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9065420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9066860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9067750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9069672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9070344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9071516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9072815Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9074191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9075504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9076475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9077658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9078870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9080087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9081213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9082402Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9083913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9085320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9086406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9087638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9088879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9090549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9091870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9092971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9094271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9095682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9099091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9099880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9100768Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9101527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9102555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9103776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9104873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9106232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9107392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9108609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9109749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9111444Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9112154Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9113205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9114343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9115633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9116806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9118165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9119446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9120703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9121889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9123115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9124081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9125284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9126413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9127776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9129102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9130314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9131262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9132462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9133736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9134831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9136031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9137231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9138484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9139667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9140926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9142460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9143295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9144540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9145899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9147004Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9148152Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9149355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9150666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9152356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9153110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9154126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9155247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9156514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9157687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9158935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9160036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9161216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9162464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9163525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9164834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9166146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9167493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9169416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9170455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9171843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9172935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9174024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9175382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9176566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9177775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9178936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9180081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9181230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9182742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9183642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9184877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9185987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9187294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9188266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9189486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9190658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9192142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9192999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9194195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9195385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9196597Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9197941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9199280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9200415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9201720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9202832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9204156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9205193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9206397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9207405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9208780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9215029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9215923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9216427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9216911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9217387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9217870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_version.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9218776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9219278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_version_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9219753Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_version_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9220240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9221142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9222063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9223247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9224337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9225480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9226585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9227839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9229093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9230186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9231355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9232550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9233738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9235063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9236093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9237212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9238466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9239640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9240965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9241963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9243079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9245193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9246179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9247392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9248565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9249781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9250987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/absolute.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9252251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9253269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/absolute_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9254638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/absolute_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9255795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9259362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9260157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9261286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9262713Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9263923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9265253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9266198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9267389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9268752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9269690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9271023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9272251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9273531Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9274599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9275875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9277215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9278684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9279830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9280928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9282069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9283475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9284548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9285681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9286950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9288231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9289242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9290561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9291749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9293041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9294345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9295811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9297117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9298199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9299472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9300505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9301685Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9303035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9304478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9305629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9306759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9307850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9309023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9310407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9311395Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9312727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9313895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9331456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9332310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9332889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9333595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9334155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9334719Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9335233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9335919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9336450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9336966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9337458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9338087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9338814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9339386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9339936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9340575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9341443Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9342018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9342551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9343254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9343805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9344354Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9344866Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9345426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9345945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9346452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9347156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9347734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9348396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9349268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9350302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9351553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9352868Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9354031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9355549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9356711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9358150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9359347Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9360566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9361639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9362826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9364011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9365349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9366308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9367583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9368720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9369955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9371187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9372402Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9373905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9375217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9376448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9377606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9378811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9380005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9381148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9382284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9383469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9385108Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9386163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9387272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9388427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9389826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9390907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9392287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9393502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9394977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9396082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9397229Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9399065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9399867Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9401147Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9403359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9404202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9405837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9406999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9408044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9409103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9410449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9411873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adjoint.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9413132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9414958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adjoint_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9415811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adjoint_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9417032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9418651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9420221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9421577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9422769Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9423524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9425174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9426188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9427301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9428633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9429877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9430985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9432577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9433487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9434513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9435841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9437090Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9438246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9439596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9440816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9441953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9443060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9444853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9445604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9446617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9447401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_to.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9449844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9450195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_to_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9450952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_to_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9451689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9453538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9454188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9456580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9456856Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9457392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9459115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9459977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9461226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9462482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/allclose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9463192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9464726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/allclose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9465641Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/allclose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9466655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alpha_dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9467755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9468714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alpha_dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9469682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alpha_dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9471156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9472384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9472889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9473600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9475003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9476205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9476928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9478512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9479312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9480708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9481622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9482326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9483589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9483991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9485680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9486007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9487355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9489228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9489742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9490206Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9491162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9492058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9492949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9494304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9495135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/and.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9496319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9497286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/and_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9498268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/and_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9499523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/angle.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9500767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/angle_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9501554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/angle_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9502554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/angle_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9503588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/angle_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9504411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9506075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9506708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9507592Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9508341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9509300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9511062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9512036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9512825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9513437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9514254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9514960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9516383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9517268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9518027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9520159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9520773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccos.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9521682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9522290Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccos_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9523251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccos_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9524145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccosh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9525496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9526269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccosh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9527845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccosh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9529438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9530175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9531129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9532000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9532943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsinh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9534076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9534938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsinh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9536330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsinh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9537055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9538146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9539209Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9540143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9541070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9542090Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9543420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9544275Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9545047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9546157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9547019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9547982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9548966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9550044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9550924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9551876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9553319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9553916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9554699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9555438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9556357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9557270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9559019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9559668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9560271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9561393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9562325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9563269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9564251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9565394Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9566551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9567557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9568521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9569602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9570568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9571600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argwhere.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9572708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9573642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argwhere_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9574674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argwhere_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9576231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9577430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9578168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9579376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9580450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9581487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9582194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9583345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9584327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9585250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9586118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9587384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9588468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9589501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9590593Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9591470Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9592814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9593952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9595267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9596215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9597245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9599053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9601774Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9602041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9602349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9602915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9603717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9604661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9605672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9606745Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9607974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9609565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9610333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9611332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9612594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9613420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9614594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9615650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9616575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9617470Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9618394Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9619800Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9620588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9621459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9622945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9623974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9624870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9625805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9626967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9627727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9628719Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9629823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9630656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9631866Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9632936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9634046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9634623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9636138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9637178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9637993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9638981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9639975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9640768Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9641676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9642392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mH.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9643521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9644612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9645445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9646329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9647261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9648389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9649171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9650195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9651225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9652145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9653257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9654150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9655187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9656301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9657168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9658215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9658896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9660182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9661256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9662359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9663052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9664186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9664880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9666065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9667857Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9668380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9669367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9671062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9672201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9672729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9673420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9674322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9675474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9676773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9677384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9678387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9679631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9680418Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9681368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9682175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9683300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9684457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9685405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9687104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9687586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9688090Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9688971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9689765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9690849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bartlett_window.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9692435Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9693103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bartlett_window_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9693939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bartlett_window_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9695184Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9696699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_elemt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9698189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9698953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9700219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9701554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9702907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_reduce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9704188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9705743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9706658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9707757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9709153Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9710922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_elemt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9711322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9712317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_elemt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9713276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_elemt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9714199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9714915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9716242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9716691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9718022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9718905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9720018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9720840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9722057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9722663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9723556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9724478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9725702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_stats.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9726530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9727610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9728309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_stats_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9729358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_stats_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9730231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9731180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9732291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9733063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9734257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9735154Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9736419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9737491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9738488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9739586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9740516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9741257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9742259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9743168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9744127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bilinear.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9745198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9746277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bilinear_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9746803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bilinear_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9748510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9749344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9750031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9751110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9752150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9753193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9754076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9755080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9756106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9757063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9757782Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9759213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9760045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9761285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9762245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9763663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9764763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9765805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9766984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9768161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9769329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9770675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9771793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9773107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9774672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9775756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9778007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9779086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9780214Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9781366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9782425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9783599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9785604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9786143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9787196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9788554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9789663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9791059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9792293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9793436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9794672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9795704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9796975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9798338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9799538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9800809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9802227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9803109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9804486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9805572Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9806857Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9808083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9809656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9810314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9812000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9813965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9814982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9816246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9817336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9818679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9819919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9821307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9822734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9823970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9825222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9826519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9827553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9828865Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9829950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9831289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9832458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9833614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9834875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9836304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9837949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9839006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9840156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9841393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9842410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9843671Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9844782Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9845971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9847233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/blackman_window.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9848531Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9849644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/blackman_window_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9850813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/blackman_window_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9852044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/block_diag.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9853493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9854505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/block_diag_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9855736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/block_diag_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9857352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9859133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9860186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9861360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9862594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9863936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9865832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9866304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9867944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9869276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9870326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9871415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9873044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_to.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9874432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9875820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_to_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9877148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_to_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9878642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9880445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9881627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9882908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9884293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9885787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9887091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/can_cast.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9888968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9890043Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/can_cast_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9891426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/can_cast_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9892772Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cartesian_prod.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9894670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9895814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cartesian_prod_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9898104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cartesian_prod_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9899101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9900929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9902580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9903510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9904984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9906559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9908002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9909390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9911008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9912850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9913461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9914466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9916284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9916705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9917551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9918741Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9919223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9920935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9921503Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9923237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9923634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9925550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9926075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9927400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cdist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9928277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9931631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cdist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9931971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cdist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9932294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9932734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9933192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9933959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9935401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9936180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9938137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9939205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9939661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/celu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9940997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9941967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/celu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9942916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/celu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9944833Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chain_matmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9945262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9945872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chain_matmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9946771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chain_matmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9947917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chalf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9948856Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9949819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chalf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9950777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chalf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9951564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/channel_shuffle.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9952869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9953600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9954093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/channel_shuffle_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9955521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/channel_shuffle_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9956295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9957867Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9958560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9959609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_inverse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9960979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_inverse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9962347Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9962973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9964372Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_inverse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9965018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9966351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9967130Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9968781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9969326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9970349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9971115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/choose_qparams_optimized.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9972434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9973567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/choose_qparams_optimized_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9974532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9975628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chunk.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9977273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9978119Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chunk_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9979352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chunk_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9980251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9981509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9982247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9983079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9983989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9985074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9986012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9987077Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9987980Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9988736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9989627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9990550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9991567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9992315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9993846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9994765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9995398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9996266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9997213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9998940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:00.9999560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0000590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0001545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0002253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0003398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clip.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0004534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0005258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clip_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0006335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clip_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0007488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clone.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0008463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0009425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clone_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0010548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clone_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0011015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/coalesce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0012588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0013333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/coalesce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0014609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/coalesce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0015115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0016356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0017261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0018388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0019264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0020067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0021162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0022547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0023382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0024396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0040199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0040658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0042358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0043095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0043597Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0044104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0044605Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0045103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0045557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/column_stack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0046267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0046767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/column_stack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0047251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/column_stack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0047730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/combinations.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0048428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0049179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/combinations_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0049840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/combinations_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0050310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0050914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0051413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0051916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0052411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0052888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0053497Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concat.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0054081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0054551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concat_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0054991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concat_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0055634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concatenate.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0056270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0056781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concatenate_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0057826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concatenate_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0059141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0061020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0061877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0063158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0064258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0065641Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0067011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0068123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0069339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0070658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0071897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0072983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/constant_pad_nd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0074518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0075717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/constant_pad_nd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0077141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/constant_pad_nd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0078385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/contiguous.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0079540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0081273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/contiguous_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0081776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/contiguous_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0082874Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0084110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0085292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0086331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0087731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0089513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0090623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0091345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0092562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0093994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0095035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0096361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0099053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_depthwise3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0100162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0101036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0102163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_depthwise3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0103352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_depthwise3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0104480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0105844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0107105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0108223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0109387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0111454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0112485Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0113818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0115007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0116421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0117669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0118747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0120674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0121366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0122388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0123279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0124457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0125499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0127346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0127958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0129093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0130068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0131587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0132848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0133992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0135123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0136636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_overrideable.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0137902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0138945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0140140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0141424Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0142528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0143738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0144973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_overrideable.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0146374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0147504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_overrideable_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0148787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_overrideable_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0149840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0151177Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0152383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0153475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0154615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0156430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_sparse_to_sparse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0157522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0158540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0159609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0160918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0162114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0163655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0164996Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0165827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0167103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0168189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0169304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0170921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0171817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0173153Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/corrcoef.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0174945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0175818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/corrcoef_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0178022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/corrcoef_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0178933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0180467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0181425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0182703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0183958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0185255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0186374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0187511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mT.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0189254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0190885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0192220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0193261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0194521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0195746Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0197010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0198328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0199384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0200591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_embedding_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0202061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0203143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_embedding_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0204229Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0205478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_similarity.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0206860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0207925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_similarity_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0209098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_similarity_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0210461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0211657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0212726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0213952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0215202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0216536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0217791Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cov.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0219969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0220478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cov_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0221286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cov_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0222556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0223871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0225121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_entropy_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0226446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0227592Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_entropy_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0228771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_entropy_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0230029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0231166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0232842Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0233702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0235001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0236350Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0237445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0238846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0240009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0241117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0242295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ctc_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0243658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0245370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ctc_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0245983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ctc_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0247391Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0248033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0249915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0250559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0251823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0252957Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0254133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0254852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0256420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0257048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0258676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0259381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0261376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0262043Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0263252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0264179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0265143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0265905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0267436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0268475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0269285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0270246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0277042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0277535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0278155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0278542Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0278868Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0279252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0279620Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0279925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0280310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0281271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0282327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0283801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0285388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0286521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_transpose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0287568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0288673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0289869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0290895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0292023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0293456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0294766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0296431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0297538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0298675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0299778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0301200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0302315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0303556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0304530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0305744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_is_acceptable.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0307164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0308187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0309496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0310818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0312089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0312904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0314048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0315483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummaxmin_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0316826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0317967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummaxmin_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0319040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummaxmin_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0320361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0321669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0322981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0323924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0325106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0326376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0327623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0329070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0330201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0331258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0332783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0333897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0334940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0336074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0338751Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0339486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0340653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0341921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0344006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0345253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0346188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0347321Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0348598Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0349730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0351005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0352100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0353186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0354749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumulative_trapezoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0356134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0357229Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumulative_trapezoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0358399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0359630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0360967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0362073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0363243Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0364453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/deg2rad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0365805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0366871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/deg2rad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0368126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/deg2rad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0369282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dense_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0370630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dense_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0371725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dense_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0373010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0374202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0375430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0376731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0377859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0379038Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0380231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/det.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0382026Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0383042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/det_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0384010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/det_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0385465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0386610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0387504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0388847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0390265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0391220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0392602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0393687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0394769Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0395991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0397364Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0398760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0399811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0401058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0402252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0403309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0404834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0405972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_embed.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0407285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0408296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_embed_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0409474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_embed_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0410734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0412399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0413186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagflat.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0414766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0415998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagflat_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0417198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagflat_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0418408Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0419503Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0420906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0421940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0424417Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0425271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0426405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0427607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0429021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0430099Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0431126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0432225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0433480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0434598Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0435797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0437163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0438371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0439603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0440835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diff.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0442140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0443165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diff_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0444443Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diff_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0445617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0446972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0448122Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0449275Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0450489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0451649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0452686Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0453923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0455150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0456539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0457795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0459021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0460146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0461471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0462707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0463660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0465197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0466224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0467483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0468637Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0469826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0471124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/divide.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0472494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0473694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/divide_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0475055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/divide_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0476278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0477591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0478943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0479916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0481085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0482338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0483573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0484843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0485948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0487021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0488221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dsplit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0489530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0490711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dsplit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0491888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dsplit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0493090Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dstack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0494297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0495514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dstack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0496709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dstack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0498500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/einsum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0499693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0500762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/einsum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0502869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/einsum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0503744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0504861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0506345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0507619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0508838Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0509847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0511070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0512413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0513510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0514846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0515855Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0517066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0518392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0519582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0520777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0521949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0523311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0524454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0525776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0526851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0528024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0529140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_bag.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0530512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0531565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_bag_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0532731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_bag_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0534331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0535511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0536784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0537904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0540104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0540689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0541615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0542847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0544003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0545169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0546595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0547769Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0549018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0550748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0551550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0552605Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0553895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_sparse_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0555121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0556180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_sparse_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0558393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0558723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0560385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0560950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0561986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0563033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0563938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0565165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0565770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0566695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0567608Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0568513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0569489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0570456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_quantized.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0571508Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0572395Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_quantized_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0573309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_quantized_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0574309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0575176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0577027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0577931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0578616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0579529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0580491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0581884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0582771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0583900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0584728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0586066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0586703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0588164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0588945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/equal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0590264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/equal_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0590778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/equal_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0591817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/equal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0592763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/equal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0593962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0595025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0595718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0596921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0597961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0598710Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0600045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0601260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0603157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0603802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0604639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0605654Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0606892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0607883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0608994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0610280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0611474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0612873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0613875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0615046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0616428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0617646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0618889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0620033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0621215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0622703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0624314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0625273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0626412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0627751Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0628843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0629992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0631149Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0633013Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0633701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0634857Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0636091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0637458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0638584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0639902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0641093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0642249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0643667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0644884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0645978Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0647254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0659144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0659846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0660236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0660547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0660820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0661090Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0661352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0661626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0662049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0662323Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0662655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0663370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0663884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0664387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0664705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0664971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0665677Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0666447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0677663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0678194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0678844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0679302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0679783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0680359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0680861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0681438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0681940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0682203Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0682507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0682857Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0683249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0683706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0684163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0684583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0684956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0685480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0686549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0687286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0688541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0689558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0690567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0691738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0692756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0693711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0694789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0695841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0696923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0697895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0698987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0699994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0700803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0701844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0702867Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0704120Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0705068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0706203Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0707141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0708416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0709422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0710362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0711585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0712466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0713492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0714599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0715575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0717092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0718559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0719413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0720418Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0721424Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0722575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0723557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0724680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0725663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0726849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0727781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0728940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0729931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0731165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0732091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0733293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0734559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0736149Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0736681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0737469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0738891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0739855Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_alpha_dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0740622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0741998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_alpha_dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0742720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0744492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0745592Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0746385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0747144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0748382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0749531Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0750907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0752739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0753225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0754523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0755616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0756930Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0757991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftfreq.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0760400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0760903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftfreq_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0761403Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftfreq_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0762712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0764057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0765133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0766217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0767376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftshift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0768733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0769691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftshift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0770990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftshift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0772101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0773797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0774924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0776042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0777418Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0778656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0779779Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0780886Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0782028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0783564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0784642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0785720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0786970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0788093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0789392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0791306Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0792310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0793565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0794760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0795762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0797877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0798384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0799591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0800531Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0801360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftshift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0802794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0803732Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftshift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0804961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftshift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0805989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0806666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0807693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0808585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0809811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0810622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0811640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0813373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0814047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0815000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0815908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0818376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0818741Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0819009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0820518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0821027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0822461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0822911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0823875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0824996Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0825981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0827263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0828490Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0829662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0830776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0831894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0833263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0834338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0835485Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0836853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0838213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0839274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0840561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftfreq.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0841982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0843063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftfreq_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0844266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftfreq_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0845642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0846786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0848610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0849324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0850342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0851897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0852917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0854093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0855115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_diagonal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0856614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0857735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_diagonal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0858760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_diagonal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0859899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0861177Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0862184Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0864033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fix.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0865319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0866381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fix_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0867571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fix_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0868792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0870141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0871303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_dense_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0872529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0873660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_dense_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0874792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0875952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0877105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0878343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0879753Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0880834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0881970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0883113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0884450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0885434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fliplr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0887188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0887869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fliplr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0889033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fliplr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0890246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flipud.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0891532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0892750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flipud_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0893932Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flipud_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0895054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/float_power.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0896462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0897564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/float_power_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0898765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/float_power_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0899951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0901429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0902502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0903696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0904739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0906085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0907172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0909336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0910101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0910965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0912549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0913423Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0914659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0915968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0917125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0918462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0919930Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0921021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0921993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0923139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0924375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0925710Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0926724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0927973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0929493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0930427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0931723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0932833Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0934046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0937310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0937749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0938227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0939197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0940663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0942425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0943408Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0944655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0945896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0947050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0948281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0949461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0950941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0952431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0953207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0954247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0955583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0956692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0958096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0959480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0960626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0962032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0963924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0964517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0965534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0966660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0967888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0968984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0970456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0971419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0972625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0973973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0975461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0977039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0979372Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0979957Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0981066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0982695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0983219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0984130Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0985695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0986529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0987734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0988286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0989615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0990577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0991971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0992592Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0993905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0994672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0995451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0996343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0997284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0998623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.0999487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frobenius_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1000505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1001326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frobenius_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1002269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frobenius_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1003066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_file.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1004557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1005255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_file_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1006659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_file_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1007320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_file_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1008601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1009481Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1010821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1012089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1013370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1014548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1016582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1017541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1018962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1020229Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1021432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1022573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1023784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1024943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1026400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1027555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1028726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1029949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1031006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1032276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1033360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1034686Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1035846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1037009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1038237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1039577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1040927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1042125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1043217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1044520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1045702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1046963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1048198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1049430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1050476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1051643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1052822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1054447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1055773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1056974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1058225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1059482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1060892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1061940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1063211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1064335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1065512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1066670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1067862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1069247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1070289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1071474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1072621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1073828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1075017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1076258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1077532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1078958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1080075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1081493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1082588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1083753Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1084969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1086053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geqrf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1087291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1088459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1089606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geqrf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1090809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geqrf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1092209Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ger.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1093567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1095556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ger_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1096747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ger_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1097959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1099140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1100324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1101692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1102854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1104065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1105331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1106468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1107519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1108743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1109961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1111021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1112484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1113727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1114913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1115970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1117282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1118565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1119644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1120823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1121982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1123206Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1124398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1125581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1126773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1127922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gradient.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1129335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1130360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gradient_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1131548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gradient_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1132790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1134143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1135368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_equal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1136796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1138813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_equal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1139908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_equal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1141088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1142303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1143632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1144921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1146114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1147431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1148493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1149741Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1150928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1152260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1153510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1154466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1155656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1156858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1158139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1159826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1160794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1162127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1163086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1164262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1165420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1166624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1167893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1169049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1170199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1171375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1172589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1174754Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1175888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1176807Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1178067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/group_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1179440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1180623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/group_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1182005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/group_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1183140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1184322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1185583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1186758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1187905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1189208Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1190372Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1191532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1192950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1194078Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1195340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1196387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1198062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1199202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1200270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1201476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hamming_window.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1202931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1204114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hamming_window_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1205225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hamming_window_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1206414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hann_window.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1207807Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1208848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hann_window_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1210066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hann_window_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1211350Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1212571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1213756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1215186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1216394Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1217803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1219004Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1220169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1221568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1223014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1224108Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1225298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1226476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1227743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1228766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1229943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1231256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1232337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1233847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1234960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1236135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1237369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1238667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1239792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1241009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1242434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1243491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1244617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1245788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1246953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1248117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1249356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1250525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1251607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1254787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1255655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1256757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1257858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1258910Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1260312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1261484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1262618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1263817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1264955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1266275Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1267583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1268903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1270062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1271221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1272549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1273783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1274905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1276150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1277374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1278565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1279827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1281256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1282260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1283566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1284708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1285885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1287207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1288279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1289621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hinge_embedding_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1291065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1292109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hinge_embedding_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1293312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1294517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1295833Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1297151Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1298205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1299281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1300538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogram.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1301869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogram_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1303038Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogram_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1304215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogram_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1305454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogramdd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1306824Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1308108Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogramdd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1309437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogramdd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1310591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hsplit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1311861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1312956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hsplit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1314092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hsplit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1315226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hspmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1316754Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hspmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1317795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hspmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1319014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hstack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1320496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1321525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hstack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1322647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hstack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1323831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1325146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1326579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1327541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1328813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1330036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1331228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1333281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1334329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1335643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1336797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1339117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1339813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1341170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1342506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1343673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1344812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1345928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1347163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1348367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1349903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1351015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1352231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1353404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1354602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1355803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1357093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1358331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1359790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1361003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1362003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1363140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1364449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1365562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1366832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1368036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1369390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1370425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1371599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1372748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1373963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1375132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1376457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1377710Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1378862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1380073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1381370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1382522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1383768Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1385146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1386178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1387293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1388619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1389755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/imag.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1391186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1392330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/imag_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1393514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/imag_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1394846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1395958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1397447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1398628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1399741Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1400901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1402121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1403312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1404667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1405709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1407212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1408239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1409503Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1410651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1412548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1413657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1414795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1416180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1417256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1418484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1419831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1421009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1422341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1423660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1424872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1426048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1427227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1428287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1429769Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1430863Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1432809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1433428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1434523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1435079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1436140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_put.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1437255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1438266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_put_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1439223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_put_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1439954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1441053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1441988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1442908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1443901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1444874Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1446122Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1446685Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1447892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1449185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1450421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1451291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1452561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1453357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1454178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1455115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1456295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1457258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1460564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1461453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1462098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1463723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1464655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1465509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1467345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1467688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1468495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1469223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1470747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1472084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1472586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inner.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1474377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1474651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inner_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1475495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inner_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1476583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/instance_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1477432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1478513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/instance_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1479606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/instance_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1480089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/int_repr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1481668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1483130Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/int_repr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1483694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/int_repr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1485583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inverse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1486029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1486439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inverse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1487303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inverse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1488344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_coalesced.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1489673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_coalesced_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1490842Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_coalesced_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1492051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_complex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1493387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1494327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_complex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1495726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_complex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1496953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_conj.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1498674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1499662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_conj_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1500513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_conj_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1502083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_distributed.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1503082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1503881Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_distributed_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1505533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_distributed_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1506583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_floating_point.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1508160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1509239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_floating_point_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1510051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_floating_point_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1511336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_inference.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1513109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1514259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_inference_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1515016Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_inference_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1516039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_leaf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1516734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1518128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_leaf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1518952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_leaf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1520226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_neg.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1520880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1521921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_neg_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1522808Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_neg_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1523776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_nonzero.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1524775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1525765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_nonzero_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1526671Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_nonzero_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1527985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_pinned.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1528967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1529959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1530832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_pinned_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1533070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_pinned_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1533763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_same_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1534519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1535621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_same_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1536763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_same_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1538963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_set_to.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1539532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1540619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1541637Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_set_to_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1542804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_set_to_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1544142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_signed.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1545069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1546184Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_signed_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1547523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_signed_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1548580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_vulkan_available.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1549725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1550975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_vulkan_available_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1551909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_vulkan_available_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1552821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isclose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1555011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1555575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isclose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1556581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isclose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1557844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isfinite.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1558911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1559936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isfinite_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1561129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isfinite_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1562262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1563120Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1564264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1565389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1566502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1567441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1568459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1569462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1570562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isinf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1571723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1572761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isinf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1573684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1574688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isinf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1576100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1577313Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1578284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1580169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1580693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1581456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1582375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1583503Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1584526Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1585661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1586555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1587345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1588412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1589279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1590614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1591419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1592530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1593099Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1594227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1595203Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1596142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1597182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1597990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isreal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1599211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1600293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isreal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1601068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isreal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1602436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/istft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1604168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1604718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/istft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1605568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/istft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1606475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/item.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1607607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1608530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/item_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1609424Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/item_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1610332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kaiser_window.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1611586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1612702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kaiser_window_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1614063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kaiser_window_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1615763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kl_div.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1618478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1619342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kl_div_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1620113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kl_div_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1620659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kron.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1621413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1622177Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kron_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1622955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kron_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1623776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1624794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1625913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1629445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1629941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1630524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1631674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1632148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/l1_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1633885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1635377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/l1_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1636027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/l1_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1636643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/layer_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1637226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1637885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/layer_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1639285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/layer_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1640045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1641926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1642536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1643142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1644690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1645206Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1646379Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1647300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1648216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ldexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1649250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1650187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ldexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1651106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ldexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1651996Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1653332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1654029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1655359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1656482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1658164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1659120Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1660945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1661504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1662355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1663183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1664409Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1665198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1666046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1667159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1668102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1669478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1670257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1671317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1672193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1672989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1674048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1674951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1675845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1677022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1677997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1678874Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1679806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1680757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1681693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1682341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1683381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1684574Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1685731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_equal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1687342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1688438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1689557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_equal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1690621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_equal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1691558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1692891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1693651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1694612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1695711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1696812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1697613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1698572Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1699569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1700397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1701533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1702367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1703429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1704223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1705173Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1706123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1707464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1708482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1709537Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1710532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1711451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1712402Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1713677Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1714353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1715301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1716413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1717205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1718081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1720513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1721246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1722094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1722779Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1723681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1734952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cond.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1736061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1736705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cond_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1737322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cond_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1737774Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1738492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1739309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1739967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1740624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1741262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1741862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1742570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1743125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_det.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1743776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1744482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_det_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1745282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_det_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1745900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_diagonal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1746733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1747495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_diagonal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1748055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_diagonal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1748740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eig.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1749266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1749899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1750488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eig_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1751089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eig_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1751858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1752821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1753750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1754601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1755202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvals.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1755909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1756496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvals_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1757136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvals_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1757883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvalsh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1758615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1759298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvalsh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1759966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1760754Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_householder_product.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1761758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1762831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1763735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_householder_product_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1764808Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_householder_product_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1765528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1766832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1767632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1768745Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1769491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1770626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1771558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1772916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1773872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1774909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1776655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1777716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1778462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1779644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1781082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1781885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1782891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1783968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1784989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1786086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1787241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1788156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1788888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1790006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1791285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1792528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1793316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1794258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1795330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1796240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1797239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1798365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1799812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1800579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1802227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1803175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1804187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1804983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1805961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1807068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1807929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1808968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1810121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1811285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1812236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1813419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1832125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1832928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1833534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1834236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1834916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1835589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1836175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1836814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1837371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1837977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1838599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1839081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1839692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1840397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1841162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1841754Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1843175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1843846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1844459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1845168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1845728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1846456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1847114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1847721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1848260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1848914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1849631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1850356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1850946Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1851506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1852190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1852892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1853625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1854161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1854824Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_power.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1855752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1856354Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_power_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1856928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_power_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1857581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_rank.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1858253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1858899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_rank_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1859489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1860108Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_multi_dot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1860690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1861364Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_multi_dot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1861987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_multi_dot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1862637Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1863294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1864133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1864872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1865999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1867054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1868176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1869094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1870055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1871071Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1872202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1873694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1874835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1875751Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1876640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1877758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1878772Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1879699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1880785Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_slogdet.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1881887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1882842Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_slogdet_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1883992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_slogdet_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1885136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1886204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1887133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1888319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1889530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1890685Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1891943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1892999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1894144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_triangular.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1895622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1896812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1897941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_triangular_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1899291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1900510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1901879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1903377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1904373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1905730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svdvals.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1906711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1907800Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svdvals_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1908717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svdvals_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1909862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorinv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1911010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1911994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorinv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1913064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorinv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1914230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorsolve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1915344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1916213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorsolve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1917140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1918186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vander.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1919873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1920798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vander_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1921800Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vander_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1922689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vecdot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1923846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1924737Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vecdot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1925781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vecdot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1926752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1927966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1928938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1929929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1930958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1932075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1932953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1933845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1934671Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1935983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1937117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1938021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1938887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1939861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1940603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1941749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1942396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1944097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1944899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1945510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1946617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1947654Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1948801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1949847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1950992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1952026Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1953061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1954590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1955647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1956689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1957854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1958803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1959653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1960789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1962105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1963057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1963968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1964989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1965980Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1968058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1968740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1969441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1970438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1971377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1972430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1973510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1974825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1975863Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1976957Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1978256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1979125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1980083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1980843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1981807Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1983262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1984104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1985117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/or.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1986759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1987480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1988570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1989382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1990433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1991543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1992504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1993543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1994583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1995632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1997635Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1998394Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1999088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.1999790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2000556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2001703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2003022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2003667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2005140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2006166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2006764Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2007748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2008672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2009623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2010521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2011831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2012906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2014092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2015182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2016093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2017790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2018556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2019851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2020896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2022465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2023414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2024473Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2026354Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2026896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2027891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2029104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2029871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2030904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logcumsumexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2031921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2032973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2033864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logcumsumexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2035020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logcumsumexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2035925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logdet.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2037135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2038080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logdet_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2039371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logdet_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2040039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2042136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2042433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2043425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2044169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2045185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2046062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2046954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2047904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2049150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2050101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2051285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2052137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2053356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2054035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2055216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2056506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2057057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2058578Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2059645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2060581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2061645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2062433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2063325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2065273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2065705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2066583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2067497Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2068315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2070081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2070459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2071841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2072700Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2073622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2074584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2076033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2076709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2078113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2079040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2080041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2081031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2081898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2082975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2083823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2084745Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2085704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2086906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2088335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2089240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2090308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2091123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2092075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2094105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2094536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2095450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2096606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2097573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2098741Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2099880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2100977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2102174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2103080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2104285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2105384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2106528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_mps_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2107648Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2108683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_mps_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2109794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_mps_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2110951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2111981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2113092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstsq.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2114406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstsq_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2115367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstsq_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2116592Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstsq_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2117929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstsq_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2119034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2120186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2121152Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2122351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2123326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2124517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2125430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2126752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2127759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2128993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2129879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2131106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2132162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2133229Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2134270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2135701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2136636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2137820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2138760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2140049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2140976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mH_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2141788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mH_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2143213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2143999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mT_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2145277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mT_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2145739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/margin_ranking_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2146929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2147889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/margin_ranking_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2148877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/margin_ranking_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2149880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2151163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2152029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2152906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2153790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2154663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2155780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2157511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2158132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2159594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2160623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2161666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2162588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2163545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2164624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2164994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2166360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2167324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2167942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2169575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2170147Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2171059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2171867Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2173041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2173644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2174649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2175673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2176472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2178355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2179072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2180055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2180904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_H.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2182550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2183210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_H_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2184177Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_H_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2185627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2186162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2187487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2188110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2189172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2190248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2191040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2192007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2193010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_power.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2194098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2194652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_power_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2195495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_power_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2196704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_rank.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2197775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_rank_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2199075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_rank_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2199972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_rank_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2200915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2202034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2203579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2204064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2205212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2205934Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2207359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2208197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2208997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2210083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2211069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2212384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2213227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2214166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_with_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2215239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2216098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2217376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2218479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2219516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2220364Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2222581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2222880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2224418Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2225583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2226296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2227464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2228543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2229533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2230391Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2231058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2232582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2232984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2234499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2235611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2236483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2237635Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2238581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2239797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2241463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2242661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2243638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2246024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2246897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2247466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2248919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2249925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2251719Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2252421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2254140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2254761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2256626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2257694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2259287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2260191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2261613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2262591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2264302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2265040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2266710Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2267598Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2269058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2270178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2271656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2272607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2274142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2274886Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2276333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2277145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2278600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2279847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2280780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2282356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2283284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2284602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2285850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2286680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2288318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2289208Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2290158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2291360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2292350Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2293963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2294839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2295887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2297715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2298462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2300377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/meshgrid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2301386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2303175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2304262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/meshgrid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2305612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/meshgrid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2307032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2308755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2310032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2311387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2312747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2314090Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2315727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2317013Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2318486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2320173Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2321670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2322959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2324798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2326097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2327425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2328681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2330138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2331032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2332234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2334498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2335065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2336248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2337280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2338645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2339693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2340847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2342049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2343319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2344905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_add_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2346173Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2347440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2348712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2350042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2351327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2352733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2353892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2355160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2356454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2357757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2359080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2360260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_transpose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2361652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2362912Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2364067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2366067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2366462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_depthwise_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2368426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2369139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2369927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2370712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2371711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2372956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2373932Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2374835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2375772Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2376816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2378852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2379885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2380950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2381832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2382979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2384873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2385704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2386161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2387243Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2388267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2389835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2390926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2391807Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2393677Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2393998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2395121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2395575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2397255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2397959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2398901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2400072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2400780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2401825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2402775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2403981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2404786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2406633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2407212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2407941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2408810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2409957Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2411353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2412189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2413349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2414311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2415540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2416759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2417828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2418955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2420172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2421155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2422610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2423618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2424501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2425481Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2426404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2428373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2428979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2429647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2430123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2431512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2431998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2433257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2434265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2435065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2436342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2437276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2438795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2439791Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2440684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2441990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2442964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2444015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2444999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2446187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2447787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2448986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2450003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2451027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2452779Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2453151Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2454681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2455865Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2456602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2457457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2459002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2459812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2460513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2462264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2463092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2463985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2465359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2466180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2467447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/moveaxis.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2469375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2469732Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/moveaxis_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2470958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/moveaxis_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2471826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/movedim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2472955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2473792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/movedim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2474471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/movedim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2476523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2477045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2477742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2478701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2480199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2481146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2481699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2483255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2483679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_max_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2485276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2485901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2487609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2488127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2489007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2489996Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2490994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2491899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2492832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2494815Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2495203Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2496546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2497333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2498758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2499853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2501059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/msort.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2502390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2503857Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2505012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/msort_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2506145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/msort_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2507293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2508628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2510205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2511280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2512465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2513745Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2515068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2516305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2517457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2519901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2520648Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2521933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2523035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2524240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2525505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2526632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2527940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2529261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2530415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2531557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2532770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2534036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2535584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2536757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2539216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2540263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2541164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2542437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2543589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2544807Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2546015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2547226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2548435Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2549591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multinomial.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2550839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2552096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2553409Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multinomial_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2554555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multinomial_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2555681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multiply.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2557167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2558368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multiply_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2559512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multiply_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2560932Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2561935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2563386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2564581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2565946Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2566976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2568318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2569374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2570591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2571870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2573124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2574376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2575698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2576988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2578155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2579526Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmean.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2580899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2582055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmean_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2583115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmean_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2584442Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2585837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2586838Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2588044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2589304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2590330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2591702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2593002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanquantile.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2594448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2595450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanquantile_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2596647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanquantile_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2597963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nansum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2600021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nansum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2601095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nansum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2602290Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nansum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2603423Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nansum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2604520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2606011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2607061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2608588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2609761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2610917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2612371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2613468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2614698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2616023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2617132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2618641Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2619770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2621088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2622368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2623596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2624829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2626466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2627547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2628835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2630210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2631262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_channel_shuffle.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2632718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2633844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2635004Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_channel_shuffle_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2636217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_channel_shuffle_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2637438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2638886Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2640132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2641204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2642428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2643786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2645103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2646300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2647371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2648630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2649787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2651085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2652341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2653622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2655126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2658200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2658783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2659344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2660096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2661344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2662405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2663715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2665760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2666281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2667311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2668535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2669995Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2671034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2672170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2674311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2674969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2675997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2677024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2678343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2680321Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2681488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2682556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2684061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2685164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2686296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2687586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2688653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2690039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2691265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2692515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2693764Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2694806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2696677Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2698692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2699845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2700921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2702202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2703618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2704818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2706040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/negative.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2707435Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2708735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/negative_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2709971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/negative_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2711280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2713411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2714084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2715080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2716392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_to_padded_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2717797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2718862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2720192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2721378Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2722764Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2724019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2725069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2726537Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_strided.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2727651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2728943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2730001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_strided_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2731281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_strided_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2732433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_full.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2733783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2734828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_full_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2736630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_full_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2737600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_ones.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2738997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2740619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_ones_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2741732Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_ones_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2742892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_zeros.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2744156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2745258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_zeros_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2746426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_zeros_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2747722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2749120Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2750182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2751545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2752745Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2753949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2755176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2756352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2757571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2758846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2760062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2762146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2763193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2764338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2765528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2766856Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2767898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2769547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2770611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2771849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2772937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2774138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2775579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2776852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2778239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2779239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2780442Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2781721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2782939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2784208Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2785370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2786689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2787841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2789257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2790348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2791534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2792834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2794262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2795385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2796587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2797879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2799523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_nd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2800721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2801709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_nd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2803233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_nd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2804308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2805333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2806973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2807900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2808962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2809646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_numpy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2811225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2812067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_numpy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2813669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_numpy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2814333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2816110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2816780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2818213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2819000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2820314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2821110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2822729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_except_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2823739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2824703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_except_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2826203Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_except_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2827118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2828116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2829308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2830133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2831716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2833128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2833995Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2835055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2836104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2837488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2839719Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2840297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/not_equal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2841820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2842380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/not_equal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2843847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/not_equal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2844663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nuclear_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2846374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2847230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nuclear_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2848776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nuclear_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2849618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/numpy_T.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2851080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2851748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/numpy_T_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2853168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/numpy_T_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2853891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/one_hot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2855630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2856187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/one_hot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2858396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/one_hot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2859345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2860235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2861596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2863166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2864235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2865250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2866384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2867599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2868909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2870135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2871304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/or_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2872616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/or_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2873791Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/orgqr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2875515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2876585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/orgqr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2877954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/orgqr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2879230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ormqr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2880463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2881685Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2883042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ormqr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2884236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ormqr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2885320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/outer.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2886612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2887826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/outer_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2888969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/outer_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2890180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/output_nr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2891575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2892812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/output_nr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2893941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/output_nr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2895081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2896680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2897968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2899055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2900337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_sequence.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2901684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2902751Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_sequence_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2903764Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_sequence_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2905114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pairwise_distance.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2906568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2907616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pairwise_distance_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2908790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pairwise_distance_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2909994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pdist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2911381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2912532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pdist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2913742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pdist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2914931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2916277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2918643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2919675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2920930Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2922019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2923199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2924402Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2925590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2926848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pin_memory.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2928115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2929266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pin_memory_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2930468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pin_memory_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2931658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pinverse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2933412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2934261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pinverse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2935677Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pinverse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2936950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2938234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2939467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2940634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2941744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2943030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2944216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2945615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2946899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2947960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2949120Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2951271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2951609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2952811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2953644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2954888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2955877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2957115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_nll_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2958243Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2959625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_nll_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2960339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_nll_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2961311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2963416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2963847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2964551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2965531Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2966375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2967186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2968135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2969335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2970253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2971325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2972904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2973380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2974712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2975794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2977024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2977925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/positive.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2979357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2980182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/positive_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2981386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/positive_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2982423Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2983365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2984494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2985909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2986686Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2987978Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2988997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2989876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2991502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2992664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2993366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2994403Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2995339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2996699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2997258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2998498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.2999371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3000594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3001467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3002226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3003446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3004169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3005960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3006800Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3007731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3008567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3009881Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3010724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3011763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3012643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3013630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3015131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/promote_types.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3016089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3018019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/promote_types_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3018603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/promote_types_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3019288Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3020346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3021429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3022682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3023474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3024403Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3025781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3026985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_axis.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3028111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_axis_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3029197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_axis_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3030260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_scales.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3031790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3032952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_scales_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3034259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_scales_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3035423Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_zero_points.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3036778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3038037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3039201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3040368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_scale.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3041595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_scale_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3042863Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_scale_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3044063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_zero_point.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3045387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_zero_point_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3046557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_zero_point_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3047993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3049033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3050263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3051384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qscheme.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3052859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qscheme_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3054030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qscheme_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3055449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantile.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3056751Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3057879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantile_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3059111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantile_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3060453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3061876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3063172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3065054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3066244Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3067446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3068650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3070028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3071022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3072353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3073606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3075064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3076223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3077483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3078854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3080084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3081284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3082545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3083862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_batch_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3085286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3086415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_batch_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3087752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_batch_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3088833Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_gru_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3090238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3091378Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_gru_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3092488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_gru_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3094602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_lstm_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3095390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3096480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_lstm_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3097763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rad2deg.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3099026Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3100676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3102051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3103064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3104238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3105471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3106827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3107975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3109184Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3110396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3111818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3112850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3114983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3115462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3116727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3118045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3119941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3120825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3121649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rad2deg_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3122675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rad2deg_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3123812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3125281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3125950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3127747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3128352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3129318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3130701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3131983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3132653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3134344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3135532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3136056Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3138051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3138591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3139563Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3140723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3141639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3143084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3144167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3145108Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3146080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3147196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3148025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3149064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3150097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3151305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3152346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3153926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3154293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3155587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3156168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3157182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3158188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3159608Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3160475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3161056Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3162670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3163037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3164476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3165527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3166650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3167462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3168766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3169686Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3171045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3171832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3173216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ravel.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3173913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3174965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ravel_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3176111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ravel_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3177761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/real.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3178968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3179602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/real_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3181043Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/real_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3181761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3182885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3183607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3184991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3185876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3186835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3187903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3189034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3189989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/record_stream.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3191032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3192059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/record_stream_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3192924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/record_stream_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3194613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/refine_names.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3195005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3196872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/refine_names_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3197211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/refine_names_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3197967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3199043Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3200463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3201294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3202420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3203289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3204315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3205752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3206528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3207965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3208900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3210633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3211140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3212759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3213723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3214732Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3216188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3217191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3218467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3219715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3221061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3222197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3223461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3224664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3225953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3227056Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3228225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3229575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3231434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3232413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3233543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3234813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3236043Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3237270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3238486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3239958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3241009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3242193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3243398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3244657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3245878Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3247084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3248249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3249488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu6.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3250850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3252007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu6_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3253196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu6_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3254518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3255911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3257038Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3258219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3259516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3260609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3262308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3263131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3264654Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3265190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3266970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3267667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3268722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3269894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3271266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3272520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rename.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3273912Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3275182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rename_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3276402Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rename_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3277600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3279441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3280322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3281409Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3282512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3283741Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3285843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3286533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3287471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3289345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3289987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3291199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3292279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3292957Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3294028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3294905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3296091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3296977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3298264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3299253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3300231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3301586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3302547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3303543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3304581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3305578Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3306607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3307678Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3308763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3310125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3310992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3311937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3312976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3314369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3315186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3316120Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3317210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3318661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3319431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3320890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3321605Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3322853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3323803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3324880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3326373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3327065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3328009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3329299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3330091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3331239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3332204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3333129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3334968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3335821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3336854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3338628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3339904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3340696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3342178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3342721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3344401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3344728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/requires_grad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3345756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3346662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/requires_grad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3347820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/requires_grad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3349306Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3349602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3351338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3352302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3353168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3354535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3355776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3356976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3359016Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3360073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3361188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3362471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3363935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3364905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3367032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3367812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_sparse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3368327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3369820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3370196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_sparse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3371557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_sparse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3372222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3373525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3374715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3375553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3376773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3377657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3379021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_conj.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3379901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3380586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_conj_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3381480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_conj_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3382438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_neg.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3383607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3384352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_neg_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3385086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_neg_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3386019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/result_type.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3387303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3388062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/result_type_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3388792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/result_type_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3389814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retain_grad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3390951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3391841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retain_grad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3392472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retain_grad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3393871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retains_grad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3394799Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3396750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retains_grad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3397158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retains_grad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3398084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3398761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3400231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3401065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3402551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3403538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3404969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3405883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3407594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3408116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3409568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3410278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3411975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3412835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3413918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3415446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3416542Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3418014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3419142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3420265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3421779Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3422944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3424186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rot90.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3425471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3426662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rot90_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3427901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rot90_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3429784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3430860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3432029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3433253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3434389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3435567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3437763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3438227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3439274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3440549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3441905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3443070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3444210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3445474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3446620Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3447885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_stack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3449174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3450338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_stack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3451491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_stack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3452656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3453999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3455118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3456509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3457749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3458967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3460350Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3461465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3462711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3464095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3465356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3466597Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3468572Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3468870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3470727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3471505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3472314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3473211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3474322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3475343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3476382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3477782Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3478942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3479929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3481029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3481987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3483010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3483941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3484907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3485914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3486978Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3487854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3488817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3489766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3490658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3491601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scalar_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3492702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3493521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scalar_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3494407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scalar_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3495469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3496585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3498326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3499278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3500102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3501727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3502510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3504017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3504920Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3506240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3506907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3508167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3508957Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3510845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3511467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3512501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3513464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3514556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3515553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3516798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3517630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3518803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3519736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3520802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3521747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3523059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3524020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3525900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3526267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3527134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3527887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3528840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3529890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3532339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3532809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3533553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3534161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3535417Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3536553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3537496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3538403Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3539955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3540298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3541601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3542645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3543639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3544622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3545814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3546982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3547687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3548473Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3549371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3550371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3551328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3552230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3553316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3554286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3555077Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/selu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3556240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3557345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/selu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3558087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/selu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3559454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3560273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3561313Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3562159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3563150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3563958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3564946Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3565731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3566568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3568010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3568740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3570367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3571178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3572334Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3573199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3574126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3574606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3575820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3577097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3578117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3579032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3580003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3581354Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3582187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3583244Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3584260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3585277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3586396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3587281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3588649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3589414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3590653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3591529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3592752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3593693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3594853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3595815Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3597176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3598096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3599091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3600159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3601010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3602096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3603057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3604025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3605429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3606287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3607159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3608059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3609061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3610042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3610945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3611940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3612959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3614299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3615183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3616530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3618245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3618988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3620250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3621098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3622008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3623111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3623869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3624924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3625883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3626820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3627645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3629033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3629888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3631211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3631876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3632862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3634583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3635278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3635819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3636880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3637729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3638869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3639802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3640851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3641882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3643093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3643920Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3644796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3645804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3646982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3647941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3648729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3649682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3650492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3651626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3652320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3653260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3654337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3655389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3656387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3657568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3658592Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3659449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3660481Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3661288Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3662349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3663259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3664138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3665225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3665984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3666936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3667790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3668693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3669524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3670497Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3671580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3672703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3673407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slogdet.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3674635Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3675449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slogdet_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3676374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slogdet_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3677427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3678222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3679235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3680139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3681027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3682093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3682958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3683884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3684907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3686008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3687086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3688040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3689086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3690287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3691191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3692430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3693599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3694545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3695687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3697528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3698352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3699347Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3700191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3701267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3702147Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3703490Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3704315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3705381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3706178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3707170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3708399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3709235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3710065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3711324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3712414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3713300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3714509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3715307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3716393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3718314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3718765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3719729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3721139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3721633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3723048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3723919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3725276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3725758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3727220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3727977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3729292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3729716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3731286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3732047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3733270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3734042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3735547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3735960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3737377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3738160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3739668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3740390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3741616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3742368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3743935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3744527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3745436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3746381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3747567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3748602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3749336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3750286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3751363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3752492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3753604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3754633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3755446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3756510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3757596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3758778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3759776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3760787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3762222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3763847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3764273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3765390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3766168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3768181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3768485Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3770024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3770845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3771944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3772860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3773869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3774896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3776161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3777803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3779251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3780412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3781518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3782345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3783760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3784680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3785658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3787043Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3787843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3788888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsc_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3789945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3790726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3791740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3792772Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsr_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3793894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3794835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3796465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3797008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_compressed_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3798231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3799113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3799982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3801181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_coo_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3802327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3803533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3804392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_coo_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3805564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3806700Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csc_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3808015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3808933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csc_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3810017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3811007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csr_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3812149Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3813053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csr_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3814117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3815450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3816587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3817549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3818325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_mask.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3819916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3820493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_mask_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3821466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_mask_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3822715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3823627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_and_clear.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3824694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3825862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3826783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3828352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3829307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3830273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3831274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3832687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3833627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_sampled_addmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3834607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3835849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3836720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3838268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3839285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3840214Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3841211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3842480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3843471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3844434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3845812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3846717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3847605Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3849591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3849904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3850863Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3852161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3853487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3854627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3855994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3856949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3858128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3859386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3860785Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3861676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3863778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3864279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3865529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3866589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3867898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3869091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3870263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3871440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3872733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3873829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3875173Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3876248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3877473Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3878730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3879970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3881184Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3882395Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3883668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3885022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3886352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3887462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3888601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3889916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3891169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3892551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3893820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3895035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3897537Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3898235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3899122Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3900210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3901347Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3903640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3904226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3904821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3906057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3907276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3909480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3910795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3911989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3913199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3914451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3915578Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3916648Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3918423Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3919617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3920848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3921953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3923435Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3925097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3926049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3927139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3928390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3929553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3930856Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3931883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3933527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3934578Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_digamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3936052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3938145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_digamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3939126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_digamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3940372Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3941756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3942736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3943982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3945189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3946407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3947649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3948900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3950006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3951455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3952574Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3953761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3954954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3956327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3957451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3958717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3960096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3961438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3962593Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3963750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3964921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3966123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3967376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3968516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3969734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfinv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3971108Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3972173Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfinv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3973551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfinv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3974735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_exp2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3976170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3977196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_exp2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3978340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_exp2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3979698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3981132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3982251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3983584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3984694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expm1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3986185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3987299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expm1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3988502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expm1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3990571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammainc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3991696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3992845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammainc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3994062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammainc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3995411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaincc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3996721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3997989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaincc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.3999355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaincc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4000662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaln.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4001956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4003075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaln_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4004318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaln_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4005525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4006892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4008222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4009382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4010489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4011703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4012938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4014219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4015600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4016772Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4019164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4019747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4020553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4021607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4023406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4024417Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4025585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4026846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4028039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4029219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4030405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4031773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4032893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4034126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4035405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4036901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4038052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4039289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4040462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4041788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4043035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4044185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4045444Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4046925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4047993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4049149Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4050482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4051635Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4052868Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4054007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4055414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4056865Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4057983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4059057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4060241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4061636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4062977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4064775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4065539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4066801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4068047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4069205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4071029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4072272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4073462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4074567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4075794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4091542Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4092626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4093265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4093688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4094057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4094473Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4094885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4095474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4095878Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4096183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4096549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4097050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log1p.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4097379Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4097724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log1p_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4098001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log1p_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4098373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4098817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4099188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4099573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4100239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4100925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4102259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4103332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4104224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4105554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4106551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4107898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4108687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4110364Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4111211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4112982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4113278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logsumexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4115003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4115706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logsumexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4116555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logsumexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4117925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4119464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4120237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4121695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4122622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4123688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4124881Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4125630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4126589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4127794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4128712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4129653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4130591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4131772Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4132738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4133864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4134741Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4136255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4137608Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4138381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4139780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4140980Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4141939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4142762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4144445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4145377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4146240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4146961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4148181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4149023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4149970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4151541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4151882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_multigammaln.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4153075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4154030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_multigammaln_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4155265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_multigammaln_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4156113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4157565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4158728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4159646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4160976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4161831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4163083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4164047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4165144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4165973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4167126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4167546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4168749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_polygamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4169690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4170734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_polygamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4172301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_polygamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4172833Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_psi.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4174069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4174672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_psi_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4176534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_psi_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4176901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_round.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4177902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4179129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_round_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4180162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_round_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4181048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4182678Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4183273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4184567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4185633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4186857Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4187680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4188762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4189962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4191467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4192666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4193738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4194796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4196038Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4197438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4198617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4199679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_sinc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4201101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4202684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4204066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4205202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4206289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4207543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4208763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4210039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4211160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4212340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4214550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4215965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4216897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4218137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4219148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4220707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4221849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4223254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4224492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4225525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4226780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4228107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4229538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4230799Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4231822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4233093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4234289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4235437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4236622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4237982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4239264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4240761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4242032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4243247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4244373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4245668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4246967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4248045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4249222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4250411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4251909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4253014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_sinc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4254225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_sinc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4255731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4257053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4258262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4259445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4260557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4262020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4263292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4264521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4265603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4266835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4268081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4269342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4270522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4271875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4273319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4274264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4275475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4276698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4278070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4279576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4280756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4282010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlogy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4283365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4284500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlogy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4285681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlogy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4286959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4288326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4289658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4290711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4292272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4296078Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4296692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4297170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4298074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4299266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4300941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4302030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4303129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4305437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4306136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4306965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4308261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4309415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4310581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4311893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4313170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4314406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4315717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4317147Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4318132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4319312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4320515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4321745Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4322939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4324383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4325493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4326707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4327889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4329357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4330404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4332663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4333143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/square.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4334002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4334655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/square_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4335846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/square_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4336900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4338242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4339085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4340431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4341457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4342519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4343429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4344463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4345525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4347485Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4347908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4349396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4349920Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4350543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4351380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4352389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4353195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4354331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4355293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4356222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4357219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4358470Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4359478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4360567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4361577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4362777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4363798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4364906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4365610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4366767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4367487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4369311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4369771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4371537Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4371912Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4372795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4373396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4374651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stride.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4375681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4376833Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stride_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4377925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stride_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4379084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4380152Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4381565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4382117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4383908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4384251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4385228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4385952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4387258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4387964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/subtract.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4389192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4390061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/subtract_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4390962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4392073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/subtract_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4393623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4394976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4395655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4396567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4397525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4398496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4399411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4400974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4401949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4402867Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_to_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4404101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4404738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_to_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4405969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_to_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4407113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/svd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4408278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4408866Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/svd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4410252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/svd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4411425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapaxes.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4412492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4413509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapaxes_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4414388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapaxes_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4416098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapdims.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4417003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4418232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapdims_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4419142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapdims_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4420712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/symeig.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4421336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4422078Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/symeig_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4423126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/symeig_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4424193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4425733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4426091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4427234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4428163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4429508Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4430388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4431215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4432045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4434018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_along_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4434369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4435734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_along_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4436573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_along_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4437714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4438750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4439732Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4440689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4441662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4442762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4443561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4444541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4445457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4446068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4447673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4448463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4449170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4450306Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4451385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4452379Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4453246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4454618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4455410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4456559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4458351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4459400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4464610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4465158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4465555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4466075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4466507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4466983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4467419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensor_split.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4468987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4469369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensor_split_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4470111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensor_split_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4470740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4471960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4472698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4473564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4474539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4475484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4476563Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/thnn_conv2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4477600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4478780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/thnn_conv2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4479516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/thnn_conv2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4480361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4481466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4482416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4483672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4484451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4485562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4486941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4487651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4488689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4489641Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4490345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4491456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4492362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4493368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4494279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4495085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4496546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tile.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4497554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4498425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tile_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4499775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tile_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4501452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4502317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4503768Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4504783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4505713Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4506761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4508010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4508954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4510116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4511989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4512361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4513277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4514111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4514908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4516659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4517240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4518292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4519330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4520398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4521317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4522830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_padded_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4524414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4524805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_padded_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4526174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_padded_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4526673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4528033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4529121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4530137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4530933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4532275Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4533084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4534911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4536162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4536909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4538164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4539273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4540387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4541825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4542851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4544157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4545416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4546743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4548039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4549136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4550264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4551518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4552811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4554009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4555197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4556523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4557752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4559002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4560255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4561421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4562985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4564299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4565409Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4566786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4567875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4569161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4570447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4571980Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4573259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4574306Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4576382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4578046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4578464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4580051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4580834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4582071Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4583802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4584097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4585190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4586180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4586977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4587872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4589113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4590199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4591024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4592039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4593000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4594082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4594853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapezoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4596011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4596987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapezoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4597841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapezoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4598934Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapz.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4600065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4601109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapz_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4602044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapz_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4603148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4604289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4605048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4606066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4606827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4608063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4608899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4610050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4610904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4612291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4613163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4614165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4615078Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4616291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4617933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4618640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4619398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4620252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4621630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4622295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4623276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4624801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4625242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triplet_margin_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4626510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4627139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triplet_margin_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4628252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triplet_margin_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4629105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4630369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4631616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4632484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4633489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4634428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4635526Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4636431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4637506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4638306Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4639670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4640470Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4642179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4642806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4643731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/true_divide.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4644712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4645718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/true_divide_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4646422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/true_divide_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4647527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4648945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4649567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4650963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4651767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4652753Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4653739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4654679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4655689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/type_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4656608Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4658203Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/type_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4658730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/type_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4660092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4661000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4662104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4664028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4664460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4665433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4666331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4667115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4668669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4669680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4671200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4671730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4673461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4673970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_dense_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4675624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4676392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4677739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4679071Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4680723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4681328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4682857Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4684003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4685237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4686198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4687629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4688916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4690378Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4691544Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4693021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4694008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4695698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4697384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4698260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4699555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4700699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4702061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4703097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4703970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4705005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4705740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4706810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4707866Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4708434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4709939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4711108Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4711727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4713653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4714456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4714855Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4715813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4717172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4717635Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4718991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4720268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4721198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4721809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4723382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4724445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4725580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4726623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4727909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4729138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4730364Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_chunk.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4731851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4732916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_chunk_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4734197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_chunk_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4735645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4736908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4738116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4739185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4740564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_with_sizes.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4741877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4742981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4744202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4745504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4746657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4748016Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4749341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4750731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4751812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4753068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4754255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4755412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4756684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4758157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4759561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4760617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4761963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4763262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4764493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4765694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4766889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4768292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4769667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4770739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4771995Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4773108Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4774295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4775760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4777128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4778397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4779733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4781174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4782573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4783524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4784835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4785918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4787242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4788484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4789706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4791709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4793098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4796613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4796910Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4797846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4798156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4798451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4800232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4801037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4802491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4803353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4804428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4805382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4806055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4807338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4808310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4809286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4809832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4811082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4812164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4812922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4814015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4814934Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4816227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4817831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4818758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4819911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4820964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4822151Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4823194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4824077Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4825094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4826139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4827247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4828097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4829061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4830428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4831451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4832089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4833344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4834147Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4835028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4836025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4836984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4838313Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4839136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4840586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4841505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4842825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4843625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4844321Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4845557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4846757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4847716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4849401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4850520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4851330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4852575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4853482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4854365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4855467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4856533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4857770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4859438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4860725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4861733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4862481Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4863585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4864547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4865312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4866528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4867434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4868426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4869579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4870613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4871584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4872553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4873742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4875228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4875944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4877351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4878516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4879994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4881100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4881654Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4883369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4884114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4886439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4886862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4887547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4888097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4889285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4890375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4891390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4892437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4893198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4895094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4895915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4897228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/value_selecting_reduction_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4899079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4899579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4901578Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4901944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4902693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4903969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4904990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4905585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4907641Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4908101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4908746Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4909775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vander.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4911082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4911696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vander_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4912824Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vander_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4913418Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4914547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4915524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4916341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4917809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4918630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4920147Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4920964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4922054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4923318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4924086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4925871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4926616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4928616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4929601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4930681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4931952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4933047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4934237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4935597Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4936877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4937945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4939165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4940920Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4942258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4943432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4944777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4945938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4947144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4948308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4949667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4950760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4952141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4953468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4954455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4955782Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4956986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4958511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4959738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4961007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4962300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4963504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4964664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4966008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4966970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4968230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4969547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4970834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4971859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4973852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4974330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4975385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4977416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4978613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4978988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4981433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4981739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4981994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vsplit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4983585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4984500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vsplit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4985529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vsplit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4986657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vstack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4987655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4988341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vstack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4989482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vstack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4990728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4992042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4993286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4994431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4995696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4997008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.4999213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5000444Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5001240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5002432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5002822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5003782Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5004871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5006781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5007574Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5008838Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5010034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5011410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5012216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5014292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5015190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5016324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5017408Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5018908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5019716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5021224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5022245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5023956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5024852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5025895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5026412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5027642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5028945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5029410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-09-27T15:35:01.5033081Z creating base_bdist_tmp/torch/include/ATen/hip 2022-09-27T15:35:01.5034331Z creating base_bdist_tmp/torch/include/ATen/hip/impl 2022-09-27T15:35:01.5034844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> base_bdist_tmp/torch/include/ATen/hip/impl 2022-09-27T15:35:01.5036210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> base_bdist_tmp/torch/include/ATen/hip/impl 2022-09-27T15:35:01.5037050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> base_bdist_tmp/torch/include/ATen/hip/impl 2022-09-27T15:35:01.5039491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> base_bdist_tmp/torch/include/ATen/hip/impl 2022-09-27T15:35:01.5039796Z creating base_bdist_tmp/torch/include/ATen/detail 2022-09-27T15:35:01.5040135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/detail/CUDAHooksInterface.h -> base_bdist_tmp/torch/include/ATen/detail 2022-09-27T15:35:01.5040860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/detail/FunctionTraits.h -> base_bdist_tmp/torch/include/ATen/detail 2022-09-27T15:35:01.5042700Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/detail/HIPHooksInterface.h -> base_bdist_tmp/torch/include/ATen/detail 2022-09-27T15:35:01.5043077Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/detail/ORTHooksInterface.h -> base_bdist_tmp/torch/include/ATen/detail 2022-09-27T15:35:01.5044324Z creating base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5044728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Activation.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5045876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/AdaptivePooling.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5046991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/BatchLinearAlgebra.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5048137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/BinaryOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5049340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/BucketizationUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5050402Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/CPUBlas.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5051639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/CPUFallback.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5052682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/CanUse32BitIndexMath.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5053776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ComplexHelper.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5054850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/CompositeRandomAccessor.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5056037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5058992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ConvUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5059787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ConvolutionMM3d.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5060755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Copy.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5062388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Cross.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5063558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/DilatedConvolutionUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5064633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/DispatchStub.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5065927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Distance.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5067201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/DistributionTemplates.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5068346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Distributions.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5069587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/EmbeddingBag.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5070741Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Fill.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5071939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ForeachUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5073102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5074101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/GridSampler.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5075294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/GridSamplerUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5076428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Histogram.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5077641Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/IndexKernel.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5078775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/IndexingUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5079885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Lerp.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5081087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/LinearAlgebra.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5082231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/LinearAlgebraUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5083509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/LossMulti.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5084795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Math.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5087319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/MathBitFallThroughLists.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5088010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/MathBitsFallback.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5089136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/MaxPooling.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5090307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/NonEmptyUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5091571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Normalization.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5092618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/PadNd.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5093709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/PointwiseOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5094944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Pool.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5096360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Pow.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5097325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/RNN.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5098599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/RangeFactories.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5100050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ReduceAllOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5101051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ReduceOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5101969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ReduceOpsUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5103571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Repeat.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5104584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Resize.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5105806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ResizeCommon.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5106881Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ScatterGatherChecks.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5108087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/SegmentReduce.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5109280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/SharedReduceOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5110362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/SobolEngineOpsUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5111514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Sorting.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5112787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/SortingUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5113882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/SpectralOpsUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5114935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/StridedRandomAccessor.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5116178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorAdvancedIndexing.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5117687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5118570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorCompare.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5119717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorConversions.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5120954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorDimApply.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5122076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorFactories.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5123113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorIterator.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5124506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5125456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorProperties.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5126627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorShape.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5127825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorTransformations.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5128890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TopKImpl.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5130212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TransposeType.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5131946Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TriangularOpsUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5132467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TypeProperties.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5133305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/UnaryOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5135678Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Unfold2d.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5136193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Unfold3d.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5137345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/UnfoldBackward.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5138448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/UpSample.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5140053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/batch_norm.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5141044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/group_norm.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5142149Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/im2col.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5143313Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/im2col_shape_check.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5145361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/layer_norm.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5145892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/verbose_wrapper.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5146834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/vol2col.h -> base_bdist_tmp/torch/include/ATen/native 2022-09-27T15:35:01.5148313Z creating base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5149135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/AtomicAddFloat.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5150627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/CatKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5151466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5152439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/CopyKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5153602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5154770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/DistributionTemplates.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5155908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/GridSamplerKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5156903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/IndexKernelUtils.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5158003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/Intrinsics.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5159301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/IsContiguous.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5160353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/Loops.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5161387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5162679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5163633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/Reduce.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5165296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/SerialStackImpl.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5166394Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/SoftmaxKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5167543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/StackKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5169383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/WeightNormKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5170361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/avx_mathfun.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5171648Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/mixed_data_type.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5173098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/moments_utils.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5173979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/utils.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5175197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/zmath.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-09-27T15:35:01.5177337Z creating base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5177846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Activation.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5178728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/BinaryInternal.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5179704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5180420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Copy.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5181531Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5182438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/CuFFTUtils.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5183754Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/DistributionTemplates.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5185347Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Distributions.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5185770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/GridSampler.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5186678Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/IndexKernel.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5187537Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/LaunchUtils.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5188510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/MiscUtils.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5189483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/ReduceOps.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5190387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Resize.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5191210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/ScanKernels.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5192025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Sort.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5193678Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/SortStable.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5194535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Sorting.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5195323Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/TensorModeKernel.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5196192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/TensorTopK.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5197629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/jit_utils.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5198255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/thread_constants.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5198963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5200387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/CUDALoops.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5201274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5202081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5202805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5203939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/GridSampler.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5204736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/JitLoops.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5206155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/KernelUtils.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5207050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Loops.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5207553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Math.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5209513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/MemoryAccess.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5210588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5211222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Normalization.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5212792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5213623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/ROCmLoops.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5214466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Randperm.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5215474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Reduce.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5217015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/ScanUtils.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5218066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/SortUtils.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5219622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/SortingCommon.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5220113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5220860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5221748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/UniqueCub.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5222426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/UpSample.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5223904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/block_reduce.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5224789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5225760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5226622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5228390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/im2col.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5229136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/reduction_template.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5230441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/vol2col.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-09-27T15:35:01.5231736Z creating base_bdist_tmp/torch/include/ATen/native/quantized 2022-09-27T15:35:01.5232413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/AffineQuantizer.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-09-27T15:35:01.5233926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-09-27T15:35:01.5234504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/Copy.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-09-27T15:35:01.5235266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/FakeQuantAffine.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-09-27T15:35:01.5235953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/IndexKernel.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-09-27T15:35:01.5236930Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/PackedParams.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-09-27T15:35:01.5237840Z creating base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5238804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5239601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5240444Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5241563Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5242490Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5243829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5244508Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5245384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5246505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5247609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5248767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5249739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5250822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-09-27T15:35:01.5252641Z creating base_bdist_tmp/torch/include/ATen/quantized 2022-09-27T15:35:01.5253504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/quantized/QTensorImpl.h -> base_bdist_tmp/torch/include/ATen/quantized 2022-09-27T15:35:01.5253879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/quantized/Quantizer.h -> base_bdist_tmp/torch/include/ATen/quantized 2022-09-27T15:35:01.5256124Z creating base_bdist_tmp/torch/include/caffe2 2022-09-27T15:35:01.5257496Z creating base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5257980Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/bench_utils.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5259487Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/cast.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5260301Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/cblas.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5261543Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/conversions.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5262131Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/cpu_neon.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5263169Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/cpuid.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5263649Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/eigen_utils.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5264909Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/filler.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5265996Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/fixed_divisor.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5266971Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/knob_patcher.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5267952Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/knobs.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5269017Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/map_utils.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5270129Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math-detail.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5271149Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5272632Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/murmur_hash3.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5273656Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/proto_convert.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5274689Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/proto_utils.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5275878Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/proto_wrap.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5277715Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/signal_handler.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5278721Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/simple_queue.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5279818Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/smart_tensor_printer.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5280849Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/string_utils.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5282136Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/zmq_helper.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-09-27T15:35:01.5283566Z creating base_bdist_tmp/torch/include/caffe2/utils/math 2022-09-27T15:35:01.5284179Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/broadcast.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-09-27T15:35:01.5285204Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/elementwise.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-09-27T15:35:01.5285948Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/half_utils.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-09-27T15:35:01.5287601Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/reduce.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-09-27T15:35:01.5288128Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/transpose.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-09-27T15:35:01.5289726Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/utils.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-09-27T15:35:01.5290959Z creating base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-09-27T15:35:01.5291586Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/ThreadPool.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-09-27T15:35:01.5293072Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-09-27T15:35:01.5293731Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/WorkersPool.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-09-27T15:35:01.5294661Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-09-27T15:35:01.5295601Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/pthreadpool.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-09-27T15:35:01.5297917Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-09-27T15:35:01.5298142Z creating base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5299058Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/allocator.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5299716Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/blob.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5300578Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/blob_serialization.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5301796Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/blob_serializer_base.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5302576Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/blob_stats.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5303168Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/common.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5304313Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/common_cudnn.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5305273Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/common_gpu.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5306382Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/common_omp.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5307383Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/context.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5308330Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/context_base.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5309316Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/context_gpu.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5310376Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/cudnn_wrappers.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5311142Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/db.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5312326Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/distributions_stubs.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5313189Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/event.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5313980Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/event_cpu.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5315894Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/export_c10_op_to_caffe2.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5316213Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/export_caffe2_op_to_c10.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5317984Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/flags.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5318712Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/graph.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5319802Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/init.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5320668Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/logging.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5321722Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/memonger.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5322617Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/module.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5323583Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5325171Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_base.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5325867Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_scheduling.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5326514Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_task.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5327561Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_task_future.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5328254Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_task_graph.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5329647Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_tracing.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5330098Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_dag_utils.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5331706Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_parallel.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5332011Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_simple.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5333086Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_simple_refcount.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5333955Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/numa.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5334528Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/observer.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5335662Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/operator.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5337159Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/operator_gradient.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5338124Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/operator_schema.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5339396Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/plan_executor.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5340257Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/prof_dag_counters.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5341176Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/qtensor.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5342304Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/qtensor_serialization.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5343351Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/scope_guard.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5344542Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/static_tracepoint.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5345623Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/static_tracepoint_elfx86.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5346688Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/stats.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5348041Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/storage.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5350238Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/tensor.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5350764Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/tensor_impl.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5352445Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/tensor_int8.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5352956Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/test_utils.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5353883Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/timer.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5355061Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/transform.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5356203Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/types.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5357349Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/workspace.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5358533Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/macros.h -> base_bdist_tmp/torch/include/caffe2/core 2022-09-27T15:35:01.5360281Z creating base_bdist_tmp/torch/include/caffe2/cuda_rtc 2022-09-27T15:35:01.5360823Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/cuda_rtc/common_rtc.h -> base_bdist_tmp/torch/include/caffe2/cuda_rtc 2022-09-27T15:35:01.5362671Z creating base_bdist_tmp/torch/include/caffe2/db 2022-09-27T15:35:01.5363209Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/db/create_db_op.h -> base_bdist_tmp/torch/include/caffe2/db 2022-09-27T15:35:01.5364173Z creating base_bdist_tmp/torch/include/caffe2/distributed 2022-09-27T15:35:01.5364802Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/file_store_handler.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-09-27T15:35:01.5365925Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/file_store_handler_op.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-09-27T15:35:01.5366529Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/redis_store_handler.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-09-27T15:35:01.5367457Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/redis_store_handler_op.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-09-27T15:35:01.5368202Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/store_handler.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-09-27T15:35:01.5369136Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/store_ops.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-09-27T15:35:01.5370842Z creating base_bdist_tmp/torch/include/caffe2/ideep 2022-09-27T15:35:01.5371484Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/ideep/ideep_utils.h -> base_bdist_tmp/torch/include/caffe2/ideep 2022-09-27T15:35:01.5371819Z creating base_bdist_tmp/torch/include/caffe2/image 2022-09-27T15:35:01.5372700Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/image/image_input_op.h -> base_bdist_tmp/torch/include/caffe2/image 2022-09-27T15:35:01.5374022Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/image/transform_gpu.h -> base_bdist_tmp/torch/include/caffe2/image 2022-09-27T15:35:01.5374784Z creating base_bdist_tmp/torch/include/caffe2/mpi 2022-09-27T15:35:01.5375741Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/mpi/mpi_common.h -> base_bdist_tmp/torch/include/caffe2/mpi 2022-09-27T15:35:01.5377151Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/mpi/mpi_ops.h -> base_bdist_tmp/torch/include/caffe2/mpi 2022-09-27T15:35:01.5378235Z creating base_bdist_tmp/torch/include/caffe2/observers 2022-09-27T15:35:01.5378652Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/observers/operator_attaching_net_observer.h -> base_bdist_tmp/torch/include/caffe2/observers 2022-09-27T15:35:01.5379603Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/observers/profile_observer.h -> base_bdist_tmp/torch/include/caffe2/observers 2022-09-27T15:35:01.5380489Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/observers/runcnt_observer.h -> base_bdist_tmp/torch/include/caffe2/observers 2022-09-27T15:35:01.5381291Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/observers/time_observer.h -> base_bdist_tmp/torch/include/caffe2/observers 2022-09-27T15:35:01.5382710Z creating base_bdist_tmp/torch/include/caffe2/onnx 2022-09-27T15:35:01.5383080Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/backend.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-09-27T15:35:01.5385001Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/backend_rep.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-09-27T15:35:01.5385685Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/device.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-09-27T15:35:01.5387051Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/helper.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-09-27T15:35:01.5387418Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/offline_tensor.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-09-27T15:35:01.5388695Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/onnx_exporter.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-09-27T15:35:01.5389221Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/onnxifi_graph_info.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-09-27T15:35:01.5390376Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/onnxifi_init.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-09-27T15:35:01.5392360Z creating base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5392871Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/abs_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5394289Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/accumulate_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5394751Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/accuracy_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5395745Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/acos_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5396607Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/activation_ops_cudnn.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5398000Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/affine_channel_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5398618Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/alias_with_name.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5399675Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/apmeter_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5400393Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/arg_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5401973Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/asin_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5402377Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/assert_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5403409Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/async_net_barrier_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5404117Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/atan_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5405496Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_box_cox_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5406726Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_bucketize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5408029Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_gather_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5409068Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_matmul_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5410171Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_moments_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5411311Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_permutation_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5412430Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5413540Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/bbox_transform_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5414660Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/bisect_percentile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5415971Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/boolean_mask_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5418877Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/boolean_unmask_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5419451Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/box_with_nms_limit_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5420687Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/bucketize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5421538Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/byte_weight_dequant_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5422827Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cast_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5423770Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cbrt_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5424913Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cc_bmm_bg_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5426135Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ceil_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5427300Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/channel_backprop_stats_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5428471Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/channel_shuffle_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5429452Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/channel_stats_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5430740Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/clip_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5432038Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5433076Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/concat_split_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5434366Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conditional_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5435358Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5436588Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_op_cache_cudnn.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5437746Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_op_impl.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5439284Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_op_shared.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5440313Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_pool_op_base.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5441695Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_transpose_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5443039Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_transpose_op_impl.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5444290Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_transpose_op_mobile.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5445438Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5446731Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5448012Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/copy_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5449458Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5450004Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cos_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5450844Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cosh_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5452067Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5452923Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/counter_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5454222Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/create_scope_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5455182Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cross_entropy_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5457048Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5457888Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5458766Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cube_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5459979Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/data_couple.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5461012Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/dataset_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5462236Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/deform_conv_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5463362Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/deform_conv_op_impl.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5464541Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5465592Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/distance_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5466800Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/do_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5467946Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/dropout_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5469063Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_add_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5470331Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_div_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5471568Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_linear_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5472683Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_logical_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5473812Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_mul_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5475016Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_op_test.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5476070Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5477597Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_ops_utils.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5478688Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_sub_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5479771Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5480967Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/enforce_finite_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5482044Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ensure_clipped_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5483241Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ensure_cpu_output_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5484370Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/erf_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5485464Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/exp_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5486607Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/expand_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5487872Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/expand_squeeze_dims_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5488809Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fc_inference.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5489920Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/feature_maps_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5491349Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/feed_blob_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5493256Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/filler_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5495470Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/find_duplicate_elements_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5496018Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/find_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5496710Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/flatten_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5497950Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/flexible_top_k.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5498920Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/floor_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5500069Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/free_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5501190Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fully_connected_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5502574Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5503582Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5504857Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5506087Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5507878Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5508570Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/gather_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5509673Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5510972Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/gelu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5512236Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/generate_proposals_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5513361Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5514637Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5516060Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5517152Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5518249Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/given_tensor_fill_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5519479Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/glu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5520606Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/group_norm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5521726Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/gru_unit_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5523141Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/h_softmax_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5524095Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/half_float_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5525199Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/hard_sigmoid_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5526348Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5527482Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/histogram_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5528550Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/if_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5529709Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/im2col_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5531060Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/index_hash_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5532284Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/index_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5533460Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/inference_lstm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5534504Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/instance_norm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5536413Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/integral_image_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5537088Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/is_empty_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5538044Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/jsd_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5539309Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/key_split_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5540381Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/layer_norm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5541523Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/leaky_relu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5542649Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/length_split_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5543784Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_pad_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5544925Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5546157Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5547395Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_reducer_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5548739Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5549874Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_tile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5551165Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_top_k_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5552328Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/listwise_l2r_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5553429Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/load_save_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5554656Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/load_save_op_util.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5555840Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/local_response_normalization_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5556969Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/locally_connected_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5558184Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/locally_connected_op_impl.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5559611Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/locally_connected_op_util.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5560659Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/log1p_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5561787Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/log_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5562885Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/logit_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5564074Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/loss_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5565049Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lpnorm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5566214Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lstm_unit_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5567325Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lstm_utils.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5569178Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/map_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5570350Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/margin_loss_l2r_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5571523Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/margin_ranking_criterion_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5572566Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/matmul_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5573708Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/max_pool_with_index_gpu.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5574802Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/mean_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5576303Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/merge_id_lists_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5577345Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/minmax_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5578584Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/mish_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5579608Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/mod_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5580614Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/moments_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5581663Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/multi_class_accuracy_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5582800Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/negate_gradient_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5583877Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/negative_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5584954Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ngram_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5586115Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/no_default_engine_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5587230Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/normalize_l1_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5588345Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/normalize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5589425Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/numpy_tile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5590713Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/one_hot_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5591839Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/onnx_while_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5593241Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/op_utils_cudnn.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5594304Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/operator_fallback_gpu.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5595473Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/order_switch_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5596609Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pack_rnn_sequence_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5597831Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pack_segments.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5599019Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pad_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5600107Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/partition_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5601292Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/percentile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5602392Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/perplexity_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5603559Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/piecewise_linear_transform_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5604664Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pool_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5605942Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pool_op_util.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5607120Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pow_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5608236Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/prefetch_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5609385Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/prelu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5610523Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/prepend_dim_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5611706Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/quant_decode_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5612877Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/quantile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5613976Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/rank_loss_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5615114Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reciprocal_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5616259Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reduce_front_back_max_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5618782Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5619859Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reduce_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5621111Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reducer_functors.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5622448Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reduction_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5623645Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/relu_n_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5624868Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/relu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5625987Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/remove_data_blocks_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5627055Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/replace_nan_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5628244Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reshape_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5629433Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/resize_3d_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5630615Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/resize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5631995Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reverse_packed_segs_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5633125Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/rmac_regions_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5634207Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/rms_norm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5635342Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/roi_align_gradient_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5636454Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/roi_align_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5637730Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5638856Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/roi_align_rotated_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5639959Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/roi_pool_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5641044Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/rowmul_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5642257Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/rsqrt_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5643331Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/scale_blobs_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5645432Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/scale_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5646457Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/segment_reduction_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5648320Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/self_binning_histogram_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5649495Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/selu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5650698Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sequence_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5651812Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/shape_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5652999Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sigmoid_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5654043Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sin_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5655665Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sinh_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5656554Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5657807Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/slice_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5659037Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/softmax_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5660182Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/softmax_utils.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5661351Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/softmax_with_loss_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5662479Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/softplus_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5663625Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/softsign_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5664749Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/space_batch_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5665996Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5667175Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5668265Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5669391Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_normalize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5670522Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5671721Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_to_dense_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5673087Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/spatial_batch_norm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5674284Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sqr_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5675508Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5676596Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sqrt_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5677971Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/square_root_divide_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5679175Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/stats_put_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5680227Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/stop_gradient.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5681318Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/string_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5682451Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/stump_func_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5683556Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/summarize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5684910Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/swish_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5685804Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/tan_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5686993Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/tanh_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5688086Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/tensor_protos_db_input.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5689200Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/text_file_reader_utils.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5690339Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/thresholded_relu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5691453Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/tile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5692672Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/top_k.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5693773Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/transpose_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5694861Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/tt_linear_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5696239Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/unique_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5697730Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/unsafe_coalesce.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5698407Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/upsample_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5699888Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/utility_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5701471Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/variable_length_sequence_padding.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5702856Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/weighted_multi_sampling_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5703835Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/weighted_sample_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5704833Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/while_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5705980Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/zero_gradient_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-09-27T15:35:01.5707547Z creating base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5708647Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/annotations.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5709740Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/backend_cutting.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5710846Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/backend_transformer_base.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5712068Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/bound_shape_inferencer.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5713233Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/converter.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5714443Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/device.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5715379Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/distributed.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5716528Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/fakefp16_transform.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5717562Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/fusion.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5718696Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/glow_net_transform.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5719948Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/mobile.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5720803Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/onnx_convert.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5721853Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/onnxifi_op.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5723213Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/onnxifi_transformer.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5724543Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/optimize_ideep.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5725990Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/optimizer.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5727583Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/passes.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5728814Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/shape_info.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5729831Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/tvm_transformer.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-09-27T15:35:01.5731228Z creating base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5732213Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/adagrad.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5733620Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/common.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5734549Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5735745Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/embedding_lookup.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5736832Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5738025Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5739059Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5739998Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5741114Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5742113Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5743210Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5744183Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/math.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5745581Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/typed_axpy.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-09-27T15:35:01.5746970Z creating base_bdist_tmp/torch/include/caffe2/predictor 2022-09-27T15:35:01.5747906Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/InferenceGraph.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-09-27T15:35:01.5749117Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/ThreadLocalPtr.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-09-27T15:35:01.5750161Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/predictor.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-09-27T15:35:01.5751193Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/predictor_config.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-09-27T15:35:01.5752455Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/predictor_utils.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-09-27T15:35:01.5753547Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/transforms.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-09-27T15:35:01.5754715Z creating base_bdist_tmp/torch/include/caffe2/proto 2022-09-27T15:35:01.5755513Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/proto/caffe2_pb.h -> base_bdist_tmp/torch/include/caffe2/proto 2022-09-27T15:35:01.5756728Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/proto/torch_pb.h -> base_bdist_tmp/torch/include/caffe2/proto 2022-09-27T15:35:01.5757849Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/proto/torch.pb.h -> base_bdist_tmp/torch/include/caffe2/proto 2022-09-27T15:35:01.5760306Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/proto/caffe2.pb.h -> base_bdist_tmp/torch/include/caffe2/proto 2022-09-27T15:35:01.5765808Z creating base_bdist_tmp/torch/include/caffe2/python 2022-09-27T15:35:01.5766378Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/python/dlpack.h -> base_bdist_tmp/torch/include/caffe2/python 2022-09-27T15:35:01.5767112Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/python/pybind_state.h -> base_bdist_tmp/torch/include/caffe2/python 2022-09-27T15:35:01.5768414Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/python/pybind_state_dlpack.h -> base_bdist_tmp/torch/include/caffe2/python 2022-09-27T15:35:01.5769558Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/python/pybind_state_registry.h -> base_bdist_tmp/torch/include/caffe2/python 2022-09-27T15:35:01.5770962Z creating base_bdist_tmp/torch/include/caffe2/queue 2022-09-27T15:35:01.5771732Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/queue/blobs_queue.h -> base_bdist_tmp/torch/include/caffe2/queue 2022-09-27T15:35:01.5772967Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/queue/blobs_queue_db.h -> base_bdist_tmp/torch/include/caffe2/queue 2022-09-27T15:35:01.5774046Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/queue/queue_ops.h -> base_bdist_tmp/torch/include/caffe2/queue 2022-09-27T15:35:01.5775231Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/queue/rebatching_queue.h -> base_bdist_tmp/torch/include/caffe2/queue 2022-09-27T15:35:01.5776453Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/queue/rebatching_queue_ops.h -> base_bdist_tmp/torch/include/caffe2/queue 2022-09-27T15:35:01.5778817Z creating base_bdist_tmp/torch/include/caffe2/serialize 2022-09-27T15:35:01.5779549Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/crc_alt.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-09-27T15:35:01.5782028Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/file_adapter.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-09-27T15:35:01.5782604Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/in_memory_adapter.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-09-27T15:35:01.5783294Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/inline_container.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-09-27T15:35:01.5784098Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/istream_adapter.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-09-27T15:35:01.5785162Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/read_adapter_interface.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-09-27T15:35:01.5786159Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/versions.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-09-27T15:35:01.5787328Z creating base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5787938Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/adadelta_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5789257Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/adagrad_fused.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5790197Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/adagrad_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5791241Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/adam_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5793247Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/clip_tensor_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5793611Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/decay_adagrad_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5794109Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5795274Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5795778Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/ftrl_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5797102Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/gftrl_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5798015Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/iter_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5798881Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/lars_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5799813Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/learning_rate_adaption_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5800691Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/learning_rate_functors.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5801930Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/learning_rate_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5802915Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/math_lp.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5803778Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/momentum_sgd_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5804526Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/rmsprop_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5805499Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5806792Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/rowwise_counter.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5807575Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/storm_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5808415Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/weight_scale_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5809326Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/wngrad_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5810354Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/yellowfin_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-09-27T15:35:01.5811671Z creating base_bdist_tmp/torch/include/caffe2/transforms 2022-09-27T15:35:01.5812443Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms/common_subexpression_elimination.h -> base_bdist_tmp/torch/include/caffe2/transforms 2022-09-27T15:35:01.5813660Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> base_bdist_tmp/torch/include/caffe2/transforms 2022-09-27T15:35:01.5814320Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms/pattern_net_transform.h -> base_bdist_tmp/torch/include/caffe2/transforms 2022-09-27T15:35:01.5815207Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms/single_op_transform.h -> base_bdist_tmp/torch/include/caffe2/transforms 2022-09-27T15:35:01.5816107Z creating base_bdist_tmp/torch/include/caffe2/video 2022-09-27T15:35:01.5817289Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/video/optical_flow.h -> base_bdist_tmp/torch/include/caffe2/video 2022-09-27T15:35:01.5818070Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/video/video_decoder.h -> base_bdist_tmp/torch/include/caffe2/video 2022-09-27T15:35:01.5819296Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/video/video_input_op.h -> base_bdist_tmp/torch/include/caffe2/video 2022-09-27T15:35:01.5820212Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/video/video_io.h -> base_bdist_tmp/torch/include/caffe2/video 2022-09-27T15:35:01.5821418Z creating base_bdist_tmp/torch/include/c10 2022-09-27T15:35:01.5822387Z creating base_bdist_tmp/torch/include/c10/macros 2022-09-27T15:35:01.5823342Z copying build/lib.linux-x86_64-3.7/torch/include/c10/macros/Export.h -> base_bdist_tmp/torch/include/c10/macros 2022-09-27T15:35:01.5823835Z copying build/lib.linux-x86_64-3.7/torch/include/c10/macros/Macros.h -> base_bdist_tmp/torch/include/c10/macros 2022-09-27T15:35:01.5856304Z copying build/lib.linux-x86_64-3.7/torch/include/c10/macros/cmake_macros.h -> base_bdist_tmp/torch/include/c10/macros 2022-09-27T15:35:01.5856511Z creating base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5856947Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Allocator.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5857381Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/AutogradState.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5857797Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Backend.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5858213Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/CPUAllocator.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5858700Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/CompileTimeFunctionPointer.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5859120Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/CopyBytes.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5859549Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DefaultDtype.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5860011Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DefaultTensorOptions.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5860426Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Device.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5860853Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DeviceArray.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5861274Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DeviceGuard.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5861693Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DeviceType.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5862102Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DispatchKey.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5862536Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DispatchKeySet.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5863089Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DynamicCast.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5863498Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Event.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5863936Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/GeneratorImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5864348Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/GradMode.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5864780Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/InferenceMode.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5865259Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Layout.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5865638Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/MemoryFormat.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5865901Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/OptionalRef.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5866156Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/PyHandleCache.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5866423Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/QEngine.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5866675Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/QScheme.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5867048Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SafePyObject.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5867333Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Scalar.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5867592Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/ScalarType.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5867913Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/ScalarTypeToTypeMeta.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5868245Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Storage.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5868504Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/StorageImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5868846Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Stream.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5869153Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/StreamGuard.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5870947Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SymFloat.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5871471Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SymFloatNodeImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5871956Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SymInt.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5872457Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SymIntArrayRef.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5872944Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SymIntNodeImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5873210Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/TensorImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5873475Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/TensorOptions.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5873752Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/UndefinedTensorImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5874018Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/WrapDimMinimal.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5874263Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/alignment.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5874589Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/thread_pool.h -> base_bdist_tmp/torch/include/c10/core 2022-09-27T15:35:01.5874707Z creating base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5875015Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5875296Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/FakeGuardImpl.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5875566Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/GPUTrace.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5875892Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/InlineDeviceGuard.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5877666Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/InlineEvent.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5878222Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/InlineStreamGuard.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5878629Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/LocalDispatchKeySet.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5878901Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/PyInterpreter.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5879195Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/PythonDispatcherTLS.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5879478Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/SizesAndStrides.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5879778Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5881419Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/VirtualGuardImpl.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5881915Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/alloc_cpu.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-09-27T15:35:01.5882090Z creating base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5882353Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/AlignOf.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5884019Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Array.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5884283Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ArrayRef.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5885778Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/BFloat16-inl.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5886108Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/BFloat16-math.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5886447Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/BFloat16.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5887431Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Backtrace.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5888249Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Bitset.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5888930Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/C++17.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5889926Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/CallOnce.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5890980Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ConstexprCrc.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5891934Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/DeadlockDetection.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5893506Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Deprecated.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5894399Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/DimVector.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5895206Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Exception.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5896642Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ExclusivelyOwned.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5899141Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5900214Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Flags.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5901247Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/FunctionRef.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5902299Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Half-inl.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5903483Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Half.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5905765Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/IdWrapper.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5906269Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/LeftRight.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5906901Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Load.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5908093Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Logging.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5909281Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/MathConstants.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5910272Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/MaybeOwned.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5911453Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Metaprogramming.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5913474Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Optional.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5914287Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/OptionalArrayRef.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5914915Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Registry.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5915918Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ScopeExit.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5916917Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/SmallBuffer.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5917702Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/SmallVector.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5919285Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/StringUtil.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5920562Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Synchronized.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5920954Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ThreadLocal.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5922659Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ThreadLocalDebugInfo.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5923241Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Type.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5924164Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/TypeCast.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5925118Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/TypeIndex.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5925831Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/TypeList.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5927159Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/TypeSafeSignMath.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5927537Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/TypeTraits.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5928889Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Unicode.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5938281Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/UniqueVoidPtr.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5939286Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Unroll.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5940492Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/accumulate.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5941346Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/complex.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5942869Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/complex_math.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5944355Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/complex_utils.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5944731Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/copysign.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5946247Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/either.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5946724Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/env.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5947791Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/flat_hash_map.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5949218Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/hash.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5949837Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/in_place.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5950794Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/int128.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5952036Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/intrusive_ptr.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5953028Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/irange.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5954903Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/llvmMathExtras.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5955498Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/logging_is_google_glog.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5956243Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/logging_is_not_google_glog.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5959675Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/math_compat.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5960148Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/numa.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5960519Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/order_preserving_flat_hash_map.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5962427Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/overloaded.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5962937Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/python_stub.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5963416Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/qint32.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5963740Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/qint8.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5964405Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/quint2x4.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5965203Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/quint4x2.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5965878Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/quint8.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5966797Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/reverse_iterator.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5967603Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/safe_numerics.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5968880Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/signal_handler.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5969420Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/sparse_bitset.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5971065Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/strides.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5972166Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/string_utils.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5973082Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/string_view.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5976104Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/strong_type.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5976440Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/tempfile.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5976780Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/thread_name.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5977597Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/typeid.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5978512Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/variant.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5980186Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/win32-headers.h -> base_bdist_tmp/torch/include/c10/util 2022-09-27T15:35:01.5982318Z creating base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5982825Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAAlgorithm.h -> base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5983270Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDACachingAllocator.h -> base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5983749Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAException.h -> base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5984490Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAFunctions.h -> base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5985506Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5986486Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAGuard.h -> base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5988457Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAMacros.h -> base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5989955Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAMathCompat.h -> base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5990655Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAMiscFunctions.h -> base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5990968Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAStream.h -> base_bdist_tmp/torch/include/c10/cuda 2022-09-27T15:35:01.5991806Z creating base_bdist_tmp/torch/include/c10/cuda/impl 2022-09-27T15:35:01.5992668Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> base_bdist_tmp/torch/include/c10/cuda/impl 2022-09-27T15:35:01.5993397Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/impl/CUDATest.h -> base_bdist_tmp/torch/include/c10/cuda/impl 2022-09-27T15:35:01.5995630Z creating base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.5996343Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/TraceUtils.h -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.5997163Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/c10d.h -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.5998127Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/debug.h -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.5999574Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/error.h -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.5999904Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/exception.h -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6000595Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/logging.h -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6001783Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/python_comm_hook.h -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6002792Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/socket.h -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6004454Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/Backend.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6004991Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/FileStore.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6006153Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/GlooDeviceFactory.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6007632Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/HashStore.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6008130Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/NCCLUtils.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6008839Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/Ops.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6009660Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/ParamCommsUtils.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6010680Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/PrefixStore.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6011237Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/ProcessGroup.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6013142Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/ProcessGroupGloo.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6013781Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/ProcessGroupMPI.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6014581Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/ProcessGroupNCCL.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6016195Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/ProcessGroupRoundRobin.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6017050Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/ProcessGroupUCC.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6017889Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/ProcessGroupWrapper.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6019251Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/PyProcessGroup.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6019925Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/Store.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6020663Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/TCPStore.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6021609Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/Types.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6022632Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/UCCForNCCL.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6023537Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/UCCTracing.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6024443Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/UCCUtils.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6025683Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/UnixSockUtils.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6026215Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/Utils.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6027513Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/WinSockUtils.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6028167Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/Work.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6029179Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/comm.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6029972Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/default_comm_hooks.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6030881Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/logger.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6031812Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/reducer.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6032904Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/reducer_timer.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6033701Z copying build/lib.linux-x86_64-3.7/torch/include/c10d/sequence_num.hpp -> base_bdist_tmp/torch/include/c10d 2022-09-27T15:35:01.6035772Z creating base_bdist_tmp/torch/include/torch 2022-09-27T15:35:01.6036089Z copying build/lib.linux-x86_64-3.7/torch/include/torch/script.h -> base_bdist_tmp/torch/include/torch 2022-09-27T15:35:01.6036455Z copying build/lib.linux-x86_64-3.7/torch/include/torch/extension.h -> base_bdist_tmp/torch/include/torch 2022-09-27T15:35:01.6037248Z copying build/lib.linux-x86_64-3.7/torch/include/torch/custom_class.h -> base_bdist_tmp/torch/include/torch 2022-09-27T15:35:01.6038569Z copying build/lib.linux-x86_64-3.7/torch/include/torch/library.h -> base_bdist_tmp/torch/include/torch 2022-09-27T15:35:01.6040146Z copying build/lib.linux-x86_64-3.7/torch/include/torch/custom_class_detail.h -> base_bdist_tmp/torch/include/torch 2022-09-27T15:35:01.6041562Z creating base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6042221Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/CudaIPCTypes.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6043924Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/DataLoader.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6044357Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Device.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6045256Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Dtype.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6045787Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/DynamicTypes.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6047002Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Exceptions.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6047782Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Export.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6048623Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Generator.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6049581Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Layout.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6050269Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/MemoryFormat.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6051365Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Module.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6052232Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/PythonTypes.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6052931Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/QScheme.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6054504Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Size.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6054934Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Storage.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6055938Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/StorageMethods.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6056506Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/StorageSharing.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6057644Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Stream.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6059013Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/THConcat.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6059629Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/THP.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6060405Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/TypeInfo.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6061081Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Types.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6062852Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/copy_utils.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6063635Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/itt_wrapper.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6064500Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/python_dimname.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6065315Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/python_headers.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6066372Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/serialization.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6067075Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils.h -> base_bdist_tmp/torch/include/torch/csrc 2022-09-27T15:35:01.6068676Z creating base_bdist_tmp/torch/include/torch/csrc/api 2022-09-27T15:35:01.6069228Z creating base_bdist_tmp/torch/include/torch/csrc/api/include 2022-09-27T15:35:01.6070482Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6070985Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/all.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6072162Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/arg.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6073072Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/autograd.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6073536Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/cuda.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6074295Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6076498Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/enum.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6077133Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/expanding_array.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6077703Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/fft.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6079166Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/imethod.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6079657Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/jit.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6081250Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/linalg.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6081995Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nested.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6083115Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6084385Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6085137Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6086419Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/python.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6087718Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6088139Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/sparse.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6089030Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/special.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6091158Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/torch.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6091743Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/types.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6092707Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/utils.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6093567Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/version.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-09-27T15:35:01.6095139Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:35:01.6095979Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:35:01.6097486Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:35:01.6097949Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:35:01.6098961Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/example.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:35:01.6099727Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/iterator.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:35:01.6100695Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:35:01.6101515Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:35:01.6102612Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-09-27T15:35:01.6103723Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:35:01.6104654Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:35:01.6105615Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:35:01.6106607Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-09-27T15:35:01.6107392Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:35:01.6108119Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:35:01.6109177Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:35:01.6110043Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:35:01.6111166Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:35:01.6111832Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:35:01.6112925Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:35:01.6113812Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-09-27T15:35:01.6115156Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:35:01.6115634Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:35:01.6116833Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:35:01.6117756Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/detail 2022-09-27T15:35:01.6118884Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:35:01.6119340Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:35:01.6120573Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:35:01.6121354Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:35:01.6122190Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:35:01.6123143Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:35:01.6124009Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:35:01.6124757Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-09-27T15:35:01.6126111Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:35:01.6126705Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:35:01.6127637Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:35:01.6128321Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:35:01.6129534Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:35:01.6130088Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-09-27T15:35:01.6131521Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:35:01.6132121Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:35:01.6132972Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/detail/static.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/detail 2022-09-27T15:35:01.6134005Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:35:01.6135105Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:35:01.6136144Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:35:01.6137043Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/init.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:35:01.6137662Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/module.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:35:01.6139473Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:35:01.6140091Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:35:01.6168864Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:35:01.6169828Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:35:01.6170745Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-09-27T15:35:01.6170953Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6171632Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6172336Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6172867Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6173516Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6173967Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6174434Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6174910Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6175707Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6176122Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6176514Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6176941Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6177477Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6177938Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6178456Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6178880Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6179327Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-09-27T15:35:01.6179512Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6180012Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6180561Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6180947Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6181397Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6181899Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6182471Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6182891Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6183477Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6184483Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6184831Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6185227Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6185812Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6186200Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6186660Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6187055Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6187504Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6187924Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6188329Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6189286Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6189750Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6190209Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-09-27T15:35:01.6190402Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6190790Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6191255Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6191651Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6192136Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6192568Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6193026Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6193479Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6193979Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6194634Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6195428Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6196492Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6197772Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6198778Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6199820Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6200687Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6201750Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6203988Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6204693Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6205639Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6206522Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6207546Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6208486Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6209819Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-09-27T15:35:01.6210964Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6211784Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6212851Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6213821Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6214890Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6216130Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6217164Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6218939Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6219380Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6220438Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6221309Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-09-27T15:35:01.6222501Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-09-27T15:35:01.6222866Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-09-27T15:35:01.6224070Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:35:01.6224817Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:35:01.6225676Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:35:01.6226431Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/utils 2022-09-27T15:35:01.6227683Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:35:01.6228070Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:35:01.6229688Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/adam.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:35:01.6230498Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:35:01.6231451Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:35:01.6232412Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:35:01.6233174Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:35:01.6234235Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:35:01.6235221Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-09-27T15:35:01.6235958Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:35:01.6236844Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:35:01.6237752Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-09-27T15:35:01.6238511Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:35:01.6239479Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:35:01.6240187Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:35:01.6240936Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:35:01.6241798Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/serialize 2022-09-27T15:35:01.6243389Z creating base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6243926Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/FunctionsManual.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6245058Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/InferenceMode.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6246176Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6247383Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/anomaly_mode.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6248300Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/autograd.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6249460Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6250573Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/cpp_hook.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6251726Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/custom_function.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6252898Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/edge.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6254005Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/engine.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6255199Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/forward_grad.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6256612Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/function.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6257956Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/function_hook.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6259128Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/grad_mode.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6260209Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/graph_task.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6261623Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/input_buffer.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6262724Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/input_metadata.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6264057Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6265110Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/profiler.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6266244Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/profiler_kineto.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6267355Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/profiler_legacy.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6268480Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/profiler_python.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6269614Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6270795Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_autograd.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6271893Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_cpp_function.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6272983Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_engine.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6274302Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_enum_tag.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6276142Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_fft_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6277087Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_function.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6278099Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_hook.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6279530Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_legacy_variable.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6280524Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_linalg_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6281574Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_nested_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6282663Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_nn_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6283760Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_return_types.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6285006Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6286097Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_sparse_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6287383Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_special_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6288397Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_torch_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6289413Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_variable.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6290496Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_variable_indexing.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6291590Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/record_function_ops.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6292771Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/saved_variable.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6293780Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6294888Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/symbolic.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6296287Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/variable.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-09-27T15:35:01.6298037Z creating base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-09-27T15:35:01.6299120Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-09-27T15:35:01.6300466Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/basic_ops.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-09-27T15:35:01.6301641Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/comm.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-09-27T15:35:01.6302540Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/pybind.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-09-27T15:35:01.6303960Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-09-27T15:35:01.6304879Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/utils.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-09-27T15:35:01.6306091Z creating base_bdist_tmp/torch/include/torch/csrc/autograd/generated 2022-09-27T15:35:01.6307005Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated/python_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/generated 2022-09-27T15:35:01.6308391Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated/VariableType.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/generated 2022-09-27T15:35:01.6310342Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated/Functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/generated 2022-09-27T15:35:01.6313599Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated/variable_factories.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/generated 2022-09-27T15:35:01.6314531Z creating base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-09-27T15:35:01.6315754Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/error_messages.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-09-27T15:35:01.6317173Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-09-27T15:35:01.6318109Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-09-27T15:35:01.6319200Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-09-27T15:35:01.6320602Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/warnings.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-09-27T15:35:01.6321706Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-09-27T15:35:01.6323081Z creating base_bdist_tmp/torch/include/torch/csrc/cuda 2022-09-27T15:35:01.6323713Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/Event.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-09-27T15:35:01.6325145Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/Module.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-09-27T15:35:01.6325908Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/Stream.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-09-27T15:35:01.6326940Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/THCP.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-09-27T15:35:01.6328101Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/comm.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-09-27T15:35:01.6329178Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/device_set.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-09-27T15:35:01.6330206Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/nccl.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-09-27T15:35:01.6331516Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/python_comm.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-09-27T15:35:01.6332547Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/python_nccl.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-09-27T15:35:01.6333832Z creating base_bdist_tmp/torch/include/torch/csrc/deploy 2022-09-27T15:35:01.6334483Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/Exception.h -> base_bdist_tmp/torch/include/torch/csrc/deploy 2022-09-27T15:35:01.6336255Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/deploy.h -> base_bdist_tmp/torch/include/torch/csrc/deploy 2022-09-27T15:35:01.6337049Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/elf_file.h -> base_bdist_tmp/torch/include/torch/csrc/deploy 2022-09-27T15:35:01.6338287Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/environment.h -> base_bdist_tmp/torch/include/torch/csrc/deploy 2022-09-27T15:35:01.6339438Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/loader.h -> base_bdist_tmp/torch/include/torch/csrc/deploy 2022-09-27T15:35:01.6340520Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/mem_file.h -> base_bdist_tmp/torch/include/torch/csrc/deploy 2022-09-27T15:35:01.6341502Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/noop_environment.h -> base_bdist_tmp/torch/include/torch/csrc/deploy 2022-09-27T15:35:01.6342526Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/path_environment.h -> base_bdist_tmp/torch/include/torch/csrc/deploy 2022-09-27T15:35:01.6343959Z creating base_bdist_tmp/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:35:01.6344948Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/interpreter/builtin_registry.h -> base_bdist_tmp/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:35:01.6346205Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/interpreter/interpreter_impl.h -> base_bdist_tmp/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:35:01.6347204Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/deploy/interpreter/Optional.hpp -> base_bdist_tmp/torch/include/torch/csrc/deploy/interpreter 2022-09-27T15:35:01.6348467Z creating base_bdist_tmp/torch/include/torch/csrc/distributed 2022-09-27T15:35:01.6349449Z creating base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:35:01.6351270Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/exception.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-09-27T15:35:01.6352305Z creating base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6353241Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6354677Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/message.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6355255Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/py_rref.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6356283Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/python_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6357569Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/python_functions.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6358543Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6359525Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/python_resp.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6360394Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6361886Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/request_callback.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6362678Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6363449Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6365171Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rpc.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6365588Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6366618Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6367361Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rref_context.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6369305Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6369946Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6370746Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/script_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6371705Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6372533Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/script_resp.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6373403Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6374536Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6375445Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6376545Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/types.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6377544Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6378556Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6379439Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/utils.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-09-27T15:35:01.6380873Z creating base_bdist_tmp/torch/include/torch/csrc/jit 2022-09-27T15:35:01.6381508Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/jit_log.h -> base_bdist_tmp/torch/include/torch/csrc/jit 2022-09-27T15:35:01.6382693Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/jit_opt_limit.h -> base_bdist_tmp/torch/include/torch/csrc/jit 2022-09-27T15:35:01.6383249Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/resource_guard.h -> base_bdist_tmp/torch/include/torch/csrc/jit 2022-09-27T15:35:01.6384071Z creating base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-09-27T15:35:01.6384856Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-09-27T15:35:01.6385690Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-09-27T15:35:01.6386546Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-09-27T15:35:01.6387377Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_detail.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-09-27T15:35:01.6388328Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_exception.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-09-27T15:35:01.6389159Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_init.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-09-27T15:35:01.6390023Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_interface.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-09-27T15:35:01.6391096Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-09-27T15:35:01.6392020Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_resolver.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-09-27T15:35:01.6393381Z creating base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6394165Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6395287Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/annotate_warns.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6395898Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/autocast.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6396907Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/bailout_graph.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6397685Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/batch_mm.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6398781Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/canonicalize.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6399748Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6400809Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6401295Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/clear_profiling.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6402291Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6403162Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6404325Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/concat_opt.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6404834Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/constant_pooling.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6406550Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/constant_propagation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6407089Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6408116Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6409156Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6409957Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6410927Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/decompose_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6411737Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6412653Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6413541Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6414997Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/erase_number_types.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6416113Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6416850Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6419003Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/freeze_module.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6419454Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6420548Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6421523Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6422332Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6423311Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6424146Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6425010Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/fuse_linear.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6425956Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/fuse_relu.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6426736Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/graph_fuser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6427698Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6428574Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/guard_elimination.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6429580Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6430390Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6431311Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6432179Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6432994Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/inliner.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6434691Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/inplace_check.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6435554Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/insert_guards.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6436543Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6437461Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/lift_closures.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6438821Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/liveness.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6439405Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6440489Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6441400Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/lower_graph.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6442252Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/lower_tuples.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6443073Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6443971Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6444815Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/normalize_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6445760Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6446592Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/onnx.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6447423Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/pass_manager.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6448358Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/peephole.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6449300Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6450131Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6451030Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6451886Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6452718Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/prepack_folding.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6453643Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6454501Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_dropout.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6455509Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6456390Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_expands.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6457235Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6458073Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_mutation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6458990Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6459858Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6460696Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6461674Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/restore_mutation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6462437Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/shape_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6463419Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6464464Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6466359Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6466951Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6467844Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6468862Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6469882Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6470789Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6471805Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/variadic_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6472899Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6473811Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-09-27T15:35:01.6475124Z creating base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:35:01.6475552Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:35:01.6476524Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:35:01.6477580Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:35:01.6478588Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/helper.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:35:01.6479902Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:35:01.6480986Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:35:01.6481855Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:35:01.6483740Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:35:01.6484471Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-09-27T15:35:01.6485936Z creating base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:35:01.6486841Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:35:01.6487691Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:35:01.6489808Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:35:01.6490527Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:35:01.6491133Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-09-27T15:35:01.6492349Z creating base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6492908Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/argument_spec.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6494308Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/autodiff.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6495500Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6498030Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/custom_operator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6498650Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6499282Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6499870Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/exception_message.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6500468Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/graph_executor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6501567Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6502359Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6503899Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/instruction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6504609Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/interpreter.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6505718Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/jit_exception.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6507311Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/jit_trace.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6508436Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/logging.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6509545Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/operator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6511017Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/operator_options.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6512017Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/print_handler.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6513396Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6514441Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/profiling_record.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6516822Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6518000Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/script_profile.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6519194Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6520215Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6521234Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6522921Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6524083Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6525257Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6526428Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6527560Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6528529Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-09-27T15:35:01.6529724Z creating base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6530790Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/alias_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6532062Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/attributes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6533208Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/constants.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6534276Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/graph_node_list.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6535645Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/ir.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6537059Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/ir_views.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6538339Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/irparser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6539470Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/named_value.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6553234Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/node_hashing.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6554390Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/scope.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6555337Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6556275Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/type_hashing.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-09-27T15:35:01.6556881Z creating base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6557803Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6558904Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6559930Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6560921Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6561889Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/edit_distance.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6562868Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/error_report.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6563863Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6564886Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6565938Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6566925Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6567840Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/lexer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6568826Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/mini_environment.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6569823Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/name_mangler.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6570780Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6571745Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6572727Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/parser_constants.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6573697Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/resolver.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6574638Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/schema_matching.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6575775Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6576728Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6577814Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/source_range.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6578752Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/source_ref.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6579703Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/strtod.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6580656Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/sugared_value.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6581707Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/tracer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6582635Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/tree.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6583538Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/tree_views.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6584518Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-09-27T15:35:01.6585140Z creating base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-09-27T15:35:01.6585953Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api/compilation_unit.h -> base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-09-27T15:35:01.6586835Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api/function_impl.h -> base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-09-27T15:35:01.6587758Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api/method.h -> base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-09-27T15:35:01.6588669Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api/module.h -> base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-09-27T15:35:01.6589567Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api/object.h -> base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-09-27T15:35:01.6590186Z creating base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6591159Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6592236Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/export.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6593295Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6594366Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6595479Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6596506Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6597621Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6598663Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6599700Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6600839Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_legacy.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6601882Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_read.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6602925Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_source.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6603983Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6605100Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/onnx.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6606099Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/pickle.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6607150Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/pickler.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6608164Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/python_print.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6609228Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6610317Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6611408Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/storage_context.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6612474Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6613477Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/unpickler.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-09-27T15:35:01.6614132Z creating base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6614963Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/init.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6616057Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/module_python.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6616953Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/pybind.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6617913Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/pybind_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6618904Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6619903Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_custom_class.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6620885Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_dict.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6621823Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_ir.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6622789Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_ivalue.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6623863Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_list.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6624857Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_sugared_value.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6625781Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_tracer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6626765Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_tree_views.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6627687Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/script_init.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6628746Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-09-27T15:35:01.6629659Z creating base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6630699Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/code.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6631823Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/debug_info.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6632899Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/file_format.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6634007Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6635194Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/frame.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6636245Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/function.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6637588Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/import.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6638783Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/import_data.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6639906Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/import_export_common.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6641022Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/interpreter.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6641882Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/method.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6642733Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/module.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6643818Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/observer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6644836Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6645617Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/parse_operators.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6646607Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6647307Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6648970Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6649729Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/quantization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6650533Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6651360Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/type_parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6652209Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-09-27T15:35:01.6653355Z creating base_bdist_tmp/torch/include/torch/csrc/jit/testing 2022-09-27T15:35:01.6654042Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/testing/file_check.h -> base_bdist_tmp/torch/include/torch/csrc/jit/testing 2022-09-27T15:35:01.6654797Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> base_bdist_tmp/torch/include/torch/csrc/jit/testing 2022-09-27T15:35:01.6656557Z creating base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6657146Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6658001Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6658843Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6659791Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6660691Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6661475Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6662701Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6663301Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6664632Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6665637Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/eval.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6666682Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6667649Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/expr.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6668577Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6669522Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6670697Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6671731Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6672931Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6673890Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6675001Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6675991Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6677004Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6678037Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6679170Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6680098Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6681086Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6682052Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6683072Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6683767Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6684726Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6685679Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6686623Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6687586Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6688610Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6689584Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6690520Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6691494Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6692520Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6693446Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6694458Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6695522Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/types.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6696859Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6697583Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-09-27T15:35:01.6698678Z creating base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:35:01.6699573Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:35:01.6700687Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:35:01.6701327Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:35:01.6702318Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:35:01.6702988Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:35:01.6703846Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:35:01.6704795Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:35:01.6706142Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:35:01.6706731Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-09-27T15:35:01.6708078Z creating base_bdist_tmp/torch/include/torch/csrc/jit/codegen 2022-09-27T15:35:01.6709362Z creating base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6710087Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/arith.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6711367Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6712098Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6713107Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6714406Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6715304Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6716313Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6717146Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6718210Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6719286Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/executor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6720211Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6721224Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6722204Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6723298Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6724326Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6725354Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6726402Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6727449Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6728517Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/index_reference_replay.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6729596Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6730638Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6731672Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6732698Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6733753Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6734768Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6735973Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6737020Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6738044Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6739105Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6740166Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6741197Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6742220Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6743354Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6744375Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6745369Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6746389Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6747529Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6748569Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6749601Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6750619Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6751673Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6752729Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6753783Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6754825Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6755878Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6756970Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6758095Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6759152Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6760172Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6761235Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6762296Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6763317Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6764351Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6765442Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6766601Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6767671Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6768735Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6769738Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6770870Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6771951Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6773038Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6774126Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6775180Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6776313Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6777344Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6778411Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6779427Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/manager.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6780448Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6781477Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6782470Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6783502Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6784543Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6785631Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6786649Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6787685Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6788703Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/partition.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6789817Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6790877Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6791913Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6792945Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6794063Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6795126Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6796170Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6797166Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/type.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6798236Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6799278Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6800280Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6801344Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-09-27T15:35:01.6802007Z creating base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:35:01.6802902Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:35:01.6803936Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:35:01.6804966Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:35:01.6806034Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-09-27T15:35:01.6806710Z creating base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6807686Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6808836Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6809985Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6811112Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6812179Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6813354Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6814476Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6815707Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6816914Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6818062Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6819192Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6820321Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6821460Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6822546Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6823653Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6824821Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6825932Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6827051Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-09-27T15:35:01.6827713Z creating base_bdist_tmp/torch/include/torch/csrc/onnx 2022-09-27T15:35:01.6828478Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/onnx/init.h -> base_bdist_tmp/torch/include/torch/csrc/onnx 2022-09-27T15:35:01.6829346Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/onnx/onnx.h -> base_bdist_tmp/torch/include/torch/csrc/onnx 2022-09-27T15:35:01.6829957Z creating base_bdist_tmp/torch/include/torch/csrc/profiler 2022-09-27T15:35:01.6830747Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/api.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-09-27T15:35:01.6831690Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/collection.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-09-27T15:35:01.6832661Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/containers.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-09-27T15:35:01.6833615Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/execution_graph_observer.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-09-27T15:35:01.6834597Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/itt_observer.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-09-27T15:35:01.6835542Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/kineto_shim.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-09-27T15:35:01.6836590Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/nvtx_observer.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-09-27T15:35:01.6837589Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/util.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-09-27T15:35:01.6838214Z creating base_bdist_tmp/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:35:01.6839157Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/orchestration/observer.h -> base_bdist_tmp/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:35:01.6840320Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> base_bdist_tmp/torch/include/torch/csrc/profiler/orchestration 2022-09-27T15:35:01.6841005Z creating base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6841763Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/auto_gil.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6842681Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/byte_order.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6843602Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/cpp_stacktraces.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6844514Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/cuda_enabled.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6845414Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/cuda_lazy_init.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6846359Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/disable_torch_function.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6847308Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/disallow_copy.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6848207Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/init.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6849129Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/invalid_arguments.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6850045Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/memory.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6850950Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/numpy_stub.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6851845Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/object_ptr.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6852746Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/out_types.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6853628Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/pybind.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6854564Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/pycfunction_helpers.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6855621Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_arg_parser.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6856567Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_compat.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6857518Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_dispatch.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6858447Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_numbers.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6859368Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_scalars.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6860369Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_strings.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6861304Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_stub.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6862269Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_torch_function_mode.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6863218Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_tuples.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6864191Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/schema_info.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6865061Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/six.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6865957Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/structseq.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6866854Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_apply.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6867766Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_dtypes.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6868700Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_flatten.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6869620Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_layouts.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6870540Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_list.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6871472Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_memoryformats.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6872385Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_new.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6873285Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_numpy.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6874213Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_qschemes.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6875126Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_types.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6876077Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6877048Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/throughput_benchmark.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6878061Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6878978Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/variadic.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-09-27T15:35:01.6879558Z creating base_bdist_tmp/torch/include/torch/csrc/tensor 2022-09-27T15:35:01.6880368Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/tensor/python_tensor.h -> base_bdist_tmp/torch/include/torch/csrc/tensor 2022-09-27T15:35:01.6880981Z creating base_bdist_tmp/torch/include/torch/csrc/lazy 2022-09-27T15:35:01.6881463Z creating base_bdist_tmp/torch/include/torch/csrc/lazy/backend 2022-09-27T15:35:01.6882284Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend/backend_data.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/backend 2022-09-27T15:35:01.6883271Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend/backend_device.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/backend 2022-09-27T15:35:01.6884338Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend/backend_interface.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/backend 2022-09-27T15:35:01.6885359Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend/lowering_context.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/backend 2022-09-27T15:35:01.6885971Z creating base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6886782Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/cache.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6887768Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/config.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6888718Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/debug_util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6889636Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6890556Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/hash.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6891484Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/helpers.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6892390Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ir.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6893299Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ir_builder.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6894213Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6895172Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ir_metadata.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6896203Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ir_util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6897156Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6898105Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/lazy_view.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6899033Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/metrics.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6899970Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/multi_wait.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6900909Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/permutation_util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6901854Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/shape.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6902799Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/shape_inference.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6903747Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6904675Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/tensor_impl.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6905599Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/tensor_util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6906551Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/thread_pool.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6907584Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/trie.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6908432Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/unique.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6908930Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-09-27T15:35:01.6910796Z creating base_bdist_tmp/torch/include/torch/csrc/lazy/core/internal_ops 2022-09-27T15:35:01.6911729Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core/internal_ops 2022-09-27T15:35:01.6912502Z creating base_bdist_tmp/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:35:01.6913348Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:35:01.6914326Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ops/utils.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core/ops 2022-09-27T15:35:01.6914963Z creating base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6915832Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/config.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6916812Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6917845Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6918880Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6919919Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6920931Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6921983Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6922992Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6923997Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6925009Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-09-27T15:35:01.6925619Z creating base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6926355Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/attr.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6927201Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/buffer_info.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6928028Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/cast.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6928839Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/chrono.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6929670Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/common.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6930500Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/complex.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6931325Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/eigen.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6932196Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/embed.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6933015Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/eval.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6933849Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/functional.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6934683Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/gil.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6935679Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/iostream.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6936604Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/numpy.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6938162Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/operators.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6939030Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/options.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6939767Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/pybind11.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6941517Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/pytypes.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6943922Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/stl.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6944952Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/stl_bind.h -> base_bdist_tmp/torch/include/pybind11 2022-09-27T15:35:01.6946843Z creating base_bdist_tmp/torch/include/pybind11/detail 2022-09-27T15:35:01.6947901Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/class.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-09-27T15:35:01.6948469Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/common.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-09-27T15:35:01.6949621Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/descr.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-09-27T15:35:01.6951046Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/init.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-09-27T15:35:01.6952037Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/internals.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-09-27T15:35:01.6952985Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/type_caster_base.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-09-27T15:35:01.6954273Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/typeid.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-09-27T15:35:01.6956848Z creating base_bdist_tmp/torch/share 2022-09-27T15:35:01.6957572Z creating base_bdist_tmp/torch/share/cmake 2022-09-27T15:35:01.6958390Z creating base_bdist_tmp/torch/share/cmake/ATen 2022-09-27T15:35:01.6959393Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/ATen/ATenConfig.cmake -> base_bdist_tmp/torch/share/cmake/ATen 2022-09-27T15:35:01.6960763Z creating base_bdist_tmp/torch/share/cmake/Caffe2 2022-09-27T15:35:01.6961239Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2 2022-09-27T15:35:01.6962201Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Caffe2Config.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2 2022-09-27T15:35:01.6963220Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2 2022-09-27T15:35:01.6964187Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2 2022-09-27T15:35:01.6965265Z creating base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-09-27T15:35:01.6966011Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/cuda.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-09-27T15:35:01.6967828Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/glog.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-09-27T15:35:01.6968362Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/gflags.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-09-27T15:35:01.6969398Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/mkl.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-09-27T15:35:01.6970560Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/mkldnn.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-09-27T15:35:01.6971215Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/protobuf.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-09-27T15:35:01.6972071Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/threads.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-09-27T15:35:01.6973015Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/utils.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-09-27T15:35:01.6973933Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-09-27T15:35:01.6975702Z creating base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:35:01.6976442Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:35:01.6977400Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-09-27T15:35:01.6977966Z creating base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:35:01.6978731Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:35:01.6979586Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:35:01.6981484Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:35:01.6982699Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-09-27T15:35:01.6983239Z creating base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:35:01.6983937Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:35:01.6984743Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:35:01.6985754Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:35:01.6987037Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-09-27T15:35:01.6987683Z creating base_bdist_tmp/torch/share/cmake/Tensorpipe 2022-09-27T15:35:01.6988614Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> base_bdist_tmp/torch/share/cmake/Tensorpipe 2022-09-27T15:35:01.6989491Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> base_bdist_tmp/torch/share/cmake/Tensorpipe 2022-09-27T15:35:01.6990878Z creating base_bdist_tmp/torch/share/cmake/Torch 2022-09-27T15:35:01.6991343Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Torch/TorchConfigVersion.cmake -> base_bdist_tmp/torch/share/cmake/Torch 2022-09-27T15:35:01.6992127Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Torch/TorchConfig.cmake -> base_bdist_tmp/torch/share/cmake/Torch 2022-09-27T15:35:01.6992851Z copying build/lib.linux-x86_64-3.7/torch/_C.cpython-37m-x86_64-linux-gnu.so -> base_bdist_tmp/torch 2022-09-27T15:35:01.6993998Z copying build/lib.linux-x86_64-3.7/torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so -> base_bdist_tmp/torch 2022-09-27T15:35:01.6997223Z creating base_bdist_tmp/torchgen 2022-09-27T15:35:01.6997759Z copying build/lib.linux-x86_64-3.7/torchgen/__init__.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.6998766Z copying build/lib.linux-x86_64-3.7/torchgen/code_template.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.6999650Z copying build/lib.linux-x86_64-3.7/torchgen/context.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.7000495Z copying build/lib.linux-x86_64-3.7/torchgen/gen.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.7002272Z copying build/lib.linux-x86_64-3.7/torchgen/gen_backend_stubs.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.7003334Z copying build/lib.linux-x86_64-3.7/torchgen/gen_functionalization_type.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.7004189Z copying build/lib.linux-x86_64-3.7/torchgen/gen_lazy_tensor.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.7005170Z copying build/lib.linux-x86_64-3.7/torchgen/gen_vmap_plumbing.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.7005974Z copying build/lib.linux-x86_64-3.7/torchgen/local.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.7006845Z copying build/lib.linux-x86_64-3.7/torchgen/model.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.7008573Z copying build/lib.linux-x86_64-3.7/torchgen/native_function_generation.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.7009221Z copying build/lib.linux-x86_64-3.7/torchgen/utils.py -> base_bdist_tmp/torchgen 2022-09-27T15:35:01.7010604Z creating base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7011112Z copying build/lib.linux-x86_64-3.7/torchgen/api/__init__.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7012044Z copying build/lib.linux-x86_64-3.7/torchgen/api/autograd.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7013170Z copying build/lib.linux-x86_64-3.7/torchgen/api/cpp.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7014238Z copying build/lib.linux-x86_64-3.7/torchgen/api/dispatcher.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7014789Z copying build/lib.linux-x86_64-3.7/torchgen/api/functionalization.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7015816Z copying build/lib.linux-x86_64-3.7/torchgen/api/lazy.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7016838Z copying build/lib.linux-x86_64-3.7/torchgen/api/meta.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7017742Z copying build/lib.linux-x86_64-3.7/torchgen/api/native.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7018540Z copying build/lib.linux-x86_64-3.7/torchgen/api/python.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7020588Z copying build/lib.linux-x86_64-3.7/torchgen/api/structured.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7021470Z copying build/lib.linux-x86_64-3.7/torchgen/api/translate.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7022404Z copying build/lib.linux-x86_64-3.7/torchgen/api/types.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7023692Z copying build/lib.linux-x86_64-3.7/torchgen/api/ufunc.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7024790Z copying build/lib.linux-x86_64-3.7/torchgen/api/unboxing.py -> base_bdist_tmp/torchgen/api 2022-09-27T15:35:01.7026277Z creating base_bdist_tmp/torchgen/dest 2022-09-27T15:35:01.7026885Z copying build/lib.linux-x86_64-3.7/torchgen/dest/__init__.py -> base_bdist_tmp/torchgen/dest 2022-09-27T15:35:01.7028356Z copying build/lib.linux-x86_64-3.7/torchgen/dest/lazy_ir.py -> base_bdist_tmp/torchgen/dest 2022-09-27T15:35:01.7029427Z copying build/lib.linux-x86_64-3.7/torchgen/dest/lazy_ts_lowering.py -> base_bdist_tmp/torchgen/dest 2022-09-27T15:35:01.7029912Z copying build/lib.linux-x86_64-3.7/torchgen/dest/native_functions.py -> base_bdist_tmp/torchgen/dest 2022-09-27T15:35:01.7031717Z copying build/lib.linux-x86_64-3.7/torchgen/dest/register_dispatch_key.py -> base_bdist_tmp/torchgen/dest 2022-09-27T15:35:01.7032509Z copying build/lib.linux-x86_64-3.7/torchgen/dest/ufunc.py -> base_bdist_tmp/torchgen/dest 2022-09-27T15:35:01.7033984Z creating base_bdist_tmp/torchgen/operator_versions 2022-09-27T15:35:01.7034329Z copying build/lib.linux-x86_64-3.7/torchgen/operator_versions/__init__.py -> base_bdist_tmp/torchgen/operator_versions 2022-09-27T15:35:01.7035248Z copying build/lib.linux-x86_64-3.7/torchgen/operator_versions/gen_mobile_upgraders.py -> base_bdist_tmp/torchgen/operator_versions 2022-09-27T15:35:01.7036874Z copying build/lib.linux-x86_64-3.7/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> base_bdist_tmp/torchgen/operator_versions 2022-09-27T15:35:01.7038723Z creating base_bdist_tmp/torchgen/selective_build 2022-09-27T15:35:01.7039117Z copying build/lib.linux-x86_64-3.7/torchgen/selective_build/__init__.py -> base_bdist_tmp/torchgen/selective_build 2022-09-27T15:35:01.7039560Z copying build/lib.linux-x86_64-3.7/torchgen/selective_build/operator.py -> base_bdist_tmp/torchgen/selective_build 2022-09-27T15:35:01.7040554Z copying build/lib.linux-x86_64-3.7/torchgen/selective_build/selector.py -> base_bdist_tmp/torchgen/selective_build 2022-09-27T15:35:01.7042017Z creating base_bdist_tmp/torchgen/static_runtime 2022-09-27T15:35:01.7043056Z copying build/lib.linux-x86_64-3.7/torchgen/static_runtime/__init__.py -> base_bdist_tmp/torchgen/static_runtime 2022-09-27T15:35:01.7043527Z copying build/lib.linux-x86_64-3.7/torchgen/static_runtime/config.py -> base_bdist_tmp/torchgen/static_runtime 2022-09-27T15:35:01.7044521Z copying build/lib.linux-x86_64-3.7/torchgen/static_runtime/gen_static_runtime_ops.py -> base_bdist_tmp/torchgen/static_runtime 2022-09-27T15:35:01.7045277Z copying build/lib.linux-x86_64-3.7/torchgen/static_runtime/generator.py -> base_bdist_tmp/torchgen/static_runtime 2022-09-27T15:35:01.7046530Z creating base_bdist_tmp/torchgen/packaged 2022-09-27T15:35:01.7046988Z creating base_bdist_tmp/torchgen/packaged/ATen 2022-09-27T15:35:01.7048456Z creating base_bdist_tmp/torchgen/packaged/ATen/native 2022-09-27T15:35:01.7048892Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/native/native_functions.yaml -> base_bdist_tmp/torchgen/packaged/ATen/native 2022-09-27T15:35:01.7053277Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/native/tags.yaml -> base_bdist_tmp/torchgen/packaged/ATen/native 2022-09-27T15:35:01.7054433Z creating base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7055043Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/ATenOpList.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7056328Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7057051Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7058073Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7059000Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7059670Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7060790Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7061610Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Function.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7062484Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/FunctionalInverses.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7063440Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Functions.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7064048Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Functions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7065087Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/LazyIr.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7065962Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7067381Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/MethodOperators.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7067990Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/NativeFunction.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7069430Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/NativeFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7070009Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7070915Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7071965Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Operator.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7072944Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Operators.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7074035Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Operators.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7074929Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7075674Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7076292Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7077933Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7078811Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7079562Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7080556Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7081294Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7082226Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7082911Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/TensorBody.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7084080Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/TensorMethods.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7085245Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7085945Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7087649Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7088254Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7089145Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7089858Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/aten_interned_strings.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7090810Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/enum_tag.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-09-27T15:35:01.7095160Z running install_egg_info 2022-09-27T15:35:01.7134421Z running egg_info 2022-09-27T15:35:01.7134642Z creating torch.egg-info 2022-09-27T15:35:01.7135578Z writing torch.egg-info/PKG-INFO 2022-09-27T15:35:01.7139497Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-09-27T15:35:01.7140855Z writing entry points to torch.egg-info/entry_points.txt 2022-09-27T15:35:01.7142066Z writing requirements to torch.egg-info/requires.txt 2022-09-27T15:35:01.7143618Z writing top-level names to torch.egg-info/top_level.txt 2022-09-27T15:35:01.7144782Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-09-27T15:35:01.7772382Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-09-27T15:35:01.7772771Z reading manifest template 'MANIFEST.in' 2022-09-27T15:35:03.5508716Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-09-27T15:35:03.6765806Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-09-27T15:35:03.9137700Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-09-27T15:35:04.5225384Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-09-27T15:35:04.5319045Z Copying torch.egg-info to base_bdist_tmp/torch-1.13.0a0+gitc7c2578-py3.7.egg-info 2022-09-27T15:35:04.5360482Z running install_scripts 2022-09-27T15:35:04.5598915Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-09-27T15:35:04.5602032Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-09-27T15:35:04.5660660Z creating base_bdist_tmp/torch-1.13.0a0+gitc7c2578.dist-info/WHEEL 2022-09-27T15:35:04.5663959Z creating 'base_dist/torch-1.13.0a0+gitc7c2578-cp37-cp37m-linux_x86_64.whl' and adding 'base_bdist_tmp' to it 2022-09-27T15:35:04.5666805Z adding 'caffe2/__init__.py' 2022-09-27T15:35:04.5669359Z adding 'caffe2/contrib/__init__.py' 2022-09-27T15:35:04.5671150Z adding 'caffe2/contrib/aten/__init__.py' 2022-09-27T15:35:04.5673966Z adding 'caffe2/contrib/aten/aten_test.py' 2022-09-27T15:35:04.5678917Z adding 'caffe2/contrib/aten/gen_op.py' 2022-09-27T15:35:04.5681007Z adding 'caffe2/contrib/aten/docs/__init__.py' 2022-09-27T15:35:04.5683437Z adding 'caffe2/contrib/aten/docs/sample.py' 2022-09-27T15:35:04.5685395Z adding 'caffe2/contrib/gloo/__init__.py' 2022-09-27T15:35:04.5691033Z adding 'caffe2/contrib/gloo/gloo_test.py' 2022-09-27T15:35:04.5693837Z adding 'caffe2/contrib/nccl/__init__.py' 2022-09-27T15:35:04.5697451Z adding 'caffe2/contrib/nccl/nccl_ops_test.py' 2022-09-27T15:35:04.5699681Z adding 'caffe2/contrib/nnpack/__init__.py' 2022-09-27T15:35:04.5702876Z adding 'caffe2/contrib/nnpack/nnpack_ops_test.py' 2022-09-27T15:35:04.5709056Z adding 'caffe2/contrib/playground/AnyExp.py' 2022-09-27T15:35:04.5712462Z adding 'caffe2/contrib/playground/AnyExpOnTerm.py' 2022-09-27T15:35:04.5715311Z adding 'caffe2/contrib/playground/ModuleRegister.py' 2022-09-27T15:35:04.5717103Z adding 'caffe2/contrib/playground/__init__.py' 2022-09-27T15:35:04.5720836Z adding 'caffe2/contrib/playground/checkpoint.py' 2022-09-27T15:35:04.5722927Z adding 'caffe2/contrib/playground/compute_loss.py' 2022-09-27T15:35:04.5725613Z adding 'caffe2/contrib/playground/compute_topk_accuracy.py' 2022-09-27T15:35:04.5727053Z adding 'caffe2/contrib/playground/meter.py' 2022-09-27T15:35:04.5729718Z adding 'caffe2/contrib/playground/module_map.py' 2022-09-27T15:35:04.5731263Z adding 'caffe2/contrib/playground/output_generator.py' 2022-09-27T15:35:04.5734478Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet.py' 2022-09-27T15:35:04.5737345Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py' 2022-09-27T15:35:04.5738496Z adding 'caffe2/contrib/playground/resnetdemo/__init__.py' 2022-09-27T15:35:04.5740895Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py' 2022-09-27T15:35:04.5743026Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py' 2022-09-27T15:35:04.5747149Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py' 2022-09-27T15:35:04.5749824Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py' 2022-09-27T15:35:04.5751806Z adding 'caffe2/contrib/playground/resnetdemo/gfs_IN1k.py' 2022-09-27T15:35:04.5754014Z adding 'caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py' 2022-09-27T15:35:04.5756277Z adding 'caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py' 2022-09-27T15:35:04.5758360Z adding 'caffe2/contrib/prof/__init__.py' 2022-09-27T15:35:04.5760560Z adding 'caffe2/contrib/prof/cuda_profile_ops_test.py' 2022-09-27T15:35:04.5762498Z adding 'caffe2/contrib/script/__init__.py' 2022-09-27T15:35:04.5764538Z adding 'caffe2/contrib/script/examples/__init__.py' 2022-09-27T15:35:04.5766480Z adding 'caffe2/contrib/tensorboard/__init__.py' 2022-09-27T15:35:04.5769952Z adding 'caffe2/contrib/tensorboard/tensorboard.py' 2022-09-27T15:35:04.5774279Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter.py' 2022-09-27T15:35:04.5778614Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter_test.py' 2022-09-27T15:35:04.5781907Z adding 'caffe2/contrib/tensorboard/tensorboard_test.py' 2022-09-27T15:35:04.5783610Z adding 'caffe2/contrib/warpctc/__init__.py' 2022-09-27T15:35:04.5786718Z adding 'caffe2/contrib/warpctc/ctc_ops_test.py' 2022-09-27T15:35:04.5788398Z adding 'caffe2/core/__init__.py' 2022-09-27T15:35:04.5790565Z adding 'caffe2/core/nomnigraph/__init__.py' 2022-09-27T15:35:04.5794236Z adding 'caffe2/core/nomnigraph/op_gen.py' 2022-09-27T15:35:04.5796243Z adding 'caffe2/distributed/__init__.py' 2022-09-27T15:35:04.5798829Z adding 'caffe2/distributed/file_store_handler_op_test.py' 2022-09-27T15:35:04.5800833Z adding 'caffe2/distributed/redis_store_handler_op_test.py' 2022-09-27T15:35:04.5803485Z adding 'caffe2/distributed/store_ops_test_util.py' 2022-09-27T15:35:04.5805261Z adding 'caffe2/experiments/__init__.py' 2022-09-27T15:35:04.5809420Z adding 'caffe2/experiments/python/SparseTransformer.py' 2022-09-27T15:35:04.5810792Z adding 'caffe2/experiments/python/__init__.py' 2022-09-27T15:35:04.5817316Z adding 'caffe2/experiments/python/convnet_benchmarks.py' 2022-09-27T15:35:04.5820461Z adding 'caffe2/experiments/python/device_reduce_sum_bench.py' 2022-09-27T15:35:04.5822979Z adding 'caffe2/experiments/python/funhash_op_test.py' 2022-09-27T15:35:04.5826065Z adding 'caffe2/experiments/python/net_construct_bench.py' 2022-09-27T15:35:04.5828536Z adding 'caffe2/experiments/python/sparse_funhash_op_test.py' 2022-09-27T15:35:04.5831288Z adding 'caffe2/experiments/python/sparse_reshape_op_test.py' 2022-09-27T15:35:04.5833802Z adding 'caffe2/experiments/python/tt_contraction_op_test.py' 2022-09-27T15:35:04.5836211Z adding 'caffe2/experiments/python/tt_pad_op_test.py' 2022-09-27T15:35:04.5838446Z adding 'caffe2/perfkernels/__init__.py' 2022-09-27T15:35:04.5843488Z adding 'caffe2/perfkernels/hp_emblookup_codegen.py' 2022-09-27T15:35:04.5846564Z adding 'caffe2/proto/__init__.py' 2022-09-27T15:35:04.5858379Z adding 'caffe2/proto/caffe2_pb2.py' 2022-09-27T15:35:04.5862971Z adding 'caffe2/proto/gen_proto_typestubs_helper.py' 2022-09-27T15:35:04.5867274Z adding 'caffe2/proto/torch_pb2.py' 2022-09-27T15:35:04.5872513Z adding 'caffe2/python/__init__.py' 2022-09-27T15:35:04.5874921Z adding 'caffe2/python/_import_c_extension.py' 2022-09-27T15:35:04.5877715Z adding 'caffe2/python/allcompare_test.py' 2022-09-27T15:35:04.5881333Z adding 'caffe2/python/attention.py' 2022-09-27T15:35:04.5884709Z adding 'caffe2/python/benchmark_generator.py' 2022-09-27T15:35:04.5888165Z adding 'caffe2/python/binarysize.py' 2022-09-27T15:35:04.5891211Z adding 'caffe2/python/brew.py' 2022-09-27T15:35:04.5895083Z adding 'caffe2/python/brew_test.py' 2022-09-27T15:35:04.5897448Z adding 'caffe2/python/build.py' 2022-09-27T15:35:04.5900595Z adding 'caffe2/python/cached_reader.py' 2022-09-27T15:35:04.5910493Z adding 'caffe2/python/caffe_translator.py' 2022-09-27T15:35:04.5914185Z adding 'caffe2/python/caffe_translator_test.py' 2022-09-27T15:35:04.5923155Z adding 'caffe2/python/checkpoint.py' 2022-09-27T15:35:04.5928044Z adding 'caffe2/python/checkpoint_test.py' 2022-09-27T15:35:04.5931331Z adding 'caffe2/python/cnn.py' 2022-09-27T15:35:04.5934102Z adding 'caffe2/python/context.py' 2022-09-27T15:35:04.5936752Z adding 'caffe2/python/context_test.py' 2022-09-27T15:35:04.5942375Z adding 'caffe2/python/control.py' 2022-09-27T15:35:04.5951779Z adding 'caffe2/python/control_ops_grad.py' 2022-09-27T15:35:04.5954848Z adding 'caffe2/python/control_ops_grad_test.py' 2022-09-27T15:35:04.5959098Z adding 'caffe2/python/control_ops_util.py' 2022-09-27T15:35:04.5962836Z adding 'caffe2/python/control_test.py' 2022-09-27T15:35:04.5964935Z adding 'caffe2/python/convert.py' 2022-09-27T15:35:04.5966656Z adding 'caffe2/python/convert_test.py' 2022-09-27T15:35:04.5972657Z adding 'caffe2/python/convnet_benchmarks.py' 2022-09-27T15:35:04.5975539Z adding 'caffe2/python/convnet_benchmarks_test.py' 2022-09-27T15:35:04.6016163Z adding 'caffe2/python/core.py' 2022-09-27T15:35:04.6025596Z adding 'caffe2/python/core_gradients_test.py' 2022-09-27T15:35:04.6036743Z adding 'caffe2/python/core_test.py' 2022-09-27T15:35:04.6041949Z adding 'caffe2/python/crf.py' 2022-09-27T15:35:04.6043932Z adding 'caffe2/python/crf_predict.py' 2022-09-27T15:35:04.6045719Z adding 'caffe2/python/crf_viterbi_test.py' 2022-09-27T15:35:04.6069004Z adding 'caffe2/python/data_parallel_model.py' 2022-09-27T15:35:04.6082487Z adding 'caffe2/python/data_parallel_model_test.py' 2022-09-27T15:35:04.6088636Z adding 'caffe2/python/data_workers.py' 2022-09-27T15:35:04.6091487Z adding 'caffe2/python/data_workers_test.py' 2022-09-27T15:35:04.6098603Z adding 'caffe2/python/dataio.py' 2022-09-27T15:35:04.6103274Z adding 'caffe2/python/dataio_test.py' 2022-09-27T15:35:04.6107667Z adding 'caffe2/python/dataset.py' 2022-09-27T15:35:04.6110788Z adding 'caffe2/python/db_file_reader.py' 2022-09-27T15:35:04.6112603Z adding 'caffe2/python/db_test.py' 2022-09-27T15:35:04.6115081Z adding 'caffe2/python/device_checker.py' 2022-09-27T15:35:04.6117046Z adding 'caffe2/python/dyndep.py' 2022-09-27T15:35:04.6119794Z adding 'caffe2/python/embedding_generation_benchmark.py' 2022-09-27T15:35:04.6122143Z adding 'caffe2/python/experiment_util.py' 2022-09-27T15:35:04.6123999Z adding 'caffe2/python/extension_loader.py' 2022-09-27T15:35:04.6125617Z adding 'caffe2/python/fakefp16_transform_lib.py' 2022-09-27T15:35:04.6127225Z adding 'caffe2/python/filler_test.py' 2022-09-27T15:35:04.6129544Z adding 'caffe2/python/functional.py' 2022-09-27T15:35:04.6131944Z adding 'caffe2/python/functional_test.py' 2022-09-27T15:35:04.6134267Z adding 'caffe2/python/fused_8bit_rowwise_conversion_ops_test.py' 2022-09-27T15:35:04.6139162Z adding 'caffe2/python/gradient_check_test.py' 2022-09-27T15:35:04.6144335Z adding 'caffe2/python/gradient_checker.py' 2022-09-27T15:35:04.6147286Z adding 'caffe2/python/gru_cell.py' 2022-09-27T15:35:04.6149036Z adding 'caffe2/python/hip_test_util.py' 2022-09-27T15:35:04.6150822Z adding 'caffe2/python/hsm_util.py' 2022-09-27T15:35:04.6174917Z adding 'caffe2/python/hypothesis_test.py' 2022-09-27T15:35:04.6184363Z adding 'caffe2/python/hypothesis_test_util.py' 2022-09-27T15:35:04.6186678Z adding 'caffe2/python/ideep_test_util.py' 2022-09-27T15:35:04.6194362Z adding 'caffe2/python/layer_model_helper.py' 2022-09-27T15:35:04.6197263Z adding 'caffe2/python/layer_model_instantiator.py' 2022-09-27T15:35:04.6199960Z adding 'caffe2/python/layer_parameter_sharing_test.py' 2022-09-27T15:35:04.6202633Z adding 'caffe2/python/layer_test_util.py' 2022-09-27T15:35:04.6221317Z adding 'caffe2/python/layers_test.py' 2022-09-27T15:35:04.6225060Z adding 'caffe2/python/lazy.py' 2022-09-27T15:35:04.6227110Z adding 'caffe2/python/lazy_dyndep.py' 2022-09-27T15:35:04.6229397Z adding 'caffe2/python/lazy_dyndep_test.py' 2022-09-27T15:35:04.6232022Z adding 'caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py' 2022-09-27T15:35:04.6234554Z adding 'caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py' 2022-09-27T15:35:04.6238287Z adding 'caffe2/python/lstm_benchmark.py' 2022-09-27T15:35:04.6249533Z adding 'caffe2/python/memonger.py' 2022-09-27T15:35:04.6257216Z adding 'caffe2/python/memonger_test.py' 2022-09-27T15:35:04.6259653Z adding 'caffe2/python/mkl_test_util.py' 2022-09-27T15:35:04.6262006Z adding 'caffe2/python/model_device_test.py' 2022-09-27T15:35:04.6269013Z adding 'caffe2/python/model_helper.py' 2022-09-27T15:35:04.6271724Z adding 'caffe2/python/model_helper_test.py' 2022-09-27T15:35:04.6273523Z adding 'caffe2/python/modifier_context.py' 2022-09-27T15:35:04.6276376Z adding 'caffe2/python/muji.py' 2022-09-27T15:35:04.6278776Z adding 'caffe2/python/muji_test.py' 2022-09-27T15:35:04.6286111Z adding 'caffe2/python/net_builder.py' 2022-09-27T15:35:04.6290216Z adding 'caffe2/python/net_builder_test.py' 2022-09-27T15:35:04.6295030Z adding 'caffe2/python/net_drawer.py' 2022-09-27T15:35:04.6299684Z adding 'caffe2/python/net_printer.py' 2022-09-27T15:35:04.6302133Z adding 'caffe2/python/net_printer_test.py' 2022-09-27T15:35:04.6304430Z adding 'caffe2/python/nomnigraph.py' 2022-09-27T15:35:04.6308404Z adding 'caffe2/python/nomnigraph_test.py' 2022-09-27T15:35:04.6311188Z adding 'caffe2/python/nomnigraph_transformations.py' 2022-09-27T15:35:04.6313798Z adding 'caffe2/python/nomnigraph_transformations_test.py' 2022-09-27T15:35:04.6315694Z adding 'caffe2/python/normalizer.py' 2022-09-27T15:35:04.6317591Z adding 'caffe2/python/normalizer_context.py' 2022-09-27T15:35:04.6319218Z adding 'caffe2/python/normalizer_test.py' 2022-09-27T15:35:04.6321093Z adding 'caffe2/python/numa_benchmark.py' 2022-09-27T15:35:04.6322870Z adding 'caffe2/python/numa_test.py' 2022-09-27T15:35:04.6325424Z adding 'caffe2/python/observer_test.py' 2022-09-27T15:35:04.6327364Z adding 'caffe2/python/operator_fp_exceptions_test.py' 2022-09-27T15:35:04.6343531Z adding 'caffe2/python/optimizer.py' 2022-09-27T15:35:04.6347080Z adding 'caffe2/python/optimizer_context.py' 2022-09-27T15:35:04.6353347Z adding 'caffe2/python/optimizer_test.py' 2022-09-27T15:35:04.6357257Z adding 'caffe2/python/optimizer_test_util.py' 2022-09-27T15:35:04.6360593Z adding 'caffe2/python/parallel_workers.py' 2022-09-27T15:35:04.6362976Z adding 'caffe2/python/parallel_workers_test.py' 2022-09-27T15:35:04.6366538Z adding 'caffe2/python/parallelize_bmuf_distributed_test.py' 2022-09-27T15:35:04.6371954Z adding 'caffe2/python/pipeline.py' 2022-09-27T15:35:04.6374700Z adding 'caffe2/python/pipeline_test.py' 2022-09-27T15:35:04.6376934Z adding 'caffe2/python/predictor_constants.py' 2022-09-27T15:35:04.6379277Z adding 'caffe2/python/python_op_test.py' 2022-09-27T15:35:04.6381936Z adding 'caffe2/python/queue_util.py' 2022-09-27T15:35:04.6384486Z adding 'caffe2/python/record_queue.py' 2022-09-27T15:35:04.6389181Z adding 'caffe2/python/recurrent.py' 2022-09-27T15:35:04.6395123Z adding 'caffe2/python/regularizer.py' 2022-09-27T15:35:04.6397598Z adding 'caffe2/python/regularizer_context.py' 2022-09-27T15:35:04.6400774Z adding 'caffe2/python/regularizer_test.py' 2022-09-27T15:35:04.6418375Z adding 'caffe2/python/rnn_cell.py' 2022-09-27T15:35:04.6433461Z adding 'caffe2/python/schema.py' 2022-09-27T15:35:04.6438339Z adding 'caffe2/python/schema_test.py' 2022-09-27T15:35:04.6440919Z adding 'caffe2/python/scope.py' 2022-09-27T15:35:04.6443230Z adding 'caffe2/python/scope_test.py' 2022-09-27T15:35:04.6446474Z adding 'caffe2/python/session.py' 2022-09-27T15:35:04.6448570Z adding 'caffe2/python/session_test.py' 2022-09-27T15:35:04.6450933Z adding 'caffe2/python/sparse_to_dense_mask_test.py' 2022-09-27T15:35:04.6453108Z adding 'caffe2/python/sparse_to_dense_test.py' 2022-09-27T15:35:04.6460912Z adding 'caffe2/python/task.py' 2022-09-27T15:35:04.6463288Z adding 'caffe2/python/task_test.py' 2022-09-27T15:35:04.6465590Z adding 'caffe2/python/test_util.py' 2022-09-27T15:35:04.6467631Z adding 'caffe2/python/text_file_reader.py' 2022-09-27T15:35:04.6469994Z adding 'caffe2/python/timeout_guard.py' 2022-09-27T15:35:04.6472191Z adding 'caffe2/python/toy_regression_test.py' 2022-09-27T15:35:04.6474135Z adding 'caffe2/python/transformations.py' 2022-09-27T15:35:04.6476991Z adding 'caffe2/python/transformations_test.py' 2022-09-27T15:35:04.6480760Z adding 'caffe2/python/tt_core.py' 2022-09-27T15:35:04.6482917Z adding 'caffe2/python/tt_core_test.py' 2022-09-27T15:35:04.6487523Z adding 'caffe2/python/utils.py' 2022-09-27T15:35:04.6489695Z adding 'caffe2/python/utils_test.py' 2022-09-27T15:35:04.6492477Z adding 'caffe2/python/visualize.py' 2022-09-27T15:35:04.6500512Z adding 'caffe2/python/workspace.py' 2022-09-27T15:35:04.6509889Z adding 'caffe2/python/workspace_test.py' 2022-09-27T15:35:04.6512278Z adding 'caffe2/python/docs/__init__.py' 2022-09-27T15:35:04.6513992Z adding 'caffe2/python/docs/formatter.py' 2022-09-27T15:35:04.6516812Z adding 'caffe2/python/docs/generator.py' 2022-09-27T15:35:04.6519493Z adding 'caffe2/python/docs/github.py' 2022-09-27T15:35:04.6521745Z adding 'caffe2/python/docs/parser.py' 2022-09-27T15:35:04.6523588Z adding 'caffe2/python/examples/__init__.py' 2022-09-27T15:35:04.6526996Z adding 'caffe2/python/examples/char_rnn.py' 2022-09-27T15:35:04.6534798Z adding 'caffe2/python/examples/imagenet_trainer.py' 2022-09-27T15:35:04.6537791Z adding 'caffe2/python/examples/lmdb_create_example.py' 2022-09-27T15:35:04.6545199Z adding 'caffe2/python/examples/resnet50_trainer.py' 2022-09-27T15:35:04.6547654Z adding 'caffe2/python/fakelowp/__init__.py' 2022-09-27T15:35:04.6549357Z adding 'caffe2/python/fakelowp/init_shared_libs.py' 2022-09-27T15:35:04.6551018Z adding 'caffe2/python/fakelowp/test_utils.py' 2022-09-27T15:35:04.6552877Z adding 'caffe2/python/helpers/__init__.py' 2022-09-27T15:35:04.6554581Z adding 'caffe2/python/helpers/algebra.py' 2022-09-27T15:35:04.6556285Z adding 'caffe2/python/helpers/arg_scope.py' 2022-09-27T15:35:04.6557970Z adding 'caffe2/python/helpers/array_helpers.py' 2022-09-27T15:35:04.6559509Z adding 'caffe2/python/helpers/control_ops.py' 2022-09-27T15:35:04.6562659Z adding 'caffe2/python/helpers/conv.py' 2022-09-27T15:35:04.6564548Z adding 'caffe2/python/helpers/db_input.py' 2022-09-27T15:35:04.6566171Z adding 'caffe2/python/helpers/dropout.py' 2022-09-27T15:35:04.6567994Z adding 'caffe2/python/helpers/elementwise_linear.py' 2022-09-27T15:35:04.6570351Z adding 'caffe2/python/helpers/fc.py' 2022-09-27T15:35:04.6572290Z adding 'caffe2/python/helpers/nonlinearity.py' 2022-09-27T15:35:04.6575643Z adding 'caffe2/python/helpers/normalization.py' 2022-09-27T15:35:04.6577653Z adding 'caffe2/python/helpers/pooling.py' 2022-09-27T15:35:04.6579238Z adding 'caffe2/python/helpers/quantization.py' 2022-09-27T15:35:04.6581156Z adding 'caffe2/python/helpers/tools.py' 2022-09-27T15:35:04.6583057Z adding 'caffe2/python/helpers/train.py' 2022-09-27T15:35:04.6585425Z adding 'caffe2/python/ideep/LRN_op_test.py' 2022-09-27T15:35:04.6586890Z adding 'caffe2/python/ideep/__init__.py' 2022-09-27T15:35:04.6588804Z adding 'caffe2/python/ideep/adam_op_test.py' 2022-09-27T15:35:04.6591286Z adding 'caffe2/python/ideep/blobs_queue_db_test.py' 2022-09-27T15:35:04.6593184Z adding 'caffe2/python/ideep/channel_shuffle_op_test.py' 2022-09-27T15:35:04.6595610Z adding 'caffe2/python/ideep/concat_split_op_test.py' 2022-09-27T15:35:04.6598118Z adding 'caffe2/python/ideep/conv_op_test.py' 2022-09-27T15:35:04.6600351Z adding 'caffe2/python/ideep/conv_transpose_test.py' 2022-09-27T15:35:04.6604677Z adding 'caffe2/python/ideep/convfusion_op_test.py' 2022-09-27T15:35:04.6607409Z adding 'caffe2/python/ideep/copy_op_test.py' 2022-09-27T15:35:04.6609479Z adding 'caffe2/python/ideep/dropout_op_test.py' 2022-09-27T15:35:04.6611907Z adding 'caffe2/python/ideep/elementwise_sum_op_test.py' 2022-09-27T15:35:04.6614086Z adding 'caffe2/python/ideep/expanddims_squeeze_op_test.py' 2022-09-27T15:35:04.6617099Z adding 'caffe2/python/ideep/fc_op_test.py' 2022-09-27T15:35:04.6619354Z adding 'caffe2/python/ideep/leaky_relu_op_test.py' 2022-09-27T15:35:04.6621300Z adding 'caffe2/python/ideep/moment_sgd_op_test.py' 2022-09-27T15:35:04.6623503Z adding 'caffe2/python/ideep/operator_fallback_op_test.py' 2022-09-27T15:35:04.6625491Z adding 'caffe2/python/ideep/order_switch_op_test.py' 2022-09-27T15:35:04.6627785Z adding 'caffe2/python/ideep/pool_op_test.py' 2022-09-27T15:35:04.6630045Z adding 'caffe2/python/ideep/pre_convert_test.py' 2022-09-27T15:35:04.6632435Z adding 'caffe2/python/ideep/relu_op_test.py' 2022-09-27T15:35:04.6634917Z adding 'caffe2/python/ideep/reshape_op_test.py' 2022-09-27T15:35:04.6636929Z adding 'caffe2/python/ideep/shape_op_test.py' 2022-09-27T15:35:04.6638827Z adding 'caffe2/python/ideep/sigmoid_op_test.py' 2022-09-27T15:35:04.6640760Z adding 'caffe2/python/ideep/softmax_op_test.py' 2022-09-27T15:35:04.6642870Z adding 'caffe2/python/ideep/spatial_bn_op_test.py' 2022-09-27T15:35:04.6645236Z adding 'caffe2/python/ideep/test_ideep_net.py' 2022-09-27T15:35:04.6649155Z adding 'caffe2/python/ideep/transform_ideep_net.py' 2022-09-27T15:35:04.6651266Z adding 'caffe2/python/ideep/transpose_op_test.py' 2022-09-27T15:35:04.6653204Z adding 'caffe2/python/ideep/weightedsum_op_test.py' 2022-09-27T15:35:04.6655882Z adding 'caffe2/python/layers/__init__.py' 2022-09-27T15:35:04.6658789Z adding 'caffe2/python/layers/adaptive_weight.py' 2022-09-27T15:35:04.6661063Z adding 'caffe2/python/layers/add_bias.py' 2022-09-27T15:35:04.6663628Z adding 'caffe2/python/layers/arc_cosine_feature_map.py' 2022-09-27T15:35:04.6665832Z adding 'caffe2/python/layers/batch_huber_loss.py' 2022-09-27T15:35:04.6669006Z adding 'caffe2/python/layers/batch_lr_loss.py' 2022-09-27T15:35:04.6671096Z adding 'caffe2/python/layers/batch_mse_loss.py' 2022-09-27T15:35:04.6673182Z adding 'caffe2/python/layers/batch_normalization.py' 2022-09-27T15:35:04.6675111Z adding 'caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py' 2022-09-27T15:35:04.6677222Z adding 'caffe2/python/layers/batch_softmax_loss.py' 2022-09-27T15:35:04.6679302Z adding 'caffe2/python/layers/blob_weighted_sum.py' 2022-09-27T15:35:04.6681077Z adding 'caffe2/python/layers/bpr_loss.py' 2022-09-27T15:35:04.6682987Z adding 'caffe2/python/layers/bucket_weighted.py' 2022-09-27T15:35:04.6684777Z adding 'caffe2/python/layers/build_index.py' 2022-09-27T15:35:04.6687035Z adding 'caffe2/python/layers/concat.py' 2022-09-27T15:35:04.6688841Z adding 'caffe2/python/layers/constant_weight.py' 2022-09-27T15:35:04.6691113Z adding 'caffe2/python/layers/conv.py' 2022-09-27T15:35:04.6692942Z adding 'caffe2/python/layers/dropout.py' 2022-09-27T15:35:04.6696165Z adding 'caffe2/python/layers/fc.py' 2022-09-27T15:35:04.6700167Z adding 'caffe2/python/layers/fc_with_bootstrap.py' 2022-09-27T15:35:04.6702390Z adding 'caffe2/python/layers/fc_without_bias.py' 2022-09-27T15:35:04.6705680Z adding 'caffe2/python/layers/feature_sparse_to_dense.py' 2022-09-27T15:35:04.6708222Z adding 'caffe2/python/layers/functional.py' 2022-09-27T15:35:04.6710346Z adding 'caffe2/python/layers/gather_record.py' 2022-09-27T15:35:04.6712671Z adding 'caffe2/python/layers/homotopy_weight.py' 2022-09-27T15:35:04.6714804Z adding 'caffe2/python/layers/label_smooth.py' 2022-09-27T15:35:04.6716865Z adding 'caffe2/python/layers/last_n_window_collector.py' 2022-09-27T15:35:04.6719100Z adding 'caffe2/python/layers/layer_normalization.py' 2022-09-27T15:35:04.6723989Z adding 'caffe2/python/layers/layers.py' 2022-09-27T15:35:04.6726298Z adding 'caffe2/python/layers/margin_rank_loss.py' 2022-09-27T15:35:04.6728061Z adding 'caffe2/python/layers/merge_id_lists.py' 2022-09-27T15:35:04.6731736Z adding 'caffe2/python/layers/pairwise_similarity.py' 2022-09-27T15:35:04.6733850Z adding 'caffe2/python/layers/position_weighted.py' 2022-09-27T15:35:04.6735942Z adding 'caffe2/python/layers/random_fourier_features.py' 2022-09-27T15:35:04.6738032Z adding 'caffe2/python/layers/reservoir_sampling.py' 2022-09-27T15:35:04.6739896Z adding 'caffe2/python/layers/sampling_train.py' 2022-09-27T15:35:04.6741690Z adding 'caffe2/python/layers/sampling_trainable_mixin.py' 2022-09-27T15:35:04.6743511Z adding 'caffe2/python/layers/select_record_by_context.py' 2022-09-27T15:35:04.6745909Z adding 'caffe2/python/layers/semi_random_features.py' 2022-09-27T15:35:04.6748129Z adding 'caffe2/python/layers/sparse_dropout_with_replacement.py' 2022-09-27T15:35:04.6750346Z adding 'caffe2/python/layers/sparse_feature_hash.py' 2022-09-27T15:35:04.6752602Z adding 'caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py' 2022-09-27T15:35:04.6757883Z adding 'caffe2/python/layers/sparse_lookup.py' 2022-09-27T15:35:04.6760287Z adding 'caffe2/python/layers/split.py' 2022-09-27T15:35:04.6762621Z adding 'caffe2/python/layers/tags.py' 2022-09-27T15:35:04.6764693Z adding 'caffe2/python/layers/uniform_sampling.py' 2022-09-27T15:35:04.6766375Z adding 'caffe2/python/mint/__init__.py' 2022-09-27T15:35:04.6768863Z adding 'caffe2/python/mint/app.py' 2022-09-27T15:35:04.6770723Z adding 'caffe2/python/mkl/__init__.py' 2022-09-27T15:35:04.6772475Z adding 'caffe2/python/mkl/mkl_LRN_op_test.py' 2022-09-27T15:35:04.6774347Z adding 'caffe2/python/mkl/mkl_LRN_speed_test.py' 2022-09-27T15:35:04.6776189Z adding 'caffe2/python/mkl/mkl_concat_op_test.py' 2022-09-27T15:35:04.6777916Z adding 'caffe2/python/mkl/mkl_conv_op_test.py' 2022-09-27T15:35:04.6779659Z adding 'caffe2/python/mkl/mkl_copy_op_test.py' 2022-09-27T15:35:04.6781406Z adding 'caffe2/python/mkl/mkl_elementwise_add_op_test.py' 2022-09-27T15:35:04.6783071Z adding 'caffe2/python/mkl/mkl_elementwise_sum_op_test.py' 2022-09-27T15:35:04.6784701Z adding 'caffe2/python/mkl/mkl_fc_op_test.py' 2022-09-27T15:35:04.6786513Z adding 'caffe2/python/mkl/mkl_fc_speed_test.py' 2022-09-27T15:35:04.6788260Z adding 'caffe2/python/mkl/mkl_fill_op_test.py' 2022-09-27T15:35:04.6789906Z adding 'caffe2/python/mkl/mkl_pool_op_test.py' 2022-09-27T15:35:04.6791998Z adding 'caffe2/python/mkl/mkl_pool_speed_test.py' 2022-09-27T15:35:04.6793815Z adding 'caffe2/python/mkl/mkl_relu_op_test.py' 2022-09-27T15:35:04.6795735Z adding 'caffe2/python/mkl/mkl_sbn_op_test.py' 2022-09-27T15:35:04.6797896Z adding 'caffe2/python/mkl/mkl_sbn_speed_test.py' 2022-09-27T15:35:04.6799764Z adding 'caffe2/python/mkl/mkl_sigmoid_op_test.py' 2022-09-27T15:35:04.6801780Z adding 'caffe2/python/mkl/mkl_speed_test.py' 2022-09-27T15:35:04.6803637Z adding 'caffe2/python/mkl/mkl_squeeze_op_test.py' 2022-09-27T15:35:04.6806639Z adding 'caffe2/python/mkl/rewrite_graph.py' 2022-09-27T15:35:04.6809563Z adding 'caffe2/python/mkl/rewrite_graph_test.py' 2022-09-27T15:35:04.6811615Z adding 'caffe2/python/modeling/__init__.py' 2022-09-27T15:35:04.6813783Z adding 'caffe2/python/modeling/compute_histogram_for_blobs.py' 2022-09-27T15:35:04.6816248Z adding 'caffe2/python/modeling/compute_histogram_for_blobs_test.py' 2022-09-27T15:35:04.6818535Z adding 'caffe2/python/modeling/compute_norm_for_blobs.py' 2022-09-27T15:35:04.6820866Z adding 'caffe2/python/modeling/compute_norm_for_blobs_test.py' 2022-09-27T15:35:04.6822991Z adding 'caffe2/python/modeling/compute_statistics_for_blobs.py' 2022-09-27T15:35:04.6824949Z adding 'caffe2/python/modeling/compute_statistics_for_blobs_test.py' 2022-09-27T15:35:04.6827123Z adding 'caffe2/python/modeling/get_entry_from_blobs.py' 2022-09-27T15:35:04.6829465Z adding 'caffe2/python/modeling/get_entry_from_blobs_test.py' 2022-09-27T15:35:04.6832034Z adding 'caffe2/python/modeling/gradient_clipping.py' 2022-09-27T15:35:04.6834968Z adding 'caffe2/python/modeling/gradient_clipping_test.py' 2022-09-27T15:35:04.6837769Z adding 'caffe2/python/modeling/initializers.py' 2022-09-27T15:35:04.6839785Z adding 'caffe2/python/modeling/initializers_test.py' 2022-09-27T15:35:04.6841562Z adding 'caffe2/python/modeling/net_modifier.py' 2022-09-27T15:35:04.6843374Z adding 'caffe2/python/modeling/parameter_info.py' 2022-09-27T15:35:04.6845739Z adding 'caffe2/python/modeling/parameter_sharing.py' 2022-09-27T15:35:04.6848275Z adding 'caffe2/python/modeling/parameter_sharing_test.py' 2022-09-27T15:35:04.6850212Z adding 'caffe2/python/models/__init__.py' 2022-09-27T15:35:04.6851817Z adding 'caffe2/python/models/__sym_init__.py' 2022-09-27T15:35:04.6855425Z adding 'caffe2/python/models/download.py' 2022-09-27T15:35:04.6857896Z adding 'caffe2/python/models/imagenet_trainer_test_utils.py' 2022-09-27T15:35:04.6861940Z adding 'caffe2/python/models/resnet.py' 2022-09-27T15:35:04.6864033Z adding 'caffe2/python/models/resnet_test.py' 2022-09-27T15:35:04.6866881Z adding 'caffe2/python/models/shufflenet.py' 2022-09-27T15:35:04.6868923Z adding 'caffe2/python/models/shufflenet_test.py' 2022-09-27T15:35:04.6870732Z adding 'caffe2/python/models/seq2seq/__init__.py' 2022-09-27T15:35:04.6874736Z adding 'caffe2/python/models/seq2seq/beam_search.py' 2022-09-27T15:35:04.6877566Z adding 'caffe2/python/models/seq2seq/seq2seq_beam_search_test.py' 2022-09-27T15:35:04.6879754Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper.py' 2022-09-27T15:35:04.6881715Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper_test.py' 2022-09-27T15:35:04.6886752Z adding 'caffe2/python/models/seq2seq/seq2seq_util.py' 2022-09-27T15:35:04.6894123Z adding 'caffe2/python/models/seq2seq/train.py' 2022-09-27T15:35:04.6900939Z adding 'caffe2/python/models/seq2seq/translate.py' 2022-09-27T15:35:04.6903269Z adding 'caffe2/python/onnx/__init__.py' 2022-09-27T15:35:04.6914515Z adding 'caffe2/python/onnx/backend.py' 2022-09-27T15:35:04.6917532Z adding 'caffe2/python/onnx/backend_cpp_rep.py' 2022-09-27T15:35:04.6919536Z adding 'caffe2/python/onnx/backend_rep.py' 2022-09-27T15:35:04.6921207Z adding 'caffe2/python/onnx/error.py' 2022-09-27T15:35:04.6925149Z adding 'caffe2/python/onnx/frontend.py' 2022-09-27T15:35:04.6927954Z adding 'caffe2/python/onnx/helper.py' 2022-09-27T15:35:04.6930050Z adding 'caffe2/python/onnx/onnxifi.py' 2022-09-27T15:35:04.6933035Z adding 'caffe2/python/onnx/test_onnxifi.py' 2022-09-27T15:35:04.6935711Z adding 'caffe2/python/onnx/workspace.py' 2022-09-27T15:35:04.6937562Z adding 'caffe2/python/onnx/bin/__init__.py' 2022-09-27T15:35:04.6939611Z adding 'caffe2/python/onnx/bin/conversion.py' 2022-09-27T15:35:04.6941521Z adding 'caffe2/python/onnx/tests/__init__.py' 2022-09-27T15:35:04.6947352Z adding 'caffe2/python/onnx/tests/c2_ref_test.py' 2022-09-27T15:35:04.6951956Z adding 'caffe2/python/onnx/tests/conversion_test.py' 2022-09-27T15:35:04.6954166Z adding 'caffe2/python/onnx/tests/helper_test.py' 2022-09-27T15:35:04.6957076Z adding 'caffe2/python/onnx/tests/onnx_backend_test.py' 2022-09-27T15:35:04.6959506Z adding 'caffe2/python/onnx/tests/ssa_test.py' 2022-09-27T15:35:04.6961291Z adding 'caffe2/python/onnx/tests/test_utils.py' 2022-09-27T15:35:04.6964847Z adding 'caffe2/python/operator_test/__init__.py' 2022-09-27T15:35:04.6967584Z adding 'caffe2/python/operator_test/activation_ops_test.py' 2022-09-27T15:35:04.6970422Z adding 'caffe2/python/operator_test/adadelta_test.py' 2022-09-27T15:35:04.6972946Z adding 'caffe2/python/operator_test/adagrad_test.py' 2022-09-27T15:35:04.6975688Z adding 'caffe2/python/operator_test/adagrad_test_helper.py' 2022-09-27T15:35:04.6979499Z adding 'caffe2/python/operator_test/adam_test.py' 2022-09-27T15:35:04.6982111Z adding 'caffe2/python/operator_test/affine_channel_op_test.py' 2022-09-27T15:35:04.6983904Z adding 'caffe2/python/operator_test/alias_with_name_test.py' 2022-09-27T15:35:04.6985905Z adding 'caffe2/python/operator_test/apmeter_test.py' 2022-09-27T15:35:04.6987682Z adding 'caffe2/python/operator_test/arg_ops_test.py' 2022-09-27T15:35:04.6989357Z adding 'caffe2/python/operator_test/assert_test.py' 2022-09-27T15:35:04.6991044Z adding 'caffe2/python/operator_test/async_net_barrier_test.py' 2022-09-27T15:35:04.6992978Z adding 'caffe2/python/operator_test/atomic_ops_test.py' 2022-09-27T15:35:04.6995290Z adding 'caffe2/python/operator_test/basic_rnn_test.py' 2022-09-27T15:35:04.6997894Z adding 'caffe2/python/operator_test/batch_box_cox_test.py' 2022-09-27T15:35:04.7000245Z adding 'caffe2/python/operator_test/batch_bucketize_op_test.py' 2022-09-27T15:35:04.7002317Z adding 'caffe2/python/operator_test/batch_moments_op_test.py' 2022-09-27T15:35:04.7004353Z adding 'caffe2/python/operator_test/batch_sparse_to_dense_op_test.py' 2022-09-27T15:35:04.7008064Z adding 'caffe2/python/operator_test/bbox_transform_test.py' 2022-09-27T15:35:04.7011040Z adding 'caffe2/python/operator_test/bisect_percentile_op_test.py' 2022-09-27T15:35:04.7013253Z adding 'caffe2/python/operator_test/blobs_queue_db_test.py' 2022-09-27T15:35:04.7016485Z adding 'caffe2/python/operator_test/boolean_mask_test.py' 2022-09-27T15:35:04.7018811Z adding 'caffe2/python/operator_test/boolean_unmask_test.py' 2022-09-27T15:35:04.7021608Z adding 'caffe2/python/operator_test/box_with_nms_limit_op_test.py' 2022-09-27T15:35:04.7023555Z adding 'caffe2/python/operator_test/bucketize_op_test.py' 2022-09-27T15:35:04.7025335Z adding 'caffe2/python/operator_test/cast_op_test.py' 2022-09-27T15:35:04.7027013Z adding 'caffe2/python/operator_test/ceil_op_test.py' 2022-09-27T15:35:04.7028952Z adding 'caffe2/python/operator_test/channel_backprop_stats_op_test.py' 2022-09-27T15:35:04.7030807Z adding 'caffe2/python/operator_test/channel_shuffle_test.py' 2022-09-27T15:35:04.7032699Z adding 'caffe2/python/operator_test/channel_stats_op_test.py' 2022-09-27T15:35:04.7034506Z adding 'caffe2/python/operator_test/checkpoint_test.py' 2022-09-27T15:35:04.7036291Z adding 'caffe2/python/operator_test/clip_op_test.py' 2022-09-27T15:35:04.7038382Z adding 'caffe2/python/operator_test/clip_tensor_op_test.py' 2022-09-27T15:35:04.7041702Z adding 'caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py' 2022-09-27T15:35:04.7043849Z adding 'caffe2/python/operator_test/concat_op_cost_test.py' 2022-09-27T15:35:04.7046651Z adding 'caffe2/python/operator_test/concat_split_op_test.py' 2022-09-27T15:35:04.7048533Z adding 'caffe2/python/operator_test/conditional_test.py' 2022-09-27T15:35:04.7050244Z adding 'caffe2/python/operator_test/conftest.py' 2022-09-27T15:35:04.7056891Z adding 'caffe2/python/operator_test/conv_test.py' 2022-09-27T15:35:04.7060906Z adding 'caffe2/python/operator_test/conv_transpose_test.py' 2022-09-27T15:35:04.7063931Z adding 'caffe2/python/operator_test/copy_ops_test.py' 2022-09-27T15:35:04.7066063Z adding 'caffe2/python/operator_test/copy_rows_to_tensor_op_test.py' 2022-09-27T15:35:04.7068120Z adding 'caffe2/python/operator_test/cosine_embedding_criterion_op_test.py' 2022-09-27T15:35:04.7070039Z adding 'caffe2/python/operator_test/counter_ops_test.py' 2022-09-27T15:35:04.7072446Z adding 'caffe2/python/operator_test/crf_test.py' 2022-09-27T15:35:04.7075493Z adding 'caffe2/python/operator_test/cross_entropy_ops_test.py' 2022-09-27T15:35:04.7078185Z adding 'caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py' 2022-09-27T15:35:04.7080418Z adding 'caffe2/python/operator_test/ctc_greedy_decoder_op_test.py' 2022-09-27T15:35:04.7082925Z adding 'caffe2/python/operator_test/cudnn_recurrent_test.py' 2022-09-27T15:35:04.7084709Z adding 'caffe2/python/operator_test/data_couple_op_test.py' 2022-09-27T15:35:04.7090616Z adding 'caffe2/python/operator_test/dataset_ops_test.py' 2022-09-27T15:35:04.7093274Z adding 'caffe2/python/operator_test/decay_adagrad_test.py' 2022-09-27T15:35:04.7097093Z adding 'caffe2/python/operator_test/deform_conv_test.py' 2022-09-27T15:35:04.7099681Z adding 'caffe2/python/operator_test/dense_vector_to_id_list_op_test.py' 2022-09-27T15:35:04.7101441Z adding 'caffe2/python/operator_test/depthwise_3x3_conv_test.py' 2022-09-27T15:35:04.7104712Z adding 'caffe2/python/operator_test/detectron_keypoints.py' 2022-09-27T15:35:04.7106959Z adding 'caffe2/python/operator_test/distance_op_test.py' 2022-09-27T15:35:04.7109093Z adding 'caffe2/python/operator_test/dropout_op_test.py' 2022-09-27T15:35:04.7110879Z adding 'caffe2/python/operator_test/duplicate_operands_test.py' 2022-09-27T15:35:04.7112644Z adding 'caffe2/python/operator_test/elementwise_linear_op_test.py' 2022-09-27T15:35:04.7114716Z adding 'caffe2/python/operator_test/elementwise_logical_ops_test.py' 2022-09-27T15:35:04.7118201Z adding 'caffe2/python/operator_test/elementwise_op_broadcast_test.py' 2022-09-27T15:35:04.7123940Z adding 'caffe2/python/operator_test/elementwise_ops_test.py' 2022-09-27T15:35:04.7126624Z adding 'caffe2/python/operator_test/emptysample_ops_test.py' 2022-09-27T15:35:04.7128442Z adding 'caffe2/python/operator_test/enforce_finite_op_test.py' 2022-09-27T15:35:04.7130261Z adding 'caffe2/python/operator_test/ensure_clipped_test.py' 2022-09-27T15:35:04.7132049Z adding 'caffe2/python/operator_test/ensure_cpu_output_op_test.py' 2022-09-27T15:35:04.7133593Z adding 'caffe2/python/operator_test/erf_op_test.py' 2022-09-27T15:35:04.7135655Z adding 'caffe2/python/operator_test/expand_op_test.py' 2022-09-27T15:35:04.7137761Z adding 'caffe2/python/operator_test/fc_operator_test.py' 2022-09-27T15:35:04.7141132Z adding 'caffe2/python/operator_test/feature_maps_ops_test.py' 2022-09-27T15:35:04.7144543Z adding 'caffe2/python/operator_test/filler_ops_test.py' 2022-09-27T15:35:04.7146372Z adding 'caffe2/python/operator_test/find_op_test.py' 2022-09-27T15:35:04.7147998Z adding 'caffe2/python/operator_test/flatten_op_test.py' 2022-09-27T15:35:04.7150022Z adding 'caffe2/python/operator_test/flexible_top_k_test.py' 2022-09-27T15:35:04.7151682Z adding 'caffe2/python/operator_test/floor_op_test.py' 2022-09-27T15:35:04.7155466Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py' 2022-09-27T15:35:04.7157930Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py' 2022-09-27T15:35:04.7160953Z adding 'caffe2/python/operator_test/gather_ops_test.py' 2022-09-27T15:35:04.7164167Z adding 'caffe2/python/operator_test/gather_ranges_op_test.py' 2022-09-27T15:35:04.7166454Z adding 'caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py' 2022-09-27T15:35:04.7168260Z adding 'caffe2/python/operator_test/given_tensor_fill_op_test.py' 2022-09-27T15:35:04.7169969Z adding 'caffe2/python/operator_test/glu_op_test.py' 2022-09-27T15:35:04.7172019Z adding 'caffe2/python/operator_test/group_conv_test.py' 2022-09-27T15:35:04.7174098Z adding 'caffe2/python/operator_test/group_norm_op_test.py' 2022-09-27T15:35:04.7178143Z adding 'caffe2/python/operator_test/gru_test.py' 2022-09-27T15:35:04.7180678Z adding 'caffe2/python/operator_test/heatmap_max_keypoint_op_test.py' 2022-09-27T15:35:04.7182869Z adding 'caffe2/python/operator_test/histogram_test.py' 2022-09-27T15:35:04.7186017Z adding 'caffe2/python/operator_test/hsm_test.py' 2022-09-27T15:35:04.7187959Z adding 'caffe2/python/operator_test/hyperbolic_ops_test.py' 2022-09-27T15:35:04.7190086Z adding 'caffe2/python/operator_test/im2col_col2im_test.py' 2022-09-27T15:35:04.7194747Z adding 'caffe2/python/operator_test/image_input_op_test.py' 2022-09-27T15:35:04.7197161Z adding 'caffe2/python/operator_test/index_hash_ops_test.py' 2022-09-27T15:35:04.7199494Z adding 'caffe2/python/operator_test/index_ops_test.py' 2022-09-27T15:35:04.7203224Z adding 'caffe2/python/operator_test/instance_norm_test.py' 2022-09-27T15:35:04.7205289Z adding 'caffe2/python/operator_test/integral_image_ops_test.py' 2022-09-27T15:35:04.7207312Z adding 'caffe2/python/operator_test/jsd_ops_test.py' 2022-09-27T15:35:04.7209319Z adding 'caffe2/python/operator_test/key_split_ops_test.py' 2022-09-27T15:35:04.7211316Z adding 'caffe2/python/operator_test/lars_test.py' 2022-09-27T15:35:04.7215194Z adding 'caffe2/python/operator_test/layer_norm_op_test.py' 2022-09-27T15:35:04.7218640Z adding 'caffe2/python/operator_test/leaky_relu_test.py' 2022-09-27T15:35:04.7220814Z adding 'caffe2/python/operator_test/learning_rate_adaption_op_test.py' 2022-09-27T15:35:04.7223686Z adding 'caffe2/python/operator_test/learning_rate_op_test.py' 2022-09-27T15:35:04.7226190Z adding 'caffe2/python/operator_test/length_split_op_test.py' 2022-09-27T15:35:04.7228408Z adding 'caffe2/python/operator_test/lengths_pad_op_test.py' 2022-09-27T15:35:04.7231908Z adding 'caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py' 2022-09-27T15:35:04.7234223Z adding 'caffe2/python/operator_test/lengths_tile_op_test.py' 2022-09-27T15:35:04.7236383Z adding 'caffe2/python/operator_test/lengths_top_k_ops_test.py' 2022-09-27T15:35:04.7239329Z adding 'caffe2/python/operator_test/listwise_l2r_operator_test.py' 2022-09-27T15:35:04.7247366Z adding 'caffe2/python/operator_test/load_save_test.py' 2022-09-27T15:35:04.7250875Z adding 'caffe2/python/operator_test/locally_connected_op_test.py' 2022-09-27T15:35:04.7253439Z adding 'caffe2/python/operator_test/loss_ops_test.py' 2022-09-27T15:35:04.7255614Z adding 'caffe2/python/operator_test/lpnorm_op_test.py' 2022-09-27T15:35:04.7257975Z adding 'caffe2/python/operator_test/map_ops_test.py' 2022-09-27T15:35:04.7260307Z adding 'caffe2/python/operator_test/margin_loss_l2r_operator_test.py' 2022-09-27T15:35:04.7262546Z adding 'caffe2/python/operator_test/margin_ranking_criterion_op_test.py' 2022-09-27T15:35:04.7264627Z adding 'caffe2/python/operator_test/math_ops_test.py' 2022-09-27T15:35:04.7267752Z adding 'caffe2/python/operator_test/matmul_op_test.py' 2022-09-27T15:35:04.7269965Z adding 'caffe2/python/operator_test/mean_op_test.py' 2022-09-27T15:35:04.7272391Z adding 'caffe2/python/operator_test/merge_id_lists_op_test.py' 2022-09-27T15:35:04.7274516Z adding 'caffe2/python/operator_test/mkl_conv_op_test.py' 2022-09-27T15:35:04.7276770Z adding 'caffe2/python/operator_test/mkl_packed_fc_op_test.py' 2022-09-27T15:35:04.7278972Z adding 'caffe2/python/operator_test/mod_op_test.py' 2022-09-27T15:35:04.7281090Z adding 'caffe2/python/operator_test/moments_op_test.py' 2022-09-27T15:35:04.7283966Z adding 'caffe2/python/operator_test/momentum_sgd_test.py' 2022-09-27T15:35:04.7286792Z adding 'caffe2/python/operator_test/mpi_test.py' 2022-09-27T15:35:04.7289032Z adding 'caffe2/python/operator_test/mul_gradient_benchmark.py' 2022-09-27T15:35:04.7291136Z adding 'caffe2/python/operator_test/negate_gradient_op_test.py' 2022-09-27T15:35:04.7293397Z adding 'caffe2/python/operator_test/ngram_ops_test.py' 2022-09-27T15:35:04.7295655Z adding 'caffe2/python/operator_test/normalize_op_test.py' 2022-09-27T15:35:04.7297760Z adding 'caffe2/python/operator_test/numpy_tile_op_test.py' 2022-09-27T15:35:04.7300745Z adding 'caffe2/python/operator_test/one_hot_ops_test.py' 2022-09-27T15:35:04.7303296Z adding 'caffe2/python/operator_test/onnx_while_test.py' 2022-09-27T15:35:04.7305347Z adding 'caffe2/python/operator_test/order_switch_test.py' 2022-09-27T15:35:04.7308810Z adding 'caffe2/python/operator_test/pack_ops_test.py' 2022-09-27T15:35:04.7311319Z adding 'caffe2/python/operator_test/pack_rnn_sequence_op_test.py' 2022-09-27T15:35:04.7313462Z adding 'caffe2/python/operator_test/pad_test.py' 2022-09-27T15:35:04.7316313Z adding 'caffe2/python/operator_test/partition_ops_test.py' 2022-09-27T15:35:04.7319098Z adding 'caffe2/python/operator_test/percentile_op_test.py' 2022-09-27T15:35:04.7321693Z adding 'caffe2/python/operator_test/piecewise_linear_transform_test.py' 2022-09-27T15:35:04.7325521Z adding 'caffe2/python/operator_test/pooling_test.py' 2022-09-27T15:35:04.7328017Z adding 'caffe2/python/operator_test/prepend_dim_test.py' 2022-09-27T15:35:04.7330044Z adding 'caffe2/python/operator_test/python_op_test.py' 2022-09-27T15:35:04.7332409Z adding 'caffe2/python/operator_test/quantile_test.py' 2022-09-27T15:35:04.7334829Z adding 'caffe2/python/operator_test/rand_quantization_op_speed_test.py' 2022-09-27T15:35:04.7337924Z adding 'caffe2/python/operator_test/rank_loss_operator_test.py' 2022-09-27T15:35:04.7341249Z adding 'caffe2/python/operator_test/rebatching_queue_test.py' 2022-09-27T15:35:04.7343779Z adding 'caffe2/python/operator_test/record_queue_test.py' 2022-09-27T15:35:04.7347491Z adding 'caffe2/python/operator_test/recurrent_net_executor_test.py' 2022-09-27T15:35:04.7352190Z adding 'caffe2/python/operator_test/recurrent_network_test.py' 2022-09-27T15:35:04.7356744Z adding 'caffe2/python/operator_test/reduce_ops_test.py' 2022-09-27T15:35:04.7359365Z adding 'caffe2/python/operator_test/reduction_ops_test.py' 2022-09-27T15:35:04.7362359Z adding 'caffe2/python/operator_test/reshape_ops_test.py' 2022-09-27T15:35:04.7365449Z adding 'caffe2/python/operator_test/resize_op_test.py' 2022-09-27T15:35:04.7367961Z adding 'caffe2/python/operator_test/rmac_regions_op_test.py' 2022-09-27T15:35:04.7370120Z adding 'caffe2/python/operator_test/rms_norm_op_test.py' 2022-09-27T15:35:04.7383249Z adding 'caffe2/python/operator_test/rnn_cell_test.py' 2022-09-27T15:35:04.7387654Z adding 'caffe2/python/operator_test/roi_align_rotated_op_test.py' 2022-09-27T15:35:04.7389985Z adding 'caffe2/python/operator_test/rowwise_counter_test.py' 2022-09-27T15:35:04.7392194Z adding 'caffe2/python/operator_test/scale_op_test.py' 2022-09-27T15:35:04.7398576Z adding 'caffe2/python/operator_test/segment_ops_test.py' 2022-09-27T15:35:04.7402766Z adding 'caffe2/python/operator_test/self_binning_histogram_test.py' 2022-09-27T15:35:04.7405195Z adding 'caffe2/python/operator_test/selu_op_test.py' 2022-09-27T15:35:04.7409545Z adding 'caffe2/python/operator_test/sequence_ops_test.py' 2022-09-27T15:35:04.7415992Z adding 'caffe2/python/operator_test/shape_inference_test.py' 2022-09-27T15:35:04.7418960Z adding 'caffe2/python/operator_test/sinusoid_position_encoding_op_test.py' 2022-09-27T15:35:04.7423673Z adding 'caffe2/python/operator_test/softmax_ops_test.py' 2022-09-27T15:35:04.7426096Z adding 'caffe2/python/operator_test/softplus_op_test.py' 2022-09-27T15:35:04.7428319Z adding 'caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py' 2022-09-27T15:35:04.7430330Z adding 'caffe2/python/operator_test/sparse_gradient_checker_test.py' 2022-09-27T15:35:04.7432572Z adding 'caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py' 2022-09-27T15:35:04.7435213Z adding 'caffe2/python/operator_test/sparse_lengths_sum_benchmark.py' 2022-09-27T15:35:04.7437738Z adding 'caffe2/python/operator_test/sparse_lp_regularizer_test.py' 2022-09-27T15:35:04.7440137Z adding 'caffe2/python/operator_test/sparse_normalize_test.py' 2022-09-27T15:35:04.7442584Z adding 'caffe2/python/operator_test/sparse_ops_test.py' 2022-09-27T15:35:04.7444899Z adding 'caffe2/python/operator_test/sparse_to_dense_mask_op_test.py' 2022-09-27T15:35:04.7449119Z adding 'caffe2/python/operator_test/spatial_bn_op_test.py' 2022-09-27T15:35:04.7452719Z adding 'caffe2/python/operator_test/specialized_segment_ops_test.py' 2022-09-27T15:35:04.7455561Z adding 'caffe2/python/operator_test/split_op_cost_test.py' 2022-09-27T15:35:04.7458040Z adding 'caffe2/python/operator_test/square_root_divide_op_test.py' 2022-09-27T15:35:04.7460150Z adding 'caffe2/python/operator_test/stats_ops_test.py' 2022-09-27T15:35:04.7462535Z adding 'caffe2/python/operator_test/stats_put_ops_test.py' 2022-09-27T15:35:04.7465188Z adding 'caffe2/python/operator_test/storm_test.py' 2022-09-27T15:35:04.7467620Z adding 'caffe2/python/operator_test/string_ops_test.py' 2022-09-27T15:35:04.7469956Z adding 'caffe2/python/operator_test/text_file_reader_test.py' 2022-09-27T15:35:04.7472216Z adding 'caffe2/python/operator_test/thresholded_relu_op_test.py' 2022-09-27T15:35:04.7474472Z adding 'caffe2/python/operator_test/tile_op_test.py' 2022-09-27T15:35:04.7477469Z adding 'caffe2/python/operator_test/top_k_test.py' 2022-09-27T15:35:04.7486537Z adding 'caffe2/python/operator_test/torch_integration_test.py' 2022-09-27T15:35:04.7489646Z adding 'caffe2/python/operator_test/transpose_op_test.py' 2022-09-27T15:35:04.7491663Z adding 'caffe2/python/operator_test/trigonometric_op_test.py' 2022-09-27T15:35:04.7494144Z adding 'caffe2/python/operator_test/unique_ops_test.py' 2022-09-27T15:35:04.7496432Z adding 'caffe2/python/operator_test/unique_uniform_fill_op_test.py' 2022-09-27T15:35:04.7498506Z adding 'caffe2/python/operator_test/unsafe_coalesce_test.py' 2022-09-27T15:35:04.7501020Z adding 'caffe2/python/operator_test/upsample_op_test.py' 2022-09-27T15:35:04.7505161Z adding 'caffe2/python/operator_test/utility_ops_test.py' 2022-09-27T15:35:04.7508492Z adding 'caffe2/python/operator_test/video_input_op_test.py' 2022-09-27T15:35:04.7510657Z adding 'caffe2/python/operator_test/weight_scale_test.py' 2022-09-27T15:35:04.7512712Z adding 'caffe2/python/operator_test/weighted_multi_sample_test.py' 2022-09-27T15:35:04.7514710Z adding 'caffe2/python/operator_test/weighted_sample_test.py' 2022-09-27T15:35:04.7516823Z adding 'caffe2/python/operator_test/weighted_sum_test.py' 2022-09-27T15:35:04.7519615Z adding 'caffe2/python/operator_test/wngrad_test.py' 2022-09-27T15:35:04.7521925Z adding 'caffe2/python/predictor/__init__.py' 2022-09-27T15:35:04.7524309Z adding 'caffe2/python/predictor/mobile_exporter.py' 2022-09-27T15:35:04.7526836Z adding 'caffe2/python/predictor/mobile_exporter_test.py' 2022-09-27T15:35:04.7530259Z adding 'caffe2/python/predictor/predictor_exporter.py' 2022-09-27T15:35:04.7533547Z adding 'caffe2/python/predictor/predictor_exporter_test.py' 2022-09-27T15:35:04.7536778Z adding 'caffe2/python/predictor/predictor_py_utils.py' 2022-09-27T15:35:04.7538805Z adding 'caffe2/python/predictor/predictor_test.py' 2022-09-27T15:35:04.7540512Z adding 'caffe2/python/predictor/serde.py' 2022-09-27T15:35:04.7542295Z adding 'caffe2/python/rnn/__init__.py' 2022-09-27T15:35:04.7544222Z adding 'caffe2/python/rnn/lstm_comparison.py' 2022-09-27T15:35:04.7546285Z adding 'caffe2/python/rnn/rnn_cell_test_util.py' 2022-09-27T15:35:04.7548059Z adding 'caffe2/python/serialized_test/__init__.py' 2022-09-27T15:35:04.7550295Z adding 'caffe2/python/serialized_test/coverage.py' 2022-09-27T15:35:04.7553887Z adding 'caffe2/python/serialized_test/serialized_test_util.py' 2022-09-27T15:35:04.7558335Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip' 2022-09-27T15:35:04.7560299Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip' 2022-09-27T15:35:04.7562278Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip' 2022-09-27T15:35:04.7564235Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip' 2022-09-27T15:35:04.7566198Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip' 2022-09-27T15:35:04.7568209Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip' 2022-09-27T15:35:04.7570163Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip' 2022-09-27T15:35:04.7572133Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip' 2022-09-27T15:35:04.7574071Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip' 2022-09-27T15:35:04.7576162Z adding 'caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip' 2022-09-27T15:35:04.7578151Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip' 2022-09-27T15:35:04.7580148Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip' 2022-09-27T15:35:04.7582058Z adding 'caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip' 2022-09-27T15:35:04.7584091Z adding 'caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip' 2022-09-27T15:35:04.7586114Z adding 'caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip' 2022-09-27T15:35:04.7588300Z adding 'caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip' 2022-09-27T15:35:04.7590233Z adding 'caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip' 2022-09-27T15:35:04.7592179Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip' 2022-09-27T15:35:04.7594203Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip' 2022-09-27T15:35:04.7596181Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip' 2022-09-27T15:35:04.7598287Z adding 'caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip' 2022-09-27T15:35:04.7600206Z adding 'caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip' 2022-09-27T15:35:04.7602402Z adding 'caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip' 2022-09-27T15:35:04.7604485Z adding 'caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip' 2022-09-27T15:35:04.7606413Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip' 2022-09-27T15:35:04.7608357Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip' 2022-09-27T15:35:04.7610551Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip' 2022-09-27T15:35:04.7612396Z adding 'caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip' 2022-09-27T15:35:04.7614399Z adding 'caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip' 2022-09-27T15:35:04.7625246Z adding 'caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip' 2022-09-27T15:35:04.7628297Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip' 2022-09-27T15:35:04.7630192Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip' 2022-09-27T15:35:04.7632343Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip' 2022-09-27T15:35:04.7634764Z adding 'caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip' 2022-09-27T15:35:04.7636964Z adding 'caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip' 2022-09-27T15:35:04.7639136Z adding 'caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip' 2022-09-27T15:35:04.7647555Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip' 2022-09-27T15:35:04.7651956Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip' 2022-09-27T15:35:04.7653828Z adding 'caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip' 2022-09-27T15:35:04.7655674Z adding 'caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip' 2022-09-27T15:35:04.7657437Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip' 2022-09-27T15:35:04.7659205Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip' 2022-09-27T15:35:04.7660910Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip' 2022-09-27T15:35:04.7663093Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip' 2022-09-27T15:35:04.7664761Z adding 'caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip' 2022-09-27T15:35:04.7666549Z adding 'caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip' 2022-09-27T15:35:04.7668183Z adding 'caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip' 2022-09-27T15:35:04.7669747Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip' 2022-09-27T15:35:04.7671465Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip' 2022-09-27T15:35:04.7673311Z adding 'caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip' 2022-09-27T15:35:04.7675702Z adding 'caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip' 2022-09-27T15:35:04.7677207Z adding 'caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip' 2022-09-27T15:35:04.7679474Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip' 2022-09-27T15:35:04.7681128Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip' 2022-09-27T15:35:04.7682765Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip' 2022-09-27T15:35:04.7684789Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip' 2022-09-27T15:35:04.7686435Z adding 'caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip' 2022-09-27T15:35:04.7688287Z adding 'caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip' 2022-09-27T15:35:04.7690187Z adding 'caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip' 2022-09-27T15:35:04.7692290Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip' 2022-09-27T15:35:04.7694130Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip' 2022-09-27T15:35:04.7696118Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip' 2022-09-27T15:35:04.7697986Z adding 'caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip' 2022-09-27T15:35:04.7700221Z adding 'caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip' 2022-09-27T15:35:04.7702371Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip' 2022-09-27T15:35:04.7704375Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip' 2022-09-27T15:35:04.7706383Z adding 'caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip' 2022-09-27T15:35:04.7708337Z adding 'caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip' 2022-09-27T15:35:04.7710327Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip' 2022-09-27T15:35:04.7711899Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip' 2022-09-27T15:35:04.7713621Z adding 'caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip' 2022-09-27T15:35:04.7715350Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip' 2022-09-27T15:35:04.7717224Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip' 2022-09-27T15:35:04.7719195Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip' 2022-09-27T15:35:04.7720966Z adding 'caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip' 2022-09-27T15:35:04.7722729Z adding 'caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip' 2022-09-27T15:35:04.7724712Z adding 'caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip' 2022-09-27T15:35:04.7726410Z adding 'caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip' 2022-09-27T15:35:04.7728403Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip' 2022-09-27T15:35:04.7730124Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip' 2022-09-27T15:35:04.7731951Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip' 2022-09-27T15:35:04.7733658Z adding 'caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip' 2022-09-27T15:35:04.7735682Z adding 'caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip' 2022-09-27T15:35:04.7738364Z adding 'caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip' 2022-09-27T15:35:04.7751089Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip' 2022-09-27T15:35:04.7752757Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip' 2022-09-27T15:35:04.7753263Z adding 'caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip' 2022-09-27T15:35:04.7753780Z adding 'caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip' 2022-09-27T15:35:04.7754368Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip' 2022-09-27T15:35:04.7754874Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip' 2022-09-27T15:35:04.7755290Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip' 2022-09-27T15:35:04.7755827Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip' 2022-09-27T15:35:04.7756377Z adding 'caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip' 2022-09-27T15:35:04.7756893Z adding 'caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip' 2022-09-27T15:35:04.7758630Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip' 2022-09-27T15:35:04.7760346Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip' 2022-09-27T15:35:04.7762354Z adding 'caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip' 2022-09-27T15:35:04.7764430Z adding 'caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip' 2022-09-27T15:35:04.7766309Z adding 'caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip' 2022-09-27T15:35:04.7768343Z adding 'caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip' 2022-09-27T15:35:04.7770811Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip' 2022-09-27T15:35:04.7773369Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip' 2022-09-27T15:35:04.7776105Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip' 2022-09-27T15:35:04.7779193Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip' 2022-09-27T15:35:04.7781378Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip' 2022-09-27T15:35:04.7783354Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip' 2022-09-27T15:35:04.7785168Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip' 2022-09-27T15:35:04.7786942Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip' 2022-09-27T15:35:04.7788722Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip' 2022-09-27T15:35:04.7790617Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip' 2022-09-27T15:35:04.7792606Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip' 2022-09-27T15:35:04.7794268Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip' 2022-09-27T15:35:04.7796065Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip' 2022-09-27T15:35:04.7797929Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip' 2022-09-27T15:35:04.7799734Z adding 'caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip' 2022-09-27T15:35:04.7801655Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip' 2022-09-27T15:35:04.7803495Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip' 2022-09-27T15:35:04.7805284Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip' 2022-09-27T15:35:04.7807099Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip' 2022-09-27T15:35:04.7808998Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip' 2022-09-27T15:35:04.7810884Z adding 'caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip' 2022-09-27T15:35:04.7812499Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip' 2022-09-27T15:35:04.7814298Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip' 2022-09-27T15:35:04.7816358Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip' 2022-09-27T15:35:04.7819465Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip' 2022-09-27T15:35:04.7821435Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip' 2022-09-27T15:35:04.7823346Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip' 2022-09-27T15:35:04.7825283Z adding 'caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip' 2022-09-27T15:35:04.7827069Z adding 'caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip' 2022-09-27T15:35:04.7828848Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip' 2022-09-27T15:35:04.7830716Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip' 2022-09-27T15:35:04.7832570Z adding 'caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip' 2022-09-27T15:35:04.7834430Z adding 'caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip' 2022-09-27T15:35:04.7836288Z adding 'caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip' 2022-09-27T15:35:04.7838278Z adding 'caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip' 2022-09-27T15:35:04.7840010Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip' 2022-09-27T15:35:04.7841823Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip' 2022-09-27T15:35:04.7843632Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip' 2022-09-27T15:35:04.7845435Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip' 2022-09-27T15:35:04.7847266Z adding 'caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip' 2022-09-27T15:35:04.7849122Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip' 2022-09-27T15:35:04.7851092Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip' 2022-09-27T15:35:04.7853317Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip' 2022-09-27T15:35:04.7855819Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip' 2022-09-27T15:35:04.7858205Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip' 2022-09-27T15:35:04.7860626Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip' 2022-09-27T15:35:04.7862570Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip' 2022-09-27T15:35:04.7864586Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip' 2022-09-27T15:35:04.7866473Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip' 2022-09-27T15:35:04.7868450Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip' 2022-09-27T15:35:04.7870848Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip' 2022-09-27T15:35:04.7872525Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip' 2022-09-27T15:35:04.7874765Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip' 2022-09-27T15:35:04.7876657Z adding 'caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip' 2022-09-27T15:35:04.7878696Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip' 2022-09-27T15:35:04.7880493Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip' 2022-09-27T15:35:04.7882293Z adding 'caffe2/python/test/__init__.py' 2022-09-27T15:35:04.7883926Z adding 'caffe2/python/test/blob_deallocation_test.py' 2022-09-27T15:35:04.7885715Z adding 'caffe2/python/test/do_op_test.py' 2022-09-27T15:35:04.7887912Z adding 'caffe2/python/test/executor_test.py' 2022-09-27T15:35:04.7891094Z adding 'caffe2/python/test/executor_test_util.py' 2022-09-27T15:35:04.7893070Z adding 'caffe2/python/test/fakefp16_transform_test.py' 2022-09-27T15:35:04.7894961Z adding 'caffe2/python/test/gpu_context_test.py' 2022-09-27T15:35:04.7897055Z adding 'caffe2/python/test/inference_lstm_op_test.py' 2022-09-27T15:35:04.7898814Z adding 'caffe2/python/test/python_protobuf_test.py' 2022-09-27T15:35:04.7900508Z adding 'caffe2/python/trt/__init__.py' 2022-09-27T15:35:04.7903280Z adding 'caffe2/python/trt/test_pt_onnx_trt.py' 2022-09-27T15:35:04.7906922Z adding 'caffe2/python/trt/test_trt.py' 2022-09-27T15:35:04.7909539Z adding 'caffe2/python/trt/transform.py' 2022-09-27T15:35:04.7911295Z adding 'caffe2/quantization/__init__.py' 2022-09-27T15:35:04.7913460Z adding 'caffe2/quantization/server/__init__.py' 2022-09-27T15:35:04.7916645Z adding 'caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py' 2022-09-27T15:35:04.7918935Z adding 'caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py' 2022-09-27T15:35:04.7921068Z adding 'caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py' 2022-09-27T15:35:04.7923441Z adding 'caffe2/quantization/server/compute_equalization_scale_test.py' 2022-09-27T15:35:04.7925629Z adding 'caffe2/quantization/server/concat_dnnlowp_op_test.py' 2022-09-27T15:35:04.7928603Z adding 'caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py' 2022-09-27T15:35:04.7932294Z adding 'caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py' 2022-09-27T15:35:04.7936576Z adding 'caffe2/quantization/server/conv_dnnlowp_op_test.py' 2022-09-27T15:35:04.7940371Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py' 2022-09-27T15:35:04.7943595Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py' 2022-09-27T15:35:04.7945770Z adding 'caffe2/quantization/server/dequantize_dnnlowp_op_test.py' 2022-09-27T15:35:04.7950258Z adding 'caffe2/quantization/server/dnnlowp_test_utils.py' 2022-09-27T15:35:04.7953503Z adding 'caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py' 2022-09-27T15:35:04.7955797Z adding 'caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py' 2022-09-27T15:35:04.7958612Z adding 'caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py' 2022-09-27T15:35:04.7961276Z adding 'caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py' 2022-09-27T15:35:04.7964267Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py' 2022-09-27T15:35:04.7967891Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_op_test.py' 2022-09-27T15:35:04.7970287Z adding 'caffe2/quantization/server/fully_connected_fp16_test.py' 2022-09-27T15:35:04.7973067Z adding 'caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py' 2022-09-27T15:35:04.7975412Z adding 'caffe2/quantization/server/gather_dnnlowp_op_test.py' 2022-09-27T15:35:04.7977970Z adding 'caffe2/quantization/server/group_norm_dnnlowp_op_test.py' 2022-09-27T15:35:04.7980382Z adding 'caffe2/quantization/server/int8_gen_quant_params_min_max_test.py' 2022-09-27T15:35:04.7982779Z adding 'caffe2/quantization/server/int8_gen_quant_params_test.py' 2022-09-27T15:35:04.7984879Z adding 'caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py' 2022-09-27T15:35:04.7987160Z adding 'caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py' 2022-09-27T15:35:04.7988993Z adding 'caffe2/quantization/server/observer_test.py' 2022-09-27T15:35:04.7991530Z adding 'caffe2/quantization/server/pool_dnnlowp_op_test.py' 2022-09-27T15:35:04.7993836Z adding 'caffe2/quantization/server/quantize_dnnlowp_op_test.py' 2022-09-27T15:35:04.7995955Z adding 'caffe2/quantization/server/relu_dnnlowp_op_test.py' 2022-09-27T15:35:04.7998198Z adding 'caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py' 2022-09-27T15:35:04.8000584Z adding 'caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py' 2022-09-27T15:35:04.8002373Z adding 'caffe2/quantization/server/sigmoid_dnnlowp_op_test.py' 2022-09-27T15:35:04.8004625Z adding 'caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py' 2022-09-27T15:35:04.8006453Z adding 'caffe2/quantization/server/tanh_dnnlowp_op_test.py' 2022-09-27T15:35:04.8011004Z adding 'caffe2/quantization/server/utils.py' 2022-09-27T15:35:04.8195380Z adding 'functorch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-09-27T15:35:04.8205510Z adding 'functorch/__init__.py' 2022-09-27T15:35:04.8207379Z adding 'functorch/setup.py' 2022-09-27T15:35:04.8209474Z adding 'functorch/_src/__init__.py' 2022-09-27T15:35:04.8219734Z adding 'functorch/_src/aot_autograd.py' 2022-09-27T15:35:04.8223368Z adding 'functorch/_src/benchmark_utils.py' 2022-09-27T15:35:04.8225825Z adding 'functorch/_src/compile_utils.py' 2022-09-27T15:35:04.8229799Z adding 'functorch/_src/compilers.py' 2022-09-27T15:35:04.8231701Z adding 'functorch/_src/config.py' 2022-09-27T15:35:04.8248998Z adding 'functorch/_src/eager_transforms.py' 2022-09-27T15:35:04.8254155Z adding 'functorch/_src/fx_minifier.py' 2022-09-27T15:35:04.8260255Z adding 'functorch/_src/make_functional.py' 2022-09-27T15:35:04.8262757Z adding 'functorch/_src/monkey_patching.py' 2022-09-27T15:35:04.8264502Z adding 'functorch/_src/named_members_polyfill.py' 2022-09-27T15:35:04.8270118Z adding 'functorch/_src/partitioners.py' 2022-09-27T15:35:04.8272098Z adding 'functorch/_src/python_key.py' 2022-09-27T15:35:04.8273727Z adding 'functorch/_src/pytree_hacks.py' 2022-09-27T15:35:04.8279644Z adding 'functorch/_src/top_operators_github_usage.py' 2022-09-27T15:35:04.8286331Z adding 'functorch/_src/vmap.py' 2022-09-27T15:35:04.8288835Z adding 'functorch/compile/__init__.py' 2022-09-27T15:35:04.8291521Z adding 'functorch/dim/__init__.py' 2022-09-27T15:35:04.8293253Z adding 'functorch/dim/batch_tensor.py' 2022-09-27T15:35:04.8295176Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-09-27T15:35:04.8297481Z adding 'functorch/dim/dim.py' 2022-09-27T15:35:04.8299283Z adding 'functorch/dim/magic_trace.py' 2022-09-27T15:35:04.8301782Z adding 'functorch/dim/op_properties.py' 2022-09-27T15:35:04.8308365Z adding 'functorch/dim/reference.py' 2022-09-27T15:35:04.8310300Z adding 'functorch/dim/tree_map.py' 2022-09-27T15:35:04.8312097Z adding 'functorch/dim/wrap_type.py' 2022-09-27T15:35:04.8313865Z adding 'functorch/experimental/__init__.py' 2022-09-27T15:35:04.8315479Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-09-27T15:35:04.8317883Z adding 'functorch/experimental/cond.py' 2022-09-27T15:35:04.8319468Z adding 'functorch/experimental/ops.py' 2022-09-27T15:35:04.8331834Z adding 'torch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-09-27T15:35:04.8344098Z adding 'torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so' 2022-09-27T15:35:04.8346504Z adding 'torch/_VF.py' 2022-09-27T15:35:04.8348088Z adding 'torch/__config__.py' 2022-09-27T15:35:04.8349494Z adding 'torch/__future__.py' 2022-09-27T15:35:04.8360956Z adding 'torch/__init__.py' 2022-09-27T15:35:04.8367762Z adding 'torch/_appdirs.py' 2022-09-27T15:35:04.8370249Z adding 'torch/_classes.py' 2022-09-27T15:35:04.8372405Z adding 'torch/_deploy.py' 2022-09-27T15:35:04.8388619Z adding 'torch/_jit_internal.py' 2022-09-27T15:35:04.8391788Z adding 'torch/_linalg_utils.py' 2022-09-27T15:35:04.8404470Z adding 'torch/_lobpcg.py' 2022-09-27T15:35:04.8409134Z adding 'torch/_lowrank.py' 2022-09-27T15:35:04.8418931Z adding 'torch/_meta_registrations.py' 2022-09-27T15:35:04.8422542Z adding 'torch/_namedtensor_internals.py' 2022-09-27T15:35:04.8429070Z adding 'torch/_ops.py' 2022-09-27T15:35:04.8432559Z adding 'torch/_python_dispatcher.py' 2022-09-27T15:35:04.8434591Z adding 'torch/_six.py' 2022-09-27T15:35:04.8437133Z adding 'torch/_sources.py' 2022-09-27T15:35:04.8439164Z adding 'torch/_storage_docs.py' 2022-09-27T15:35:04.8454439Z adding 'torch/_tensor.py' 2022-09-27T15:35:04.8486539Z adding 'torch/_tensor_docs.py' 2022-09-27T15:35:04.8495853Z adding 'torch/_tensor_str.py' 2022-09-27T15:35:04.8611812Z adding 'torch/_torch_docs.py' 2022-09-27T15:35:04.8628452Z adding 'torch/_utils.py' 2022-09-27T15:35:04.8630965Z adding 'torch/_utils_internal.py' 2022-09-27T15:35:04.8635809Z adding 'torch/_vmap_internals.py' 2022-09-27T15:35:04.8658269Z adding 'torch/functional.py' 2022-09-27T15:35:04.8668874Z adding 'torch/hub.py' 2022-09-27T15:35:04.8672933Z adding 'torch/library.py' 2022-09-27T15:35:04.8696716Z adding 'torch/overrides.py' 2022-09-27T15:35:04.8700939Z adding 'torch/py.typed' 2022-09-27T15:35:04.8703682Z adding 'torch/quasirandom.py' 2022-09-27T15:35:04.8706442Z adding 'torch/random.py' 2022-09-27T15:35:04.8708359Z adding 'torch/return_types.py' 2022-09-27T15:35:04.8721894Z adding 'torch/serialization.py' 2022-09-27T15:35:04.8730307Z adding 'torch/storage.py' 2022-09-27T15:35:04.8733351Z adding 'torch/torch_version.py' 2022-09-27T15:35:04.8735711Z adding 'torch/types.py' 2022-09-27T15:35:04.8737320Z adding 'torch/version.py' 2022-09-27T15:35:04.8765260Z adding 'torch/_C/_VariableFunctions.pyi' 2022-09-27T15:35:04.8796336Z adding 'torch/_C/__init__.pyi' 2022-09-27T15:35:04.8801091Z adding 'torch/_C/_autograd.pyi' 2022-09-27T15:35:04.8802654Z adding 'torch/_C/_cudnn.pyi' 2022-09-27T15:35:04.8804308Z adding 'torch/_C/_distributed_autograd.pyi' 2022-09-27T15:35:04.8807297Z adding 'torch/_C/_distributed_c10d.pyi' 2022-09-27T15:35:04.8810107Z adding 'torch/_C/_distributed_rpc.pyi' 2022-09-27T15:35:04.8812023Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-09-27T15:35:04.8813569Z adding 'torch/_C/_functions.pyi' 2022-09-27T15:35:04.8815511Z adding 'torch/_C/_itt.pyi' 2022-09-27T15:35:04.8816734Z adding 'torch/_C/_lazy.pyi' 2022-09-27T15:35:04.8818411Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-09-27T15:35:04.8819917Z adding 'torch/_C/_monitor.pyi' 2022-09-27T15:35:04.8821683Z adding 'torch/_C/_nn.pyi' 2022-09-27T15:35:04.8823240Z adding 'torch/_C/_nvtx.pyi' 2022-09-27T15:35:04.8824848Z adding 'torch/_C/_onnx.pyi' 2022-09-27T15:35:04.8826823Z adding 'torch/_C/_profiler.pyi' 2022-09-27T15:35:04.8828370Z adding 'torch/_C/_verbose.pyi' 2022-09-27T15:35:04.8830266Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-09-27T15:35:04.8833698Z adding 'torch/_decomp/__init__.py' 2022-09-27T15:35:04.8857412Z adding 'torch/_decomp/decompositions.py' 2022-09-27T15:35:04.8862707Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-09-27T15:35:04.8864485Z adding 'torch/_dispatch/__init__.py' 2022-09-27T15:35:04.8865850Z adding 'torch/_dispatch/python.py' 2022-09-27T15:35:04.8867796Z adding 'torch/_lazy/__init__.py' 2022-09-27T15:35:04.8870424Z adding 'torch/_lazy/closure.py' 2022-09-27T15:35:04.8872294Z adding 'torch/_lazy/computation.py' 2022-09-27T15:35:04.8873608Z adding 'torch/_lazy/config.py' 2022-09-27T15:35:04.8874957Z adding 'torch/_lazy/debug.py' 2022-09-27T15:35:04.8876630Z adding 'torch/_lazy/device_context.py' 2022-09-27T15:35:04.8880131Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-09-27T15:35:04.8881909Z adding 'torch/_lazy/ir_cache.py' 2022-09-27T15:35:04.8883454Z adding 'torch/_lazy/metrics.py' 2022-09-27T15:35:04.8885231Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-09-27T15:35:04.8886675Z adding 'torch/_lazy/ts_backend.py' 2022-09-27T15:35:04.8902193Z adding 'torch/_masked/__init__.py' 2022-09-27T15:35:04.8908916Z adding 'torch/_masked/_docs.py' 2022-09-27T15:35:04.8929850Z adding 'torch/_prims/__init__.py' 2022-09-27T15:35:04.8934837Z adding 'torch/_prims/context.py' 2022-09-27T15:35:04.8937087Z adding 'torch/_prims/executor.py' 2022-09-27T15:35:04.8941386Z adding 'torch/_prims/nvfuser_executor.py' 2022-09-27T15:35:04.8945316Z adding 'torch/_prims/nvfuser_prims.py' 2022-09-27T15:35:04.8961313Z adding 'torch/_prims_common/__init__.py' 2022-09-27T15:35:04.8966503Z adding 'torch/_prims_common/wrappers.py' 2022-09-27T15:35:04.9007180Z adding 'torch/_refs/__init__.py' 2022-09-27T15:35:04.9014653Z adding 'torch/_refs/fft.py' 2022-09-27T15:35:04.9018664Z adding 'torch/_refs/linalg/__init__.py' 2022-09-27T15:35:04.9020523Z adding 'torch/_refs/nn/__init__.py' 2022-09-27T15:35:04.9026046Z adding 'torch/_refs/nn/functional/__init__.py' 2022-09-27T15:35:04.9028807Z adding 'torch/_refs/special/__init__.py' 2022-09-27T15:35:04.9030627Z adding 'torch/_subclasses/__init__.py' 2022-09-27T15:35:04.9042824Z adding 'torch/_subclasses/fake_tensor.py' 2022-09-27T15:35:04.9045713Z adding 'torch/_subclasses/fake_utils.py' 2022-09-27T15:35:04.9050090Z adding 'torch/_subclasses/meta_utils.py' 2022-09-27T15:35:04.9052095Z adding 'torch/amp/__init__.py' 2022-09-27T15:35:04.9056189Z adding 'torch/amp/autocast_mode.py' 2022-09-27T15:35:04.9058335Z adding 'torch/ao/__init__.py' 2022-09-27T15:35:04.9060264Z adding 'torch/ao/nn/__init__.py' 2022-09-27T15:35:04.9061941Z adding 'torch/ao/nn/qat/__init__.py' 2022-09-27T15:35:04.9063548Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-09-27T15:35:04.9065205Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-09-27T15:35:04.9066847Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-09-27T15:35:04.9068610Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-09-27T15:35:04.9071387Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-09-27T15:35:04.9074225Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-09-27T15:35:04.9076407Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-09-27T15:35:04.9078265Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-09-27T15:35:04.9080030Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-09-27T15:35:04.9085708Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-09-27T15:35:04.9090930Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-09-27T15:35:04.9093265Z adding 'torch/ao/nn/quantized/__init__.py' 2022-09-27T15:35:04.9099318Z adding 'torch/ao/nn/quantized/functional.py' 2022-09-27T15:35:04.9101777Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-09-27T15:35:04.9103671Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-09-27T15:35:04.9106769Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-09-27T15:35:04.9110063Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-09-27T15:35:04.9120406Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-09-27T15:35:04.9124311Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-09-27T15:35:04.9127736Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-09-27T15:35:04.9130047Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-09-27T15:35:04.9137095Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-09-27T15:35:04.9139720Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-09-27T15:35:04.9143313Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-09-27T15:35:04.9146256Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-09-27T15:35:04.9150355Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-09-27T15:35:04.9153028Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-09-27T15:35:04.9155115Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-09-27T15:35:04.9157579Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-09-27T15:35:04.9159535Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-09-27T15:35:04.9161425Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-09-27T15:35:04.9164203Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-09-27T15:35:04.9166540Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-09-27T15:35:04.9171374Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-09-27T15:35:04.9174107Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-09-27T15:35:04.9177146Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-09-27T15:35:04.9179074Z adding 'torch/ao/nn/sparse/__init__.py' 2022-09-27T15:35:04.9180773Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-09-27T15:35:04.9183870Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-09-27T15:35:04.9185953Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-09-27T15:35:04.9187796Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-09-27T15:35:04.9190370Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-09-27T15:35:04.9192295Z adding 'torch/ao/ns/__init__.py' 2022-09-27T15:35:04.9197546Z adding 'torch/ao/ns/_numeric_suite.py' 2022-09-27T15:35:04.9204342Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-09-27T15:35:04.9208306Z adding 'torch/ao/ns/fx/__init__.py' 2022-09-27T15:35:04.9214142Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-09-27T15:35:04.9225329Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-09-27T15:35:04.9230410Z adding 'torch/ao/ns/fx/mappings.py' 2022-09-27T15:35:04.9232908Z adding 'torch/ao/ns/fx/ns_types.py' 2022-09-27T15:35:04.9236135Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-09-27T15:35:04.9241896Z adding 'torch/ao/ns/fx/utils.py' 2022-09-27T15:35:04.9245670Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-09-27T15:35:04.9248137Z adding 'torch/ao/quantization/__init__.py' 2022-09-27T15:35:04.9250678Z adding 'torch/ao/quantization/_correct_bias.py' 2022-09-27T15:35:04.9253692Z adding 'torch/ao/quantization/_equalize.py' 2022-09-27T15:35:04.9256944Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-09-27T15:35:04.9262547Z adding 'torch/ao/quantization/fake_quantize.py' 2022-09-27T15:35:04.9265858Z adding 'torch/ao/quantization/fuse_modules.py' 2022-09-27T15:35:04.9269491Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-09-27T15:35:04.9285126Z adding 'torch/ao/quantization/observer.py' 2022-09-27T15:35:04.9292324Z adding 'torch/ao/quantization/qconfig.py' 2022-09-27T15:35:04.9296553Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-09-27T15:35:04.9299276Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-09-27T15:35:04.9301013Z adding 'torch/ao/quantization/quant_type.py' 2022-09-27T15:35:04.9304626Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-09-27T15:35:04.9306608Z adding 'torch/ao/quantization/quantization_types.py' 2022-09-27T15:35:04.9314312Z adding 'torch/ao/quantization/quantize.py' 2022-09-27T15:35:04.9322038Z adding 'torch/ao/quantization/quantize_fx.py' 2022-09-27T15:35:04.9326924Z adding 'torch/ao/quantization/quantize_jit.py' 2022-09-27T15:35:04.9329145Z adding 'torch/ao/quantization/stubs.py' 2022-09-27T15:35:04.9334924Z adding 'torch/ao/quantization/utils.py' 2022-09-27T15:35:04.9337923Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-09-27T15:35:04.9342615Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-09-27T15:35:04.9347889Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-09-27T15:35:04.9350509Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-09-27T15:35:04.9353040Z adding 'torch/ao/quantization/backend_config/native.py' 2022-09-27T15:35:04.9354610Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-09-27T15:35:04.9356754Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-09-27T15:35:04.9358892Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-09-27T15:35:04.9361839Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-09-27T15:35:04.9364070Z adding 'torch/ao/quantization/fx/__init__.py' 2022-09-27T15:35:04.9374314Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-09-27T15:35:04.9385948Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-09-27T15:35:04.9389480Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-09-27T15:35:04.9400999Z adding 'torch/ao/quantization/fx/convert.py' 2022-09-27T15:35:04.9406070Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-09-27T15:35:04.9409466Z adding 'torch/ao/quantization/fx/fuse.py' 2022-09-27T15:35:04.9412011Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-09-27T15:35:04.9414485Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-09-27T15:35:04.9416459Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-09-27T15:35:04.9418422Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-09-27T15:35:04.9421411Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-09-27T15:35:04.9424234Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-09-27T15:35:04.9444617Z adding 'torch/ao/quantization/fx/prepare.py' 2022-09-27T15:35:04.9449888Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-09-27T15:35:04.9453396Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-09-27T15:35:04.9455874Z adding 'torch/ao/quantization/fx/tracer.py' 2022-09-27T15:35:04.9463995Z adding 'torch/ao/quantization/fx/utils.py' 2022-09-27T15:35:04.9466545Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-09-27T15:35:04.9485929Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-09-27T15:35:04.9495810Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-09-27T15:35:04.9500163Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-09-27T15:35:04.9509501Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-09-27T15:35:04.9512189Z adding 'torch/ao/sparsity/__init__.py' 2022-09-27T15:35:04.9513885Z adding 'torch/ao/sparsity/_mappings.py' 2022-09-27T15:35:04.9515679Z adding 'torch/ao/sparsity/_experimental/__init__.py' 2022-09-27T15:35:04.9517589Z adding 'torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py' 2022-09-27T15:35:04.9523220Z adding 'torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-09-27T15:35:04.9525616Z adding 'torch/ao/sparsity/_experimental/data_scheduler/__init__.py' 2022-09-27T15:35:04.9528842Z adding 'torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py' 2022-09-27T15:35:04.9530869Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/__init__.py' 2022-09-27T15:35:04.9535966Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-09-27T15:35:04.9539316Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-09-27T15:35:04.9542319Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py' 2022-09-27T15:35:04.9544303Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py' 2022-09-27T15:35:04.9545875Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-09-27T15:35:04.9547872Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-09-27T15:35:04.9550145Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-09-27T15:35:04.9552052Z adding 'torch/ao/sparsity/_experimental/pruner/__init__.py' 2022-09-27T15:35:04.9555677Z adding 'torch/ao/sparsity/_experimental/pruner/base_pruner.py' 2022-09-27T15:35:04.9558082Z adding 'torch/ao/sparsity/_experimental/pruner/parametrization.py' 2022-09-27T15:35:04.9559878Z adding 'torch/ao/sparsity/scheduler/__init__.py' 2022-09-27T15:35:04.9562581Z adding 'torch/ao/sparsity/scheduler/base_scheduler.py' 2022-09-27T15:35:04.9564737Z adding 'torch/ao/sparsity/scheduler/lambda_scheduler.py' 2022-09-27T15:35:04.9566481Z adding 'torch/ao/sparsity/sparsifier/__init__.py' 2022-09-27T15:35:04.9570468Z adding 'torch/ao/sparsity/sparsifier/base_sparsifier.py' 2022-09-27T15:35:04.9572928Z adding 'torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py' 2022-09-27T15:35:04.9575079Z adding 'torch/ao/sparsity/sparsifier/utils.py' 2022-09-27T15:35:04.9578595Z adding 'torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py' 2022-09-27T15:35:04.9584668Z adding 'torch/autograd/__init__.py' 2022-09-27T15:35:04.9587510Z adding 'torch/autograd/anomaly_mode.py' 2022-09-27T15:35:04.9590259Z adding 'torch/autograd/forward_ad.py' 2022-09-27T15:35:04.9597602Z adding 'torch/autograd/function.py' 2022-09-27T15:35:04.9609929Z adding 'torch/autograd/functional.py' 2022-09-27T15:35:04.9614538Z adding 'torch/autograd/grad_mode.py' 2022-09-27T15:35:04.9639439Z adding 'torch/autograd/gradcheck.py' 2022-09-27T15:35:04.9643860Z adding 'torch/autograd/graph.py' 2022-09-27T15:35:04.9653223Z adding 'torch/autograd/profiler.py' 2022-09-27T15:35:04.9657837Z adding 'torch/autograd/profiler_legacy.py' 2022-09-27T15:35:04.9667631Z adding 'torch/autograd/profiler_util.py' 2022-09-27T15:35:04.9670033Z adding 'torch/autograd/variable.py' 2022-09-27T15:35:04.9671779Z adding 'torch/autograd/_functions/__init__.py' 2022-09-27T15:35:04.9673524Z adding 'torch/autograd/_functions/tensor.py' 2022-09-27T15:35:04.9675502Z adding 'torch/autograd/_functions/utils.py' 2022-09-27T15:35:04.9677758Z adding 'torch/backends/__init__.py' 2022-09-27T15:35:04.9679517Z adding 'torch/backends/_coreml/__init__.py' 2022-09-27T15:35:04.9681862Z adding 'torch/backends/_coreml/preprocess.py' 2022-09-27T15:35:04.9683582Z adding 'torch/backends/_nnapi/__init__.py' 2022-09-27T15:35:04.9686296Z adding 'torch/backends/_nnapi/prepare.py' 2022-09-27T15:35:04.9706194Z adding 'torch/backends/_nnapi/serializer.py' 2022-09-27T15:35:04.9710836Z adding 'torch/backends/cuda/__init__.py' 2022-09-27T15:35:04.9713731Z adding 'torch/backends/cudnn/__init__.py' 2022-09-27T15:35:04.9716722Z adding 'torch/backends/cudnn/rnn.py' 2022-09-27T15:35:04.9718493Z adding 'torch/backends/mkl/__init__.py' 2022-09-27T15:35:04.9720750Z adding 'torch/backends/mkldnn/__init__.py' 2022-09-27T15:35:04.9722549Z adding 'torch/backends/mps/__init__.py' 2022-09-27T15:35:04.9724380Z adding 'torch/backends/openmp/__init__.py' 2022-09-27T15:35:04.9726288Z adding 'torch/backends/quantized/__init__.py' 2022-09-27T15:35:04.9727903Z adding 'torch/backends/xeon/__init__.py' 2022-09-27T15:35:04.9735923Z adding 'torch/backends/xeon/run_cpu.py' 2022-09-27T15:35:04.9738855Z adding 'torch/backends/xnnpack/__init__.py' 2022-09-27T15:35:04.9997802Z adding 'torch/bin/FileStoreTest' 2022-09-27T15:35:05.0266411Z adding 'torch/bin/HashStoreTest' 2022-09-27T15:35:05.0568782Z adding 'torch/bin/TCPStoreTest' 2022-09-27T15:35:05.3006943Z adding 'torch/bin/protoc' 2022-09-27T15:35:05.5531401Z adding 'torch/bin/protoc-3.13.0.0' 2022-09-27T15:35:06.1285884Z adding 'torch/bin/test_api' 2022-09-27T15:35:06.1940408Z adding 'torch/bin/test_cpp_rpc' 2022-09-27T15:35:06.2213524Z adding 'torch/bin/test_dist_autograd' 2022-09-27T15:35:06.5032506Z adding 'torch/bin/test_jit' 2022-09-27T15:35:06.6724763Z adding 'torch/bin/test_lazy' 2022-09-27T15:35:07.0234458Z adding 'torch/bin/test_tensorexpr' 2022-09-27T15:35:07.0429303Z adding 'torch/bin/torch_shm_manager' 2022-09-27T15:35:07.0484889Z adding 'torch/bin/tutorial_tensorexpr' 2022-09-27T15:35:07.0489731Z adding 'torch/contrib/__init__.py' 2022-09-27T15:35:07.0492545Z adding 'torch/contrib/_tensorboard_vis.py' 2022-09-27T15:35:07.0494672Z adding 'torch/cpu/__init__.py' 2022-09-27T15:35:07.0496643Z adding 'torch/cpu/amp/__init__.py' 2022-09-27T15:35:07.0498628Z adding 'torch/cpu/amp/autocast_mode.py' 2022-09-27T15:35:07.0508015Z adding 'torch/cuda/__init__.py' 2022-09-27T15:35:07.0511882Z adding 'torch/cuda/_dynamo_graphs.py' 2022-09-27T15:35:07.0514961Z adding 'torch/cuda/_memory_viz.py' 2022-09-27T15:35:07.0521471Z adding 'torch/cuda/_sanitizer.py' 2022-09-27T15:35:07.0524091Z adding 'torch/cuda/_utils.py' 2022-09-27T15:35:07.0525822Z adding 'torch/cuda/comm.py' 2022-09-27T15:35:07.0527494Z adding 'torch/cuda/error.py' 2022-09-27T15:35:07.0533438Z adding 'torch/cuda/graphs.py' 2022-09-27T15:35:07.0537006Z adding 'torch/cuda/jiterator.py' 2022-09-27T15:35:07.0543191Z adding 'torch/cuda/memory.py' 2022-09-27T15:35:07.0546232Z adding 'torch/cuda/nccl.py' 2022-09-27T15:35:07.0548540Z adding 'torch/cuda/nvtx.py' 2022-09-27T15:35:07.0550574Z adding 'torch/cuda/profiler.py' 2022-09-27T15:35:07.0553099Z adding 'torch/cuda/random.py' 2022-09-27T15:35:07.0554892Z adding 'torch/cuda/sparse.py' 2022-09-27T15:35:07.0558726Z adding 'torch/cuda/streams.py' 2022-09-27T15:35:07.0560731Z adding 'torch/cuda/amp/__init__.py' 2022-09-27T15:35:07.0563308Z adding 'torch/cuda/amp/autocast_mode.py' 2022-09-27T15:35:07.0565131Z adding 'torch/cuda/amp/common.py' 2022-09-27T15:35:07.0572705Z adding 'torch/cuda/amp/grad_scaler.py' 2022-09-27T15:35:07.0576025Z adding 'torch/distributed/__init__.py' 2022-09-27T15:35:07.0578464Z adding 'torch/distributed/argparse_util.py' 2022-09-27T15:35:07.0580580Z adding 'torch/distributed/constants.py' 2022-09-27T15:35:07.0616974Z adding 'torch/distributed/distributed_c10d.py' 2022-09-27T15:35:07.0622570Z adding 'torch/distributed/launch.py' 2022-09-27T15:35:07.0625249Z adding 'torch/distributed/remote_device.py' 2022-09-27T15:35:07.0629590Z adding 'torch/distributed/rendezvous.py' 2022-09-27T15:35:07.0638049Z adding 'torch/distributed/run.py' 2022-09-27T15:35:07.0641988Z adding 'torch/distributed/utils.py' 2022-09-27T15:35:07.0644380Z adding 'torch/distributed/_shard/__init__.py' 2022-09-27T15:35:07.0645827Z adding 'torch/distributed/_shard/_utils.py' 2022-09-27T15:35:07.0650231Z adding 'torch/distributed/_shard/api.py' 2022-09-27T15:35:07.0652584Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-09-27T15:35:07.0654779Z adding 'torch/distributed/_shard/metadata.py' 2022-09-27T15:35:07.0657406Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-09-27T15:35:07.0662002Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-09-27T15:35:07.0665738Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-09-27T15:35:07.0667404Z adding 'torch/distributed/_shard/sharder.py' 2022-09-27T15:35:07.0669933Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-09-27T15:35:07.0671783Z adding 'torch/distributed/_shard/checkpoint/api.py' 2022-09-27T15:35:07.0675066Z adding 'torch/distributed/_shard/checkpoint/default_planner.py' 2022-09-27T15:35:07.0679246Z adding 'torch/distributed/_shard/checkpoint/filesystem.py' 2022-09-27T15:35:07.0682189Z adding 'torch/distributed/_shard/checkpoint/metadata.py' 2022-09-27T15:35:07.0686483Z adding 'torch/distributed/_shard/checkpoint/planner.py' 2022-09-27T15:35:07.0689467Z adding 'torch/distributed/_shard/checkpoint/planner_helpers.py' 2022-09-27T15:35:07.0691543Z adding 'torch/distributed/_shard/checkpoint/resharding.py' 2022-09-27T15:35:07.0693912Z adding 'torch/distributed/_shard/checkpoint/state_dict_loader.py' 2022-09-27T15:35:07.0696337Z adding 'torch/distributed/_shard/checkpoint/state_dict_saver.py' 2022-09-27T15:35:07.0699157Z adding 'torch/distributed/_shard/checkpoint/storage.py' 2022-09-27T15:35:07.0702928Z adding 'torch/distributed/_shard/checkpoint/utils.py' 2022-09-27T15:35:07.0705650Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-09-27T15:35:07.0708300Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-09-27T15:35:07.0712994Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-09-27T15:35:07.0726744Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-09-27T15:35:07.0730386Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-09-27T15:35:07.0733938Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-09-27T15:35:07.0736360Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-09-27T15:35:07.0739558Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-09-27T15:35:07.0741979Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-09-27T15:35:07.0744683Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-09-27T15:35:07.0746788Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-09-27T15:35:07.0748706Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-09-27T15:35:07.0750300Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-09-27T15:35:07.0752601Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-09-27T15:35:07.0754932Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-09-27T15:35:07.0757006Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-09-27T15:35:07.0758705Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-09-27T15:35:07.0761374Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-09-27T15:35:07.0763392Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-09-27T15:35:07.0765633Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-09-27T15:35:07.0767508Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-09-27T15:35:07.0770050Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-09-27T15:35:07.0773781Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-09-27T15:35:07.0778138Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-09-27T15:35:07.0780132Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-09-27T15:35:07.0784468Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-09-27T15:35:07.0788647Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-09-27T15:35:07.0794405Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-09-27T15:35:07.0800165Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-09-27T15:35:07.0803291Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-09-27T15:35:07.0808151Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-09-27T15:35:07.0810649Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-09-27T15:35:07.0816045Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-09-27T15:35:07.0816600Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-09-27T15:35:07.0817058Z adding 'torch/distributed/_spmd/__init__.py' 2022-09-27T15:35:07.0820591Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-09-27T15:35:07.0822912Z adding 'torch/distributed/algorithms/__init__.py' 2022-09-27T15:35:07.0827300Z adding 'torch/distributed/algorithms/join.py' 2022-09-27T15:35:07.0829489Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-09-27T15:35:07.0832949Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-09-27T15:35:07.0834996Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-09-27T15:35:07.0837587Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-09-27T15:35:07.0839415Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-09-27T15:35:07.0841420Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-09-27T15:35:07.0844342Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-09-27T15:35:07.0845684Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-09-27T15:35:07.0848274Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-09-27T15:35:07.0854294Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-09-27T15:35:07.0856533Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-09-27T15:35:07.0859605Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-09-27T15:35:07.0862186Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-09-27T15:35:07.0864760Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-09-27T15:35:07.0875666Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-09-27T15:35:07.0880961Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-09-27T15:35:07.0883070Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-09-27T15:35:07.0885560Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-09-27T15:35:07.0890157Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-09-27T15:35:07.0891657Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-09-27T15:35:07.0893854Z adding 'torch/distributed/autograd/__init__.py' 2022-09-27T15:35:07.0896700Z adding 'torch/distributed/elastic/__init__.py' 2022-09-27T15:35:07.0898573Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-09-27T15:35:07.0900666Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-09-27T15:35:07.0911461Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-09-27T15:35:07.0916041Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-09-27T15:35:07.0919251Z adding 'torch/distributed/elastic/events/__init__.py' 2022-09-27T15:35:07.0921407Z adding 'torch/distributed/elastic/events/api.py' 2022-09-27T15:35:07.0923428Z adding 'torch/distributed/elastic/events/handlers.py' 2022-09-27T15:35:07.0926215Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-09-27T15:35:07.0928957Z adding 'torch/distributed/elastic/metrics/api.py' 2022-09-27T15:35:07.0933068Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-09-27T15:35:07.0941994Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-09-27T15:35:07.0945202Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-09-27T15:35:07.0947951Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-09-27T15:35:07.0953150Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-09-27T15:35:07.0956388Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-09-27T15:35:07.0958171Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-09-27T15:35:07.0961330Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-09-27T15:35:07.0964665Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-09-27T15:35:07.0968902Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-09-27T15:35:07.0979556Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-09-27T15:35:07.0992239Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-09-27T15:35:07.0997837Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-09-27T15:35:07.1001285Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-09-27T15:35:07.1004596Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-09-27T15:35:07.1006325Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-09-27T15:35:07.1008801Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-09-27T15:35:07.1011803Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-09-27T15:35:07.1014032Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-09-27T15:35:07.1017776Z adding 'torch/distributed/elastic/timer/api.py' 2022-09-27T15:35:07.1022359Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-09-27T15:35:07.1024901Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-09-27T15:35:07.1026773Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-09-27T15:35:07.1028535Z adding 'torch/distributed/elastic/utils/api.py' 2022-09-27T15:35:07.1031043Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-09-27T15:35:07.1032799Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-09-27T15:35:07.1034560Z adding 'torch/distributed/elastic/utils/logging.py' 2022-09-27T15:35:07.1036582Z adding 'torch/distributed/elastic/utils/store.py' 2022-09-27T15:35:07.1038553Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-09-27T15:35:07.1040391Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-09-27T15:35:07.1042385Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-09-27T15:35:07.1044218Z adding 'torch/distributed/fsdp/__init__.py' 2022-09-27T15:35:07.1059133Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-09-27T15:35:07.1063741Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-09-27T15:35:07.1067456Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-09-27T15:35:07.1070397Z adding 'torch/distributed/fsdp/_utils.py' 2022-09-27T15:35:07.1083523Z adding 'torch/distributed/fsdp/flat_param.py' 2022-09-27T15:35:07.1087624Z adding 'torch/distributed/fsdp/flatten_params_wrapper.py' 2022-09-27T15:35:07.1153805Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-09-27T15:35:07.1163703Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-09-27T15:35:07.1167637Z adding 'torch/distributed/fsdp/utils.py' 2022-09-27T15:35:07.1173171Z adding 'torch/distributed/fsdp/wrap.py' 2022-09-27T15:35:07.1175771Z adding 'torch/distributed/launcher/__init__.py' 2022-09-27T15:35:07.1179847Z adding 'torch/distributed/launcher/api.py' 2022-09-27T15:35:07.1182159Z adding 'torch/distributed/nn/__init__.py' 2022-09-27T15:35:07.1187169Z adding 'torch/distributed/nn/functional.py' 2022-09-27T15:35:07.1188971Z adding 'torch/distributed/nn/api/__init__.py' 2022-09-27T15:35:07.1197063Z adding 'torch/distributed/nn/api/remote_module.py' 2022-09-27T15:35:07.1199500Z adding 'torch/distributed/nn/jit/__init__.py' 2022-09-27T15:35:07.1202343Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-09-27T15:35:07.1204179Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-09-27T15:35:07.1206265Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-09-27T15:35:07.1208429Z adding 'torch/distributed/optim/__init__.py' 2022-09-27T15:35:07.1212036Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-09-27T15:35:07.1213471Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-09-27T15:35:07.1216374Z adding 'torch/distributed/optim/functional_adam.py' 2022-09-27T15:35:07.1219080Z adding 'torch/distributed/optim/functional_adamax.py' 2022-09-27T15:35:07.1221799Z adding 'torch/distributed/optim/functional_adamw.py' 2022-09-27T15:35:07.1224474Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-09-27T15:35:07.1226755Z adding 'torch/distributed/optim/functional_rprop.py' 2022-09-27T15:35:07.1229429Z adding 'torch/distributed/optim/functional_sgd.py' 2022-09-27T15:35:07.1233301Z adding 'torch/distributed/optim/optimizer.py' 2022-09-27T15:35:07.1236113Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-09-27T15:35:07.1238402Z adding 'torch/distributed/optim/utils.py' 2022-09-27T15:35:07.1259323Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-09-27T15:35:07.1262472Z adding 'torch/distributed/pipeline/__init__.py' 2022-09-27T15:35:07.1264460Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-09-27T15:35:07.1266923Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-09-27T15:35:07.1270822Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-09-27T15:35:07.1273254Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-09-27T15:35:07.1275463Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-09-27T15:35:07.1278700Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-09-27T15:35:07.1281047Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-09-27T15:35:07.1287207Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-09-27T15:35:07.1291429Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-09-27T15:35:07.1294324Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-09-27T15:35:07.1297162Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-09-27T15:35:07.1299635Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-09-27T15:35:07.1303228Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-09-27T15:35:07.1305951Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-09-27T15:35:07.1308092Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-09-27T15:35:07.1310148Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-09-27T15:35:07.1312501Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-09-27T15:35:07.1314549Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-09-27T15:35:07.1317582Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-09-27T15:35:07.1322441Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-09-27T15:35:07.1325711Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-09-27T15:35:07.1329791Z adding 'torch/distributed/rpc/__init__.py' 2022-09-27T15:35:07.1331996Z adding 'torch/distributed/rpc/_utils.py' 2022-09-27T15:35:07.1341690Z adding 'torch/distributed/rpc/api.py' 2022-09-27T15:35:07.1347527Z adding 'torch/distributed/rpc/backend_registry.py' 2022-09-27T15:35:07.1349729Z adding 'torch/distributed/rpc/constants.py' 2022-09-27T15:35:07.1352574Z adding 'torch/distributed/rpc/functions.py' 2022-09-27T15:35:07.1356393Z adding 'torch/distributed/rpc/internal.py' 2022-09-27T15:35:07.1359824Z adding 'torch/distributed/rpc/options.py' 2022-09-27T15:35:07.1362095Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-09-27T15:35:07.1365428Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-09-27T15:35:07.1367573Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-09-27T15:35:07.1369607Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-09-27T15:35:07.1373051Z adding 'torch/distributions/__init__.py' 2022-09-27T15:35:07.1375867Z adding 'torch/distributions/bernoulli.py' 2022-09-27T15:35:07.1378089Z adding 'torch/distributions/beta.py' 2022-09-27T15:35:07.1380823Z adding 'torch/distributions/binomial.py' 2022-09-27T15:35:07.1383915Z adding 'torch/distributions/categorical.py' 2022-09-27T15:35:07.1386195Z adding 'torch/distributions/cauchy.py' 2022-09-27T15:35:07.1388045Z adding 'torch/distributions/chi2.py' 2022-09-27T15:35:07.1391282Z adding 'torch/distributions/constraint_registry.py' 2022-09-27T15:35:07.1396141Z adding 'torch/distributions/constraints.py' 2022-09-27T15:35:07.1399872Z adding 'torch/distributions/continuous_bernoulli.py' 2022-09-27T15:35:07.1402329Z adding 'torch/distributions/dirichlet.py' 2022-09-27T15:35:07.1406147Z adding 'torch/distributions/distribution.py' 2022-09-27T15:35:07.1408464Z adding 'torch/distributions/exp_family.py' 2022-09-27T15:35:07.1410524Z adding 'torch/distributions/exponential.py' 2022-09-27T15:35:07.1412718Z adding 'torch/distributions/fishersnedecor.py' 2022-09-27T15:35:07.1414905Z adding 'torch/distributions/gamma.py' 2022-09-27T15:35:07.1417637Z adding 'torch/distributions/geometric.py' 2022-09-27T15:35:07.1419778Z adding 'torch/distributions/gumbel.py' 2022-09-27T15:35:07.1421872Z adding 'torch/distributions/half_cauchy.py' 2022-09-27T15:35:07.1424059Z adding 'torch/distributions/half_normal.py' 2022-09-27T15:35:07.1426368Z adding 'torch/distributions/independent.py' 2022-09-27T15:35:07.1434067Z adding 'torch/distributions/kl.py' 2022-09-27T15:35:07.1437052Z adding 'torch/distributions/kumaraswamy.py' 2022-09-27T15:35:07.1439353Z adding 'torch/distributions/laplace.py' 2022-09-27T15:35:07.1442564Z adding 'torch/distributions/lkj_cholesky.py' 2022-09-27T15:35:07.1444577Z adding 'torch/distributions/log_normal.py' 2022-09-27T15:35:07.1446725Z adding 'torch/distributions/logistic_normal.py' 2022-09-27T15:35:07.1450044Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-09-27T15:35:07.1453573Z adding 'torch/distributions/mixture_same_family.py' 2022-09-27T15:35:07.1458475Z adding 'torch/distributions/multinomial.py' 2022-09-27T15:35:07.1461923Z adding 'torch/distributions/multivariate_normal.py' 2022-09-27T15:35:07.1465267Z adding 'torch/distributions/negative_binomial.py' 2022-09-27T15:35:07.1466930Z adding 'torch/distributions/normal.py' 2022-09-27T15:35:07.1469730Z adding 'torch/distributions/one_hot_categorical.py' 2022-09-27T15:35:07.1471525Z adding 'torch/distributions/pareto.py' 2022-09-27T15:35:07.1473432Z adding 'torch/distributions/poisson.py' 2022-09-27T15:35:07.1475982Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-09-27T15:35:07.1478758Z adding 'torch/distributions/relaxed_categorical.py' 2022-09-27T15:35:07.1481065Z adding 'torch/distributions/studentT.py' 2022-09-27T15:35:07.1484150Z adding 'torch/distributions/transformed_distribution.py' 2022-09-27T15:35:07.1494200Z adding 'torch/distributions/transforms.py' 2022-09-27T15:35:07.1497518Z adding 'torch/distributions/uniform.py' 2022-09-27T15:35:07.1500407Z adding 'torch/distributions/utils.py' 2022-09-27T15:35:07.1503217Z adding 'torch/distributions/von_mises.py' 2022-09-27T15:35:07.1505408Z adding 'torch/distributions/weibull.py' 2022-09-27T15:35:07.1509316Z adding 'torch/distributions/wishart.py' 2022-09-27T15:35:07.1519824Z adding 'torch/fft/__init__.py' 2022-09-27T15:35:07.1526315Z adding 'torch/futures/__init__.py' 2022-09-27T15:35:07.1529545Z adding 'torch/fx/__init__.py' 2022-09-27T15:35:07.1531661Z adding 'torch/fx/_compatibility.py' 2022-09-27T15:35:07.1533737Z adding 'torch/fx/_pytree.py' 2022-09-27T15:35:07.1546737Z adding 'torch/fx/_symbolic_trace.py' 2022-09-27T15:35:07.1549520Z adding 'torch/fx/annotate.py' 2022-09-27T15:35:07.1567983Z adding 'torch/fx/graph.py' 2022-09-27T15:35:07.1579447Z adding 'torch/fx/graph_module.py' 2022-09-27T15:35:07.1582282Z adding 'torch/fx/immutable_collections.py' 2022-09-27T15:35:07.1587400Z adding 'torch/fx/interpreter.py' 2022-09-27T15:35:07.1596174Z adding 'torch/fx/node.py' 2022-09-27T15:35:07.1602637Z adding 'torch/fx/operator_schemas.py' 2022-09-27T15:35:07.1608493Z adding 'torch/fx/proxy.py' 2022-09-27T15:35:07.1612776Z adding 'torch/fx/subgraph_rewriter.py' 2022-09-27T15:35:07.1615100Z adding 'torch/fx/tensor_type.py' 2022-09-27T15:35:07.1617204Z adding 'torch/fx/traceback.py' 2022-09-27T15:35:07.1619351Z adding 'torch/fx/experimental/__init__.py' 2022-09-27T15:35:07.1632207Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-09-27T15:35:07.1637684Z adding 'torch/fx/experimental/const_fold.py' 2022-09-27T15:35:07.1639677Z adding 'torch/fx/experimental/debug.py' 2022-09-27T15:35:07.1648485Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-09-27T15:35:07.1652296Z adding 'torch/fx/experimental/merge_matmul.py' 2022-09-27T15:35:07.1656124Z adding 'torch/fx/experimental/meta_tracer.py' 2022-09-27T15:35:07.1659098Z adding 'torch/fx/experimental/normalize.py' 2022-09-27T15:35:07.1664623Z adding 'torch/fx/experimental/optimization.py' 2022-09-27T15:35:07.1669080Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-09-27T15:35:07.1678671Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-09-27T15:35:07.1680627Z adding 'torch/fx/experimental/refinement_types.py' 2022-09-27T15:35:07.1683322Z adding 'torch/fx/experimental/rewriter.py' 2022-09-27T15:35:07.1685613Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-09-27T15:35:07.1691423Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-09-27T15:35:07.1694346Z adding 'torch/fx/experimental/unify_refinements.py' 2022-09-27T15:35:07.1696780Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-09-27T15:35:07.1701646Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-09-27T15:35:07.1713606Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-09-27T15:35:07.1725229Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-09-27T15:35:07.1728252Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-09-27T15:35:07.1732658Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-09-27T15:35:07.1735168Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-09-27T15:35:07.1737463Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-09-27T15:35:07.1739840Z adding 'torch/fx/experimental/unification/__init__.py' 2022-09-27T15:35:07.1742547Z adding 'torch/fx/experimental/unification/core.py' 2022-09-27T15:35:07.1744273Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-09-27T15:35:07.1747295Z adding 'torch/fx/experimental/unification/match.py' 2022-09-27T15:35:07.1749892Z adding 'torch/fx/experimental/unification/more.py' 2022-09-27T15:35:07.1754182Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-09-27T15:35:07.1757262Z adding 'torch/fx/experimental/unification/utils.py' 2022-09-27T15:35:07.1759807Z adding 'torch/fx/experimental/unification/variable.py' 2022-09-27T15:35:07.1762311Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-09-27T15:35:07.1765265Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-09-27T15:35:07.1768008Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-09-27T15:35:07.1773322Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-09-27T15:35:07.1776934Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-09-27T15:35:07.1780298Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-09-27T15:35:07.1782146Z adding 'torch/fx/passes/__init__.py' 2022-09-27T15:35:07.1783871Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-09-27T15:35:07.1787407Z adding 'torch/fx/passes/graph_drawer.py' 2022-09-27T15:35:07.1790009Z adding 'torch/fx/passes/graph_manipulation.py' 2022-09-27T15:35:07.1795958Z adding 'torch/fx/passes/net_min_base.py' 2022-09-27T15:35:07.1799400Z adding 'torch/fx/passes/operator_support.py' 2022-09-27T15:35:07.1801717Z adding 'torch/fx/passes/param_fetch.py' 2022-09-27T15:35:07.1804638Z adding 'torch/fx/passes/pass_manager.py' 2022-09-27T15:35:07.1814988Z adding 'torch/fx/passes/reinplace.py' 2022-09-27T15:35:07.1818484Z adding 'torch/fx/passes/shape_prop.py' 2022-09-27T15:35:07.1822672Z adding 'torch/fx/passes/split_module.py' 2022-09-27T15:35:07.1826592Z adding 'torch/fx/passes/split_utils.py' 2022-09-27T15:35:07.1835481Z adding 'torch/fx/passes/splitter_base.py' 2022-09-27T15:35:07.1840207Z adding 'torch/fx/passes/tools_common.py' 2022-09-27T15:35:07.1843096Z adding 'torch/fx/passes/backends/__init__.py' 2022-09-27T15:35:07.1844880Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-09-27T15:35:07.1848643Z adding 'torch/fx/passes/backends/nvfuser.py' 2022-09-27T15:35:07.1850685Z adding 'torch/fx/passes/dialect/__init__.py' 2022-09-27T15:35:07.1852384Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-09-27T15:35:07.1854881Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-09-27T15:35:07.1856904Z adding 'torch/fx/passes/infra/__init__.py' 2022-09-27T15:35:07.1860664Z adding 'torch/fx/passes/infra/partitioner.py' 2022-09-27T15:35:07.1862989Z adding 'torch/fx/passes/infra/pass_base.py' 2022-09-27T15:35:07.1866715Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-09-27T15:35:07.1868757Z adding 'torch/fx/passes/tests/__init__.py' 2022-09-27T15:35:07.1870338Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-09-27T15:35:07.1872344Z adding 'torch/fx/passes/utils/__init__.py' 2022-09-27T15:35:07.1873989Z adding 'torch/fx/passes/utils/common.py' 2022-09-27T15:35:07.1877271Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-09-27T15:35:07.1881489Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-09-27T15:35:07.1884949Z adding 'torch/include/ATen/ATen.h' 2022-09-27T15:35:07.1887372Z adding 'torch/include/ATen/AccumulateType.h' 2022-09-27T15:35:07.1888905Z adding 'torch/include/ATen/ArrayRef.h' 2022-09-27T15:35:07.1890269Z adding 'torch/include/ATen/Backend.h' 2022-09-27T15:35:07.1891655Z adding 'torch/include/ATen/Backtrace.h' 2022-09-27T15:35:07.1893384Z adding 'torch/include/ATen/BatchedFallback.h' 2022-09-27T15:35:07.1896244Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-09-27T15:35:07.1899808Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-09-27T15:35:07.1901993Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-09-27T15:35:07.1903781Z adding 'torch/include/ATen/CPUFunctions.h' 2022-09-27T15:35:07.1907721Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-09-27T15:35:07.1910275Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-09-27T15:35:07.1912287Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-09-27T15:35:07.1917133Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-09-27T15:35:07.1920020Z adding 'torch/include/ATen/CollapseDims.h' 2022-09-27T15:35:07.1921991Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-09-27T15:35:07.1926829Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-09-27T15:35:07.1929900Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-09-27T15:35:07.1933283Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-09-27T15:35:07.1936054Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-09-27T15:35:07.1940653Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-09-27T15:35:07.1943412Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-09-27T15:35:07.1945282Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-09-27T15:35:07.1946690Z adding 'torch/include/ATen/Config.h' 2022-09-27T15:35:07.1951045Z adding 'torch/include/ATen/Context.h' 2022-09-27T15:35:07.1953080Z adding 'torch/include/ATen/DLConvertor.h' 2022-09-27T15:35:07.1954542Z adding 'torch/include/ATen/Device.h' 2022-09-27T15:35:07.1956306Z adding 'torch/include/ATen/DeviceGuard.h' 2022-09-27T15:35:07.1957928Z adding 'torch/include/ATen/DimVector.h' 2022-09-27T15:35:07.1959319Z adding 'torch/include/ATen/Dimname.h' 2022-09-27T15:35:07.1964237Z adding 'torch/include/ATen/Dispatch.h' 2022-09-27T15:35:07.1966508Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-09-27T15:35:07.1968326Z adding 'torch/include/ATen/EmptyTensor.h' 2022-09-27T15:35:07.1970473Z adding 'torch/include/ATen/ExpandBase.h' 2022-09-27T15:35:07.1973600Z adding 'torch/include/ATen/ExpandUtils.h' 2022-09-27T15:35:07.1975528Z adding 'torch/include/ATen/Formatting.h' 2022-09-27T15:35:07.1977294Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-09-27T15:35:07.1979805Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-09-27T15:35:07.1983910Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-09-27T15:35:07.1991986Z adding 'torch/include/ATen/Functions.h' 2022-09-27T15:35:07.1994554Z adding 'torch/include/ATen/Generator.h' 2022-09-27T15:35:07.1998362Z adding 'torch/include/ATen/InferSize.h' 2022-09-27T15:35:07.1998918Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-09-27T15:35:07.1999667Z adding 'torch/include/ATen/Layout.h' 2022-09-27T15:35:07.2001542Z adding 'torch/include/ATen/LinalgBackend.h' 2022-09-27T15:35:07.2003481Z adding 'torch/include/ATen/MapAllocator.h' 2022-09-27T15:35:07.2005443Z adding 'torch/include/ATen/MatrixRef.h' 2022-09-27T15:35:07.2007365Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-09-27T15:35:07.2009177Z adding 'torch/include/ATen/MetaFunctions.h' 2022-09-27T15:35:07.2012218Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-09-27T15:35:07.2015972Z adding 'torch/include/ATen/MethodOperators.h' 2022-09-27T15:35:07.2018012Z adding 'torch/include/ATen/NamedTensor.h' 2022-09-27T15:35:07.2021852Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-09-27T15:35:07.2028932Z adding 'torch/include/ATen/NativeFunctions.h' 2022-09-27T15:35:07.2037795Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-09-27T15:35:07.2042845Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-09-27T15:35:07.2045355Z adding 'torch/include/ATen/NumericUtils.h' 2022-09-27T15:35:07.2047528Z adding 'torch/include/ATen/OpMathType.h' 2022-09-27T15:35:07.2050378Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-09-27T15:35:07.2058764Z adding 'torch/include/ATen/Operators.h' 2022-09-27T15:35:07.2062154Z adding 'torch/include/ATen/PTThreadPool.h' 2022-09-27T15:35:07.2064285Z adding 'torch/include/ATen/Parallel-inl.h' 2022-09-27T15:35:07.2067096Z adding 'torch/include/ATen/Parallel.h' 2022-09-27T15:35:07.2069173Z adding 'torch/include/ATen/ParallelFuture.h' 2022-09-27T15:35:07.2071005Z adding 'torch/include/ATen/ParallelNative.h' 2022-09-27T15:35:07.2073128Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-09-27T15:35:07.2075168Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-09-27T15:35:07.2077212Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-09-27T15:35:07.2272609Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-09-27T15:35:07.2422047Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-09-27T15:35:07.2440629Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-09-27T15:35:07.2441903Z adding 'torch/include/ATen/Scalar.h' 2022-09-27T15:35:07.2444128Z adding 'torch/include/ATen/ScalarOps.h' 2022-09-27T15:35:07.2446073Z adding 'torch/include/ATen/ScalarType.h' 2022-09-27T15:35:07.2447613Z adding 'torch/include/ATen/SequenceNumber.h' 2022-09-27T15:35:07.2448609Z adding 'torch/include/ATen/SmallVector.h' 2022-09-27T15:35:07.2451875Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-09-27T15:35:07.2454933Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-09-27T15:35:07.2459514Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-09-27T15:35:07.2462259Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-09-27T15:35:07.2463749Z adding 'torch/include/ATen/Storage.h' 2022-09-27T15:35:07.2465142Z adding 'torch/include/ATen/Tensor.h' 2022-09-27T15:35:07.2466517Z adding 'torch/include/ATen/TensorAccessor.h' 2022-09-27T15:35:07.2468277Z adding 'torch/include/ATen/TensorGeometry.h' 2022-09-27T15:35:07.2475242Z adding 'torch/include/ATen/TensorIndexing.h' 2022-09-27T15:35:07.2486417Z adding 'torch/include/ATen/TensorIterator.h' 2022-09-27T15:35:07.2489304Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-09-27T15:35:07.2491600Z adding 'torch/include/ATen/TensorMeta.h' 2022-09-27T15:35:07.2493744Z adding 'torch/include/ATen/TensorNames.h' 2022-09-27T15:35:07.2496279Z adding 'torch/include/ATen/TensorOperators.h' 2022-09-27T15:35:07.2497344Z adding 'torch/include/ATen/TensorOptions.h' 2022-09-27T15:35:07.2499211Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-09-27T15:35:07.2501452Z adding 'torch/include/ATen/TensorUtils.h' 2022-09-27T15:35:07.2503714Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-09-27T15:35:07.2506419Z adding 'torch/include/ATen/TracerMode.h' 2022-09-27T15:35:07.2508093Z adding 'torch/include/ATen/TypeDefault.h' 2022-09-27T15:35:07.2510057Z adding 'torch/include/ATen/Utils.h' 2022-09-27T15:35:07.2511541Z adding 'torch/include/ATen/Version.h' 2022-09-27T15:35:07.2657351Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-09-27T15:35:07.2695773Z adding 'torch/include/ATen/VmapMode.h' 2022-09-27T15:35:07.2698375Z adding 'torch/include/ATen/VmapTransforms.h' 2022-09-27T15:35:07.2700822Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-09-27T15:35:07.2702873Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-09-27T15:35:07.2705144Z adding 'torch/include/ATen/autocast_mode.h' 2022-09-27T15:35:07.2706810Z adding 'torch/include/ATen/ceil_div.h' 2022-09-27T15:35:07.2709647Z adding 'torch/include/ATen/code_template.h' 2022-09-27T15:35:07.2711956Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-09-27T15:35:07.2713650Z adding 'torch/include/ATen/div_rtn.h' 2022-09-27T15:35:07.2716626Z adding 'torch/include/ATen/dlpack.h' 2022-09-27T15:35:07.2718714Z adding 'torch/include/ATen/jit_macros.h' 2022-09-27T15:35:07.2720846Z adding 'torch/include/ATen/jiterator_macros.h' 2022-09-27T15:35:07.2726828Z adding 'torch/include/ATen/record_function.h' 2022-09-27T15:35:07.2729893Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-09-27T15:35:07.2731439Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-09-27T15:35:07.2733297Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-09-27T15:35:07.2735860Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-09-27T15:35:07.2737963Z adding 'torch/include/ATen/core/Array.h' 2022-09-27T15:35:07.2739152Z adding 'torch/include/ATen/core/Backtrace.h' 2022-09-27T15:35:07.2740739Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-09-27T15:35:07.2742974Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-09-27T15:35:07.2744857Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-09-27T15:35:07.2749221Z adding 'torch/include/ATen/core/Dict.h' 2022-09-27T15:35:07.2752419Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-09-27T15:35:07.2754256Z adding 'torch/include/ATen/core/DimVector.h' 2022-09-27T15:35:07.2756044Z adding 'torch/include/ATen/core/Dimname.h' 2022-09-27T15:35:07.2759680Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-09-27T15:35:07.2761605Z adding 'torch/include/ATen/core/Formatting.h' 2022-09-27T15:35:07.2764467Z adding 'torch/include/ATen/core/Generator.h' 2022-09-27T15:35:07.2770543Z adding 'torch/include/ATen/core/IListRef.h' 2022-09-27T15:35:07.2773626Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-09-27T15:35:07.2776651Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-09-27T15:35:07.2781428Z adding 'torch/include/ATen/core/List.h' 2022-09-27T15:35:07.2785258Z adding 'torch/include/ATen/core/List_inl.h' 2022-09-27T15:35:07.2788545Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-09-27T15:35:07.2791406Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-09-27T15:35:07.2794703Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-09-27T15:35:07.2796648Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-09-27T15:35:07.2798879Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-09-27T15:35:07.2800561Z adding 'torch/include/ATen/core/Range.h' 2022-09-27T15:35:07.2802161Z adding 'torch/include/ATen/core/Reduction.h' 2022-09-27T15:35:07.2803629Z adding 'torch/include/ATen/core/Scalar.h' 2022-09-27T15:35:07.2805082Z adding 'torch/include/ATen/core/ScalarType.h' 2022-09-27T15:35:07.2806915Z adding 'torch/include/ATen/core/Tensor.h' 2022-09-27T15:35:07.2809968Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-09-27T15:35:07.2820720Z adding 'torch/include/ATen/core/TensorBase.h' 2022-09-27T15:35:07.2868095Z adding 'torch/include/ATen/core/TensorBody.h' 2022-09-27T15:35:07.2875497Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-09-27T15:35:07.2878396Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-09-27T15:35:07.2879911Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-09-27T15:35:07.2881514Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-09-27T15:35:07.2883783Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-09-27T15:35:07.2885965Z adding 'torch/include/ATen/core/Variadic.h' 2022-09-27T15:35:07.2888023Z adding 'torch/include/ATen/core/Vitals.h' 2022-09-27T15:35:07.2890264Z adding 'torch/include/ATen/core/alias_info.h' 2022-09-27T15:35:07.2901450Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-09-27T15:35:07.2905407Z adding 'torch/include/ATen/core/blob.h' 2022-09-27T15:35:07.2907549Z adding 'torch/include/ATen/core/builtin_function.h' 2022-09-27T15:35:07.2912109Z adding 'torch/include/ATen/core/class_type.h' 2022-09-27T15:35:07.2914294Z adding 'torch/include/ATen/core/custom_class.h' 2022-09-27T15:35:07.2918022Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-09-27T15:35:07.2919980Z adding 'torch/include/ATen/core/enum_tag.h' 2022-09-27T15:35:07.2922165Z adding 'torch/include/ATen/core/enum_type.h' 2022-09-27T15:35:07.2924548Z adding 'torch/include/ATen/core/function.h' 2022-09-27T15:35:07.2931857Z adding 'torch/include/ATen/core/function_schema.h' 2022-09-27T15:35:07.2937064Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-09-27T15:35:07.2939897Z adding 'torch/include/ATen/core/functional.h' 2022-09-27T15:35:07.2941174Z adding 'torch/include/ATen/core/grad_mode.h' 2022-09-27T15:35:07.2944940Z adding 'torch/include/ATen/core/interned_strings.h' 2022-09-27T15:35:07.2946951Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-09-27T15:35:07.2960314Z adding 'torch/include/ATen/core/ivalue.h' 2022-09-27T15:35:07.2984422Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-09-27T15:35:07.2987883Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-09-27T15:35:07.3006389Z adding 'torch/include/ATen/core/jit_type.h' 2022-09-27T15:35:07.3013868Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-09-27T15:35:07.3016701Z adding 'torch/include/ATen/core/operator_name.h' 2022-09-27T15:35:07.3019100Z adding 'torch/include/ATen/core/qualified_name.h' 2022-09-27T15:35:07.3021258Z adding 'torch/include/ATen/core/rref_interface.h' 2022-09-27T15:35:07.3023584Z adding 'torch/include/ATen/core/stack.h' 2022-09-27T15:35:07.3026262Z adding 'torch/include/ATen/core/symbol.h' 2022-09-27T15:35:07.3028305Z adding 'torch/include/ATen/core/type_factory.h' 2022-09-27T15:35:07.3030010Z adding 'torch/include/ATen/core/type_ptr.h' 2022-09-27T15:35:07.3031490Z adding 'torch/include/ATen/core/typeid.h' 2022-09-27T15:35:07.3035262Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-09-27T15:35:07.3037295Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-09-27T15:35:07.3040573Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-09-27T15:35:07.3043727Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-09-27T15:35:07.3045870Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-09-27T15:35:07.3048128Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-09-27T15:35:07.3050380Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-09-27T15:35:07.3054819Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-09-27T15:35:07.3062293Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-09-27T15:35:07.3065578Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-09-27T15:35:07.3068366Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-09-27T15:35:07.3072231Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-09-27T15:35:07.3081030Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-09-27T15:35:07.3083654Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-09-27T15:35:07.3088266Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-09-27T15:35:07.3091263Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-09-27T15:35:07.3092660Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-09-27T15:35:07.3095238Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-09-27T15:35:07.3098400Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-09-27T15:35:07.3101534Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-09-27T15:35:07.3107948Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-09-27T15:35:07.3110723Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-09-27T15:35:07.3113995Z adding 'torch/include/ATen/cpu/vml.h' 2022-09-27T15:35:07.3116133Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-09-27T15:35:07.3119103Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-09-27T15:35:07.3123260Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-09-27T15:35:07.3126518Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-09-27T15:35:07.3127690Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-09-27T15:35:07.3135822Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-09-27T15:35:07.3139841Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-09-27T15:35:07.3141884Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-09-27T15:35:07.3145710Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-09-27T15:35:07.3152061Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-09-27T15:35:07.3157256Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-09-27T15:35:07.3162403Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-09-27T15:35:07.3166379Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-09-27T15:35:07.3170394Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-09-27T15:35:07.3176038Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-09-27T15:35:07.3183845Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-09-27T15:35:07.3192719Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-09-27T15:35:07.3196920Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-09-27T15:35:07.3203975Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-09-27T15:35:07.3209959Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-09-27T15:35:07.3217224Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-09-27T15:35:07.3222216Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-09-27T15:35:07.3226318Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-09-27T15:35:07.3233759Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-09-27T15:35:07.3242507Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-09-27T15:35:07.3245908Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-09-27T15:35:07.3247705Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-09-27T15:35:07.3249696Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-09-27T15:35:07.3254446Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-09-27T15:35:07.3260987Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-09-27T15:35:07.3264526Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-09-27T15:35:07.3266880Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-09-27T15:35:07.3268840Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-09-27T15:35:07.3270640Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-09-27T15:35:07.3273463Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-09-27T15:35:07.3276230Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-09-27T15:35:07.3278632Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-09-27T15:35:07.3280725Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-09-27T15:35:07.3282506Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-09-27T15:35:07.3285461Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-09-27T15:35:07.3288422Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-09-27T15:35:07.3290091Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-09-27T15:35:07.3291616Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-09-27T15:35:07.3293628Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-09-27T15:35:07.3295661Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-09-27T15:35:07.3297530Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-09-27T15:35:07.3300157Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-09-27T15:35:07.3302647Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-09-27T15:35:07.3304308Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-09-27T15:35:07.3305778Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-09-27T15:35:07.3307645Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-09-27T15:35:07.3309240Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-09-27T15:35:07.3310838Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-09-27T15:35:07.3314650Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-09-27T15:35:07.3317302Z adding 'torch/include/ATen/cuda/cub.h' 2022-09-27T15:35:07.3319325Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-09-27T15:35:07.3321012Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-09-27T15:35:07.3323614Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-09-27T15:35:07.3325506Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-09-27T15:35:07.3327761Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-09-27T15:35:07.3331042Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-09-27T15:35:07.3332968Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-09-27T15:35:07.3335633Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-09-27T15:35:07.3337737Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-09-27T15:35:07.3339285Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-09-27T15:35:07.3341711Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-09-27T15:35:07.3343757Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-09-27T15:35:07.3345740Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-09-27T15:35:07.3347845Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-09-27T15:35:07.3351939Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-09-27T15:35:07.3353672Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-09-27T15:35:07.3355117Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-09-27T15:35:07.3356954Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-09-27T15:35:07.3358164Z adding 'torch/include/ATen/cudnn/Types.h' 2022-09-27T15:35:07.3359741Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-09-27T15:35:07.3361324Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-09-27T15:35:07.3364378Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-09-27T15:35:07.3366478Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-09-27T15:35:07.3368446Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-09-27T15:35:07.3370239Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-09-27T15:35:07.3372406Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-09-27T15:35:07.3377210Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-09-27T15:35:07.3379839Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-09-27T15:35:07.3382717Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-09-27T15:35:07.3385282Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-09-27T15:35:07.3387889Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-09-27T15:35:07.3389774Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-09-27T15:35:07.3392750Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-09-27T15:35:07.3396431Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-09-27T15:35:07.3398325Z adding 'torch/include/ATen/functorch/Macros.h' 2022-09-27T15:35:07.3400400Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-09-27T15:35:07.3402769Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-09-27T15:35:07.3404599Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-09-27T15:35:07.3406871Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-09-27T15:35:07.3408843Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-09-27T15:35:07.3412751Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-09-27T15:35:07.3415193Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-09-27T15:35:07.3418585Z adding 'torch/include/ATen/native/Activation.h' 2022-09-27T15:35:07.3420647Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-09-27T15:35:07.3423426Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-09-27T15:35:07.3425770Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-09-27T15:35:07.3428918Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-09-27T15:35:07.3431290Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-09-27T15:35:07.3433511Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-09-27T15:35:07.3435336Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-09-27T15:35:07.3437547Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-09-27T15:35:07.3439530Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-09-27T15:35:07.3442192Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-09-27T15:35:07.3446727Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-09-27T15:35:07.3448830Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-09-27T15:35:07.3450301Z adding 'torch/include/ATen/native/Copy.h' 2022-09-27T15:35:07.3452161Z adding 'torch/include/ATen/native/Cross.h' 2022-09-27T15:35:07.3454710Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-09-27T15:35:07.3458095Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-09-27T15:35:07.3459941Z adding 'torch/include/ATen/native/Distance.h' 2022-09-27T15:35:07.3464679Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-09-27T15:35:07.3471222Z adding 'torch/include/ATen/native/Distributions.h' 2022-09-27T15:35:07.3474150Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-09-27T15:35:07.3475990Z adding 'torch/include/ATen/native/Fill.h' 2022-09-27T15:35:07.3478525Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-09-27T15:35:07.3480370Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-09-27T15:35:07.3483373Z adding 'torch/include/ATen/native/GridSampler.h' 2022-09-27T15:35:07.3485718Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-09-27T15:35:07.3487314Z adding 'torch/include/ATen/native/Histogram.h' 2022-09-27T15:35:07.3489050Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-09-27T15:35:07.3491597Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-09-27T15:35:07.3493332Z adding 'torch/include/ATen/native/Lerp.h' 2022-09-27T15:35:07.3494947Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-09-27T15:35:07.3503384Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-09-27T15:35:07.3505897Z adding 'torch/include/ATen/native/LossMulti.h' 2022-09-27T15:35:07.3545031Z adding 'torch/include/ATen/native/Math.h' 2022-09-27T15:35:07.3550198Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-09-27T15:35:07.3553233Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-09-27T15:35:07.3555172Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-09-27T15:35:07.3556851Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-09-27T15:35:07.3558541Z adding 'torch/include/ATen/native/Normalization.h' 2022-09-27T15:35:07.3560007Z adding 'torch/include/ATen/native/PadNd.h' 2022-09-27T15:35:07.3561675Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-09-27T15:35:07.3564902Z adding 'torch/include/ATen/native/Pool.h' 2022-09-27T15:35:07.3567059Z adding 'torch/include/ATen/native/Pow.h' 2022-09-27T15:35:07.3569062Z adding 'torch/include/ATen/native/RNN.h' 2022-09-27T15:35:07.3570766Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-09-27T15:35:07.3572304Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-09-27T15:35:07.3574041Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-09-27T15:35:07.3578374Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-09-27T15:35:07.3580624Z adding 'torch/include/ATen/native/Repeat.h' 2022-09-27T15:35:07.3583596Z adding 'torch/include/ATen/native/Resize.h' 2022-09-27T15:35:07.3585727Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-09-27T15:35:07.3587937Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-09-27T15:35:07.3589674Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-09-27T15:35:07.3593421Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-09-27T15:35:07.3595811Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-09-27T15:35:07.3597497Z adding 'torch/include/ATen/native/Sorting.h' 2022-09-27T15:35:07.3599409Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-09-27T15:35:07.3601751Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-09-27T15:35:07.3605058Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-09-27T15:35:07.3606634Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-09-27T15:35:07.3608944Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-09-27T15:35:07.3610924Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-09-27T15:35:07.3612455Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-09-27T15:35:07.3614332Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-09-27T15:35:07.3617120Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-09-27T15:35:07.3618691Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-09-27T15:35:07.3620754Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-09-27T15:35:07.3622252Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-09-27T15:35:07.3624364Z adding 'torch/include/ATen/native/TensorShape.h' 2022-09-27T15:35:07.3626225Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-09-27T15:35:07.3628189Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-09-27T15:35:07.3629945Z adding 'torch/include/ATen/native/TransposeType.h' 2022-09-27T15:35:07.3631913Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-09-27T15:35:07.3633623Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-09-27T15:35:07.3635679Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-09-27T15:35:07.3637534Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-09-27T15:35:07.3639208Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-09-27T15:35:07.3641684Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-09-27T15:35:07.3646415Z adding 'torch/include/ATen/native/UpSample.h' 2022-09-27T15:35:07.3648768Z adding 'torch/include/ATen/native/batch_norm.h' 2022-09-27T15:35:07.3650531Z adding 'torch/include/ATen/native/group_norm.h' 2022-09-27T15:35:07.3652850Z adding 'torch/include/ATen/native/im2col.h' 2022-09-27T15:35:07.3655686Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-09-27T15:35:07.3658067Z adding 'torch/include/ATen/native/layer_norm.h' 2022-09-27T15:35:07.3659725Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-09-27T15:35:07.3661720Z adding 'torch/include/ATen/native/vol2col.h' 2022-09-27T15:35:07.3664201Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-09-27T15:35:07.3665833Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-09-27T15:35:07.3667486Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-09-27T15:35:07.3669003Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-09-27T15:35:07.3670714Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-09-27T15:35:07.3674257Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-09-27T15:35:07.3676368Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-09-27T15:35:07.3678704Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-09-27T15:35:07.3680618Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-09-27T15:35:07.3682647Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-09-27T15:35:07.3687037Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-09-27T15:35:07.3689036Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-09-27T15:35:07.3690672Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-09-27T15:35:07.3695004Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-09-27T15:35:07.3698419Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-09-27T15:35:07.3700111Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-09-27T15:35:07.3701652Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-09-27T15:35:07.3703326Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-09-27T15:35:07.3707815Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-09-27T15:35:07.3710280Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-09-27T15:35:07.3712749Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-09-27T15:35:07.3714926Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-09-27T15:35:07.3717381Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-09-27T15:35:07.3720281Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-09-27T15:35:07.3722453Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-09-27T15:35:07.3725988Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-09-27T15:35:07.3729308Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-09-27T15:35:07.3731393Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-09-27T15:35:07.3732890Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-09-27T15:35:07.3739042Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-09-27T15:35:07.3741415Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-09-27T15:35:07.3743123Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-09-27T15:35:07.3749511Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-09-27T15:35:07.3751799Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-09-27T15:35:07.3753554Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-09-27T15:35:07.3756575Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-09-27T15:35:07.3760348Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-09-27T15:35:07.3762330Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-09-27T15:35:07.3763966Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-09-27T15:35:07.3766869Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-09-27T15:35:07.3769377Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-09-27T15:35:07.3770684Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-09-27T15:35:07.3774292Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-09-27T15:35:07.3803406Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-09-27T15:35:07.3810055Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-09-27T15:35:07.3812141Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-09-27T15:35:07.3815470Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-09-27T15:35:07.3830692Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-09-27T15:35:07.3836648Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-09-27T15:35:07.3841211Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-09-27T15:35:07.3843649Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-09-27T15:35:07.3856628Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-09-27T15:35:07.3859488Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-09-27T15:35:07.3861482Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-09-27T15:35:07.3863302Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-09-27T15:35:07.3867734Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-09-27T15:35:07.3883831Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-09-27T15:35:07.3885505Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-09-27T15:35:07.3888892Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-09-27T15:35:07.3890837Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-09-27T15:35:07.3893419Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-09-27T15:35:07.3897838Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-09-27T15:35:07.3903328Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-09-27T15:35:07.3905425Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-09-27T15:35:07.3907136Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-09-27T15:35:07.3908724Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-09-27T15:35:07.3912343Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-09-27T15:35:07.3914909Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-09-27T15:35:07.3916751Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-09-27T15:35:07.3918567Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-09-27T15:35:07.3921273Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-09-27T15:35:07.3924539Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-09-27T15:35:07.3927492Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-09-27T15:35:07.3933656Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-09-27T15:35:07.3936088Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-09-27T15:35:07.3939293Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-09-27T15:35:07.3941995Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-09-27T15:35:07.3944164Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-09-27T15:35:07.3945652Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-09-27T15:35:07.3948092Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-09-27T15:35:07.3949114Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-09-27T15:35:07.3950983Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-09-27T15:35:07.3952962Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-09-27T15:35:07.3966235Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-09-27T15:35:07.3967052Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-09-27T15:35:07.3967555Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-09-27T15:35:07.3967893Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-09-27T15:35:07.3969785Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-09-27T15:35:07.3971410Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-09-27T15:35:07.3974469Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-09-27T15:35:07.3978514Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-09-27T15:35:07.3982106Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-09-27T15:35:07.3983900Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-09-27T15:35:07.3985574Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-09-27T15:35:07.3987254Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-09-27T15:35:07.4044611Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-09-27T15:35:07.4046236Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-09-27T15:35:07.4048032Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4049712Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.4051372Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.4053032Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-09-27T15:35:07.4054892Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-09-27T15:35:07.4056995Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4058692Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-09-27T15:35:07.4060416Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-09-27T15:35:07.4062006Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-09-27T15:35:07.4063826Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-09-27T15:35:07.4065558Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-09-27T15:35:07.4067387Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-09-27T15:35:07.4069241Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4070828Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.4072432Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.4074047Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-09-27T15:35:07.4075797Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-09-27T15:35:07.4077701Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4079483Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-09-27T15:35:07.4081051Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-09-27T15:35:07.4082643Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-09-27T15:35:07.4084531Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-09-27T15:35:07.4086203Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-09-27T15:35:07.4088009Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4089624Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-09-27T15:35:07.4091377Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-09-27T15:35:07.4093163Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-09-27T15:35:07.4095020Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4096919Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-09-27T15:35:07.4098652Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-09-27T15:35:07.4100278Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-09-27T15:35:07.4102329Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-09-27T15:35:07.4104210Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-09-27T15:35:07.4106232Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.4108020Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-09-27T15:35:07.4109785Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-09-27T15:35:07.4111521Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-09-27T15:35:07.4113315Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-09-27T15:35:07.4114837Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-09-27T15:35:07.4116702Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-09-27T15:35:07.4118639Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-09-27T15:35:07.4120550Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4122131Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-09-27T15:35:07.4123927Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-09-27T15:35:07.4125710Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-09-27T15:35:07.4127623Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-09-27T15:35:07.4129550Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-09-27T15:35:07.4131513Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4133182Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-09-27T15:35:07.4134941Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-09-27T15:35:07.4137267Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-09-27T15:35:07.4139075Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-09-27T15:35:07.4140924Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4142694Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-09-27T15:35:07.4144421Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-09-27T15:35:07.4146181Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-09-27T15:35:07.4148141Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-09-27T15:35:07.4149816Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-09-27T15:35:07.4151573Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-09-27T15:35:07.4153192Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-09-27T15:35:07.4155022Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-09-27T15:35:07.4156680Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-09-27T15:35:07.4158637Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-09-27T15:35:07.4160565Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4161989Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-09-27T15:35:07.4163633Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-09-27T15:35:07.4165239Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-09-27T15:35:07.4167082Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4168689Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-09-27T15:35:07.4170435Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-09-27T15:35:07.4172033Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-09-27T15:35:07.4173815Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4175635Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-09-27T15:35:07.4177507Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-09-27T15:35:07.4179229Z adding 'torch/include/ATen/ops/_backward.h' 2022-09-27T15:35:07.4180943Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4182603Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-09-27T15:35:07.4183988Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-09-27T15:35:07.4185688Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-09-27T15:35:07.4187360Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-09-27T15:35:07.4189070Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4190588Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-09-27T15:35:07.4192596Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-09-27T15:35:07.4194164Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4195643Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-09-27T15:35:07.4197513Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-09-27T15:35:07.4199323Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-09-27T15:35:07.4201147Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4202624Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-09-27T15:35:07.4204396Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-09-27T15:35:07.4206203Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-09-27T15:35:07.4207911Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4209466Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-09-27T15:35:07.4211096Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-09-27T15:35:07.4212837Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-09-27T15:35:07.4214638Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4216401Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-09-27T15:35:07.4218249Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-09-27T15:35:07.4219904Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-09-27T15:35:07.4221739Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4223290Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-09-27T15:35:07.4224974Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-09-27T15:35:07.4226607Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-09-27T15:35:07.4228348Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4229971Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-09-27T15:35:07.4231650Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-09-27T15:35:07.4233292Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-09-27T15:35:07.4235206Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4236751Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-09-27T15:35:07.4238602Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-09-27T15:35:07.4240178Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-09-27T15:35:07.4242137Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4243286Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-09-27T15:35:07.4244998Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-09-27T15:35:07.4246546Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-09-27T15:35:07.4248222Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4249727Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-09-27T15:35:07.4251386Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-09-27T15:35:07.4253003Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-09-27T15:35:07.4254740Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4256489Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-09-27T15:35:07.4258015Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-09-27T15:35:07.4259561Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-09-27T15:35:07.4261256Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-09-27T15:35:07.4262920Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-09-27T15:35:07.4264717Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4266404Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-09-27T15:35:07.4267994Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-09-27T15:35:07.4269616Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-09-27T15:35:07.4271323Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-09-27T15:35:07.4273355Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-09-27T15:35:07.4274965Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4276533Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-09-27T15:35:07.4278517Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-09-27T15:35:07.4280024Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-09-27T15:35:07.4281816Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-09-27T15:35:07.4283459Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-09-27T15:35:07.4285213Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4286791Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-09-27T15:35:07.4288388Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-09-27T15:35:07.4289981Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-09-27T15:35:07.4291975Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4293418Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-09-27T15:35:07.4295182Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-09-27T15:35:07.4297049Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-09-27T15:35:07.4299124Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4300702Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-09-27T15:35:07.4302269Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-09-27T15:35:07.4304178Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-09-27T15:35:07.4306109Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-09-27T15:35:07.4307906Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-09-27T15:35:07.4309640Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-09-27T15:35:07.4311535Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-09-27T15:35:07.4313285Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-09-27T15:35:07.4314844Z adding 'torch/include/ATen/ops/_conj.h' 2022-09-27T15:35:07.4316657Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4318497Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-09-27T15:35:07.4320299Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4322091Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.4323670Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-09-27T15:35:07.4325503Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-09-27T15:35:07.4327166Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-09-27T15:35:07.4328913Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-09-27T15:35:07.4330661Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-09-27T15:35:07.4332512Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4334147Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-09-27T15:35:07.4336211Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-09-27T15:35:07.4338375Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-09-27T15:35:07.4340185Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-09-27T15:35:07.4341825Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-09-27T15:35:07.4343600Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-09-27T15:35:07.4345570Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-09-27T15:35:07.4347199Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.4348703Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-09-27T15:35:07.4350207Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-09-27T15:35:07.4351925Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-09-27T15:35:07.4353356Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-09-27T15:35:07.4354904Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-09-27T15:35:07.4356567Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-09-27T15:35:07.4358447Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-09-27T15:35:07.4360507Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.4361996Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-09-27T15:35:07.4363819Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-09-27T15:35:07.4365886Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-09-27T15:35:07.4367386Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-09-27T15:35:07.4368990Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-09-27T15:35:07.4371034Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-09-27T15:35:07.4372742Z adding 'torch/include/ATen/ops/_convolution.h' 2022-09-27T15:35:07.4374788Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4376649Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4378331Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-09-27T15:35:07.4383147Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4384726Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-09-27T15:35:07.4386522Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-09-27T15:35:07.4388115Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-09-27T15:35:07.4389956Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4391373Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-09-27T15:35:07.4393291Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-09-27T15:35:07.4394941Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-09-27T15:35:07.4396989Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-09-27T15:35:07.4398940Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-09-27T15:35:07.4400625Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-09-27T15:35:07.4402473Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4404084Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-09-27T15:35:07.4406285Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-09-27T15:35:07.4407467Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4409293Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-09-27T15:35:07.4410935Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-09-27T15:35:07.4412518Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-09-27T15:35:07.4414233Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-09-27T15:35:07.4416233Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4417860Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-09-27T15:35:07.4419392Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-09-27T15:35:07.4420922Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-09-27T15:35:07.4422722Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-09-27T15:35:07.4424451Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4425998Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-09-27T15:35:07.4427537Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-09-27T15:35:07.4429048Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-09-27T15:35:07.4430823Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-09-27T15:35:07.4432659Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-09-27T15:35:07.4434469Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4436346Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-09-27T15:35:07.4437941Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-09-27T15:35:07.4439804Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-09-27T15:35:07.4441584Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-09-27T15:35:07.4443298Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4444937Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-09-27T15:35:07.4446445Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-09-27T15:35:07.4448354Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-09-27T15:35:07.4450244Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-09-27T15:35:07.4452345Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-09-27T15:35:07.4454282Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4456275Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-09-27T15:35:07.4458062Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-09-27T15:35:07.4460051Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-09-27T15:35:07.4461998Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4463600Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-09-27T15:35:07.4465418Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-09-27T15:35:07.4467061Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4468739Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-09-27T15:35:07.4470212Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-09-27T15:35:07.4471934Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-09-27T15:35:07.4473586Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-09-27T15:35:07.4475548Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-09-27T15:35:07.4477229Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-09-27T15:35:07.4478969Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4480374Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-09-27T15:35:07.4482033Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-09-27T15:35:07.4483821Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-09-27T15:35:07.4485769Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4487771Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-09-27T15:35:07.4488804Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-09-27T15:35:07.4490744Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-09-27T15:35:07.4492317Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4493834Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-09-27T15:35:07.4495841Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-09-27T15:35:07.4497449Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-09-27T15:35:07.4499131Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4500776Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-09-27T15:35:07.4502504Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-09-27T15:35:07.4504217Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-09-27T15:35:07.4505938Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-09-27T15:35:07.4507763Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-09-27T15:35:07.4509410Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-09-27T15:35:07.4511142Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-09-27T15:35:07.4512802Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-09-27T15:35:07.4514458Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-09-27T15:35:07.4516574Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-09-27T15:35:07.4518062Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-09-27T15:35:07.4520736Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-09-27T15:35:07.4522478Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-09-27T15:35:07.4525029Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4526497Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-09-27T15:35:07.4529182Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-09-27T15:35:07.4530595Z adding 'torch/include/ATen/ops/_dimI.h' 2022-09-27T15:35:07.4533087Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-09-27T15:35:07.4535179Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-09-27T15:35:07.4537313Z adding 'torch/include/ATen/ops/_dimV.h' 2022-09-27T15:35:07.4539426Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-09-27T15:35:07.4541478Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-09-27T15:35:07.4543619Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-09-27T15:35:07.4545889Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4547499Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-09-27T15:35:07.4549205Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-09-27T15:35:07.4550641Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-09-27T15:35:07.4552384Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4553874Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-09-27T15:35:07.4555438Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-09-27T15:35:07.4556950Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-09-27T15:35:07.4558914Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-09-27T15:35:07.4560698Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-09-27T15:35:07.4562554Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4564180Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-09-27T15:35:07.4565825Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-09-27T15:35:07.4567598Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-09-27T15:35:07.4569275Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-09-27T15:35:07.4570950Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-09-27T15:35:07.4572753Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-09-27T15:35:07.4574604Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4576338Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-09-27T15:35:07.4578102Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-09-27T15:35:07.4580024Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4581550Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-09-27T15:35:07.4583199Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-09-27T15:35:07.4584977Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-09-27T15:35:07.4586872Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4588461Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-09-27T15:35:07.4590113Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-09-27T15:35:07.4591812Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-09-27T15:35:07.4593595Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-09-27T15:35:07.4595468Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-09-27T15:35:07.4597544Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4599151Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-09-27T15:35:07.4600835Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-09-27T15:35:07.4602469Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-09-27T15:35:07.4604345Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-09-27T15:35:07.4606061Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-09-27T15:35:07.4608012Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-09-27T15:35:07.4609923Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-09-27T15:35:07.4611731Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4613307Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-09-27T15:35:07.4614909Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-09-27T15:35:07.4616813Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-09-27T15:35:07.4618440Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-09-27T15:35:07.4620350Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-09-27T15:35:07.4622017Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.4623712Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-09-27T15:35:07.4625370Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-09-27T15:35:07.4627368Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-09-27T15:35:07.4629104Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4630927Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-09-27T15:35:07.4632552Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-09-27T15:35:07.4634519Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-09-27T15:35:07.4636388Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-09-27T15:35:07.4638414Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4639943Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-09-27T15:35:07.4641637Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-09-27T15:35:07.4643469Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-09-27T15:35:07.4645083Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-09-27T15:35:07.4646771Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4648237Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-09-27T15:35:07.4649839Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-09-27T15:35:07.4651721Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-09-27T15:35:07.4653477Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-09-27T15:35:07.4655218Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-09-27T15:35:07.4657114Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-09-27T15:35:07.4658751Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-09-27T15:35:07.4660474Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-09-27T15:35:07.4662359Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4663975Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-09-27T15:35:07.4665736Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-09-27T15:35:07.4667301Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-09-27T15:35:07.4669089Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-09-27T15:35:07.4670896Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-09-27T15:35:07.4672638Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-09-27T15:35:07.4675017Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-09-27T15:35:07.4676486Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-09-27T15:35:07.4677928Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-09-27T15:35:07.4679668Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-09-27T15:35:07.4681541Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4683271Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-09-27T15:35:07.4684777Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-09-27T15:35:07.4686471Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-09-27T15:35:07.4688198Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-09-27T15:35:07.4690034Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-09-27T15:35:07.4691826Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4693409Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-09-27T15:35:07.4694922Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-09-27T15:35:07.4696666Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-09-27T15:35:07.4698388Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-09-27T15:35:07.4700133Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-09-27T15:35:07.4701735Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-09-27T15:35:07.4703337Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-09-27T15:35:07.4704824Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-09-27T15:35:07.4706548Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-09-27T15:35:07.4708125Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-09-27T15:35:07.4709796Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-09-27T15:35:07.4711313Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-09-27T15:35:07.4712907Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-09-27T15:35:07.4714543Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-09-27T15:35:07.4716230Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-09-27T15:35:07.4717872Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-09-27T15:35:07.4719549Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-09-27T15:35:07.4721017Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-09-27T15:35:07.4722733Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-09-27T15:35:07.4724393Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention.h' 2022-09-27T15:35:07.4726095Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h' 2022-09-27T15:35:07.4727873Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h' 2022-09-27T15:35:07.4729316Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h' 2022-09-27T15:35:07.4730952Z adding 'torch/include/ATen/ops/_foobar.h' 2022-09-27T15:35:07.4732867Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4733969Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-09-27T15:35:07.4735982Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-09-27T15:35:07.4737473Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-09-27T15:35:07.4739297Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-09-27T15:35:07.4741198Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4742728Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-09-27T15:35:07.4744385Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-09-27T15:35:07.4746021Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-09-27T15:35:07.4747810Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-09-27T15:35:07.4749653Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-09-27T15:35:07.4751390Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4753286Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-09-27T15:35:07.4755578Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-09-27T15:35:07.4756273Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-09-27T15:35:07.4758498Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-09-27T15:35:07.4760829Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-09-27T15:35:07.4762635Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4764202Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-09-27T15:35:07.4766112Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-09-27T15:35:07.4767998Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-09-27T15:35:07.4770380Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-09-27T15:35:07.4772071Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-09-27T15:35:07.4773839Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4775536Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-09-27T15:35:07.4777040Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-09-27T15:35:07.4778676Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-09-27T15:35:07.4780547Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-09-27T15:35:07.4782350Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-09-27T15:35:07.4784109Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4786528Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-09-27T15:35:07.4788177Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-09-27T15:35:07.4789997Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-09-27T15:35:07.4791935Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-09-27T15:35:07.4793683Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-09-27T15:35:07.4795395Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4796939Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-09-27T15:35:07.4798987Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-09-27T15:35:07.4800256Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-09-27T15:35:07.4801906Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-09-27T15:35:07.4803570Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-09-27T15:35:07.4805329Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4806865Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-09-27T15:35:07.4808476Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-09-27T15:35:07.4810027Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-09-27T15:35:07.4811748Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-09-27T15:35:07.4813399Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-09-27T15:35:07.4815112Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4816884Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-09-27T15:35:07.4818507Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-09-27T15:35:07.4820034Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-09-27T15:35:07.4821767Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-09-27T15:35:07.4823424Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-09-27T15:35:07.4825135Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4826965Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-09-27T15:35:07.4828592Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-09-27T15:35:07.4829995Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-09-27T15:35:07.4831828Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-09-27T15:35:07.4833360Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-09-27T15:35:07.4835095Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4836606Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-09-27T15:35:07.4838408Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-09-27T15:35:07.4839840Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-09-27T15:35:07.4841532Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-09-27T15:35:07.4843393Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-09-27T15:35:07.4845264Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4847047Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-09-27T15:35:07.4848730Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-09-27T15:35:07.4850161Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-09-27T15:35:07.4852191Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-09-27T15:35:07.4854235Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-09-27T15:35:07.4856062Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4857610Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-09-27T15:35:07.4859478Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-09-27T15:35:07.4860974Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-09-27T15:35:07.4862992Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-09-27T15:35:07.4864516Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-09-27T15:35:07.4866258Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4867833Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-09-27T15:35:07.4869388Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-09-27T15:35:07.4870941Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-09-27T15:35:07.4872643Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-09-27T15:35:07.4874239Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-09-27T15:35:07.4875944Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4877579Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-09-27T15:35:07.4879423Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-09-27T15:35:07.4880909Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-09-27T15:35:07.4882620Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-09-27T15:35:07.4884295Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-09-27T15:35:07.4886023Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4887561Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-09-27T15:35:07.4889140Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-09-27T15:35:07.4890694Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-09-27T15:35:07.4892369Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-09-27T15:35:07.4894023Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-09-27T15:35:07.4896178Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4897603Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-09-27T15:35:07.4899197Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-09-27T15:35:07.4900593Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-09-27T15:35:07.4902370Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-09-27T15:35:07.4903862Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-09-27T15:35:07.4905638Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4907223Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-09-27T15:35:07.4908964Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-09-27T15:35:07.4910498Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-09-27T15:35:07.4912205Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-09-27T15:35:07.4913944Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-09-27T15:35:07.4915753Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4917555Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-09-27T15:35:07.4919239Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-09-27T15:35:07.4921101Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-09-27T15:35:07.4922900Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-09-27T15:35:07.4925029Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-09-27T15:35:07.4926591Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-09-27T15:35:07.4928318Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4929844Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-09-27T15:35:07.4931435Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-09-27T15:35:07.4932978Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-09-27T15:35:07.4934675Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-09-27T15:35:07.4937124Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-09-27T15:35:07.4938514Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4939881Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-09-27T15:35:07.4941462Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-09-27T15:35:07.4943060Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-09-27T15:35:07.4944825Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-09-27T15:35:07.4946567Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-09-27T15:35:07.4948420Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4950017Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-09-27T15:35:07.4951680Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-09-27T15:35:07.4953258Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-09-27T15:35:07.4955006Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-09-27T15:35:07.4956884Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4958578Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-09-27T15:35:07.4960163Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-09-27T15:35:07.4961774Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-09-27T15:35:07.4963566Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-09-27T15:35:07.4965359Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-09-27T15:35:07.4967229Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4968778Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-09-27T15:35:07.4970425Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-09-27T15:35:07.4972091Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-09-27T15:35:07.4973859Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-09-27T15:35:07.4975741Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-09-27T15:35:07.4977716Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4979487Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-09-27T15:35:07.4981330Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-09-27T15:35:07.4982813Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-09-27T15:35:07.4984563Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-09-27T15:35:07.4986347Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-09-27T15:35:07.4988567Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.4990118Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-09-27T15:35:07.4991761Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-09-27T15:35:07.4993388Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-09-27T15:35:07.4995684Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-09-27T15:35:07.4997933Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-09-27T15:35:07.4999878Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5001202Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-09-27T15:35:07.5002966Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-09-27T15:35:07.5004641Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-09-27T15:35:07.5006425Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-09-27T15:35:07.5008242Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-09-27T15:35:07.5010115Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5011871Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-09-27T15:35:07.5013502Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-09-27T15:35:07.5015151Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-09-27T15:35:07.5017341Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-09-27T15:35:07.5019198Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-09-27T15:35:07.5021086Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5022729Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-09-27T15:35:07.5024235Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-09-27T15:35:07.5026517Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-09-27T15:35:07.5028155Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-09-27T15:35:07.5029763Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-09-27T15:35:07.5031427Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5032956Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-09-27T15:35:07.5034501Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-09-27T15:35:07.5036075Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-09-27T15:35:07.5037969Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-09-27T15:35:07.5039603Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-09-27T15:35:07.5041339Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5042882Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-09-27T15:35:07.5044549Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-09-27T15:35:07.5046166Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-09-27T15:35:07.5047907Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-09-27T15:35:07.5049597Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-09-27T15:35:07.5051397Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5053020Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-09-27T15:35:07.5054595Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-09-27T15:35:07.5056265Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-09-27T15:35:07.5058286Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-09-27T15:35:07.5060056Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-09-27T15:35:07.5061850Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5063472Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-09-27T15:35:07.5065102Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-09-27T15:35:07.5066812Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-09-27T15:35:07.5068443Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-09-27T15:35:07.5070139Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-09-27T15:35:07.5071949Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5073600Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-09-27T15:35:07.5075224Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-09-27T15:35:07.5076810Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-09-27T15:35:07.5078673Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-09-27T15:35:07.5080569Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-09-27T15:35:07.5082493Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5084161Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-09-27T15:35:07.5085877Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-09-27T15:35:07.5087631Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-09-27T15:35:07.5089823Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-09-27T15:35:07.5091672Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-09-27T15:35:07.5093445Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5095040Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-09-27T15:35:07.5096945Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-09-27T15:35:07.5098683Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-09-27T15:35:07.5100399Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-09-27T15:35:07.5102119Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-09-27T15:35:07.5103866Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5105450Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-09-27T15:35:07.5107049Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-09-27T15:35:07.5108589Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-09-27T15:35:07.5110347Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-09-27T15:35:07.5112112Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-09-27T15:35:07.5113888Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5115456Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-09-27T15:35:07.5117028Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-09-27T15:35:07.5118683Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-09-27T15:35:07.5120403Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-09-27T15:35:07.5122110Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-09-27T15:35:07.5123897Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5125584Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-09-27T15:35:07.5127184Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-09-27T15:35:07.5128725Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-09-27T15:35:07.5130481Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-09-27T15:35:07.5132442Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-09-27T15:35:07.5134442Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5136274Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-09-27T15:35:07.5137955Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-09-27T15:35:07.5140163Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-09-27T15:35:07.5142013Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-09-27T15:35:07.5143804Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5145432Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-09-27T15:35:07.5147174Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-09-27T15:35:07.5148882Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-09-27T15:35:07.5150956Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-09-27T15:35:07.5152924Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5154648Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-09-27T15:35:07.5156342Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-09-27T15:35:07.5158584Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-09-27T15:35:07.5160511Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-09-27T15:35:07.5162132Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-09-27T15:35:07.5163947Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5165557Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-09-27T15:35:07.5167368Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5169083Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5170597Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-09-27T15:35:07.5172334Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-09-27T15:35:07.5174020Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-09-27T15:35:07.5175877Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-09-27T15:35:07.5177700Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-09-27T15:35:07.5179434Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5181030Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-09-27T15:35:07.5183575Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-09-27T15:35:07.5185421Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-09-27T15:35:07.5187631Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-09-27T15:35:07.5189178Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5191157Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-09-27T15:35:07.5192603Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-09-27T15:35:07.5194282Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5195810Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-09-27T15:35:07.5197654Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-09-27T15:35:07.5199410Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-09-27T15:35:07.5201156Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5202657Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-09-27T15:35:07.5204386Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-09-27T15:35:07.5205960Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-09-27T15:35:07.5207689Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5209216Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-09-27T15:35:07.5210860Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-09-27T15:35:07.5212589Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-09-27T15:35:07.5214466Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5216315Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-09-27T15:35:07.5218441Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-09-27T15:35:07.5220255Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-09-27T15:35:07.5221877Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-09-27T15:35:07.5223743Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5225364Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-09-27T15:35:07.5226958Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-09-27T15:35:07.5229026Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-09-27T15:35:07.5230727Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-09-27T15:35:07.5232545Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5234205Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-09-27T15:35:07.5235754Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-09-27T15:35:07.5237522Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-09-27T15:35:07.5239391Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-09-27T15:35:07.5241350Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5243132Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-09-27T15:35:07.5244767Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-09-27T15:35:07.5246347Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-09-27T15:35:07.5247959Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-09-27T15:35:07.5249871Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-09-27T15:35:07.5251635Z adding 'torch/include/ATen/ops/_indices.h' 2022-09-27T15:35:07.5253234Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-09-27T15:35:07.5255107Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5257016Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5258296Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-09-27T15:35:07.5259874Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-09-27T15:35:07.5261373Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-09-27T15:35:07.5262916Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-09-27T15:35:07.5264470Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-09-27T15:35:07.5266152Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5267293Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-09-27T15:35:07.5268987Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-09-27T15:35:07.5270631Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-09-27T15:35:07.5272227Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5273609Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-09-27T15:35:07.5275130Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-09-27T15:35:07.5276738Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-09-27T15:35:07.5278590Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5279991Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-09-27T15:35:07.5281601Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-09-27T15:35:07.5283096Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-09-27T15:35:07.5284703Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-09-27T15:35:07.5286102Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-09-27T15:35:07.5287684Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-09-27T15:35:07.5289327Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-09-27T15:35:07.5291072Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5292679Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-09-27T15:35:07.5294161Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-09-27T15:35:07.5295884Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-09-27T15:35:07.5297459Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-09-27T15:35:07.5298986Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-09-27T15:35:07.5300641Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-09-27T15:35:07.5302380Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-09-27T15:35:07.5304325Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5305690Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-09-27T15:35:07.5307452Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-09-27T15:35:07.5308920Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-09-27T15:35:07.5310667Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-09-27T15:35:07.5312230Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-09-27T15:35:07.5314363Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-09-27T15:35:07.5316090Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-09-27T15:35:07.5318102Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5319917Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-09-27T15:35:07.5321822Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-09-27T15:35:07.5323532Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-09-27T15:35:07.5325455Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-09-27T15:35:07.5327160Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-09-27T15:35:07.5329138Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-09-27T15:35:07.5331013Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-09-27T15:35:07.5333096Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5334770Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-09-27T15:35:07.5336799Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-09-27T15:35:07.5338490Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-09-27T15:35:07.5340367Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-09-27T15:35:07.5342149Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-09-27T15:35:07.5344074Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-09-27T15:35:07.5345921Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-09-27T15:35:07.5347824Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-09-27T15:35:07.5349610Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-09-27T15:35:07.5351266Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-09-27T15:35:07.5353102Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-09-27T15:35:07.5354882Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-09-27T15:35:07.5356764Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-09-27T15:35:07.5358840Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5360591Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-09-27T15:35:07.5362454Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-09-27T15:35:07.5364255Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-09-27T15:35:07.5366063Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-09-27T15:35:07.5367791Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-09-27T15:35:07.5369744Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-09-27T15:35:07.5371808Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5373426Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-09-27T15:35:07.5375143Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-09-27T15:35:07.5377387Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-09-27T15:35:07.5379177Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-09-27T15:35:07.5380869Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-09-27T15:35:07.5382792Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-09-27T15:35:07.5384632Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-09-27T15:35:07.5386444Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-09-27T15:35:07.5388191Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-09-27T15:35:07.5389932Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-09-27T15:35:07.5391743Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-09-27T15:35:07.5393758Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-09-27T15:35:07.5395743Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5397542Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-09-27T15:35:07.5399561Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-09-27T15:35:07.5401481Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-09-27T15:35:07.5403779Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5408600Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-09-27T15:35:07.5410322Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-09-27T15:35:07.5412181Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-09-27T15:35:07.5414053Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5416015Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-09-27T15:35:07.5417857Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5419715Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5421440Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-09-27T15:35:07.5423260Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-09-27T15:35:07.5425053Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-09-27T15:35:07.5426785Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-09-27T15:35:07.5428700Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-09-27T15:35:07.5430584Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5432336Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-09-27T15:35:07.5434044Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-09-27T15:35:07.5435794Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-09-27T15:35:07.5437760Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-09-27T15:35:07.5439795Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-09-27T15:35:07.5441663Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5443773Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-09-27T15:35:07.5445292Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-09-27T15:35:07.5447255Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-09-27T15:35:07.5448729Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-09-27T15:35:07.5450230Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-09-27T15:35:07.5452077Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5454003Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-09-27T15:35:07.5455629Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-09-27T15:35:07.5457236Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-09-27T15:35:07.5458846Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-09-27T15:35:07.5460559Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-09-27T15:35:07.5462171Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5463667Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-09-27T15:35:07.5465194Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-09-27T15:35:07.5466660Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-09-27T15:35:07.5468300Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-09-27T15:35:07.5470105Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5471449Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-09-27T15:35:07.5473033Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-09-27T15:35:07.5474434Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-09-27T15:35:07.5476230Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-09-27T15:35:07.5478158Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-09-27T15:35:07.5480030Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5481658Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-09-27T15:35:07.5483662Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-09-27T15:35:07.5485415Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-09-27T15:35:07.5487039Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5488588Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-09-27T15:35:07.5489922Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-09-27T15:35:07.5491516Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-09-27T15:35:07.5493016Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-09-27T15:35:07.5494742Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5496243Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-09-27T15:35:07.5498158Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-09-27T15:35:07.5499926Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-09-27T15:35:07.5501683Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5503340Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-09-27T15:35:07.5505109Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-09-27T15:35:07.5506824Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-09-27T15:35:07.5508685Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5510219Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-09-27T15:35:07.5512030Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-09-27T15:35:07.5514528Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-09-27T15:35:07.5516439Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5518215Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-09-27T15:35:07.5520128Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-09-27T15:35:07.5521982Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-09-27T15:35:07.5524429Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-09-27T15:35:07.5526819Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-09-27T15:35:07.5528887Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5530901Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-09-27T15:35:07.5533071Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-09-27T15:35:07.5534823Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-09-27T15:35:07.5536988Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-09-27T15:35:07.5538700Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-09-27T15:35:07.5540443Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5541953Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-09-27T15:35:07.5543682Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5545341Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5546723Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-09-27T15:35:07.5548387Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-09-27T15:35:07.5549905Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-09-27T15:35:07.5551569Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-09-27T15:35:07.5553252Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-09-27T15:35:07.5554950Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-09-27T15:35:07.5556820Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5558866Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-09-27T15:35:07.5560164Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-09-27T15:35:07.5561789Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5563320Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-09-27T15:35:07.5564931Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-09-27T15:35:07.5566465Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-09-27T15:35:07.5568128Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-09-27T15:35:07.5569764Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-09-27T15:35:07.5571383Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-09-27T15:35:07.5573024Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-09-27T15:35:07.5574634Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-09-27T15:35:07.5577153Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-09-27T15:35:07.5578344Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-09-27T15:35:07.5580062Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-09-27T15:35:07.5581810Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5583424Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-09-27T15:35:07.5584993Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-09-27T15:35:07.5586556Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-09-27T15:35:07.5588894Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-09-27T15:35:07.5590621Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-09-27T15:35:07.5592191Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-09-27T15:35:07.5593832Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-09-27T15:35:07.5595438Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-09-27T15:35:07.5597128Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-09-27T15:35:07.5599216Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm.h' 2022-09-27T15:35:07.5600663Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5602112Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_native.h' 2022-09-27T15:35:07.5603855Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h' 2022-09-27T15:35:07.5605394Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-09-27T15:35:07.5606980Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-09-27T15:35:07.5608687Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-09-27T15:35:07.5610194Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-09-27T15:35:07.5611885Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5613366Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-09-27T15:35:07.5615077Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-09-27T15:35:07.5616860Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-09-27T15:35:07.5618741Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-09-27T15:35:07.5620614Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-09-27T15:35:07.5622616Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-09-27T15:35:07.5624650Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5626605Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-09-27T15:35:07.5629156Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-09-27T15:35:07.5631686Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-09-27T15:35:07.5634237Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-09-27T15:35:07.5636899Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5639604Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5641921Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-09-27T15:35:07.5644585Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-09-27T15:35:07.5647160Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-09-27T15:35:07.5649625Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-09-27T15:35:07.5651985Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-09-27T15:35:07.5654564Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-09-27T15:35:07.5657349Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-09-27T15:35:07.5660111Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5662608Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-09-27T15:35:07.5665284Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-09-27T15:35:07.5667736Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-09-27T15:35:07.5670295Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5672546Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-09-27T15:35:07.5674994Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-09-27T15:35:07.5677802Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-09-27T15:35:07.5680644Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5683122Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-09-27T15:35:07.5685831Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-09-27T15:35:07.5688235Z adding 'torch/include/ATen/ops/_nnz.h' 2022-09-27T15:35:07.5690699Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-09-27T15:35:07.5693110Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-09-27T15:35:07.5695814Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-09-27T15:35:07.5698532Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-09-27T15:35:07.5701131Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5703510Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-09-27T15:35:07.5706089Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-09-27T15:35:07.5708714Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5711072Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-09-27T15:35:07.5714044Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-09-27T15:35:07.5716245Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-09-27T15:35:07.5718933Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5721327Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-09-27T15:35:07.5723867Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-09-27T15:35:07.5726322Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-09-27T15:35:07.5728859Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5731582Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-09-27T15:35:07.5733817Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-09-27T15:35:07.5736417Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-09-27T15:35:07.5745116Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5745317Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-09-27T15:35:07.5745493Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-09-27T15:35:07.5747029Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-09-27T15:35:07.5749825Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5752223Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-09-27T15:35:07.5754660Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-09-27T15:35:07.5757193Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-09-27T15:35:07.5759735Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-09-27T15:35:07.5761790Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-09-27T15:35:07.5763808Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5766082Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-09-27T15:35:07.5768013Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-09-27T15:35:07.5769964Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-09-27T15:35:07.5772326Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-09-27T15:35:07.5774353Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-09-27T15:35:07.5776829Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5778740Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-09-27T15:35:07.5780594Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-09-27T15:35:07.5782699Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-09-27T15:35:07.5784460Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-09-27T15:35:07.5786715Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5788634Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-09-27T15:35:07.5790752Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-09-27T15:35:07.5792655Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-09-27T15:35:07.5794636Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-09-27T15:35:07.5796894Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5799073Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5800432Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-09-27T15:35:07.5802052Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-09-27T15:35:07.5803389Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-09-27T15:35:07.5804765Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-09-27T15:35:07.5806153Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-09-27T15:35:07.5807462Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-09-27T15:35:07.5809055Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-09-27T15:35:07.5810611Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-09-27T15:35:07.5812236Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5813665Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-09-27T15:35:07.5815170Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-09-27T15:35:07.5817009Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-09-27T15:35:07.5818759Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5820267Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-09-27T15:35:07.5821832Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-09-27T15:35:07.5823672Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-09-27T15:35:07.5825284Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-09-27T15:35:07.5827030Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5828460Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-09-27T15:35:07.5830070Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-09-27T15:35:07.5831677Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-09-27T15:35:07.5833392Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5834941Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-09-27T15:35:07.5836546Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-09-27T15:35:07.5838103Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-09-27T15:35:07.5839900Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-09-27T15:35:07.5841484Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-09-27T15:35:07.5843158Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5844613Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-09-27T15:35:07.5846188Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-09-27T15:35:07.5847844Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-09-27T15:35:07.5850194Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5851360Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-09-27T15:35:07.5853034Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-09-27T15:35:07.5854683Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-09-27T15:35:07.5856833Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5858587Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-09-27T15:35:07.5860232Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-09-27T15:35:07.5861813Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-09-27T15:35:07.5863657Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-09-27T15:35:07.5865201Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-09-27T15:35:07.5867123Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5868496Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-09-27T15:35:07.5869977Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-09-27T15:35:07.5871843Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-09-27T15:35:07.5873878Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5875462Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.5877405Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.5879030Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-09-27T15:35:07.5880896Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-09-27T15:35:07.5882660Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-09-27T15:35:07.5884427Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-09-27T15:35:07.5886153Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-09-27T15:35:07.5887829Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-09-27T15:35:07.5889550Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-09-27T15:35:07.5891198Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-09-27T15:35:07.5892976Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5894534Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-09-27T15:35:07.5896367Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-09-27T15:35:07.5898358Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-09-27T15:35:07.5899879Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5901284Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-09-27T15:35:07.5903117Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-09-27T15:35:07.5904821Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-09-27T15:35:07.5906536Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5907984Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-09-27T15:35:07.5909661Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-09-27T15:35:07.5911269Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-09-27T15:35:07.5913151Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5914660Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-09-27T15:35:07.5916432Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-09-27T15:35:07.5918395Z adding 'torch/include/ATen/ops/_softmax.h' 2022-09-27T15:35:07.5919944Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-09-27T15:35:07.5921523Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5922948Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-09-27T15:35:07.5924480Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-09-27T15:35:07.5925900Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-09-27T15:35:07.5927369Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-09-27T15:35:07.5928775Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-09-27T15:35:07.5930329Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-09-27T15:35:07.5931919Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5933329Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-09-27T15:35:07.5934757Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-09-27T15:35:07.5936346Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-09-27T15:35:07.5938051Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-09-27T15:35:07.5939575Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-09-27T15:35:07.5941148Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-09-27T15:35:07.5942685Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-09-27T15:35:07.5944316Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5945690Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-09-27T15:35:07.5947282Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-09-27T15:35:07.5948815Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-09-27T15:35:07.5950352Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-09-27T15:35:07.5951900Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5953421Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.5954803Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-09-27T15:35:07.5956289Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-09-27T15:35:07.5957781Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-09-27T15:35:07.5959279Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-09-27T15:35:07.5960929Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-09-27T15:35:07.5962583Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5963971Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-09-27T15:35:07.5965545Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-09-27T15:35:07.5967108Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-09-27T15:35:07.5968724Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5970130Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-09-27T15:35:07.5971727Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-09-27T15:35:07.5973360Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-09-27T15:35:07.5975081Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5977095Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-09-27T15:35:07.5978739Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-09-27T15:35:07.5980513Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-09-27T15:35:07.5982258Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.5983833Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-09-27T15:35:07.5985523Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-09-27T15:35:07.5987396Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-09-27T15:35:07.5989344Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-09-27T15:35:07.5991417Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.5993000Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-09-27T15:35:07.5994692Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-09-27T15:35:07.5996494Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-09-27T15:35:07.5998534Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6000199Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-09-27T15:35:07.6001816Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-09-27T15:35:07.6003844Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-09-27T15:35:07.6005683Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-09-27T15:35:07.6007541Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6009119Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-09-27T15:35:07.6010937Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-09-27T15:35:07.6012770Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-09-27T15:35:07.6014572Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6016258Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-09-27T15:35:07.6018536Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-09-27T15:35:07.6020215Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-09-27T15:35:07.6021988Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6023488Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-09-27T15:35:07.6025946Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-09-27T15:35:07.6027804Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-09-27T15:35:07.6029554Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6031191Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-09-27T15:35:07.6032797Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-09-27T15:35:07.6034583Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-09-27T15:35:07.6036210Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-09-27T15:35:07.6038008Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6039544Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-09-27T15:35:07.6041342Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-09-27T15:35:07.6042896Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6044596Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6046434Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-09-27T15:35:07.6048122Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-09-27T15:35:07.6049846Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-09-27T15:35:07.6051382Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6052915Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-09-27T15:35:07.6054592Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-09-27T15:35:07.6056336Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-09-27T15:35:07.6058270Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6059869Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-09-27T15:35:07.6061517Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-09-27T15:35:07.6063177Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-09-27T15:35:07.6065006Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-09-27T15:35:07.6066738Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6068361Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-09-27T15:35:07.6070043Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-09-27T15:35:07.6071947Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6073583Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6075193Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-09-27T15:35:07.6076946Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-09-27T15:35:07.6078998Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-09-27T15:35:07.6080578Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6082145Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-09-27T15:35:07.6083798Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-09-27T15:35:07.6085618Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-09-27T15:35:07.6087229Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-09-27T15:35:07.6089101Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6090528Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-09-27T15:35:07.6092357Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-09-27T15:35:07.6093998Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6095876Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6097395Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-09-27T15:35:07.6099407Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-09-27T15:35:07.6101416Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-09-27T15:35:07.6104461Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6104808Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-09-27T15:35:07.6106382Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-09-27T15:35:07.6108094Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-09-27T15:35:07.6109789Z adding 'torch/include/ATen/ops/_stack.h' 2022-09-27T15:35:07.6111548Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6113062Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-09-27T15:35:07.6114619Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-09-27T15:35:07.6116197Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-09-27T15:35:07.6117886Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-09-27T15:35:07.6119695Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6121125Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-09-27T15:35:07.6122819Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-09-27T15:35:07.6124286Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-09-27T15:35:07.6125927Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6127421Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-09-27T15:35:07.6128934Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-09-27T15:35:07.6130411Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-09-27T15:35:07.6132359Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-09-27T15:35:07.6133891Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-09-27T15:35:07.6135925Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-09-27T15:35:07.6137958Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-09-27T15:35:07.6140511Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6142296Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-09-27T15:35:07.6144400Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-09-27T15:35:07.6146279Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-09-27T15:35:07.6148491Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-09-27T15:35:07.6150519Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-09-27T15:35:07.6152773Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6154493Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-09-27T15:35:07.6157179Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-09-27T15:35:07.6158966Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-09-27T15:35:07.6161371Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6163198Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6165201Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-09-27T15:35:07.6167460Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-09-27T15:35:07.6169421Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-09-27T15:35:07.6171752Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6173551Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-09-27T15:35:07.6176342Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6178085Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6180205Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-09-27T15:35:07.6182318Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-09-27T15:35:07.6184231Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-09-27T15:35:07.6186421Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-09-27T15:35:07.6188391Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-09-27T15:35:07.6190694Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6192498Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-09-27T15:35:07.6194572Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-09-27T15:35:07.6196715Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-09-27T15:35:07.6198910Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-09-27T15:35:07.6201038Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6203036Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-09-27T15:35:07.6204939Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-09-27T15:35:07.6207170Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-09-27T15:35:07.6209113Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-09-27T15:35:07.6211325Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6213196Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-09-27T15:35:07.6215187Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-09-27T15:35:07.6217806Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-09-27T15:35:07.6219643Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-09-27T15:35:07.6220481Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6222354Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-09-27T15:35:07.6224129Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-09-27T15:35:07.6225977Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-09-27T15:35:07.6228040Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6229629Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-09-27T15:35:07.6231594Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-09-27T15:35:07.6233575Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-09-27T15:35:07.6235735Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6237229Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-09-27T15:35:07.6239365Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-09-27T15:35:07.6241443Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-09-27T15:35:07.6243412Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6245106Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-09-27T15:35:07.6247298Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-09-27T15:35:07.6249265Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-09-27T15:35:07.6251296Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6253009Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-09-27T15:35:07.6255146Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-09-27T15:35:07.6257278Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-09-27T15:35:07.6259349Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-09-27T15:35:07.6261430Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6263359Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-09-27T15:35:07.6265144Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-09-27T15:35:07.6267340Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-09-27T15:35:07.6269311Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6271175Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-09-27T15:35:07.6273113Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-09-27T15:35:07.6275700Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-09-27T15:35:07.6277847Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-09-27T15:35:07.6280271Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-09-27T15:35:07.6282504Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6284821Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-09-27T15:35:07.6287271Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6289416Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-09-27T15:35:07.6291429Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-09-27T15:35:07.6293861Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-09-27T15:35:07.6296011Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-09-27T15:35:07.6298244Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-09-27T15:35:07.6300568Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6302441Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-09-27T15:35:07.6304572Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-09-27T15:35:07.6307011Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-09-27T15:35:07.6309202Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-09-27T15:35:07.6311484Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6313365Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-09-27T15:35:07.6315753Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-09-27T15:35:07.6317671Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-09-27T15:35:07.6320192Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6321648Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-09-27T15:35:07.6324215Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-09-27T15:35:07.6325989Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-09-27T15:35:07.6328433Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6330040Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-09-27T15:35:07.6332528Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-09-27T15:35:07.6334442Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h' 2022-09-27T15:35:07.6337500Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6338873Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h' 2022-09-27T15:35:07.6341372Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h' 2022-09-27T15:35:07.6343323Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h' 2022-09-27T15:35:07.6345526Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-09-27T15:35:07.6347700Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6349636Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-09-27T15:35:07.6351865Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-09-27T15:35:07.6353731Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-09-27T15:35:07.6356413Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-09-27T15:35:07.6358832Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-09-27T15:35:07.6361263Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6363331Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-09-27T15:35:07.6365499Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-09-27T15:35:07.6367668Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-09-27T15:35:07.6370552Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-09-27T15:35:07.6372798Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-09-27T15:35:07.6375622Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6377423Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-09-27T15:35:07.6379815Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-09-27T15:35:07.6381328Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-09-27T15:35:07.6383100Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-09-27T15:35:07.6384701Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-09-27T15:35:07.6386326Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6387806Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6389108Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-09-27T15:35:07.6390848Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-09-27T15:35:07.6392607Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-09-27T15:35:07.6394426Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6396062Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-09-27T15:35:07.6397762Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-09-27T15:35:07.6399607Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-09-27T15:35:07.6401152Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-09-27T15:35:07.6403024Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6404471Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-09-27T15:35:07.6405876Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-09-27T15:35:07.6407394Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-09-27T15:35:07.6408843Z adding 'torch/include/ATen/ops/_unique.h' 2022-09-27T15:35:07.6410359Z adding 'torch/include/ATen/ops/_unique2.h' 2022-09-27T15:35:07.6411882Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6413664Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-09-27T15:35:07.6415058Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-09-27T15:35:07.6416762Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-09-27T15:35:07.6418493Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-09-27T15:35:07.6420302Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6422035Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-09-27T15:35:07.6423397Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-09-27T15:35:07.6424942Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-09-27T15:35:07.6426685Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-09-27T15:35:07.6428314Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-09-27T15:35:07.6430035Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6431496Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-09-27T15:35:07.6433123Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-09-27T15:35:07.6434721Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-09-27T15:35:07.6436431Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6438019Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-09-27T15:35:07.6439696Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-09-27T15:35:07.6441573Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-09-27T15:35:07.6443538Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-09-27T15:35:07.6445436Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6447152Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6448781Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-09-27T15:35:07.6450451Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-09-27T15:35:07.6452025Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-09-27T15:35:07.6453735Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-09-27T15:35:07.6455538Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-09-27T15:35:07.6457591Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-09-27T15:35:07.6459412Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6461882Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6463517Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-09-27T15:35:07.6465197Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-09-27T15:35:07.6466820Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-09-27T15:35:07.6468510Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-09-27T15:35:07.6470142Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-09-27T15:35:07.6472019Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-09-27T15:35:07.6474020Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-09-27T15:35:07.6476141Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-09-27T15:35:07.6477943Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6480458Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6481697Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-09-27T15:35:07.6483272Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-09-27T15:35:07.6484978Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-09-27T15:35:07.6486763Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-09-27T15:35:07.6488260Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-09-27T15:35:07.6489996Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-09-27T15:35:07.6491800Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6493340Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6494889Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-09-27T15:35:07.6497169Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-09-27T15:35:07.6498642Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-09-27T15:35:07.6500174Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-09-27T15:35:07.6501763Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-09-27T15:35:07.6503909Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-09-27T15:35:07.6505670Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-09-27T15:35:07.6507378Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-09-27T15:35:07.6509233Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6510729Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6512572Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.6514122Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.6515659Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-09-27T15:35:07.6517384Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-09-27T15:35:07.6519116Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-09-27T15:35:07.6520800Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-09-27T15:35:07.6522868Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6524608Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6526189Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-09-27T15:35:07.6528085Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-09-27T15:35:07.6529690Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-09-27T15:35:07.6531476Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-09-27T15:35:07.6533636Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-09-27T15:35:07.6535079Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-09-27T15:35:07.6537268Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-09-27T15:35:07.6539149Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-09-27T15:35:07.6541148Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6542974Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6544471Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.6546124Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.6547859Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-09-27T15:35:07.6549544Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-09-27T15:35:07.6551282Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-09-27T15:35:07.6553201Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-09-27T15:35:07.6555083Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6556849Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6558659Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-09-27T15:35:07.6560289Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-09-27T15:35:07.6561952Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-09-27T15:35:07.6563781Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-09-27T15:35:07.6565530Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-09-27T15:35:07.6567464Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-09-27T15:35:07.6569453Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-09-27T15:35:07.6571454Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-09-27T15:35:07.6573372Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6575146Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6577055Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.6579036Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.6580580Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-09-27T15:35:07.6582384Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-09-27T15:35:07.6584327Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-09-27T15:35:07.6586435Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-09-27T15:35:07.6588457Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6590342Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6592158Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-09-27T15:35:07.6594033Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-09-27T15:35:07.6595941Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-09-27T15:35:07.6597780Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-09-27T15:35:07.6599696Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-09-27T15:35:07.6601777Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-09-27T15:35:07.6603740Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-09-27T15:35:07.6605630Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-09-27T15:35:07.6607377Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-09-27T15:35:07.6609337Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-09-27T15:35:07.6611245Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-09-27T15:35:07.6613225Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6614832Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-09-27T15:35:07.6616798Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-09-27T15:35:07.6618639Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-09-27T15:35:07.6620501Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-09-27T15:35:07.6622393Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-09-27T15:35:07.6624136Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-09-27T15:35:07.6626048Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-09-27T15:35:07.6627853Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-09-27T15:35:07.6629753Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6631414Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-09-27T15:35:07.6633275Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-09-27T15:35:07.6635071Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-09-27T15:35:07.6636968Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6638720Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-09-27T15:35:07.6640662Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-09-27T15:35:07.6642495Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-09-27T15:35:07.6644411Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6646104Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-09-27T15:35:07.6648004Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-09-27T15:35:07.6649786Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-09-27T15:35:07.6651669Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6653347Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-09-27T15:35:07.6655223Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-09-27T15:35:07.6657281Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-09-27T15:35:07.6659181Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6660809Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-09-27T15:35:07.6662614Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-09-27T15:35:07.6664388Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-09-27T15:35:07.6666271Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6667965Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-09-27T15:35:07.6669842Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-09-27T15:35:07.6671497Z adding 'torch/include/ATen/ops/_values.h' 2022-09-27T15:35:07.6673368Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-09-27T15:35:07.6675231Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6677070Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6678801Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-09-27T15:35:07.6680696Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-09-27T15:35:07.6682418Z adding 'torch/include/ATen/ops/_values_native.h' 2022-09-27T15:35:07.6684388Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-09-27T15:35:07.6685970Z adding 'torch/include/ATen/ops/_version.h' 2022-09-27T15:35:07.6687852Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6689490Z adding 'torch/include/ATen/ops/_version_native.h' 2022-09-27T15:35:07.6691258Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-09-27T15:35:07.6693040Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-09-27T15:35:07.6694893Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6696859Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-09-27T15:35:07.6698782Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6700487Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-09-27T15:35:07.6702368Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-09-27T15:35:07.6704206Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-09-27T15:35:07.6706120Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-09-27T15:35:07.6708083Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6709865Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-09-27T15:35:07.6711640Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-09-27T15:35:07.6713452Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-09-27T15:35:07.6715463Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-09-27T15:35:07.6717496Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6719333Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-09-27T15:35:07.6721082Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-09-27T15:35:07.6722812Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-09-27T15:35:07.6724783Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-09-27T15:35:07.6726512Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-09-27T15:35:07.6728377Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-09-27T15:35:07.6730167Z adding 'torch/include/ATen/ops/abs.h' 2022-09-27T15:35:07.6732111Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6733931Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-09-27T15:35:07.6735042Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-09-27T15:35:07.6736721Z adding 'torch/include/ATen/ops/abs_native.h' 2022-09-27T15:35:07.6738508Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-09-27T15:35:07.6740148Z adding 'torch/include/ATen/ops/absolute.h' 2022-09-27T15:35:07.6741790Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6743192Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-09-27T15:35:07.6745107Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-09-27T15:35:07.6746756Z adding 'torch/include/ATen/ops/acos.h' 2022-09-27T15:35:07.6748472Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6749909Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-09-27T15:35:07.6751675Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-09-27T15:35:07.6753356Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-09-27T15:35:07.6756753Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-09-27T15:35:07.6757116Z adding 'torch/include/ATen/ops/acos_native.h' 2022-09-27T15:35:07.6758472Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-09-27T15:35:07.6760279Z adding 'torch/include/ATen/ops/acosh.h' 2022-09-27T15:35:07.6762117Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6763641Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-09-27T15:35:07.6767465Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-09-27T15:35:07.6767856Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-09-27T15:35:07.6769142Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-09-27T15:35:07.6770541Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-09-27T15:35:07.6772382Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-09-27T15:35:07.6774232Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-09-27T15:35:07.6776735Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6777654Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-09-27T15:35:07.6779392Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-09-27T15:35:07.6781096Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-09-27T15:35:07.6782654Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6784272Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-09-27T15:35:07.6785766Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-09-27T15:35:07.6787450Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-09-27T15:35:07.6789062Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-09-27T15:35:07.6790847Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-09-27T15:35:07.6792703Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-09-27T15:35:07.6794320Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.6796118Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.6797892Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-09-27T15:35:07.6799695Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-09-27T15:35:07.6801458Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6803192Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-09-27T15:35:07.6804778Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-09-27T15:35:07.6806627Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-09-27T15:35:07.6808228Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-09-27T15:35:07.6809756Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-09-27T15:35:07.6811284Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6812743Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-09-27T15:35:07.6814448Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-09-27T15:35:07.6816121Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-09-27T15:35:07.6818268Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-09-27T15:35:07.6820232Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6821739Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.6823347Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.6824833Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-09-27T15:35:07.6826691Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-09-27T15:35:07.6828435Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-09-27T15:35:07.6830239Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-09-27T15:35:07.6832124Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6833798Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-09-27T15:35:07.6835579Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-09-27T15:35:07.6837692Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-09-27T15:35:07.6839099Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-09-27T15:35:07.6840644Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-09-27T15:35:07.6842457Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-09-27T15:35:07.6844237Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-09-27T15:35:07.6846010Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-09-27T15:35:07.6847790Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6849345Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.6851002Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.6852665Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-09-27T15:35:07.6854367Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-09-27T15:35:07.6856225Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-09-27T15:35:07.6858119Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-09-27T15:35:07.6859921Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6861332Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-09-27T15:35:07.6863023Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-09-27T15:35:07.6865102Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-09-27T15:35:07.6866613Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-09-27T15:35:07.6868090Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-09-27T15:35:07.6870694Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-09-27T15:35:07.6872565Z adding 'torch/include/ATen/ops/add.h' 2022-09-27T15:35:07.6874435Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6876114Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6877687Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-09-27T15:35:07.6879455Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-09-27T15:35:07.6881038Z adding 'torch/include/ATen/ops/add_meta.h' 2022-09-27T15:35:07.6882781Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-09-27T15:35:07.6884507Z adding 'torch/include/ATen/ops/add_native.h' 2022-09-27T15:35:07.6886561Z adding 'torch/include/ATen/ops/add_ops.h' 2022-09-27T15:35:07.6888359Z adding 'torch/include/ATen/ops/addbmm.h' 2022-09-27T15:35:07.6890120Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-09-27T15:35:07.6891926Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-09-27T15:35:07.6893513Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-09-27T15:35:07.6895112Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-09-27T15:35:07.6897077Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-09-27T15:35:07.6898845Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-09-27T15:35:07.6900681Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6902453Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-09-27T15:35:07.6903977Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-09-27T15:35:07.6905556Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-09-27T15:35:07.6907281Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-09-27T15:35:07.6908990Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-09-27T15:35:07.6910722Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-09-27T15:35:07.6912545Z adding 'torch/include/ATen/ops/addcmul.h' 2022-09-27T15:35:07.6914325Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6915935Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-09-27T15:35:07.6917744Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-09-27T15:35:07.6919315Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-09-27T15:35:07.6920999Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-09-27T15:35:07.6922684Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-09-27T15:35:07.6924512Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-09-27T15:35:07.6926190Z adding 'torch/include/ATen/ops/addmm.h' 2022-09-27T15:35:07.6928002Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6929657Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-09-27T15:35:07.6931312Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-09-27T15:35:07.6932903Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-09-27T15:35:07.6934635Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-09-27T15:35:07.6936533Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-09-27T15:35:07.6938392Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-09-27T15:35:07.6940189Z adding 'torch/include/ATen/ops/addmv.h' 2022-09-27T15:35:07.6942017Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6943597Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-09-27T15:35:07.6945248Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-09-27T15:35:07.6946834Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-09-27T15:35:07.6948556Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-09-27T15:35:07.6950219Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-09-27T15:35:07.6952034Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-09-27T15:35:07.6953804Z adding 'torch/include/ATen/ops/addr.h' 2022-09-27T15:35:07.6955586Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6957229Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-09-27T15:35:07.6958995Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-09-27T15:35:07.6960640Z adding 'torch/include/ATen/ops/addr_native.h' 2022-09-27T15:35:07.6962490Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-09-27T15:35:07.6964195Z adding 'torch/include/ATen/ops/adjoint.h' 2022-09-27T15:35:07.6965935Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6967449Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-09-27T15:35:07.6969108Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-09-27T15:35:07.6970838Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-09-27T15:35:07.6972519Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-09-27T15:35:07.6974263Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.6975950Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-09-27T15:35:07.6977780Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-09-27T15:35:07.6979543Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6981088Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-09-27T15:35:07.6982877Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-09-27T15:35:07.6984466Z adding 'torch/include/ATen/ops/alias.h' 2022-09-27T15:35:07.6986174Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6987750Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-09-27T15:35:07.6989556Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.6991218Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.6992707Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-09-27T15:35:07.6994441Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-09-27T15:35:07.6996308Z adding 'torch/include/ATen/ops/alias_native.h' 2022-09-27T15:35:07.6998295Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-09-27T15:35:07.7000012Z adding 'torch/include/ATen/ops/align_as.h' 2022-09-27T15:35:07.7001451Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7002966Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-09-27T15:35:07.7004419Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-09-27T15:35:07.7005892Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-09-27T15:35:07.7007543Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7008896Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-09-27T15:35:07.7010481Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-09-27T15:35:07.7011899Z adding 'torch/include/ATen/ops/align_to.h' 2022-09-27T15:35:07.7013638Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7014929Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-09-27T15:35:07.7016732Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-09-27T15:35:07.7018419Z adding 'torch/include/ATen/ops/all.h' 2022-09-27T15:35:07.7020170Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7021795Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7023329Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-09-27T15:35:07.7024865Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-09-27T15:35:07.7026468Z adding 'torch/include/ATen/ops/all_meta.h' 2022-09-27T15:35:07.7028052Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-09-27T15:35:07.7029592Z adding 'torch/include/ATen/ops/all_native.h' 2022-09-27T15:35:07.7031334Z adding 'torch/include/ATen/ops/all_ops.h' 2022-09-27T15:35:07.7032985Z adding 'torch/include/ATen/ops/allclose.h' 2022-09-27T15:35:07.7034560Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7036103Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-09-27T15:35:07.7037784Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-09-27T15:35:07.7039480Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-09-27T15:35:07.7041154Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7042726Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-09-27T15:35:07.7044361Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-09-27T15:35:07.7045940Z adding 'torch/include/ATen/ops/amax.h' 2022-09-27T15:35:07.7047603Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7049136Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-09-27T15:35:07.7050717Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-09-27T15:35:07.7052062Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-09-27T15:35:07.7053583Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-09-27T15:35:07.7055068Z adding 'torch/include/ATen/ops/amax_native.h' 2022-09-27T15:35:07.7056953Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-09-27T15:35:07.7058612Z adding 'torch/include/ATen/ops/amin.h' 2022-09-27T15:35:07.7060229Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7061653Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-09-27T15:35:07.7063168Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-09-27T15:35:07.7064638Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-09-27T15:35:07.7066145Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-09-27T15:35:07.7067574Z adding 'torch/include/ATen/ops/amin_native.h' 2022-09-27T15:35:07.7069412Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-09-27T15:35:07.7070982Z adding 'torch/include/ATen/ops/aminmax.h' 2022-09-27T15:35:07.7072658Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7087530Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-09-27T15:35:07.7088564Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-09-27T15:35:07.7089083Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-09-27T15:35:07.7089609Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-09-27T15:35:07.7089976Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-09-27T15:35:07.7090261Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-09-27T15:35:07.7090662Z adding 'torch/include/ATen/ops/and.h' 2022-09-27T15:35:07.7091269Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7091797Z adding 'torch/include/ATen/ops/and_native.h' 2022-09-27T15:35:07.7092365Z adding 'torch/include/ATen/ops/and_ops.h' 2022-09-27T15:35:07.7092821Z adding 'torch/include/ATen/ops/angle.h' 2022-09-27T15:35:07.7093267Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-09-27T15:35:07.7093965Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-09-27T15:35:07.7095635Z adding 'torch/include/ATen/ops/angle_native.h' 2022-09-27T15:35:07.7097319Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-09-27T15:35:07.7098883Z adding 'torch/include/ATen/ops/any.h' 2022-09-27T15:35:07.7100607Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7102103Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7103580Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-09-27T15:35:07.7105101Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-09-27T15:35:07.7106688Z adding 'torch/include/ATen/ops/any_meta.h' 2022-09-27T15:35:07.7108305Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-09-27T15:35:07.7109830Z adding 'torch/include/ATen/ops/any_native.h' 2022-09-27T15:35:07.7111545Z adding 'torch/include/ATen/ops/any_ops.h' 2022-09-27T15:35:07.7113580Z adding 'torch/include/ATen/ops/arange.h' 2022-09-27T15:35:07.7115533Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7116885Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-09-27T15:35:07.7118495Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-09-27T15:35:07.7120146Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-09-27T15:35:07.7121692Z adding 'torch/include/ATen/ops/arange_native.h' 2022-09-27T15:35:07.7123643Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-09-27T15:35:07.7125331Z adding 'torch/include/ATen/ops/arccos.h' 2022-09-27T15:35:07.7127055Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7128524Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-09-27T15:35:07.7130222Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-09-27T15:35:07.7131852Z adding 'torch/include/ATen/ops/arccosh.h' 2022-09-27T15:35:07.7133599Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7135084Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-09-27T15:35:07.7137071Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-09-27T15:35:07.7138716Z adding 'torch/include/ATen/ops/arcsin.h' 2022-09-27T15:35:07.7140380Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7141893Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-09-27T15:35:07.7143390Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-09-27T15:35:07.7144963Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-09-27T15:35:07.7146589Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7147933Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-09-27T15:35:07.7149489Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-09-27T15:35:07.7150983Z adding 'torch/include/ATen/ops/arctan.h' 2022-09-27T15:35:07.7152524Z adding 'torch/include/ATen/ops/arctan2.h' 2022-09-27T15:35:07.7154107Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7155437Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-09-27T15:35:07.7157055Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-09-27T15:35:07.7158934Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7160279Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-09-27T15:35:07.7162031Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-09-27T15:35:07.7163732Z adding 'torch/include/ATen/ops/arctanh.h' 2022-09-27T15:35:07.7165312Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7166853Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-09-27T15:35:07.7168503Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-09-27T15:35:07.7170170Z adding 'torch/include/ATen/ops/argmax.h' 2022-09-27T15:35:07.7171941Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7173500Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-09-27T15:35:07.7175447Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-09-27T15:35:07.7177283Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-09-27T15:35:07.7178873Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-09-27T15:35:07.7180448Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-09-27T15:35:07.7182154Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-09-27T15:35:07.7183871Z adding 'torch/include/ATen/ops/argmin.h' 2022-09-27T15:35:07.7185782Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7187389Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-09-27T15:35:07.7189068Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-09-27T15:35:07.7190665Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-09-27T15:35:07.7192386Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-09-27T15:35:07.7194059Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-09-27T15:35:07.7195869Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-09-27T15:35:07.7197642Z adding 'torch/include/ATen/ops/argsort.h' 2022-09-27T15:35:07.7199568Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7201309Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7202869Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-09-27T15:35:07.7204556Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-09-27T15:35:07.7206119Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-09-27T15:35:07.7208061Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-09-27T15:35:07.7209743Z adding 'torch/include/ATen/ops/argwhere.h' 2022-09-27T15:35:07.7211508Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7212957Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-09-27T15:35:07.7214790Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-09-27T15:35:07.7216793Z adding 'torch/include/ATen/ops/as_strided.h' 2022-09-27T15:35:07.7218702Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7220565Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-09-27T15:35:07.7222538Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7224372Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7226005Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-09-27T15:35:07.7227938Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-09-27T15:35:07.7229768Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-09-27T15:35:07.7231576Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-09-27T15:35:07.7233467Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-09-27T15:35:07.7235042Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-09-27T15:35:07.7236920Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-09-27T15:35:07.7239000Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-09-27T15:35:07.7241272Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7242841Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-09-27T15:35:07.7244739Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-09-27T15:35:07.7246503Z adding 'torch/include/ATen/ops/asin.h' 2022-09-27T15:35:07.7248401Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7250062Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-09-27T15:35:07.7251773Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-09-27T15:35:07.7253463Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-09-27T15:35:07.7255232Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-09-27T15:35:07.7257934Z adding 'torch/include/ATen/ops/asin_native.h' 2022-09-27T15:35:07.7259797Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-09-27T15:35:07.7261629Z adding 'torch/include/ATen/ops/asinh.h' 2022-09-27T15:35:07.7263470Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7265231Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-09-27T15:35:07.7266868Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-09-27T15:35:07.7268532Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-09-27T15:35:07.7270343Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-09-27T15:35:07.7271912Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-09-27T15:35:07.7273799Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-09-27T15:35:07.7275546Z adding 'torch/include/ATen/ops/atan.h' 2022-09-27T15:35:07.7277276Z adding 'torch/include/ATen/ops/atan2.h' 2022-09-27T15:35:07.7279259Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7280880Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-09-27T15:35:07.7282606Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-09-27T15:35:07.7284234Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-09-27T15:35:07.7286054Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-09-27T15:35:07.7287669Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-09-27T15:35:07.7289691Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-09-27T15:35:07.7291572Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7293062Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-09-27T15:35:07.7294756Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-09-27T15:35:07.7296545Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-09-27T15:35:07.7298182Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-09-27T15:35:07.7299760Z adding 'torch/include/ATen/ops/atan_native.h' 2022-09-27T15:35:07.7301511Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-09-27T15:35:07.7303464Z adding 'torch/include/ATen/ops/atanh.h' 2022-09-27T15:35:07.7304857Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7306400Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-09-27T15:35:07.7307848Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-09-27T15:35:07.7309376Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-09-27T15:35:07.7310970Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-09-27T15:35:07.7312514Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-09-27T15:35:07.7314334Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-09-27T15:35:07.7315891Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-09-27T15:35:07.7317617Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7319286Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-09-27T15:35:07.7320996Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-09-27T15:35:07.7322503Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-09-27T15:35:07.7324200Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7325753Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-09-27T15:35:07.7327329Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-09-27T15:35:07.7328980Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-09-27T15:35:07.7330658Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7332093Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-09-27T15:35:07.7333774Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-09-27T15:35:07.7335548Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-09-27T15:35:07.7337510Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7339020Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-09-27T15:35:07.7340697Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-09-27T15:35:07.7342454Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-09-27T15:35:07.7344221Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-09-27T15:35:07.7346044Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7347583Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.7349289Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.7350880Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-09-27T15:35:07.7352563Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-09-27T15:35:07.7354290Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-09-27T15:35:07.7356061Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-09-27T15:35:07.7357935Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7359547Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-09-27T15:35:07.7361212Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-09-27T15:35:07.7363163Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-09-27T15:35:07.7365013Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-09-27T15:35:07.7366635Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-09-27T15:35:07.7368436Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-09-27T15:35:07.7370216Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-09-27T15:35:07.7371960Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-09-27T15:35:07.7373750Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7375572Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.7377612Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.7379303Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-09-27T15:35:07.7380931Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-09-27T15:35:07.7382620Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-09-27T15:35:07.7384426Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-09-27T15:35:07.7386208Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7387762Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-09-27T15:35:07.7389450Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-09-27T15:35:07.7391116Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-09-27T15:35:07.7392737Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-09-27T15:35:07.7394593Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-09-27T15:35:07.7396274Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-09-27T15:35:07.7398053Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-09-27T15:35:07.7399894Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7401458Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-09-27T15:35:07.7403130Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-09-27T15:35:07.7404815Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-09-27T15:35:07.7406422Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-09-27T15:35:07.7407988Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-09-27T15:35:07.7409770Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-09-27T15:35:07.7411670Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-09-27T15:35:07.7413579Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7415153Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-09-27T15:35:07.7417241Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-09-27T15:35:07.7418921Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-09-27T15:35:07.7420664Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-09-27T15:35:07.7422441Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7424026Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-09-27T15:35:07.7425693Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-09-27T15:35:07.7427686Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-09-27T15:35:07.7429326Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-09-27T15:35:07.7431344Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7432991Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-09-27T15:35:07.7435062Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-09-27T15:35:07.7436736Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-09-27T15:35:07.7438893Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7440268Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-09-27T15:35:07.7442015Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-09-27T15:35:07.7443579Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-09-27T15:35:07.7445410Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-09-27T15:35:07.7447295Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-09-27T15:35:07.7449403Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7451088Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-09-27T15:35:07.7452792Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-09-27T15:35:07.7454712Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-09-27T15:35:07.7457020Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-09-27T15:35:07.7458898Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7460616Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-09-27T15:35:07.7462467Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-09-27T15:35:07.7464463Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-09-27T15:35:07.7466331Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-09-27T15:35:07.7468233Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-09-27T15:35:07.7470160Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-09-27T15:35:07.7472034Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7473714Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-09-27T15:35:07.7475399Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-09-27T15:35:07.7477380Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-09-27T15:35:07.7479298Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-09-27T15:35:07.7481187Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7483105Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-09-27T15:35:07.7484776Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-09-27T15:35:07.7486499Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-09-27T15:35:07.7488406Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-09-27T15:35:07.7490343Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-09-27T15:35:07.7492394Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7494181Z adding 'torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7496108Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-09-27T15:35:07.7498004Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-09-27T15:35:07.7499766Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-09-27T15:35:07.7501509Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-09-27T15:35:07.7503742Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-09-27T15:35:07.7505829Z adding 'torch/include/ATen/ops/bilinear.h' 2022-09-27T15:35:07.7507698Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7509260Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-09-27T15:35:07.7511029Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-09-27T15:35:07.7512878Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-09-27T15:35:07.7514687Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-09-27T15:35:07.7523719Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-09-27T15:35:07.7524272Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-09-27T15:35:07.7524565Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-09-27T15:35:07.7524842Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-09-27T15:35:07.7525073Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-09-27T15:35:07.7525691Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-09-27T15:35:07.7527577Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-09-27T15:35:07.7529656Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-09-27T15:35:07.7532185Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-09-27T15:35:07.7534172Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7536698Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-09-27T15:35:07.7538906Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-09-27T15:35:07.7541077Z adding 'torch/include/ATen/ops/bincount.h' 2022-09-27T15:35:07.7543494Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7545356Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-09-27T15:35:07.7547747Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-09-27T15:35:07.7549565Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-09-27T15:35:07.7552108Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-09-27T15:35:07.7554066Z adding 'torch/include/ATen/ops/binomial.h' 2022-09-27T15:35:07.7556573Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7558430Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-09-27T15:35:07.7561072Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-09-27T15:35:07.7562719Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-09-27T15:35:07.7565610Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-09-27T15:35:07.7567384Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-09-27T15:35:07.7569988Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7571678Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7574122Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7575965Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-09-27T15:35:07.7578364Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-09-27T15:35:07.7580303Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-09-27T15:35:07.7582510Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-09-27T15:35:07.7584483Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-09-27T15:35:07.7587019Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-09-27T15:35:07.7589355Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-09-27T15:35:07.7591724Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7593675Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7595718Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-09-27T15:35:07.7597949Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-09-27T15:35:07.7599868Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-09-27T15:35:07.7602029Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-09-27T15:35:07.7604041Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-09-27T15:35:07.7606592Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-09-27T15:35:07.7608892Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-09-27T15:35:07.7610961Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7612944Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-09-27T15:35:07.7615088Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-09-27T15:35:07.7617233Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-09-27T15:35:07.7619458Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-09-27T15:35:07.7621471Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-09-27T15:35:07.7623674Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-09-27T15:35:07.7625836Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-09-27T15:35:07.7629624Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7630117Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7631701Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7634061Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-09-27T15:35:07.7635934Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-09-27T15:35:07.7638240Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-09-27T15:35:07.7640214Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-09-27T15:35:07.7642330Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-09-27T15:35:07.7644882Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-09-27T15:35:07.7647330Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-09-27T15:35:07.7649405Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7651671Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7653537Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-09-27T15:35:07.7655943Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-09-27T15:35:07.7657792Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-09-27T15:35:07.7660154Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-09-27T15:35:07.7662006Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-09-27T15:35:07.7664690Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-09-27T15:35:07.7667010Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-09-27T15:35:07.7669381Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7671054Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7673508Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7675217Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-09-27T15:35:07.7677757Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-09-27T15:35:07.7679153Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-09-27T15:35:07.7680953Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-09-27T15:35:07.7682823Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-09-27T15:35:07.7684684Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-09-27T15:35:07.7686530Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-09-27T15:35:07.7689169Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7690185Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-09-27T15:35:07.7693439Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-09-27T15:35:07.7695451Z adding 'torch/include/ATen/ops/block_diag.h' 2022-09-27T15:35:07.7697263Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7698812Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-09-27T15:35:07.7700736Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-09-27T15:35:07.7702425Z adding 'torch/include/ATen/ops/bmm.h' 2022-09-27T15:35:07.7704440Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7706045Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-09-27T15:35:07.7708064Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-09-27T15:35:07.7709635Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-09-27T15:35:07.7711430Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-09-27T15:35:07.7713184Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-09-27T15:35:07.7715027Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-09-27T15:35:07.7716848Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-09-27T15:35:07.7718920Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7720558Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-09-27T15:35:07.7722229Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-09-27T15:35:07.7724037Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-09-27T15:35:07.7725939Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7727569Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-09-27T15:35:07.7729250Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-09-27T15:35:07.7731171Z adding 'torch/include/ATen/ops/bucketize.h' 2022-09-27T15:35:07.7733191Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7734972Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-09-27T15:35:07.7736947Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-09-27T15:35:07.7738743Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-09-27T15:35:07.7740734Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-09-27T15:35:07.7742561Z adding 'torch/include/ATen/ops/can_cast.h' 2022-09-27T15:35:07.7744435Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7746096Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-09-27T15:35:07.7747826Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-09-27T15:35:07.7749655Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-09-27T15:35:07.7751536Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7753222Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-09-27T15:35:07.7755102Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-09-27T15:35:07.7756855Z adding 'torch/include/ATen/ops/cat.h' 2022-09-27T15:35:07.7758777Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7760457Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7762202Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-09-27T15:35:07.7763953Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-09-27T15:35:07.7766188Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-09-27T15:35:07.7768188Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-09-27T15:35:07.7770073Z adding 'torch/include/ATen/ops/cat_native.h' 2022-09-27T15:35:07.7772009Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-09-27T15:35:07.7774307Z adding 'torch/include/ATen/ops/cauchy.h' 2022-09-27T15:35:07.7776103Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7778276Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-09-27T15:35:07.7780367Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-09-27T15:35:07.7782334Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-09-27T15:35:07.7783925Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-09-27T15:35:07.7785467Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-09-27T15:35:07.7787188Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-09-27T15:35:07.7788546Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-09-27T15:35:07.7790288Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7791843Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-09-27T15:35:07.7793703Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-09-27T15:35:07.7795653Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-09-27T15:35:07.7797579Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-09-27T15:35:07.7799418Z adding 'torch/include/ATen/ops/cdist.h' 2022-09-27T15:35:07.7801360Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7803142Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-09-27T15:35:07.7804928Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-09-27T15:35:07.7806891Z adding 'torch/include/ATen/ops/ceil.h' 2022-09-27T15:35:07.7808720Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7810562Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-09-27T15:35:07.7811987Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-09-27T15:35:07.7813696Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-09-27T15:35:07.7815937Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-09-27T15:35:07.7817430Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-09-27T15:35:07.7819164Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-09-27T15:35:07.7820966Z adding 'torch/include/ATen/ops/celu.h' 2022-09-27T15:35:07.7822847Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7824451Z adding 'torch/include/ATen/ops/celu_native.h' 2022-09-27T15:35:07.7826313Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-09-27T15:35:07.7828450Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-09-27T15:35:07.7830075Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7831603Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-09-27T15:35:07.7833378Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-09-27T15:35:07.7835046Z adding 'torch/include/ATen/ops/chalf.h' 2022-09-27T15:35:07.7836936Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7838617Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-09-27T15:35:07.7840306Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-09-27T15:35:07.7842169Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-09-27T15:35:07.7844100Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7845862Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-09-27T15:35:07.7847367Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-09-27T15:35:07.7849177Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-09-27T15:35:07.7850892Z adding 'torch/include/ATen/ops/cholesky.h' 2022-09-27T15:35:07.7852681Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-09-27T15:35:07.7854402Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-09-27T15:35:07.7856209Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-09-27T15:35:07.7858317Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-09-27T15:35:07.7860113Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-09-27T15:35:07.7861818Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-09-27T15:35:07.7863725Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-09-27T15:35:07.7865440Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-09-27T15:35:07.7867304Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-09-27T15:35:07.7869233Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-09-27T15:35:07.7871097Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7872808Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-09-27T15:35:07.7874699Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-09-27T15:35:07.7876498Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-09-27T15:35:07.7878485Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7880153Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-09-27T15:35:07.7882002Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-09-27T15:35:07.7883728Z adding 'torch/include/ATen/ops/chunk.h' 2022-09-27T15:35:07.7885594Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7887292Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-09-27T15:35:07.7889115Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-09-27T15:35:07.7891124Z adding 'torch/include/ATen/ops/clamp.h' 2022-09-27T15:35:07.7893156Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7894955Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-09-27T15:35:07.7897089Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-09-27T15:35:07.7898952Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-09-27T15:35:07.7900816Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7902508Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-09-27T15:35:07.7904252Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-09-27T15:35:07.7905915Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-09-27T15:35:07.7907663Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-09-27T15:35:07.7909334Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-09-27T15:35:07.7911324Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-09-27T15:35:07.7913065Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-09-27T15:35:07.7914972Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-09-27T15:35:07.7916961Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-09-27T15:35:07.7918857Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7920627Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-09-27T15:35:07.7922630Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-09-27T15:35:07.7924332Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-09-27T15:35:07.7926919Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-09-27T15:35:07.7927668Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-09-27T15:35:07.7929547Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-09-27T15:35:07.7931394Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-09-27T15:35:07.7933431Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-09-27T15:35:07.7935607Z adding 'torch/include/ATen/ops/clip.h' 2022-09-27T15:35:07.7937336Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7938873Z adding 'torch/include/ATen/ops/clip_native.h' 2022-09-27T15:35:07.7940998Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-09-27T15:35:07.7943034Z adding 'torch/include/ATen/ops/clone.h' 2022-09-27T15:35:07.7944682Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7946130Z adding 'torch/include/ATen/ops/clone_native.h' 2022-09-27T15:35:07.7947777Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-09-27T15:35:07.7949475Z adding 'torch/include/ATen/ops/coalesce.h' 2022-09-27T15:35:07.7951199Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7952652Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-09-27T15:35:07.7954343Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-09-27T15:35:07.7956017Z adding 'torch/include/ATen/ops/col2im.h' 2022-09-27T15:35:07.7957861Z adding 'torch/include/ATen/ops/col2im_backward.h' 2022-09-27T15:35:07.7959652Z adding 'torch/include/ATen/ops/col2im_backward_cpu_dispatch.h' 2022-09-27T15:35:07.7961354Z adding 'torch/include/ATen/ops/col2im_backward_cuda_dispatch.h' 2022-09-27T15:35:07.7963126Z adding 'torch/include/ATen/ops/col2im_backward_native.h' 2022-09-27T15:35:07.7964811Z adding 'torch/include/ATen/ops/col2im_backward_ops.h' 2022-09-27T15:35:07.7966527Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-09-27T15:35:07.7968208Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-09-27T15:35:07.7969880Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-09-27T15:35:07.7971744Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-09-27T15:35:07.7973452Z adding 'torch/include/ATen/ops/col_indices.h' 2022-09-27T15:35:07.7975183Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-09-27T15:35:07.7977175Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.7979140Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.7980690Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-09-27T15:35:07.7982377Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-09-27T15:35:07.7984607Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-09-27T15:35:07.7986310Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-09-27T15:35:07.7987845Z adding 'torch/include/ATen/ops/column_stack.h' 2022-09-27T15:35:07.7989992Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7991446Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-09-27T15:35:07.7992958Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-09-27T15:35:07.7994947Z adding 'torch/include/ATen/ops/combinations.h' 2022-09-27T15:35:07.7996615Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.7998239Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-09-27T15:35:07.8000000Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-09-27T15:35:07.8001745Z adding 'torch/include/ATen/ops/complex.h' 2022-09-27T15:35:07.8004089Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8005423Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-09-27T15:35:07.8007425Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-09-27T15:35:07.8008811Z adding 'torch/include/ATen/ops/complex_native.h' 2022-09-27T15:35:07.8010634Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-09-27T15:35:07.8012835Z adding 'torch/include/ATen/ops/concat.h' 2022-09-27T15:35:07.8014379Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8016533Z adding 'torch/include/ATen/ops/concat_native.h' 2022-09-27T15:35:07.8018564Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-09-27T15:35:07.8020355Z adding 'torch/include/ATen/ops/concatenate.h' 2022-09-27T15:35:07.8022250Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8023846Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-09-27T15:35:07.8025717Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-09-27T15:35:07.8027395Z adding 'torch/include/ATen/ops/conj.h' 2022-09-27T15:35:07.8029219Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8030827Z adding 'torch/include/ATen/ops/conj_native.h' 2022-09-27T15:35:07.8032414Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-09-27T15:35:07.8034091Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-09-27T15:35:07.8035978Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8037521Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8038953Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-09-27T15:35:07.8040503Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-09-27T15:35:07.8042591Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-09-27T15:35:07.8044192Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-09-27T15:35:07.8046072Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-09-27T15:35:07.8048132Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8049926Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-09-27T15:35:07.8052268Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-09-27T15:35:07.8053028Z adding 'torch/include/ATen/ops/contiguous.h' 2022-09-27T15:35:07.8055885Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8057099Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-09-27T15:35:07.8059571Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-09-27T15:35:07.8061554Z adding 'torch/include/ATen/ops/conv1d.h' 2022-09-27T15:35:07.8063892Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8065441Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-09-27T15:35:07.8067368Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-09-27T15:35:07.8068788Z adding 'torch/include/ATen/ops/conv2d.h' 2022-09-27T15:35:07.8070481Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8071946Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-09-27T15:35:07.8073676Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-09-27T15:35:07.8075650Z adding 'torch/include/ATen/ops/conv3d.h' 2022-09-27T15:35:07.8077508Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8079068Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-09-27T15:35:07.8080769Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-09-27T15:35:07.8082877Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-09-27T15:35:07.8084909Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8086515Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-09-27T15:35:07.8088065Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-09-27T15:35:07.8089695Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-09-27T15:35:07.8091660Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-09-27T15:35:07.8093175Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-09-27T15:35:07.8094841Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8096558Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-09-27T15:35:07.8098009Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-09-27T15:35:07.8099645Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8101192Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-09-27T15:35:07.8102745Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-09-27T15:35:07.8104299Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-09-27T15:35:07.8106639Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8108195Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-09-27T15:35:07.8109820Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-09-27T15:35:07.8111363Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-09-27T15:35:07.8113067Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8114491Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-09-27T15:35:07.8116085Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-09-27T15:35:07.8117717Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-09-27T15:35:07.8119441Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8120880Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-09-27T15:35:07.8122495Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-09-27T15:35:07.8124179Z adding 'torch/include/ATen/ops/convolution.h' 2022-09-27T15:35:07.8125945Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-09-27T15:35:07.8127722Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8129269Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-09-27T15:35:07.8130776Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-09-27T15:35:07.8132550Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-09-27T15:35:07.8134408Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-09-27T15:35:07.8136376Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8138033Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-09-27T15:35:07.8139971Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-09-27T15:35:07.8141676Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8143229Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-09-27T15:35:07.8144937Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-09-27T15:35:07.8146667Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-09-27T15:35:07.8148426Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8149916Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-09-27T15:35:07.8151663Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-09-27T15:35:07.8153235Z adding 'torch/include/ATen/ops/copy.h' 2022-09-27T15:35:07.8154885Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8156367Z adding 'torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8157919Z adding 'torch/include/ATen/ops/copy_native.h' 2022-09-27T15:35:07.8159602Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-09-27T15:35:07.8161264Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-09-27T15:35:07.8163126Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8165249Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-09-27T15:35:07.8166484Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-09-27T15:35:07.8167906Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-09-27T15:35:07.8169608Z adding 'torch/include/ATen/ops/copysign.h' 2022-09-27T15:35:07.8171351Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8172956Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8174518Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-09-27T15:35:07.8176410Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-09-27T15:35:07.8177899Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-09-27T15:35:07.8179546Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-09-27T15:35:07.8181176Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-09-27T15:35:07.8183605Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-09-27T15:35:07.8185468Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-09-27T15:35:07.8187142Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8188646Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-09-27T15:35:07.8190442Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-09-27T15:35:07.8191944Z adding 'torch/include/ATen/ops/cos.h' 2022-09-27T15:35:07.8193603Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8195079Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-09-27T15:35:07.8196656Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-09-27T15:35:07.8198223Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-09-27T15:35:07.8199977Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-09-27T15:35:07.8201529Z adding 'torch/include/ATen/ops/cos_native.h' 2022-09-27T15:35:07.8203603Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-09-27T15:35:07.8205282Z adding 'torch/include/ATen/ops/cosh.h' 2022-09-27T15:35:07.8207244Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8209283Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-09-27T15:35:07.8210868Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-09-27T15:35:07.8212877Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-09-27T15:35:07.8214856Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-09-27T15:35:07.8216881Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-09-27T15:35:07.8219164Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-09-27T15:35:07.8220900Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-09-27T15:35:07.8222522Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8223980Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-09-27T15:35:07.8225657Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-09-27T15:35:07.8227091Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-09-27T15:35:07.8228750Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8230246Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-09-27T15:35:07.8232055Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-09-27T15:35:07.8233571Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-09-27T15:35:07.8235570Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8237220Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-09-27T15:35:07.8238999Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-09-27T15:35:07.8240495Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-09-27T15:35:07.8242338Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-09-27T15:35:07.8244010Z adding 'torch/include/ATen/ops/cov.h' 2022-09-27T15:35:07.8245711Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8247185Z adding 'torch/include/ATen/ops/cov_native.h' 2022-09-27T15:35:07.8248881Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-09-27T15:35:07.8250570Z adding 'torch/include/ATen/ops/cross.h' 2022-09-27T15:35:07.8252330Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8254061Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-09-27T15:35:07.8256003Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8258051Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-09-27T15:35:07.8259631Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-09-27T15:35:07.8261256Z adding 'torch/include/ATen/ops/cross_native.h' 2022-09-27T15:35:07.8263142Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-09-27T15:35:07.8265155Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-09-27T15:35:07.8267196Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-09-27T15:35:07.8269138Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8271189Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8272609Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-09-27T15:35:07.8274272Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-09-27T15:35:07.8275827Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-09-27T15:35:07.8277668Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-09-27T15:35:07.8279612Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-09-27T15:35:07.8281376Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8283046Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-09-27T15:35:07.8285051Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-09-27T15:35:07.8286769Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-09-27T15:35:07.8288408Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-09-27T15:35:07.8290096Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8291738Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-09-27T15:35:07.8293035Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-09-27T15:35:07.8294678Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-09-27T15:35:07.8296937Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8298491Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-09-27T15:35:07.8299885Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-09-27T15:35:07.8301377Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-09-27T15:35:07.8302970Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-09-27T15:35:07.8304630Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-09-27T15:35:07.8306527Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8308392Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-09-27T15:35:07.8309966Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-09-27T15:35:07.8311670Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-09-27T15:35:07.8313538Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8315081Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-09-27T15:35:07.8317313Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-09-27T15:35:07.8318922Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-09-27T15:35:07.8320619Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-09-27T15:35:07.8322691Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-09-27T15:35:07.8324791Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8326666Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-09-27T15:35:07.8328270Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-09-27T15:35:07.8330082Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-09-27T15:35:07.8331871Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8333319Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-09-27T15:35:07.8334896Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-09-27T15:35:07.8336814Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-09-27T15:35:07.8338958Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-09-27T15:35:07.8340387Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8341957Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-09-27T15:35:07.8343627Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-09-27T15:35:07.8345571Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-09-27T15:35:07.8347461Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-09-27T15:35:07.8349691Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8351113Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-09-27T15:35:07.8352804Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-09-27T15:35:07.8354645Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-09-27T15:35:07.8356416Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-09-27T15:35:07.8358429Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-09-27T15:35:07.8360284Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8362028Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-09-27T15:35:07.8363628Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-09-27T15:35:07.8365430Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-09-27T15:35:07.8367258Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8368939Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-09-27T15:35:07.8370620Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-09-27T15:35:07.8372406Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-09-27T15:35:07.8374064Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-09-27T15:35:07.8375938Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8377620Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-09-27T15:35:07.8379298Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-09-27T15:35:07.8380997Z adding 'torch/include/ATen/ops/cummax.h' 2022-09-27T15:35:07.8382888Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8384722Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8386427Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-09-27T15:35:07.8388143Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-09-27T15:35:07.8390048Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-09-27T15:35:07.8392005Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8393424Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-09-27T15:35:07.8395075Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-09-27T15:35:07.8396768Z adding 'torch/include/ATen/ops/cummin.h' 2022-09-27T15:35:07.8398815Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8400540Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8402083Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-09-27T15:35:07.8404089Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-09-27T15:35:07.8405883Z adding 'torch/include/ATen/ops/cumprod.h' 2022-09-27T15:35:07.8407662Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-09-27T15:35:07.8409516Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8410927Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-09-27T15:35:07.8412864Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-09-27T15:35:07.8414833Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8416363Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8418273Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-09-27T15:35:07.8419767Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-09-27T15:35:07.8421223Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-09-27T15:35:07.8422798Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-09-27T15:35:07.8424777Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-09-27T15:35:07.8426731Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-09-27T15:35:07.8428394Z adding 'torch/include/ATen/ops/cumsum.h' 2022-09-27T15:35:07.8430201Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8431844Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8433628Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-09-27T15:35:07.8435429Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-09-27T15:35:07.8437001Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-09-27T15:35:07.8438922Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-09-27T15:35:07.8440671Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-09-27T15:35:07.8442466Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-09-27T15:35:07.8444285Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-09-27T15:35:07.8446241Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8447834Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-09-27T15:35:07.8449752Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-09-27T15:35:07.8451159Z adding 'torch/include/ATen/ops/data.h' 2022-09-27T15:35:07.8453099Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8454667Z adding 'torch/include/ATen/ops/data_native.h' 2022-09-27T15:35:07.8456509Z adding 'torch/include/ATen/ops/data_ops.h' 2022-09-27T15:35:07.8458369Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-09-27T15:35:07.8460131Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8461690Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-09-27T15:35:07.8463380Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-09-27T15:35:07.8465116Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-09-27T15:35:07.8466803Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-09-27T15:35:07.8468405Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-09-27T15:35:07.8470025Z adding 'torch/include/ATen/ops/dequantize.h' 2022-09-27T15:35:07.8471714Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8473144Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-09-27T15:35:07.8474748Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-09-27T15:35:07.8476523Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-09-27T15:35:07.8478499Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-09-27T15:35:07.8480119Z adding 'torch/include/ATen/ops/det.h' 2022-09-27T15:35:07.8482135Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8483949Z adding 'torch/include/ATen/ops/det_native.h' 2022-09-27T15:35:07.8485900Z adding 'torch/include/ATen/ops/det_ops.h' 2022-09-27T15:35:07.8486892Z adding 'torch/include/ATen/ops/detach.h' 2022-09-27T15:35:07.8488946Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8490406Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-09-27T15:35:07.8492242Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8493625Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8495084Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-09-27T15:35:07.8497041Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-09-27T15:35:07.8498583Z adding 'torch/include/ATen/ops/detach_native.h' 2022-09-27T15:35:07.8500166Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-09-27T15:35:07.8501923Z adding 'torch/include/ATen/ops/diag.h' 2022-09-27T15:35:07.8504285Z adding 'torch/include/ATen/ops/diag_backward.h' 2022-09-27T15:35:07.8506006Z adding 'torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8507654Z adding 'torch/include/ATen/ops/diag_backward_native.h' 2022-09-27T15:35:07.8509672Z adding 'torch/include/ATen/ops/diag_backward_ops.h' 2022-09-27T15:35:07.8511340Z adding 'torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8512883Z adding 'torch/include/ATen/ops/diag_cpu_dispatch.h' 2022-09-27T15:35:07.8514325Z adding 'torch/include/ATen/ops/diag_cuda_dispatch.h' 2022-09-27T15:35:07.8516250Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-09-27T15:35:07.8518780Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8519766Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-09-27T15:35:07.8521570Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-09-27T15:35:07.8523067Z adding 'torch/include/ATen/ops/diag_native.h' 2022-09-27T15:35:07.8524655Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-09-27T15:35:07.8526215Z adding 'torch/include/ATen/ops/diagflat.h' 2022-09-27T15:35:07.8528162Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8529596Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-09-27T15:35:07.8531230Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-09-27T15:35:07.8532875Z adding 'torch/include/ATen/ops/diagonal.h' 2022-09-27T15:35:07.8534598Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-09-27T15:35:07.8536565Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8538012Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-09-27T15:35:07.8539779Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-09-27T15:35:07.8541494Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8543108Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8544642Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-09-27T15:35:07.8546342Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8547979Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8549392Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-09-27T15:35:07.8551124Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-09-27T15:35:07.8552695Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-09-27T15:35:07.8554410Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-09-27T15:35:07.8556104Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-09-27T15:35:07.8557895Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8559409Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-09-27T15:35:07.8561457Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-09-27T15:35:07.8563135Z adding 'torch/include/ATen/ops/diff.h' 2022-09-27T15:35:07.8564809Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8566459Z adding 'torch/include/ATen/ops/diff_native.h' 2022-09-27T15:35:07.8568157Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-09-27T15:35:07.8569790Z adding 'torch/include/ATen/ops/digamma.h' 2022-09-27T15:35:07.8571630Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8573304Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-09-27T15:35:07.8574964Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-09-27T15:35:07.8576883Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-09-27T15:35:07.8578456Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-09-27T15:35:07.8580177Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-09-27T15:35:07.8581836Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-09-27T15:35:07.8583631Z adding 'torch/include/ATen/ops/dist.h' 2022-09-27T15:35:07.8585732Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8587261Z adding 'torch/include/ATen/ops/dist_native.h' 2022-09-27T15:35:07.8588726Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-09-27T15:35:07.8590327Z adding 'torch/include/ATen/ops/div.h' 2022-09-27T15:35:07.8591996Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8593513Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8595080Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-09-27T15:35:07.8596646Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-09-27T15:35:07.8598701Z adding 'torch/include/ATen/ops/div_meta.h' 2022-09-27T15:35:07.8600067Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-09-27T15:35:07.8601683Z adding 'torch/include/ATen/ops/div_native.h' 2022-09-27T15:35:07.8603911Z adding 'torch/include/ATen/ops/div_ops.h' 2022-09-27T15:35:07.8606102Z adding 'torch/include/ATen/ops/divide.h' 2022-09-27T15:35:07.8608208Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8609718Z adding 'torch/include/ATen/ops/divide_native.h' 2022-09-27T15:35:07.8611540Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-09-27T15:35:07.8613114Z adding 'torch/include/ATen/ops/dot.h' 2022-09-27T15:35:07.8614685Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8616244Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-09-27T15:35:07.8617829Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-09-27T15:35:07.8619445Z adding 'torch/include/ATen/ops/dot_native.h' 2022-09-27T15:35:07.8620952Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-09-27T15:35:07.8622965Z adding 'torch/include/ATen/ops/dropout.h' 2022-09-27T15:35:07.8624674Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8625975Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-09-27T15:35:07.8627514Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-09-27T15:35:07.8629232Z adding 'torch/include/ATen/ops/dsplit.h' 2022-09-27T15:35:07.8631194Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8632541Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-09-27T15:35:07.8634295Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-09-27T15:35:07.8636120Z adding 'torch/include/ATen/ops/dstack.h' 2022-09-27T15:35:07.8637971Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8639581Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-09-27T15:35:07.8641386Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-09-27T15:35:07.8642923Z adding 'torch/include/ATen/ops/einsum.h' 2022-09-27T15:35:07.8644758Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8646417Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-09-27T15:35:07.8648196Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-09-27T15:35:07.8649993Z adding 'torch/include/ATen/ops/elu.h' 2022-09-27T15:35:07.8651995Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-09-27T15:35:07.8653935Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8655674Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-09-27T15:35:07.8657556Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-09-27T15:35:07.8659096Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-09-27T15:35:07.8660870Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-09-27T15:35:07.8662598Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-09-27T15:35:07.8664437Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-09-27T15:35:07.8666224Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8668018Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-09-27T15:35:07.8669581Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-09-27T15:35:07.8671317Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-09-27T15:35:07.8673160Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-09-27T15:35:07.8674860Z adding 'torch/include/ATen/ops/elu_native.h' 2022-09-27T15:35:07.8676990Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-09-27T15:35:07.8679058Z adding 'torch/include/ATen/ops/embedding.h' 2022-09-27T15:35:07.8681462Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-09-27T15:35:07.8682804Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8684195Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-09-27T15:35:07.8685859Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-09-27T15:35:07.8687646Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-09-27T15:35:07.8689857Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8691840Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-09-27T15:35:07.8693523Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-09-27T15:35:07.8695768Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8698019Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-09-27T15:35:07.8699862Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8701482Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-09-27T15:35:07.8702788Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-09-27T15:35:07.8704398Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-09-27T15:35:07.8706394Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-09-27T15:35:07.8707830Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-09-27T15:35:07.8709461Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-09-27T15:35:07.8711192Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-09-27T15:35:07.8712952Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8714566Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-09-27T15:35:07.8716235Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-09-27T15:35:07.8717943Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-09-27T15:35:07.8719557Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-09-27T15:35:07.8721411Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-09-27T15:35:07.8723112Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-09-27T15:35:07.8725040Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8726691Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-09-27T15:35:07.8728692Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-09-27T15:35:07.8730722Z adding 'torch/include/ATen/ops/empty.h' 2022-09-27T15:35:07.8732883Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8734760Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8736578Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-09-27T15:35:07.8738608Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-09-27T15:35:07.8740485Z adding 'torch/include/ATen/ops/empty_like.h' 2022-09-27T15:35:07.8742443Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8744809Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-09-27T15:35:07.8746771Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-09-27T15:35:07.8748123Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-09-27T15:35:07.8749706Z adding 'torch/include/ATen/ops/empty_native.h' 2022-09-27T15:35:07.8751634Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-09-27T15:35:07.8753742Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-09-27T15:35:07.8755970Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8757864Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-09-27T15:35:07.8759741Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-09-27T15:35:07.8761515Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-09-27T15:35:07.8763410Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8764965Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-09-27T15:35:07.8766665Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-09-27T15:35:07.8768399Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-09-27T15:35:07.8770146Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-09-27T15:35:07.8771992Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-09-27T15:35:07.8773773Z adding 'torch/include/ATen/ops/eq.h' 2022-09-27T15:35:07.8775680Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8777572Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-09-27T15:35:07.8780283Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-09-27T15:35:07.8781465Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-09-27T15:35:07.8783220Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-09-27T15:35:07.8784752Z adding 'torch/include/ATen/ops/eq_native.h' 2022-09-27T15:35:07.8786721Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-09-27T15:35:07.8788200Z adding 'torch/include/ATen/ops/equal.h' 2022-09-27T15:35:07.8789941Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-09-27T15:35:07.8791533Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-09-27T15:35:07.8793025Z adding 'torch/include/ATen/ops/equal_native.h' 2022-09-27T15:35:07.8794852Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-09-27T15:35:07.8796490Z adding 'torch/include/ATen/ops/erf.h' 2022-09-27T15:35:07.8798209Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8799958Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-09-27T15:35:07.8801644Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-09-27T15:35:07.8803294Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-09-27T15:35:07.8805072Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-09-27T15:35:07.8806751Z adding 'torch/include/ATen/ops/erf_native.h' 2022-09-27T15:35:07.8808618Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-09-27T15:35:07.8810391Z adding 'torch/include/ATen/ops/erfc.h' 2022-09-27T15:35:07.8812236Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8813828Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-09-27T15:35:07.8816006Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-09-27T15:35:07.8817676Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-09-27T15:35:07.8819534Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-09-27T15:35:07.8820924Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-09-27T15:35:07.8822708Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-09-27T15:35:07.8824573Z adding 'torch/include/ATen/ops/erfinv.h' 2022-09-27T15:35:07.8826586Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8827968Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-09-27T15:35:07.8829505Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-09-27T15:35:07.8830963Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-09-27T15:35:07.8832542Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-09-27T15:35:07.8834055Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-09-27T15:35:07.8835719Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-09-27T15:35:07.8837291Z adding 'torch/include/ATen/ops/exp.h' 2022-09-27T15:35:07.8838972Z adding 'torch/include/ATen/ops/exp2.h' 2022-09-27T15:35:07.8840613Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8842164Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-09-27T15:35:07.8843834Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-09-27T15:35:07.8845577Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-09-27T15:35:07.8847089Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-09-27T15:35:07.8848495Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-09-27T15:35:07.8850358Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-09-27T15:35:07.8852246Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8853598Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-09-27T15:35:07.8855103Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-09-27T15:35:07.8856842Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-09-27T15:35:07.8858526Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-09-27T15:35:07.8860020Z adding 'torch/include/ATen/ops/exp_native.h' 2022-09-27T15:35:07.8861713Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-09-27T15:35:07.8863391Z adding 'torch/include/ATen/ops/expand.h' 2022-09-27T15:35:07.8864858Z adding 'torch/include/ATen/ops/expand_as.h' 2022-09-27T15:35:07.8866552Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8868097Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-09-27T15:35:07.8869781Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-09-27T15:35:07.8871530Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8873296Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-09-27T15:35:07.8875159Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8877116Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8878912Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-09-27T15:35:07.8881052Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-09-27T15:35:07.8882673Z adding 'torch/include/ATen/ops/expand_native.h' 2022-09-27T15:35:07.8884476Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-09-27T15:35:07.8886641Z adding 'torch/include/ATen/ops/expm1.h' 2022-09-27T15:35:07.8888820Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.8890275Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-09-27T15:35:07.8892044Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-09-27T15:35:07.8893388Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-09-27T15:35:07.8895029Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-09-27T15:35:07.8896912Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-09-27T15:35:07.8898836Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-09-27T15:35:07.8900635Z adding 'torch/include/ATen/ops/exponential.h' 2022-09-27T15:35:07.8902610Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8913946Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-09-27T15:35:07.8915696Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-09-27T15:35:07.8917664Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-09-27T15:35:07.8919367Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-09-27T15:35:07.8920995Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-09-27T15:35:07.8922838Z adding 'torch/include/ATen/ops/eye.h' 2022-09-27T15:35:07.8924898Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8926563Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-09-27T15:35:07.8928723Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-09-27T15:35:07.8930411Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-09-27T15:35:07.8932985Z adding 'torch/include/ATen/ops/eye_native.h' 2022-09-27T15:35:07.8935089Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-09-27T15:35:07.8937817Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-09-27T15:35:07.8939366Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-09-27T15:35:07.8940946Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-09-27T15:35:07.8942583Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8943962Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-09-27T15:35:07.8945586Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-09-27T15:35:07.8948106Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8948944Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-09-27T15:35:07.8950515Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-09-27T15:35:07.8952002Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-09-27T15:35:07.8953718Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-09-27T15:35:07.8955472Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8956974Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-09-27T15:35:07.8958552Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-09-27T15:35:07.8960182Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-09-27T15:35:07.8961828Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-09-27T15:35:07.8963496Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-09-27T15:35:07.8965666Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8966836Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-09-27T15:35:07.8968419Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-09-27T15:35:07.8970178Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.8971788Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-09-27T15:35:07.8973396Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-09-27T15:35:07.8974996Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-09-27T15:35:07.8976923Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-09-27T15:35:07.8978748Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8980249Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-09-27T15:35:07.8982692Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-09-27T15:35:07.8984084Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-09-27T15:35:07.8985780Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8987279Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-09-27T15:35:07.8989542Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.8990503Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-09-27T15:35:07.8992402Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-09-27T15:35:07.8994097Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-09-27T15:35:07.8995810Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-09-27T15:35:07.8997537Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-09-27T15:35:07.8999528Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9001500Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-09-27T15:35:07.9003519Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9004798Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-09-27T15:35:07.9006431Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-09-27T15:35:07.9008120Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-09-27T15:35:07.9009864Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-09-27T15:35:07.9011604Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-09-27T15:35:07.9013372Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9015006Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-09-27T15:35:07.9016766Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-09-27T15:35:07.9018407Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-09-27T15:35:07.9020190Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9021489Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-09-27T15:35:07.9023201Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-09-27T15:35:07.9024857Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-09-27T15:35:07.9026642Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9028111Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-09-27T15:35:07.9029837Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-09-27T15:35:07.9031513Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-09-27T15:35:07.9033847Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9035039Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-09-27T15:35:07.9036720Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-09-27T15:35:07.9038521Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-09-27T15:35:07.9040426Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9042410Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-09-27T15:35:07.9043890Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-09-27T15:35:07.9045598Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-09-27T15:35:07.9047457Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-09-27T15:35:07.9049271Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9050701Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-09-27T15:35:07.9052507Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-09-27T15:35:07.9054308Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9056192Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-09-27T15:35:07.9057785Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-09-27T15:35:07.9059622Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-09-27T15:35:07.9061561Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9063021Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-09-27T15:35:07.9064866Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-09-27T15:35:07.9066642Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-09-27T15:35:07.9068490Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9070026Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-09-27T15:35:07.9071665Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-09-27T15:35:07.9073347Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-09-27T15:35:07.9075099Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9076533Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-09-27T15:35:07.9078339Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-09-27T15:35:07.9080014Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-09-27T15:35:07.9081734Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-09-27T15:35:07.9083537Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9085050Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-09-27T15:35:07.9086840Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-09-27T15:35:07.9088656Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9090240Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-09-27T15:35:07.9092266Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-09-27T15:35:07.9093991Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-09-27T15:35:07.9096148Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9098232Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-09-27T15:35:07.9100013Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-09-27T15:35:07.9101829Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-09-27T15:35:07.9103844Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-09-27T15:35:07.9105645Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9107177Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-09-27T15:35:07.9109047Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-09-27T15:35:07.9111089Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9112725Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-09-27T15:35:07.9114574Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-09-27T15:35:07.9116199Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-09-27T15:35:07.9118074Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9119641Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-09-27T15:35:07.9121292Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-09-27T15:35:07.9122950Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-09-27T15:35:07.9124705Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9126571Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-09-27T15:35:07.9128100Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-09-27T15:35:07.9130570Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-09-27T15:35:07.9132933Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-09-27T15:35:07.9134981Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9137244Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-09-27T15:35:07.9139534Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-09-27T15:35:07.9141849Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9143888Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-09-27T15:35:07.9146273Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-09-27T15:35:07.9149944Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-09-27T15:35:07.9150365Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9152417Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-09-27T15:35:07.9154359Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-09-27T15:35:07.9156218Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-09-27T15:35:07.9158170Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-09-27T15:35:07.9160344Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9161971Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-09-27T15:35:07.9164396Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-09-27T15:35:07.9166146Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9168354Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-09-27T15:35:07.9170379Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-09-27T15:35:07.9172622Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-09-27T15:35:07.9174671Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9176172Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-09-27T15:35:07.9177877Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-09-27T15:35:07.9179579Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-09-27T15:35:07.9181392Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-09-27T15:35:07.9183094Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9184765Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-09-27T15:35:07.9186320Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-09-27T15:35:07.9188061Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9189685Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-09-27T15:35:07.9191255Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-09-27T15:35:07.9192862Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-09-27T15:35:07.9194567Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9195935Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-09-27T15:35:07.9198061Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-09-27T15:35:07.9199860Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-09-27T15:35:07.9201868Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9203662Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-09-27T15:35:07.9205657Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-09-27T15:35:07.9208232Z adding 'torch/include/ATen/ops/fill.h' 2022-09-27T15:35:07.9210163Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9212296Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-09-27T15:35:07.9214355Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-09-27T15:35:07.9216388Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-09-27T15:35:07.9218967Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9221068Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-09-27T15:35:07.9223002Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-09-27T15:35:07.9225125Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-09-27T15:35:07.9227199Z adding 'torch/include/ATen/ops/fill_native.h' 2022-09-27T15:35:07.9229875Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-09-27T15:35:07.9231834Z adding 'torch/include/ATen/ops/fix.h' 2022-09-27T15:35:07.9234189Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9235965Z adding 'torch/include/ATen/ops/fix_native.h' 2022-09-27T15:35:07.9238547Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-09-27T15:35:07.9240947Z adding 'torch/include/ATen/ops/flatten.h' 2022-09-27T15:35:07.9243137Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9245225Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-09-27T15:35:07.9247587Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9249330Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-09-27T15:35:07.9251680Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-09-27T15:35:07.9253515Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-09-27T15:35:07.9256504Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-09-27T15:35:07.9258313Z adding 'torch/include/ATen/ops/flip.h' 2022-09-27T15:35:07.9260673Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9262453Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-09-27T15:35:07.9264657Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-09-27T15:35:07.9266376Z adding 'torch/include/ATen/ops/flip_native.h' 2022-09-27T15:35:07.9268769Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-09-27T15:35:07.9270473Z adding 'torch/include/ATen/ops/fliplr.h' 2022-09-27T15:35:07.9272942Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9274752Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-09-27T15:35:07.9276902Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-09-27T15:35:07.9278887Z adding 'torch/include/ATen/ops/flipud.h' 2022-09-27T15:35:07.9281077Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9282822Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-09-27T15:35:07.9285035Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-09-27T15:35:07.9287172Z adding 'torch/include/ATen/ops/float_power.h' 2022-09-27T15:35:07.9289498Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9291316Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-09-27T15:35:07.9294024Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-09-27T15:35:07.9296333Z adding 'torch/include/ATen/ops/floor.h' 2022-09-27T15:35:07.9298480Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9300401Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-09-27T15:35:07.9302514Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-09-27T15:35:07.9304465Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-09-27T15:35:07.9306892Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9308887Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-09-27T15:35:07.9311109Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-09-27T15:35:07.9313227Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-09-27T15:35:07.9314834Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-09-27T15:35:07.9317546Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-09-27T15:35:07.9319420Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-09-27T15:35:07.9321629Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-09-27T15:35:07.9323566Z adding 'torch/include/ATen/ops/floor_native.h' 2022-09-27T15:35:07.9325936Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-09-27T15:35:07.9328089Z adding 'torch/include/ATen/ops/fmax.h' 2022-09-27T15:35:07.9329980Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9331707Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-09-27T15:35:07.9333157Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-09-27T15:35:07.9334628Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-09-27T15:35:07.9336457Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-09-27T15:35:07.9338223Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-09-27T15:35:07.9339751Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-09-27T15:35:07.9341537Z adding 'torch/include/ATen/ops/fmin.h' 2022-09-27T15:35:07.9343168Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9345424Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-09-27T15:35:07.9347113Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-09-27T15:35:07.9348662Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-09-27T15:35:07.9350258Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-09-27T15:35:07.9351785Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-09-27T15:35:07.9353521Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-09-27T15:35:07.9355325Z adding 'torch/include/ATen/ops/fmod.h' 2022-09-27T15:35:07.9357215Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9359035Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9360447Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-09-27T15:35:07.9362048Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-09-27T15:35:07.9363783Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-09-27T15:35:07.9365483Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-09-27T15:35:07.9367014Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-09-27T15:35:07.9368777Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-09-27T15:35:07.9370420Z adding 'torch/include/ATen/ops/frac.h' 2022-09-27T15:35:07.9372556Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9374002Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-09-27T15:35:07.9375518Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-09-27T15:35:07.9377067Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-09-27T15:35:07.9378679Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-09-27T15:35:07.9380720Z adding 'torch/include/ATen/ops/frac_native.h' 2022-09-27T15:35:07.9382777Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-09-27T15:35:07.9384466Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-09-27T15:35:07.9385923Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-09-27T15:35:07.9387653Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9389076Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9391035Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9392759Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-09-27T15:35:07.9394863Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-09-27T15:35:07.9396218Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-09-27T15:35:07.9397961Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-09-27T15:35:07.9399741Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9401160Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-09-27T15:35:07.9402734Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-09-27T15:35:07.9404254Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-09-27T15:35:07.9405869Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-09-27T15:35:07.9407771Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-09-27T15:35:07.9409568Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-09-27T15:35:07.9411439Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-09-27T15:35:07.9413194Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-09-27T15:35:07.9415114Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9416911Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9418723Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-09-27T15:35:07.9420416Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-09-27T15:35:07.9422382Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9423990Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-09-27T15:35:07.9425689Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-09-27T15:35:07.9427961Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-09-27T15:35:07.9429970Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-09-27T15:35:07.9431586Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-09-27T15:35:07.9433449Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-09-27T15:35:07.9435566Z adding 'torch/include/ATen/ops/frexp.h' 2022-09-27T15:35:07.9437163Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9438855Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-09-27T15:35:07.9440413Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-09-27T15:35:07.9442189Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-09-27T15:35:07.9444173Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-09-27T15:35:07.9445827Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-09-27T15:35:07.9447607Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9449257Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-09-27T15:35:07.9451089Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-09-27T15:35:07.9453266Z adding 'torch/include/ATen/ops/from_blob.h' 2022-09-27T15:35:07.9455477Z adding 'torch/include/ATen/ops/from_file.h' 2022-09-27T15:35:07.9457389Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9459227Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-09-27T15:35:07.9461139Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-09-27T15:35:07.9463014Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-09-27T15:35:07.9465054Z adding 'torch/include/ATen/ops/full.h' 2022-09-27T15:35:07.9467234Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9468958Z adding 'torch/include/ATen/ops/full_like.h' 2022-09-27T15:35:07.9470977Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9472700Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-09-27T15:35:07.9474673Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-09-27T15:35:07.9476443Z adding 'torch/include/ATen/ops/full_native.h' 2022-09-27T15:35:07.9478648Z adding 'torch/include/ATen/ops/full_ops.h' 2022-09-27T15:35:07.9480691Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-09-27T15:35:07.9482685Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9484448Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-09-27T15:35:07.9486529Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-09-27T15:35:07.9488574Z adding 'torch/include/ATen/ops/gather.h' 2022-09-27T15:35:07.9490229Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-09-27T15:35:07.9491917Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9493711Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-09-27T15:35:07.9495596Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-09-27T15:35:07.9497486Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9499239Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9500605Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-09-27T15:35:07.9502394Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-09-27T15:35:07.9503906Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-09-27T15:35:07.9506141Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-09-27T15:35:07.9507815Z adding 'torch/include/ATen/ops/gather_native.h' 2022-09-27T15:35:07.9510478Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-09-27T15:35:07.9511663Z adding 'torch/include/ATen/ops/gcd.h' 2022-09-27T15:35:07.9514516Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9516276Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-09-27T15:35:07.9518362Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-09-27T15:35:07.9520428Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-09-27T15:35:07.9522638Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-09-27T15:35:07.9524287Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-09-27T15:35:07.9526638Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-09-27T15:35:07.9528555Z adding 'torch/include/ATen/ops/ge.h' 2022-09-27T15:35:07.9530998Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9532605Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-09-27T15:35:07.9534892Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-09-27T15:35:07.9536836Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-09-27T15:35:07.9539207Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-09-27T15:35:07.9541063Z adding 'torch/include/ATen/ops/ge_native.h' 2022-09-27T15:35:07.9543573Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-09-27T15:35:07.9545608Z adding 'torch/include/ATen/ops/gelu.h' 2022-09-27T15:35:07.9547955Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-09-27T15:35:07.9550235Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9552115Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9554239Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9556113Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-09-27T15:35:07.9558526Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-09-27T15:35:07.9560363Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-09-27T15:35:07.9562804Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-09-27T15:35:07.9565008Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9566811Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-09-27T15:35:07.9569033Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-09-27T15:35:07.9570826Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-09-27T15:35:07.9573077Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-09-27T15:35:07.9575006Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-09-27T15:35:07.9577739Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-09-27T15:35:07.9579925Z adding 'torch/include/ATen/ops/geometric.h' 2022-09-27T15:35:07.9581933Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9583949Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-09-27T15:35:07.9586087Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-09-27T15:35:07.9587971Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-09-27T15:35:07.9589964Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-09-27T15:35:07.9592319Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-09-27T15:35:07.9594192Z adding 'torch/include/ATen/ops/geqrf.h' 2022-09-27T15:35:07.9596506Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-09-27T15:35:07.9598540Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-09-27T15:35:07.9600764Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-09-27T15:35:07.9602918Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-09-27T15:35:07.9605073Z adding 'torch/include/ATen/ops/ger.h' 2022-09-27T15:35:07.9607475Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9609208Z adding 'torch/include/ATen/ops/ger_native.h' 2022-09-27T15:35:07.9611659Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-09-27T15:35:07.9613748Z adding 'torch/include/ATen/ops/glu.h' 2022-09-27T15:35:07.9616258Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-09-27T15:35:07.9618465Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9620559Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9622844Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-09-27T15:35:07.9625045Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9627697Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-09-27T15:35:07.9629674Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-09-27T15:35:07.9631862Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-09-27T15:35:07.9634192Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-09-27T15:35:07.9636162Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-09-27T15:35:07.9638719Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-09-27T15:35:07.9640887Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9643218Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-09-27T15:35:07.9645127Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-09-27T15:35:07.9647423Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-09-27T15:35:07.9649675Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9651661Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-09-27T15:35:07.9653924Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-09-27T15:35:07.9655981Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-09-27T15:35:07.9658393Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-09-27T15:35:07.9660385Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-09-27T15:35:07.9662596Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-09-27T15:35:07.9664404Z adding 'torch/include/ATen/ops/glu_native.h' 2022-09-27T15:35:07.9666783Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-09-27T15:35:07.9669295Z adding 'torch/include/ATen/ops/gradient.h' 2022-09-27T15:35:07.9671529Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9673608Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-09-27T15:35:07.9676367Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-09-27T15:35:07.9678792Z adding 'torch/include/ATen/ops/greater.h' 2022-09-27T15:35:07.9681118Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9683282Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-09-27T15:35:07.9685754Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9687774Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-09-27T15:35:07.9690435Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-09-27T15:35:07.9692364Z adding 'torch/include/ATen/ops/greater_native.h' 2022-09-27T15:35:07.9695006Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-09-27T15:35:07.9697056Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-09-27T15:35:07.9698733Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-09-27T15:35:07.9700464Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-09-27T15:35:07.9702145Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9703849Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9705594Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9707147Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-09-27T15:35:07.9708978Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-09-27T15:35:07.9710789Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9712198Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-09-27T15:35:07.9713781Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-09-27T15:35:07.9715225Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-09-27T15:35:07.9716853Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-09-27T15:35:07.9718513Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-09-27T15:35:07.9720208Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-09-27T15:35:07.9722029Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9723548Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9725127Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9726584Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-09-27T15:35:07.9728423Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-09-27T15:35:07.9730080Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9731529Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-09-27T15:35:07.9733012Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-09-27T15:35:07.9734480Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-09-27T15:35:07.9736367Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-09-27T15:35:07.9738063Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9739564Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-09-27T15:35:07.9741137Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-09-27T15:35:07.9742621Z adding 'torch/include/ATen/ops/group_norm.h' 2022-09-27T15:35:07.9744280Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9745664Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-09-27T15:35:07.9747315Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-09-27T15:35:07.9748873Z adding 'torch/include/ATen/ops/gru.h' 2022-09-27T15:35:07.9750413Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-09-27T15:35:07.9752038Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9753356Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-09-27T15:35:07.9755000Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-09-27T15:35:07.9756657Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9758125Z adding 'torch/include/ATen/ops/gru_native.h' 2022-09-27T15:35:07.9759858Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-09-27T15:35:07.9761759Z adding 'torch/include/ATen/ops/gt.h' 2022-09-27T15:35:07.9763727Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9765243Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-09-27T15:35:07.9767052Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-09-27T15:35:07.9768638Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-09-27T15:35:07.9770471Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-09-27T15:35:07.9772263Z adding 'torch/include/ATen/ops/gt_native.h' 2022-09-27T15:35:07.9773927Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-09-27T15:35:07.9776449Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-09-27T15:35:07.9778439Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9779951Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-09-27T15:35:07.9782048Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-09-27T15:35:07.9784894Z adding 'torch/include/ATen/ops/hann_window.h' 2022-09-27T15:35:07.9787074Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9788718Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-09-27T15:35:07.9790618Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-09-27T15:35:07.9792381Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-09-27T15:35:07.9794185Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-09-27T15:35:07.9795963Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9797618Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9799336Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9801027Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-09-27T15:35:07.9802671Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-09-27T15:35:07.9804335Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-09-27T15:35:07.9806142Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-09-27T15:35:07.9807871Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9809515Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-09-27T15:35:07.9811183Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-09-27T15:35:07.9812767Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-09-27T15:35:07.9814391Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-09-27T15:35:07.9816226Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-09-27T15:35:07.9818485Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-09-27T15:35:07.9820260Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-09-27T15:35:07.9822684Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-09-27T15:35:07.9824784Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9826701Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9829022Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9830835Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-09-27T15:35:07.9833315Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-09-27T15:35:07.9834948Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-09-27T15:35:07.9837483Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-09-27T15:35:07.9839768Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9841978Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-09-27T15:35:07.9843962Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-09-27T15:35:07.9846244Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-09-27T15:35:07.9848357Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-09-27T15:35:07.9850576Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-09-27T15:35:07.9852965Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-09-27T15:35:07.9855119Z adding 'torch/include/ATen/ops/hardswish.h' 2022-09-27T15:35:07.9857641Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-09-27T15:35:07.9859883Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9861957Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9864187Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9866311Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-09-27T15:35:07.9868736Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-09-27T15:35:07.9870815Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-09-27T15:35:07.9873063Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-09-27T15:35:07.9875239Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-09-27T15:35:07.9877262Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-09-27T15:35:07.9880062Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-09-27T15:35:07.9881957Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-09-27T15:35:07.9884489Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-09-27T15:35:07.9886864Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9889019Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9891252Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-09-27T15:35:07.9893734Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-09-27T15:35:07.9896170Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-09-27T15:35:07.9898762Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-09-27T15:35:07.9900814Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-09-27T15:35:07.9903184Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-09-27T15:35:07.9905458Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-09-27T15:35:07.9907740Z adding 'torch/include/ATen/ops/heaviside.h' 2022-09-27T15:35:07.9910109Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:07.9912098Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-09-27T15:35:07.9914468Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-09-27T15:35:07.9916507Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-09-27T15:35:07.9918828Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-09-27T15:35:07.9920869Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-09-27T15:35:07.9923428Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-09-27T15:35:07.9925347Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-09-27T15:35:07.9927945Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9929553Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-09-27T15:35:07.9932074Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-09-27T15:35:07.9933820Z adding 'torch/include/ATen/ops/histc.h' 2022-09-27T15:35:07.9936424Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-09-27T15:35:07.9938398Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-09-27T15:35:07.9940638Z adding 'torch/include/ATen/ops/histc_native.h' 2022-09-27T15:35:07.9942755Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-09-27T15:35:07.9945107Z adding 'torch/include/ATen/ops/histogram.h' 2022-09-27T15:35:07.9947649Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-09-27T15:35:07.9949705Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-09-27T15:35:07.9952539Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-09-27T15:35:07.9954602Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-09-27T15:35:07.9957127Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9959092Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-09-27T15:35:07.9961728Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-09-27T15:35:07.9963694Z adding 'torch/include/ATen/ops/hsplit.h' 2022-09-27T15:35:07.9966173Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9967791Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-09-27T15:35:07.9970337Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-09-27T15:35:07.9972188Z adding 'torch/include/ATen/ops/hspmm.h' 2022-09-27T15:35:07.9974299Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-09-27T15:35:07.9976736Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-09-27T15:35:07.9978647Z adding 'torch/include/ATen/ops/hstack.h' 2022-09-27T15:35:07.9980863Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:07.9982541Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-09-27T15:35:07.9984998Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-09-27T15:35:07.9986882Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-09-27T15:35:07.9989322Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-09-27T15:35:07.9991464Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:07.9993449Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-09-27T15:35:07.9995687Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-09-27T15:35:07.9997543Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-09-27T15:35:08.0000029Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-09-27T15:35:08.0002014Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-09-27T15:35:08.0004188Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-09-27T15:35:08.0006106Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-09-27T15:35:08.0008486Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-09-27T15:35:08.0010583Z adding 'torch/include/ATen/ops/hypot.h' 2022-09-27T15:35:08.0012884Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0014598Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-09-27T15:35:08.0017099Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-09-27T15:35:08.0018806Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-09-27T15:35:08.0021210Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-09-27T15:35:08.0022876Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-09-27T15:35:08.0025332Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-09-27T15:35:08.0027285Z adding 'torch/include/ATen/ops/i0.h' 2022-09-27T15:35:08.0029714Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0031488Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-09-27T15:35:08.0033562Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-09-27T15:35:08.0035439Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-09-27T15:35:08.0037690Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-09-27T15:35:08.0039591Z adding 'torch/include/ATen/ops/i0_native.h' 2022-09-27T15:35:08.0041972Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-09-27T15:35:08.0043825Z adding 'torch/include/ATen/ops/igamma.h' 2022-09-27T15:35:08.0046255Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0047913Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-09-27T15:35:08.0050270Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-09-27T15:35:08.0052049Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-09-27T15:35:08.0054588Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-09-27T15:35:08.0056416Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-09-27T15:35:08.0059375Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-09-27T15:35:08.0061028Z adding 'torch/include/ATen/ops/igammac.h' 2022-09-27T15:35:08.0063675Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0065439Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-09-27T15:35:08.0067398Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-09-27T15:35:08.0069404Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-09-27T15:35:08.0071527Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-09-27T15:35:08.0073440Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-09-27T15:35:08.0075792Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-09-27T15:35:08.0077969Z adding 'torch/include/ATen/ops/im2col.h' 2022-09-27T15:35:08.0080166Z adding 'torch/include/ATen/ops/im2col_backward.h' 2022-09-27T15:35:08.0082357Z adding 'torch/include/ATen/ops/im2col_backward_cpu_dispatch.h' 2022-09-27T15:35:08.0084463Z adding 'torch/include/ATen/ops/im2col_backward_cuda_dispatch.h' 2022-09-27T15:35:08.0086630Z adding 'torch/include/ATen/ops/im2col_backward_native.h' 2022-09-27T15:35:08.0088837Z adding 'torch/include/ATen/ops/im2col_backward_ops.h' 2022-09-27T15:35:08.0091089Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-09-27T15:35:08.0093209Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-09-27T15:35:08.0095167Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-09-27T15:35:08.0097620Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-09-27T15:35:08.0099589Z adding 'torch/include/ATen/ops/imag.h' 2022-09-27T15:35:08.0101785Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0103517Z adding 'torch/include/ATen/ops/imag_native.h' 2022-09-27T15:35:08.0105731Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-09-27T15:35:08.0107761Z adding 'torch/include/ATen/ops/index.h' 2022-09-27T15:35:08.0109926Z adding 'torch/include/ATen/ops/index_add.h' 2022-09-27T15:35:08.0112361Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0114189Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0116501Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-09-27T15:35:08.0118464Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-09-27T15:35:08.0120812Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-09-27T15:35:08.0122749Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-09-27T15:35:08.0124944Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-09-27T15:35:08.0127274Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-09-27T15:35:08.0129648Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0131363Z adding 'torch/include/ATen/ops/index_copy.h' 2022-09-27T15:35:08.0134026Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0135843Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0138268Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-09-27T15:35:08.0140106Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-09-27T15:35:08.0142488Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-09-27T15:35:08.0144369Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-09-27T15:35:08.0146478Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-09-27T15:35:08.0148906Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-09-27T15:35:08.0150997Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-09-27T15:35:08.0153052Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-09-27T15:35:08.0155484Z adding 'torch/include/ATen/ops/index_fill.h' 2022-09-27T15:35:08.0157661Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0159920Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0161886Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-09-27T15:35:08.0164008Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-09-27T15:35:08.0166142Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-09-27T15:35:08.0168036Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-09-27T15:35:08.0170842Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-09-27T15:35:08.0173581Z adding 'torch/include/ATen/ops/index_meta.h' 2022-09-27T15:35:08.0175786Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-09-27T15:35:08.0177934Z adding 'torch/include/ATen/ops/index_native.h' 2022-09-27T15:35:08.0180307Z adding 'torch/include/ATen/ops/index_ops.h' 2022-09-27T15:35:08.0182600Z adding 'torch/include/ATen/ops/index_put.h' 2022-09-27T15:35:08.0184979Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0186949Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-09-27T15:35:08.0189603Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-09-27T15:35:08.0191802Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-09-27T15:35:08.0194237Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0196308Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-09-27T15:35:08.0198930Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-09-27T15:35:08.0200525Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-09-27T15:35:08.0202362Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-09-27T15:35:08.0204101Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-09-27T15:35:08.0206253Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-09-27T15:35:08.0208097Z adding 'torch/include/ATen/ops/index_select.h' 2022-09-27T15:35:08.0209918Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-09-27T15:35:08.0211783Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0213469Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-09-27T15:35:08.0215455Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-09-27T15:35:08.0217778Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0219281Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-09-27T15:35:08.0221086Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-09-27T15:35:08.0222814Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-09-27T15:35:08.0224871Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-09-27T15:35:08.0226791Z adding 'torch/include/ATen/ops/indices.h' 2022-09-27T15:35:08.0228383Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-09-27T15:35:08.0230245Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0232047Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0233610Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-09-27T15:35:08.0235451Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-09-27T15:35:08.0237211Z adding 'torch/include/ATen/ops/indices_native.h' 2022-09-27T15:35:08.0239122Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-09-27T15:35:08.0240956Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-09-27T15:35:08.0242809Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0244439Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-09-27T15:35:08.0246221Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-09-27T15:35:08.0247911Z adding 'torch/include/ATen/ops/inner.h' 2022-09-27T15:35:08.0249812Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0251495Z adding 'torch/include/ATen/ops/inner_native.h' 2022-09-27T15:35:08.0253358Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-09-27T15:35:08.0255153Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-09-27T15:35:08.0257602Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0259301Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-09-27T15:35:08.0261175Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-09-27T15:35:08.0262976Z adding 'torch/include/ATen/ops/int_repr.h' 2022-09-27T15:35:08.0264833Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0267218Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-09-27T15:35:08.0269119Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-09-27T15:35:08.0270897Z adding 'torch/include/ATen/ops/inverse.h' 2022-09-27T15:35:08.0272772Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0274432Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-09-27T15:35:08.0276327Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-09-27T15:35:08.0278144Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-09-27T15:35:08.0279910Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-09-27T15:35:08.0281666Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-09-27T15:35:08.0283567Z adding 'torch/include/ATen/ops/is_complex.h' 2022-09-27T15:35:08.0285356Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0286989Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-09-27T15:35:08.0288758Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-09-27T15:35:08.0290462Z adding 'torch/include/ATen/ops/is_conj.h' 2022-09-27T15:35:08.0292281Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0293914Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-09-27T15:35:08.0295741Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-09-27T15:35:08.0297537Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-09-27T15:35:08.0299389Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0301014Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-09-27T15:35:08.0302761Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-09-27T15:35:08.0304601Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-09-27T15:35:08.0306338Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0308000Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-09-27T15:35:08.0309654Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-09-27T15:35:08.0314477Z adding 'torch/include/ATen/ops/is_inference.h' 2022-09-27T15:35:08.0314720Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0314883Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-09-27T15:35:08.0316729Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-09-27T15:35:08.0318532Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-09-27T15:35:08.0320383Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0321957Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-09-27T15:35:08.0323708Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-09-27T15:35:08.0325400Z adding 'torch/include/ATen/ops/is_neg.h' 2022-09-27T15:35:08.0327238Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0328825Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-09-27T15:35:08.0330562Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-09-27T15:35:08.0332303Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-09-27T15:35:08.0334171Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0335948Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-09-27T15:35:08.0337726Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-09-27T15:35:08.0339477Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-09-27T15:35:08.0341224Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0342996Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-09-27T15:35:08.0344585Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-09-27T15:35:08.0346479Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-09-27T15:35:08.0348200Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-09-27T15:35:08.0350092Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0351668Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-09-27T15:35:08.0353487Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-09-27T15:35:08.0355081Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-09-27T15:35:08.0356916Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-09-27T15:35:08.0358693Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-09-27T15:35:08.0360423Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-09-27T15:35:08.0362202Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-09-27T15:35:08.0363955Z adding 'torch/include/ATen/ops/is_signed.h' 2022-09-27T15:35:08.0365873Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0367627Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-09-27T15:35:08.0369284Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-09-27T15:35:08.0370998Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-09-27T15:35:08.0372884Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0374499Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-09-27T15:35:08.0376393Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-09-27T15:35:08.0378197Z adding 'torch/include/ATen/ops/isclose.h' 2022-09-27T15:35:08.0380074Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0381707Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-09-27T15:35:08.0383614Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-09-27T15:35:08.0385340Z adding 'torch/include/ATen/ops/isfinite.h' 2022-09-27T15:35:08.0387168Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0389065Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-09-27T15:35:08.0390743Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-09-27T15:35:08.0392684Z adding 'torch/include/ATen/ops/isin.h' 2022-09-27T15:35:08.0394707Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0396650Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-09-27T15:35:08.0398639Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-09-27T15:35:08.0400387Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-09-27T15:35:08.0402304Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-09-27T15:35:08.0404081Z adding 'torch/include/ATen/ops/isin_native.h' 2022-09-27T15:35:08.0406202Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-09-27T15:35:08.0408153Z adding 'torch/include/ATen/ops/isinf.h' 2022-09-27T15:35:08.0410022Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0411697Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-09-27T15:35:08.0413512Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-09-27T15:35:08.0415427Z adding 'torch/include/ATen/ops/isnan.h' 2022-09-27T15:35:08.0417493Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0419144Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-09-27T15:35:08.0420924Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-09-27T15:35:08.0422622Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-09-27T15:35:08.0424499Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-09-27T15:35:08.0426284Z adding 'torch/include/ATen/ops/isneginf.h' 2022-09-27T15:35:08.0428197Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0429902Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-09-27T15:35:08.0431679Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-09-27T15:35:08.0433366Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-09-27T15:35:08.0435139Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-09-27T15:35:08.0436803Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-09-27T15:35:08.0438707Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-09-27T15:35:08.0441513Z adding 'torch/include/ATen/ops/isposinf.h' 2022-09-27T15:35:08.0449099Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0450756Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-09-27T15:35:08.0452528Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-09-27T15:35:08.0454239Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-09-27T15:35:08.0456168Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-09-27T15:35:08.0457975Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-09-27T15:35:08.0459939Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-09-27T15:35:08.0461777Z adding 'torch/include/ATen/ops/isreal.h' 2022-09-27T15:35:08.0463677Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0465234Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-09-27T15:35:08.0466751Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-09-27T15:35:08.0468388Z adding 'torch/include/ATen/ops/istft.h' 2022-09-27T15:35:08.0470036Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0471531Z adding 'torch/include/ATen/ops/istft_native.h' 2022-09-27T15:35:08.0473234Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-09-27T15:35:08.0474859Z adding 'torch/include/ATen/ops/item.h' 2022-09-27T15:35:08.0476615Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0478236Z adding 'torch/include/ATen/ops/item_native.h' 2022-09-27T15:35:08.0479793Z adding 'torch/include/ATen/ops/item_ops.h' 2022-09-27T15:35:08.0481572Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-09-27T15:35:08.0483441Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0485046Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-09-27T15:35:08.0486842Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-09-27T15:35:08.0488518Z adding 'torch/include/ATen/ops/kl_div.h' 2022-09-27T15:35:08.0490208Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0491720Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-09-27T15:35:08.0493279Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-09-27T15:35:08.0494800Z adding 'torch/include/ATen/ops/kron.h' 2022-09-27T15:35:08.0496594Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0497994Z adding 'torch/include/ATen/ops/kron_native.h' 2022-09-27T15:35:08.0499565Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-09-27T15:35:08.0501165Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-09-27T15:35:08.0502988Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0504609Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0506144Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-09-27T15:35:08.0507644Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-09-27T15:35:08.0509164Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-09-27T15:35:08.0510819Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-09-27T15:35:08.0512593Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-09-27T15:35:08.0514242Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0515756Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-09-27T15:35:08.0517282Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-09-27T15:35:08.0518996Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-09-27T15:35:08.0520569Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0522020Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-09-27T15:35:08.0523615Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-09-27T15:35:08.0525188Z adding 'torch/include/ATen/ops/lcm.h' 2022-09-27T15:35:08.0527244Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0528623Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-09-27T15:35:08.0530163Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-09-27T15:35:08.0531695Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-09-27T15:35:08.0533236Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-09-27T15:35:08.0534721Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-09-27T15:35:08.0536649Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-09-27T15:35:08.0538624Z adding 'torch/include/ATen/ops/ldexp.h' 2022-09-27T15:35:08.0540414Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0541666Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-09-27T15:35:08.0543727Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-09-27T15:35:08.0544872Z adding 'torch/include/ATen/ops/le.h' 2022-09-27T15:35:08.0546607Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0547994Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-09-27T15:35:08.0549481Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-09-27T15:35:08.0550930Z adding 'torch/include/ATen/ops/le_meta.h' 2022-09-27T15:35:08.0552395Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-09-27T15:35:08.0554026Z adding 'torch/include/ATen/ops/le_native.h' 2022-09-27T15:35:08.0555864Z adding 'torch/include/ATen/ops/le_ops.h' 2022-09-27T15:35:08.0557562Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-09-27T15:35:08.0559160Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-09-27T15:35:08.0560879Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0562207Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-09-27T15:35:08.0563770Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-09-27T15:35:08.0565217Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-09-27T15:35:08.0566797Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-09-27T15:35:08.0568336Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-09-27T15:35:08.0569954Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-09-27T15:35:08.0571634Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0573092Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-09-27T15:35:08.0574611Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-09-27T15:35:08.0576190Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-09-27T15:35:08.0577791Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-09-27T15:35:08.0579407Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-09-27T15:35:08.0581009Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-09-27T15:35:08.0582592Z adding 'torch/include/ATen/ops/lerp.h' 2022-09-27T15:35:08.0584305Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0585838Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-09-27T15:35:08.0587340Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-09-27T15:35:08.0588946Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-09-27T15:35:08.0590413Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-09-27T15:35:08.0591842Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-09-27T15:35:08.0593479Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-09-27T15:35:08.0595053Z adding 'torch/include/ATen/ops/less.h' 2022-09-27T15:35:08.0596621Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0598108Z adding 'torch/include/ATen/ops/less_equal.h' 2022-09-27T15:35:08.0599720Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0601024Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-09-27T15:35:08.0602698Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-09-27T15:35:08.0604192Z adding 'torch/include/ATen/ops/less_native.h' 2022-09-27T15:35:08.0605799Z adding 'torch/include/ATen/ops/less_ops.h' 2022-09-27T15:35:08.0607381Z adding 'torch/include/ATen/ops/lgamma.h' 2022-09-27T15:35:08.0609017Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0610342Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-09-27T15:35:08.0611698Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-09-27T15:35:08.0613147Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-09-27T15:35:08.0614908Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-09-27T15:35:08.0616354Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-09-27T15:35:08.0618085Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-09-27T15:35:08.0619986Z adding 'torch/include/ATen/ops/lift.h' 2022-09-27T15:35:08.0621351Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0623128Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-09-27T15:35:08.0624603Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0625968Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-09-27T15:35:08.0627632Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0629030Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-09-27T15:35:08.0630697Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-09-27T15:35:08.0632371Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-09-27T15:35:08.0633946Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-09-27T15:35:08.0635655Z adding 'torch/include/ATen/ops/lift_native.h' 2022-09-27T15:35:08.0637055Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-09-27T15:35:08.0638785Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-09-27T15:35:08.0640548Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0641980Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-09-27T15:35:08.0643779Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0645384Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-09-27T15:35:08.0647103Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-09-27T15:35:08.0648503Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-09-27T15:35:08.0650144Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-09-27T15:35:08.0651696Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-09-27T15:35:08.0653395Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-09-27T15:35:08.0655534Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-09-27T15:35:08.0657281Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-09-27T15:35:08.0659045Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-09-27T15:35:08.0660725Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0662858Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-09-27T15:35:08.0664615Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-09-27T15:35:08.0666261Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-09-27T15:35:08.0668000Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0669633Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-09-27T15:35:08.0671187Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-09-27T15:35:08.0672665Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-09-27T15:35:08.0674278Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-09-27T15:35:08.0675878Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-09-27T15:35:08.0677477Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-09-27T15:35:08.0679297Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-09-27T15:35:08.0680805Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0682257Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-09-27T15:35:08.0684329Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-09-27T15:35:08.0685763Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-09-27T15:35:08.0687609Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0689138Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-09-27T15:35:08.0690679Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-09-27T15:35:08.0692198Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-09-27T15:35:08.0693894Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-09-27T15:35:08.0695801Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-09-27T15:35:08.0697280Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-09-27T15:35:08.0699011Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-09-27T15:35:08.0700361Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-09-27T15:35:08.0701970Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0703371Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-09-27T15:35:08.0705117Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-09-27T15:35:08.0706730Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-09-27T15:35:08.0708486Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0709886Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-09-27T15:35:08.0711499Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-09-27T15:35:08.0713067Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-09-27T15:35:08.0714716Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0716124Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-09-27T15:35:08.0717768Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-09-27T15:35:08.0719374Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-09-27T15:35:08.0721023Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-09-27T15:35:08.0722746Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-09-27T15:35:08.0724132Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-09-27T15:35:08.0725735Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-09-27T15:35:08.0727245Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-09-27T15:35:08.0728924Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0730493Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-09-27T15:35:08.0732214Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0733584Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-09-27T15:35:08.0735005Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-09-27T15:35:08.0736602Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-09-27T15:35:08.0738269Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-09-27T15:35:08.0739826Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-09-27T15:35:08.0741618Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-09-27T15:35:08.0743511Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-09-27T15:35:08.0744885Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-09-27T15:35:08.0746602Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-09-27T15:35:08.0748263Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0749869Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-09-27T15:35:08.0751486Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0752921Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-09-27T15:35:08.0754917Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-09-27T15:35:08.0756647Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-09-27T15:35:08.0758567Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-09-27T15:35:08.0760181Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-09-27T15:35:08.0762010Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-09-27T15:35:08.0763650Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-09-27T15:35:08.0765407Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-09-27T15:35:08.0767084Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-09-27T15:35:08.0769085Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0770458Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-09-27T15:35:08.0772258Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-09-27T15:35:08.0773886Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-09-27T15:35:08.0775872Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-09-27T15:35:08.0777460Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-09-27T15:35:08.0779236Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-09-27T15:35:08.0781033Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-09-27T15:35:08.0782814Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0784483Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-09-27T15:35:08.0786166Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-09-27T15:35:08.0787758Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-09-27T15:35:08.0789541Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-09-27T15:35:08.0791230Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-09-27T15:35:08.0793082Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0794522Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-09-27T15:35:08.0796132Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-09-27T15:35:08.0797939Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-09-27T15:35:08.0799795Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0801550Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-09-27T15:35:08.0803315Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0804789Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-09-27T15:35:08.0806353Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-09-27T15:35:08.0807843Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-09-27T15:35:08.0809498Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-09-27T15:35:08.0811100Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-09-27T15:35:08.0812749Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-09-27T15:35:08.0814447Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-09-27T15:35:08.0816239Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-09-27T15:35:08.0817911Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-09-27T15:35:08.0819429Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-09-27T15:35:08.0821116Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-09-27T15:35:08.0822725Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-09-27T15:35:08.0824339Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-09-27T15:35:08.0826102Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0827551Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-09-27T15:35:08.0829090Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-09-27T15:35:08.0830537Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-09-27T15:35:08.0832201Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-09-27T15:35:08.0833669Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-09-27T15:35:08.0835388Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-09-27T15:35:08.0837013Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-09-27T15:35:08.0838781Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0840086Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-09-27T15:35:08.0841732Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-09-27T15:35:08.0843744Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-09-27T15:35:08.0845286Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0846601Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-09-27T15:35:08.0848342Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-09-27T15:35:08.0849694Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-09-27T15:35:08.0851368Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-09-27T15:35:08.0853229Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-09-27T15:35:08.0855217Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0857094Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-09-27T15:35:08.0859048Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-09-27T15:35:08.0860889Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-09-27T15:35:08.0862717Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0864292Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-09-27T15:35:08.0866116Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-09-27T15:35:08.0867966Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-09-27T15:35:08.0870146Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0871794Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-09-27T15:35:08.0873842Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-09-27T15:35:08.0875710Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-09-27T15:35:08.0877558Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0879096Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-09-27T15:35:08.0880874Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-09-27T15:35:08.0882759Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-09-27T15:35:08.0884633Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0886337Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-09-27T15:35:08.0888294Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-09-27T15:35:08.0890299Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-09-27T15:35:08.0892207Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.0893981Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0895807Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0897652Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-09-27T15:35:08.0899814Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-09-27T15:35:08.0901750Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-09-27T15:35:08.0903654Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.0905272Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-09-27T15:35:08.0906856Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-09-27T15:35:08.0908547Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-09-27T15:35:08.0910226Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-09-27T15:35:08.0911856Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-09-27T15:35:08.0913607Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-09-27T15:35:08.0915564Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-09-27T15:35:08.0917640Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0919032Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-09-27T15:35:08.0920679Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-09-27T15:35:08.0922264Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-09-27T15:35:08.0924052Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0925759Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-09-27T15:35:08.0927588Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0929170Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-09-27T15:35:08.0930922Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-09-27T15:35:08.0933377Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-09-27T15:35:08.0934917Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-09-27T15:35:08.0937571Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-09-27T15:35:08.0939811Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-09-27T15:35:08.0942045Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-09-27T15:35:08.0943796Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-09-27T15:35:08.0946203Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-09-27T15:35:08.0948291Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-09-27T15:35:08.0950573Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0952299Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-09-27T15:35:08.0954763Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-09-27T15:35:08.0956858Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-09-27T15:35:08.0959253Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0961100Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-09-27T15:35:08.0963417Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-09-27T15:35:08.0965338Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-09-27T15:35:08.0967647Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0969336Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-09-27T15:35:08.0971869Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-09-27T15:35:08.0973928Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-09-27T15:35:08.0976437Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0978038Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-09-27T15:35:08.0980509Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-09-27T15:35:08.0982331Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-09-27T15:35:08.0984689Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0986296Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-09-27T15:35:08.0988619Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-09-27T15:35:08.0990510Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-09-27T15:35:08.0992863Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.0994481Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-09-27T15:35:08.0996901Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-09-27T15:35:08.0999220Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-09-27T15:35:08.1001290Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1003353Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-09-27T15:35:08.1005559Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-09-27T15:35:08.1007580Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-09-27T15:35:08.1009734Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-09-27T15:35:08.1011602Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-09-27T15:35:08.1014097Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-09-27T15:35:08.1016477Z adding 'torch/include/ATen/ops/linear.h' 2022-09-27T15:35:08.1019021Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-09-27T15:35:08.1021169Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1023402Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-09-27T15:35:08.1025827Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-09-27T15:35:08.1028032Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1030226Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1032175Z adding 'torch/include/ATen/ops/linear_native.h' 2022-09-27T15:35:08.1034605Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-09-27T15:35:08.1036987Z adding 'torch/include/ATen/ops/linspace.h' 2022-09-27T15:35:08.1039482Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1041503Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-09-27T15:35:08.1043994Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-09-27T15:35:08.1046021Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-09-27T15:35:08.1048286Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-09-27T15:35:08.1050679Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-09-27T15:35:08.1052644Z adding 'torch/include/ATen/ops/log.h' 2022-09-27T15:35:08.1054854Z adding 'torch/include/ATen/ops/log10.h' 2022-09-27T15:35:08.1057607Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1059311Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-09-27T15:35:08.1061632Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-09-27T15:35:08.1063317Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-09-27T15:35:08.1065573Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-09-27T15:35:08.1067298Z adding 'torch/include/ATen/ops/log10_native.h' 2022-09-27T15:35:08.1069764Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-09-27T15:35:08.1071605Z adding 'torch/include/ATen/ops/log1p.h' 2022-09-27T15:35:08.1074466Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1075913Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-09-27T15:35:08.1078565Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-09-27T15:35:08.1080000Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-09-27T15:35:08.1082453Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-09-27T15:35:08.1084479Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-09-27T15:35:08.1086259Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-09-27T15:35:08.1087907Z adding 'torch/include/ATen/ops/log2.h' 2022-09-27T15:35:08.1089840Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1091232Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-09-27T15:35:08.1092862Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-09-27T15:35:08.1094464Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-09-27T15:35:08.1096189Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-09-27T15:35:08.1097700Z adding 'torch/include/ATen/ops/log2_native.h' 2022-09-27T15:35:08.1099307Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-09-27T15:35:08.1100994Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1102655Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-09-27T15:35:08.1104056Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-09-27T15:35:08.1105490Z adding 'torch/include/ATen/ops/log_meta.h' 2022-09-27T15:35:08.1107039Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-09-27T15:35:08.1108433Z adding 'torch/include/ATen/ops/log_native.h' 2022-09-27T15:35:08.1110003Z adding 'torch/include/ATen/ops/log_normal.h' 2022-09-27T15:35:08.1111634Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1113137Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-09-27T15:35:08.1114776Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-09-27T15:35:08.1116218Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-09-27T15:35:08.1117692Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-09-27T15:35:08.1119484Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-09-27T15:35:08.1121155Z adding 'torch/include/ATen/ops/log_ops.h' 2022-09-27T15:35:08.1122757Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-09-27T15:35:08.1124360Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-09-27T15:35:08.1125992Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-09-27T15:35:08.1127661Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-09-27T15:35:08.1129118Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-09-27T15:35:08.1130848Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-09-27T15:35:08.1132464Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1133993Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-09-27T15:35:08.1135664Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-09-27T15:35:08.1137334Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-09-27T15:35:08.1138938Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-09-27T15:35:08.1140526Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-09-27T15:35:08.1142027Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-09-27T15:35:08.1143674Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-09-27T15:35:08.1145278Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-09-27T15:35:08.1146970Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1148540Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1149987Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-09-27T15:35:08.1151792Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-09-27T15:35:08.1153524Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-09-27T15:35:08.1155062Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-09-27T15:35:08.1156814Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1158298Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-09-27T15:35:08.1159818Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-09-27T15:35:08.1161272Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-09-27T15:35:08.1162971Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-09-27T15:35:08.1164522Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-09-27T15:35:08.1166046Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-09-27T15:35:08.1167715Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1169293Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-09-27T15:35:08.1170847Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-09-27T15:35:08.1172293Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-09-27T15:35:08.1173835Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-09-27T15:35:08.1175468Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-09-27T15:35:08.1177194Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-09-27T15:35:08.1178865Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-09-27T15:35:08.1181113Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1182203Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1183615Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-09-27T15:35:08.1185604Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-09-27T15:35:08.1187116Z adding 'torch/include/ATen/ops/logdet.h' 2022-09-27T15:35:08.1189403Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1190054Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-09-27T15:35:08.1191663Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-09-27T15:35:08.1193205Z adding 'torch/include/ATen/ops/logical_and.h' 2022-09-27T15:35:08.1195145Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1196767Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-09-27T15:35:08.1198469Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-09-27T15:35:08.1199958Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-09-27T15:35:08.1201638Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-09-27T15:35:08.1203267Z adding 'torch/include/ATen/ops/logical_not.h' 2022-09-27T15:35:08.1205061Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1206638Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-09-27T15:35:08.1208275Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-09-27T15:35:08.1209853Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-09-27T15:35:08.1211547Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-09-27T15:35:08.1213184Z adding 'torch/include/ATen/ops/logical_or.h' 2022-09-27T15:35:08.1214889Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1216443Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-09-27T15:35:08.1218274Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-09-27T15:35:08.1219978Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-09-27T15:35:08.1221660Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-09-27T15:35:08.1223406Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-09-27T15:35:08.1225059Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1226662Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-09-27T15:35:08.1228236Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-09-27T15:35:08.1229959Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-09-27T15:35:08.1231551Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-09-27T15:35:08.1233269Z adding 'torch/include/ATen/ops/logit.h' 2022-09-27T15:35:08.1234905Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-09-27T15:35:08.1236812Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1238447Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-09-27T15:35:08.1239979Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-09-27T15:35:08.1241553Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-09-27T15:35:08.1243261Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-09-27T15:35:08.1244789Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-09-27T15:35:08.1246533Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-09-27T15:35:08.1248149Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-09-27T15:35:08.1249847Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-09-27T15:35:08.1251485Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-09-27T15:35:08.1264041Z adding 'torch/include/ATen/ops/logit_native.h' 2022-09-27T15:35:08.1264457Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-09-27T15:35:08.1264658Z adding 'torch/include/ATen/ops/logspace.h' 2022-09-27T15:35:08.1264922Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1265114Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-09-27T15:35:08.1265361Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-09-27T15:35:08.1265529Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-09-27T15:35:08.1265677Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-09-27T15:35:08.1267056Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-09-27T15:35:08.1269010Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-09-27T15:35:08.1270650Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1272571Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1274200Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1275821Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-09-27T15:35:08.1277652Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-09-27T15:35:08.1279460Z adding 'torch/include/ATen/ops/lshift.h' 2022-09-27T15:35:08.1281300Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1282856Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-09-27T15:35:08.1284445Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-09-27T15:35:08.1286092Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-09-27T15:35:08.1287668Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-09-27T15:35:08.1289591Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-09-27T15:35:08.1291401Z adding 'torch/include/ATen/ops/lstm.h' 2022-09-27T15:35:08.1293147Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-09-27T15:35:08.1294933Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1296605Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-09-27T15:35:08.1298239Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-09-27T15:35:08.1300013Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1301794Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-09-27T15:35:08.1303738Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1305275Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-09-27T15:35:08.1307138Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-09-27T15:35:08.1308804Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-09-27T15:35:08.1310598Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-09-27T15:35:08.1312277Z adding 'torch/include/ATen/ops/lstsq.h' 2022-09-27T15:35:08.1314007Z adding 'torch/include/ATen/ops/lstsq_cpu_dispatch.h' 2022-09-27T15:35:08.1315642Z adding 'torch/include/ATen/ops/lstsq_cuda_dispatch.h' 2022-09-27T15:35:08.1317197Z adding 'torch/include/ATen/ops/lstsq_native.h' 2022-09-27T15:35:08.1318977Z adding 'torch/include/ATen/ops/lstsq_ops.h' 2022-09-27T15:35:08.1320704Z adding 'torch/include/ATen/ops/lt.h' 2022-09-27T15:35:08.1322596Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1324097Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-09-27T15:35:08.1325754Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-09-27T15:35:08.1327350Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-09-27T15:35:08.1329016Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-09-27T15:35:08.1330623Z adding 'torch/include/ATen/ops/lt_native.h' 2022-09-27T15:35:08.1332514Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-09-27T15:35:08.1334259Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-09-27T15:35:08.1336451Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1338099Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-09-27T15:35:08.1339882Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-09-27T15:35:08.1341665Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-09-27T15:35:08.1343642Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1345154Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-09-27T15:35:08.1346856Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-09-27T15:35:08.1348453Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-09-27T15:35:08.1350294Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-09-27T15:35:08.1351777Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-09-27T15:35:08.1353684Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-09-27T15:35:08.1355139Z adding 'torch/include/ATen/ops/mH.h' 2022-09-27T15:35:08.1356993Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1358457Z adding 'torch/include/ATen/ops/mH_native.h' 2022-09-27T15:35:08.1359888Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-09-27T15:35:08.1361314Z adding 'torch/include/ATen/ops/mT.h' 2022-09-27T15:35:08.1362966Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1364377Z adding 'torch/include/ATen/ops/mT_native.h' 2022-09-27T15:35:08.1365959Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-09-27T15:35:08.1367474Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-09-27T15:35:08.1369105Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1370556Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-09-27T15:35:08.1372165Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-09-27T15:35:08.1373770Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-09-27T15:35:08.1375697Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1377398Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-09-27T15:35:08.1378970Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-09-27T15:35:08.1380502Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-09-27T15:35:08.1382078Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-09-27T15:35:08.1383922Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-09-27T15:35:08.1385668Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-09-27T15:35:08.1387334Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1388823Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-09-27T15:35:08.1390478Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-09-27T15:35:08.1391971Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-09-27T15:35:08.1393454Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-09-27T15:35:08.1395117Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-09-27T15:35:08.1396726Z adding 'torch/include/ATen/ops/masked_select.h' 2022-09-27T15:35:08.1398390Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-09-27T15:35:08.1400020Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1401492Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-09-27T15:35:08.1402931Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-09-27T15:35:08.1404557Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-09-27T15:35:08.1406142Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-09-27T15:35:08.1407719Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-09-27T15:35:08.1409345Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-09-27T15:35:08.1411085Z adding 'torch/include/ATen/ops/matmul.h' 2022-09-27T15:35:08.1412737Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-09-27T15:35:08.1414396Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1416010Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-09-27T15:35:08.1417757Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-09-27T15:35:08.1419979Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1421259Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-09-27T15:35:08.1422932Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-09-27T15:35:08.1424737Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-09-27T15:35:08.1426294Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1427773Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-09-27T15:35:08.1429831Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-09-27T15:35:08.1431149Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-09-27T15:35:08.1432676Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-09-27T15:35:08.1434433Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1435907Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-09-27T15:35:08.1437586Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-09-27T15:35:08.1439605Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1441180Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-09-27T15:35:08.1442788Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-09-27T15:35:08.1444462Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-09-27T15:35:08.1446410Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1448052Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-09-27T15:35:08.1449900Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-09-27T15:35:08.1451653Z adding 'torch/include/ATen/ops/matrix_rank.h' 2022-09-27T15:35:08.1453473Z adding 'torch/include/ATen/ops/matrix_rank_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1455026Z adding 'torch/include/ATen/ops/matrix_rank_native.h' 2022-09-27T15:35:08.1456987Z adding 'torch/include/ATen/ops/matrix_rank_ops.h' 2022-09-27T15:35:08.1459033Z adding 'torch/include/ATen/ops/max.h' 2022-09-27T15:35:08.1461044Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1462795Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1464557Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-09-27T15:35:08.1467115Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-09-27T15:35:08.1468959Z adding 'torch/include/ATen/ops/max_meta.h' 2022-09-27T15:35:08.1470772Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-09-27T15:35:08.1472594Z adding 'torch/include/ATen/ops/max_native.h' 2022-09-27T15:35:08.1474817Z adding 'torch/include/ATen/ops/max_ops.h' 2022-09-27T15:35:08.1476744Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-09-27T15:35:08.1478768Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1480324Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-09-27T15:35:08.1482170Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-09-27T15:35:08.1484022Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-09-27T15:35:08.1486085Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1487569Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-09-27T15:35:08.1489496Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-09-27T15:35:08.1490977Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-09-27T15:35:08.1492824Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1494293Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-09-27T15:35:08.1496368Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-09-27T15:35:08.1498279Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-09-27T15:35:08.1500124Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-09-27T15:35:08.1502099Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1503780Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-09-27T15:35:08.1505629Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-09-27T15:35:08.1507305Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-09-27T15:35:08.1509118Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-09-27T15:35:08.1510916Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-09-27T15:35:08.1512761Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-09-27T15:35:08.1514616Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1516283Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-09-27T15:35:08.1518156Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-09-27T15:35:08.1519901Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-09-27T15:35:08.1521647Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-09-27T15:35:08.1523391Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-09-27T15:35:08.1525228Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-09-27T15:35:08.1527020Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-09-27T15:35:08.1528847Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1530515Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-09-27T15:35:08.1532493Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-09-27T15:35:08.1534893Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-09-27T15:35:08.1536746Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-09-27T15:35:08.1538676Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-09-27T15:35:08.1540754Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-09-27T15:35:08.1542214Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-09-27T15:35:08.1544265Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-09-27T15:35:08.1546068Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-09-27T15:35:08.1548098Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-09-27T15:35:08.1549572Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-09-27T15:35:08.1551306Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-09-27T15:35:08.1553010Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-09-27T15:35:08.1554863Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-09-27T15:35:08.1556619Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-09-27T15:35:08.1558359Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-09-27T15:35:08.1560272Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-09-27T15:35:08.1562096Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-09-27T15:35:08.1563932Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-09-27T15:35:08.1565818Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-09-27T15:35:08.1567593Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-09-27T15:35:08.1569517Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-09-27T15:35:08.1571419Z adding 'torch/include/ATen/ops/maximum.h' 2022-09-27T15:35:08.1573411Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1575384Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-09-27T15:35:08.1577250Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-09-27T15:35:08.1579023Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-09-27T15:35:08.1580759Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-09-27T15:35:08.1582402Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-09-27T15:35:08.1584275Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-09-27T15:35:08.1586320Z adding 'torch/include/ATen/ops/mean.h' 2022-09-27T15:35:08.1588294Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1590177Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1592027Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1593958Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-09-27T15:35:08.1595698Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-09-27T15:35:08.1597502Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-09-27T15:35:08.1599394Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-09-27T15:35:08.1601277Z adding 'torch/include/ATen/ops/mean_native.h' 2022-09-27T15:35:08.1603372Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-09-27T15:35:08.1605460Z adding 'torch/include/ATen/ops/median.h' 2022-09-27T15:35:08.1607444Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1609293Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1611059Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-09-27T15:35:08.1612915Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-09-27T15:35:08.1614788Z adding 'torch/include/ATen/ops/median_native.h' 2022-09-27T15:35:08.1617098Z adding 'torch/include/ATen/ops/median_ops.h' 2022-09-27T15:35:08.1619052Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-09-27T15:35:08.1620977Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1622654Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-09-27T15:35:08.1624530Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-09-27T15:35:08.1626566Z adding 'torch/include/ATen/ops/min.h' 2022-09-27T15:35:08.1628642Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1630596Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1632423Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-09-27T15:35:08.1634285Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-09-27T15:35:08.1636111Z adding 'torch/include/ATen/ops/min_meta.h' 2022-09-27T15:35:08.1638043Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-09-27T15:35:08.1639885Z adding 'torch/include/ATen/ops/min_native.h' 2022-09-27T15:35:08.1642373Z adding 'torch/include/ATen/ops/min_ops.h' 2022-09-27T15:35:08.1644328Z adding 'torch/include/ATen/ops/minimum.h' 2022-09-27T15:35:08.1646186Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1648109Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-09-27T15:35:08.1650109Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-09-27T15:35:08.1651840Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-09-27T15:35:08.1653455Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-09-27T15:35:08.1655214Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-09-27T15:35:08.1657555Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-09-27T15:35:08.1659266Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-09-27T15:35:08.1661778Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-09-27T15:35:08.1663258Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1664735Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-09-27T15:35:08.1666416Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-09-27T15:35:08.1668329Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-09-27T15:35:08.1670290Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1672117Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-09-27T15:35:08.1673757Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-09-27T15:35:08.1675676Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-09-27T15:35:08.1677994Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-09-27T15:35:08.1679690Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-09-27T15:35:08.1681367Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-09-27T15:35:08.1683402Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-09-27T15:35:08.1685167Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-09-27T15:35:08.1687200Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1688870Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-09-27T15:35:08.1690279Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-09-27T15:35:08.1692312Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-09-27T15:35:08.1693991Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-09-27T15:35:08.1695982Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-09-27T15:35:08.1697467Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-09-27T15:35:08.1699384Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-09-27T15:35:08.1701140Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-09-27T15:35:08.1702986Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1704474Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-09-27T15:35:08.1705999Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-09-27T15:35:08.1707803Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-09-27T15:35:08.1709560Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-09-27T15:35:08.1711305Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1712868Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-09-27T15:35:08.1714401Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-09-27T15:35:08.1716111Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-09-27T15:35:08.1718037Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-09-27T15:35:08.1720151Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-09-27T15:35:08.1722075Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1723741Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-09-27T15:35:08.1725404Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-09-27T15:35:08.1727467Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-09-27T15:35:08.1729364Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1730942Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-09-27T15:35:08.1732552Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-09-27T15:35:08.1734462Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-09-27T15:35:08.1736373Z adding 'torch/include/ATen/ops/mish.h' 2022-09-27T15:35:08.1737874Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-09-27T15:35:08.1739559Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1741106Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-09-27T15:35:08.1742638Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-09-27T15:35:08.1744108Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-09-27T15:35:08.1745820Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-09-27T15:35:08.1747576Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1749053Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-09-27T15:35:08.1750893Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-09-27T15:35:08.1752526Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-09-27T15:35:08.1754237Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-09-27T15:35:08.1755878Z adding 'torch/include/ATen/ops/mish_native.h' 2022-09-27T15:35:08.1757674Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-09-27T15:35:08.1759676Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-09-27T15:35:08.1761364Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-09-27T15:35:08.1763124Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1764715Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-09-27T15:35:08.1766526Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-09-27T15:35:08.1768227Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-09-27T15:35:08.1770014Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-09-27T15:35:08.1771806Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-09-27T15:35:08.1773659Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1775401Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-09-27T15:35:08.1777370Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-09-27T15:35:08.1779083Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-09-27T15:35:08.1780983Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-09-27T15:35:08.1782832Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1784531Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-09-27T15:35:08.1786381Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1787985Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-09-27T15:35:08.1789838Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-09-27T15:35:08.1791520Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-09-27T15:35:08.1793423Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-09-27T15:35:08.1795264Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-09-27T15:35:08.1797101Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1798835Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-09-27T15:35:08.1800725Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-09-27T15:35:08.1802533Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1804100Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-09-27T15:35:08.1806004Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-09-27T15:35:08.1807837Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-09-27T15:35:08.1809857Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-09-27T15:35:08.1811562Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1813182Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-09-27T15:35:08.1815103Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-09-27T15:35:08.1817276Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1818815Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-09-27T15:35:08.1820693Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-09-27T15:35:08.1822473Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-09-27T15:35:08.1824447Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-09-27T15:35:08.1826211Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1828032Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-09-27T15:35:08.1829666Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-09-27T15:35:08.1831480Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1833093Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-09-27T15:35:08.1835021Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-09-27T15:35:08.1836588Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-09-27T15:35:08.1838423Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1839974Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-09-27T15:35:08.1841650Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-09-27T15:35:08.1843326Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-09-27T15:35:08.1845125Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1846665Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-09-27T15:35:08.1848295Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-09-27T15:35:08.1849853Z adding 'torch/include/ATen/ops/mm.h' 2022-09-27T15:35:08.1851571Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1853104Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-09-27T15:35:08.1854639Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-09-27T15:35:08.1856904Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-09-27T15:35:08.1858313Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-09-27T15:35:08.1859939Z adding 'torch/include/ATen/ops/mm_native.h' 2022-09-27T15:35:08.1861812Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-09-27T15:35:08.1863700Z adding 'torch/include/ATen/ops/mode.h' 2022-09-27T15:35:08.1865617Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1867434Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1869139Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-09-27T15:35:08.1870946Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-09-27T15:35:08.1872685Z adding 'torch/include/ATen/ops/mode_native.h' 2022-09-27T15:35:08.1874651Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-09-27T15:35:08.1876737Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-09-27T15:35:08.1879087Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1881201Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-09-27T15:35:08.1883026Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-09-27T15:35:08.1885339Z adding 'torch/include/ATen/ops/movedim.h' 2022-09-27T15:35:08.1887194Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1888825Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-09-27T15:35:08.1890556Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-09-27T15:35:08.1892374Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-09-27T15:35:08.1894200Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1896179Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-09-27T15:35:08.1898423Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-09-27T15:35:08.1900380Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-09-27T15:35:08.1902183Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1903764Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-09-27T15:35:08.1905482Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-09-27T15:35:08.1907301Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-09-27T15:35:08.1909077Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1910653Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-09-27T15:35:08.1912585Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-09-27T15:35:08.1914255Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-09-27T15:35:08.1916049Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-09-27T15:35:08.1917740Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-09-27T15:35:08.1919454Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-09-27T15:35:08.1921039Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-09-27T15:35:08.1922686Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-09-27T15:35:08.1924444Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1926007Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-09-27T15:35:08.1927534Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-09-27T15:35:08.1929129Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-09-27T15:35:08.1930725Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-09-27T15:35:08.1932251Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-09-27T15:35:08.1933906Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-09-27T15:35:08.1935738Z adding 'torch/include/ATen/ops/msort.h' 2022-09-27T15:35:08.1937669Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1938773Z adding 'torch/include/ATen/ops/msort_native.h' 2022-09-27T15:35:08.1940601Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-09-27T15:35:08.1942228Z adding 'torch/include/ATen/ops/mul.h' 2022-09-27T15:35:08.1943996Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.1945608Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.1946997Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-09-27T15:35:08.1948582Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-09-27T15:35:08.1950089Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-09-27T15:35:08.1951722Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-09-27T15:35:08.1953519Z adding 'torch/include/ATen/ops/mul_native.h' 2022-09-27T15:35:08.1955429Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-09-27T15:35:08.1957230Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-09-27T15:35:08.1959275Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-09-27T15:35:08.1960916Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-09-27T15:35:08.1962594Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-09-27T15:35:08.1964284Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-09-27T15:35:08.1966089Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-09-27T15:35:08.1967860Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-09-27T15:35:08.1969543Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-09-27T15:35:08.1971080Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-09-27T15:35:08.1972997Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-09-27T15:35:08.1974617Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-09-27T15:35:08.1976492Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-09-27T15:35:08.1978416Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-09-27T15:35:08.1980083Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-09-27T15:35:08.1981713Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-09-27T15:35:08.1983486Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-09-27T15:35:08.1985412Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.1987073Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-09-27T15:35:08.1988928Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-09-27T15:35:08.1990644Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-09-27T15:35:08.1992420Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-09-27T15:35:08.1994248Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-09-27T15:35:08.1995921Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-09-27T15:35:08.1997840Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-09-27T15:35:08.1999617Z adding 'torch/include/ATen/ops/multinomial.h' 2022-09-27T15:35:08.2001520Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-09-27T15:35:08.2003274Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-09-27T15:35:08.2004956Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-09-27T15:35:08.2006823Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-09-27T15:35:08.2008572Z adding 'torch/include/ATen/ops/multiply.h' 2022-09-27T15:35:08.2011093Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2012208Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-09-27T15:35:08.2014237Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-09-27T15:35:08.2016135Z adding 'torch/include/ATen/ops/mv.h' 2022-09-27T15:35:08.2017768Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2019288Z adding 'torch/include/ATen/ops/mv_native.h' 2022-09-27T15:35:08.2020978Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-09-27T15:35:08.2022668Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-09-27T15:35:08.2024388Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2025942Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-09-27T15:35:08.2027485Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-09-27T15:35:08.2029033Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-09-27T15:35:08.2030703Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-09-27T15:35:08.2032405Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-09-27T15:35:08.2034137Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2035711Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-09-27T15:35:08.2037562Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-09-27T15:35:08.2039235Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-09-27T15:35:08.2041109Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-09-27T15:35:08.2042891Z adding 'torch/include/ATen/ops/nanmean.h' 2022-09-27T15:35:08.2044699Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2046275Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-09-27T15:35:08.2047933Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-09-27T15:35:08.2049729Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-09-27T15:35:08.2051511Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2053166Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2054763Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-09-27T15:35:08.2056579Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-09-27T15:35:08.2058108Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-09-27T15:35:08.2060045Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-09-27T15:35:08.2061945Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-09-27T15:35:08.2063935Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2065558Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-09-27T15:35:08.2067580Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-09-27T15:35:08.2069356Z adding 'torch/include/ATen/ops/nansum.h' 2022-09-27T15:35:08.2071021Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-09-27T15:35:08.2072719Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-09-27T15:35:08.2074342Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-09-27T15:35:08.2076225Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-09-27T15:35:08.2077779Z adding 'torch/include/ATen/ops/narrow.h' 2022-09-27T15:35:08.2079464Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2081075Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-09-27T15:35:08.2082868Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2084478Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-09-27T15:35:08.2086040Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-09-27T15:35:08.2087730Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-09-27T15:35:08.2089275Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-09-27T15:35:08.2090966Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-09-27T15:35:08.2092850Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-09-27T15:35:08.2094676Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-09-27T15:35:08.2096609Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2098404Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-09-27T15:35:08.2100032Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-09-27T15:35:08.2101654Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-09-27T15:35:08.2103604Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-09-27T15:35:08.2105374Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-09-27T15:35:08.2107024Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-09-27T15:35:08.2108639Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-09-27T15:35:08.2110474Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-09-27T15:35:08.2112158Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-09-27T15:35:08.2113857Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2115470Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-09-27T15:35:08.2116979Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-09-27T15:35:08.2118766Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-09-27T15:35:08.2120397Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-09-27T15:35:08.2122045Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-09-27T15:35:08.2123752Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2125316Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-09-27T15:35:08.2126899Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-09-27T15:35:08.2128428Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-09-27T15:35:08.2130189Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-09-27T15:35:08.2131909Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2133461Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-09-27T15:35:08.2134982Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-09-27T15:35:08.2136854Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-09-27T15:35:08.2138510Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-09-27T15:35:08.2140365Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-09-27T15:35:08.2142230Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-09-27T15:35:08.2144105Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2145872Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-09-27T15:35:08.2147839Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-09-27T15:35:08.2149614Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-09-27T15:35:08.2151958Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-09-27T15:35:08.2153576Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2154958Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-09-27T15:35:08.2156763Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-09-27T15:35:08.2158573Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-09-27T15:35:08.2160378Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-09-27T15:35:08.2162091Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-09-27T15:35:08.2163812Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-09-27T15:35:08.2165666Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2167062Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-09-27T15:35:08.2168891Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-09-27T15:35:08.2170609Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-09-27T15:35:08.2172172Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-09-27T15:35:08.2174202Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2175980Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-09-27T15:35:08.2177882Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-09-27T15:35:08.2179453Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-09-27T15:35:08.2181598Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-09-27T15:35:08.2183274Z adding 'torch/include/ATen/ops/native_norm.h' 2022-09-27T15:35:08.2185338Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2186987Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-09-27T15:35:08.2188816Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-09-27T15:35:08.2190435Z adding 'torch/include/ATen/ops/ne.h' 2022-09-27T15:35:08.2192229Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2193867Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-09-27T15:35:08.2195528Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-09-27T15:35:08.2197151Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-09-27T15:35:08.2198968Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-09-27T15:35:08.2200593Z adding 'torch/include/ATen/ops/ne_native.h' 2022-09-27T15:35:08.2202522Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-09-27T15:35:08.2204294Z adding 'torch/include/ATen/ops/neg.h' 2022-09-27T15:35:08.2206118Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2207741Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-09-27T15:35:08.2209350Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-09-27T15:35:08.2210968Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-09-27T15:35:08.2212650Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-09-27T15:35:08.2214299Z adding 'torch/include/ATen/ops/neg_native.h' 2022-09-27T15:35:08.2216562Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-09-27T15:35:08.2218018Z adding 'torch/include/ATen/ops/negative.h' 2022-09-27T15:35:08.2219817Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2221418Z adding 'torch/include/ATen/ops/negative_native.h' 2022-09-27T15:35:08.2223093Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-09-27T15:35:08.2224945Z adding 'torch/include/ATen/ops/nested_tensor.h' 2022-09-27T15:35:08.2226747Z adding 'torch/include/ATen/ops/nested_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2228286Z adding 'torch/include/ATen/ops/nested_tensor_native.h' 2022-09-27T15:35:08.2230317Z adding 'torch/include/ATen/ops/nested_tensor_ops.h' 2022-09-27T15:35:08.2232164Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-09-27T15:35:08.2233804Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2235543Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-09-27T15:35:08.2237090Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-09-27T15:35:08.2238871Z adding 'torch/include/ATen/ops/new_empty.h' 2022-09-27T15:35:08.2240755Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2242326Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-09-27T15:35:08.2244186Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-09-27T15:35:08.2245924Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-09-27T15:35:08.2247739Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2249500Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2251146Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-09-27T15:35:08.2252924Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-09-27T15:35:08.2254595Z adding 'torch/include/ATen/ops/new_full.h' 2022-09-27T15:35:08.2256651Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2258282Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-09-27T15:35:08.2260075Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-09-27T15:35:08.2261766Z adding 'torch/include/ATen/ops/new_ones.h' 2022-09-27T15:35:08.2263580Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2265142Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-09-27T15:35:08.2266970Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-09-27T15:35:08.2268665Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-09-27T15:35:08.2270508Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2272119Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-09-27T15:35:08.2273853Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-09-27T15:35:08.2275520Z adding 'torch/include/ATen/ops/nextafter.h' 2022-09-27T15:35:08.2277302Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2279005Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-09-27T15:35:08.2280646Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-09-27T15:35:08.2282251Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-09-27T15:35:08.2284674Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-09-27T15:35:08.2286383Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-09-27T15:35:08.2288147Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-09-27T15:35:08.2289969Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-09-27T15:35:08.2291696Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-09-27T15:35:08.2293478Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-09-27T15:35:08.2295415Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.2297510Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.2299339Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-09-27T15:35:08.2301292Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-09-27T15:35:08.2303334Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2305103Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-09-27T15:35:08.2307002Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-09-27T15:35:08.2308856Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-09-27T15:35:08.2310690Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-09-27T15:35:08.2312627Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-09-27T15:35:08.2314601Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-09-27T15:35:08.2316485Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-09-27T15:35:08.2318624Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-09-27T15:35:08.2320697Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2322492Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-09-27T15:35:08.2324365Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-09-27T15:35:08.2326170Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-09-27T15:35:08.2328053Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-09-27T15:35:08.2329817Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-09-27T15:35:08.2331739Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-09-27T15:35:08.2333715Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2335664Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-09-27T15:35:08.2337776Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2339463Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-09-27T15:35:08.2341277Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-09-27T15:35:08.2342992Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-09-27T15:35:08.2344801Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-09-27T15:35:08.2346502Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-09-27T15:35:08.2348399Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-09-27T15:35:08.2350107Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-09-27T15:35:08.2351890Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-09-27T15:35:08.2353741Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2355378Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-09-27T15:35:08.2357187Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-09-27T15:35:08.2359183Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-09-27T15:35:08.2360964Z adding 'torch/include/ATen/ops/nonzero.h' 2022-09-27T15:35:08.2362705Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-09-27T15:35:08.2364420Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-09-27T15:35:08.2366152Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-09-27T15:35:08.2367838Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-09-27T15:35:08.2369648Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2371323Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-09-27T15:35:08.2373073Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-09-27T15:35:08.2374871Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-09-27T15:35:08.2377355Z adding 'torch/include/ATen/ops/norm.h' 2022-09-27T15:35:08.2379486Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2382230Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2383392Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2385234Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-09-27T15:35:08.2387145Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-09-27T15:35:08.2388907Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-09-27T15:35:08.2390520Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2391811Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-09-27T15:35:08.2393400Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-09-27T15:35:08.2395045Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-09-27T15:35:08.2396813Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-09-27T15:35:08.2398186Z adding 'torch/include/ATen/ops/norm_native.h' 2022-09-27T15:35:08.2400664Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-09-27T15:35:08.2403003Z adding 'torch/include/ATen/ops/normal.h' 2022-09-27T15:35:08.2405190Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2407266Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-09-27T15:35:08.2409043Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-09-27T15:35:08.2410831Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-09-27T15:35:08.2413182Z adding 'torch/include/ATen/ops/normal_native.h' 2022-09-27T15:35:08.2416252Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-09-27T15:35:08.2418316Z adding 'torch/include/ATen/ops/not_equal.h' 2022-09-27T15:35:08.2420625Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2422118Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-09-27T15:35:08.2423941Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-09-27T15:35:08.2425653Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-09-27T15:35:08.2427491Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2429040Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-09-27T15:35:08.2430806Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-09-27T15:35:08.2432510Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-09-27T15:35:08.2434219Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2435658Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-09-27T15:35:08.2437271Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-09-27T15:35:08.2438914Z adding 'torch/include/ATen/ops/one_hot.h' 2022-09-27T15:35:08.2440586Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2442496Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-09-27T15:35:08.2444137Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-09-27T15:35:08.2445648Z adding 'torch/include/ATen/ops/ones.h' 2022-09-27T15:35:08.2447414Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2449057Z adding 'torch/include/ATen/ops/ones_like.h' 2022-09-27T15:35:08.2450995Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2452487Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-09-27T15:35:08.2454127Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-09-27T15:35:08.2455919Z adding 'torch/include/ATen/ops/ones_native.h' 2022-09-27T15:35:08.2457939Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-09-27T15:35:08.2459685Z adding 'torch/include/ATen/ops/or.h' 2022-09-27T15:35:08.2461527Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2463009Z adding 'torch/include/ATen/ops/or_native.h' 2022-09-27T15:35:08.2464681Z adding 'torch/include/ATen/ops/or_ops.h' 2022-09-27T15:35:08.2466351Z adding 'torch/include/ATen/ops/orgqr.h' 2022-09-27T15:35:08.2468373Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2469749Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-09-27T15:35:08.2471357Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-09-27T15:35:08.2473029Z adding 'torch/include/ATen/ops/ormqr.h' 2022-09-27T15:35:08.2474739Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-09-27T15:35:08.2476367Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-09-27T15:35:08.2477986Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-09-27T15:35:08.2479706Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-09-27T15:35:08.2481313Z adding 'torch/include/ATen/ops/outer.h' 2022-09-27T15:35:08.2483048Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2484529Z adding 'torch/include/ATen/ops/outer_native.h' 2022-09-27T15:35:08.2486318Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-09-27T15:35:08.2487919Z adding 'torch/include/ATen/ops/output_nr.h' 2022-09-27T15:35:08.2489676Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2491139Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-09-27T15:35:08.2492756Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-09-27T15:35:08.2494295Z adding 'torch/include/ATen/ops/pad.h' 2022-09-27T15:35:08.2496146Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2497992Z adding 'torch/include/ATen/ops/pad_native.h' 2022-09-27T15:35:08.2499652Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-09-27T15:35:08.2501324Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-09-27T15:35:08.2503025Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2504460Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-09-27T15:35:08.2506230Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-09-27T15:35:08.2507782Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-09-27T15:35:08.2509534Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2510973Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-09-27T15:35:08.2512697Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-09-27T15:35:08.2514279Z adding 'torch/include/ATen/ops/pdist.h' 2022-09-27T15:35:08.2515904Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2517462Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-09-27T15:35:08.2519248Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-09-27T15:35:08.2520677Z adding 'torch/include/ATen/ops/permute.h' 2022-09-27T15:35:08.2522460Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2524110Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-09-27T15:35:08.2525790Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2527538Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2529024Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-09-27T15:35:08.2530885Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-09-27T15:35:08.2532374Z adding 'torch/include/ATen/ops/permute_native.h' 2022-09-27T15:35:08.2533925Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-09-27T15:35:08.2535531Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-09-27T15:35:08.2537236Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2538761Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-09-27T15:35:08.2540386Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-09-27T15:35:08.2542249Z adding 'torch/include/ATen/ops/pinverse.h' 2022-09-27T15:35:08.2544031Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2545664Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-09-27T15:35:08.2547429Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-09-27T15:35:08.2549140Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-09-27T15:35:08.2550970Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2552797Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2554500Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-09-27T15:35:08.2556169Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-09-27T15:35:08.2558112Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-09-27T15:35:08.2559919Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-09-27T15:35:08.2561786Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2563607Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2565266Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-09-27T15:35:08.2567006Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-09-27T15:35:08.2568778Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-09-27T15:35:08.2570529Z adding 'torch/include/ATen/ops/poisson.h' 2022-09-27T15:35:08.2572423Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2574089Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-09-27T15:35:08.2575975Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-09-27T15:35:08.2577681Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-09-27T15:35:08.2579446Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-09-27T15:35:08.2580954Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2582399Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-09-27T15:35:08.2584081Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-09-27T15:35:08.2585968Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-09-27T15:35:08.2587633Z adding 'torch/include/ATen/ops/polar.h' 2022-09-27T15:35:08.2589480Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2591002Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-09-27T15:35:08.2592436Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-09-27T15:35:08.2593984Z adding 'torch/include/ATen/ops/polar_native.h' 2022-09-27T15:35:08.2595796Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-09-27T15:35:08.2597520Z adding 'torch/include/ATen/ops/polygamma.h' 2022-09-27T15:35:08.2599434Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2601073Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2602565Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-09-27T15:35:08.2604083Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-09-27T15:35:08.2605594Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-09-27T15:35:08.2607188Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-09-27T15:35:08.2608826Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-09-27T15:35:08.2610531Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-09-27T15:35:08.2612095Z adding 'torch/include/ATen/ops/positive.h' 2022-09-27T15:35:08.2613875Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2615421Z adding 'torch/include/ATen/ops/positive_native.h' 2022-09-27T15:35:08.2617223Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-09-27T15:35:08.2618926Z adding 'torch/include/ATen/ops/pow.h' 2022-09-27T15:35:08.2620838Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2622517Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-09-27T15:35:08.2624208Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-09-27T15:35:08.2625839Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-09-27T15:35:08.2627625Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-09-27T15:35:08.2629267Z adding 'torch/include/ATen/ops/pow_native.h' 2022-09-27T15:35:08.2631280Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-09-27T15:35:08.2633083Z adding 'torch/include/ATen/ops/prelu.h' 2022-09-27T15:35:08.2634770Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-09-27T15:35:08.2636547Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2638183Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-09-27T15:35:08.2639775Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-09-27T15:35:08.2641398Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-09-27T15:35:08.2643160Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-09-27T15:35:08.2644896Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2647213Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-09-27T15:35:08.2648459Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-09-27T15:35:08.2649845Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-09-27T15:35:08.2651520Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-09-27T15:35:08.2653422Z adding 'torch/include/ATen/ops/prod.h' 2022-09-27T15:35:08.2655521Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2657383Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2659096Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2660622Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-09-27T15:35:08.2662716Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-09-27T15:35:08.2664251Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-09-27T15:35:08.2665628Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-09-27T15:35:08.2667285Z adding 'torch/include/ATen/ops/prod_native.h' 2022-09-27T15:35:08.2668988Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-09-27T15:35:08.2670806Z adding 'torch/include/ATen/ops/promote_types.h' 2022-09-27T15:35:08.2672443Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2673748Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-09-27T15:35:08.2675289Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-09-27T15:35:08.2676952Z adding 'torch/include/ATen/ops/put.h' 2022-09-27T15:35:08.2678828Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2680747Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-09-27T15:35:08.2682394Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-09-27T15:35:08.2684088Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-09-27T15:35:08.2685705Z adding 'torch/include/ATen/ops/put_native.h' 2022-09-27T15:35:08.2688334Z adding 'torch/include/ATen/ops/put_ops.h' 2022-09-27T15:35:08.2690231Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-09-27T15:35:08.2691864Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-09-27T15:35:08.2693662Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-09-27T15:35:08.2695834Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-09-27T15:35:08.2697769Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2699553Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-09-27T15:35:08.2701295Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-09-27T15:35:08.2703024Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-09-27T15:35:08.2704928Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2706496Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-09-27T15:35:08.2708305Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-09-27T15:35:08.2710038Z adding 'torch/include/ATen/ops/q_scale.h' 2022-09-27T15:35:08.2711720Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-09-27T15:35:08.2713508Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-09-27T15:35:08.2715267Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-09-27T15:35:08.2716922Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-09-27T15:35:08.2718909Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-09-27T15:35:08.2720565Z adding 'torch/include/ATen/ops/qr.h' 2022-09-27T15:35:08.2722514Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2724188Z adding 'torch/include/ATen/ops/qr_native.h' 2022-09-27T15:35:08.2726047Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-09-27T15:35:08.2727777Z adding 'torch/include/ATen/ops/qscheme.h' 2022-09-27T15:35:08.2729514Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-09-27T15:35:08.2731313Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-09-27T15:35:08.2733182Z adding 'torch/include/ATen/ops/quantile.h' 2022-09-27T15:35:08.2735558Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2738027Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-09-27T15:35:08.2739195Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-09-27T15:35:08.2741044Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-09-27T15:35:08.2742633Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2744090Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-09-27T15:35:08.2745619Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-09-27T15:35:08.2747098Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-09-27T15:35:08.2748737Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-09-27T15:35:08.2750610Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-09-27T15:35:08.2752421Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2754072Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-09-27T15:35:08.2755658Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-09-27T15:35:08.2757242Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-09-27T15:35:08.2759198Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2760655Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-09-27T15:35:08.2762223Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-09-27T15:35:08.2763811Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-09-27T15:35:08.2765423Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-09-27T15:35:08.2767108Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-09-27T15:35:08.2769048Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-09-27T15:35:08.2770838Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-09-27T15:35:08.2772555Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2774006Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-09-27T15:35:08.2776038Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-09-27T15:35:08.2777744Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-09-27T15:35:08.2779495Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2780991Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-09-27T15:35:08.2782714Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-09-27T15:35:08.2784387Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-09-27T15:35:08.2786169Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2787656Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-09-27T15:35:08.2789365Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-09-27T15:35:08.2791116Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-09-27T15:35:08.2792903Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2794413Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-09-27T15:35:08.2796136Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-09-27T15:35:08.2797832Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-09-27T15:35:08.2799683Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2801227Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-09-27T15:35:08.2803017Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-09-27T15:35:08.2804753Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-09-27T15:35:08.2806439Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2808006Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-09-27T15:35:08.2814283Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-09-27T15:35:08.2814942Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-09-27T15:35:08.2815214Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2815609Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-09-27T15:35:08.2817046Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-09-27T15:35:08.2818640Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-09-27T15:35:08.2820350Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2821776Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-09-27T15:35:08.2823478Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-09-27T15:35:08.2825485Z adding 'torch/include/ATen/ops/rand.h' 2022-09-27T15:35:08.2827495Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2829199Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2830855Z adding 'torch/include/ATen/ops/rand_like.h' 2022-09-27T15:35:08.2832715Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2834187Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-09-27T15:35:08.2836037Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-09-27T15:35:08.2837773Z adding 'torch/include/ATen/ops/rand_native.h' 2022-09-27T15:35:08.2840102Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-09-27T15:35:08.2842319Z adding 'torch/include/ATen/ops/randint.h' 2022-09-27T15:35:08.2844349Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2846247Z adding 'torch/include/ATen/ops/randint_like.h' 2022-09-27T15:35:08.2848162Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2849764Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-09-27T15:35:08.2851748Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-09-27T15:35:08.2853559Z adding 'torch/include/ATen/ops/randint_native.h' 2022-09-27T15:35:08.2856121Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-09-27T15:35:08.2858111Z adding 'torch/include/ATen/ops/randn.h' 2022-09-27T15:35:08.2860133Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2861944Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2863599Z adding 'torch/include/ATen/ops/randn_like.h' 2022-09-27T15:35:08.2865545Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2867439Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-09-27T15:35:08.2869335Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-09-27T15:35:08.2871207Z adding 'torch/include/ATen/ops/randn_native.h' 2022-09-27T15:35:08.2873595Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-09-27T15:35:08.2875562Z adding 'torch/include/ATen/ops/random.h' 2022-09-27T15:35:08.2877713Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2879512Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-09-27T15:35:08.2881278Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-09-27T15:35:08.2883037Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-09-27T15:35:08.2884876Z adding 'torch/include/ATen/ops/random_native.h' 2022-09-27T15:35:08.2887084Z adding 'torch/include/ATen/ops/random_ops.h' 2022-09-27T15:35:08.2889276Z adding 'torch/include/ATen/ops/randperm.h' 2022-09-27T15:35:08.2891328Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2893104Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-09-27T15:35:08.2894884Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-09-27T15:35:08.2896798Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-09-27T15:35:08.2898712Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-09-27T15:35:08.2900734Z adding 'torch/include/ATen/ops/range.h' 2022-09-27T15:35:08.2902686Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.2904407Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-09-27T15:35:08.2906070Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-09-27T15:35:08.2907700Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-09-27T15:35:08.2909368Z adding 'torch/include/ATen/ops/range_native.h' 2022-09-27T15:35:08.2911454Z adding 'torch/include/ATen/ops/range_ops.h' 2022-09-27T15:35:08.2913150Z adding 'torch/include/ATen/ops/ravel.h' 2022-09-27T15:35:08.2915147Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2916492Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-09-27T15:35:08.2918102Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-09-27T15:35:08.2919702Z adding 'torch/include/ATen/ops/real.h' 2022-09-27T15:35:08.2921383Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2922816Z adding 'torch/include/ATen/ops/real_native.h' 2022-09-27T15:35:08.2924475Z adding 'torch/include/ATen/ops/real_ops.h' 2022-09-27T15:35:08.2926109Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-09-27T15:35:08.2927865Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2930066Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-09-27T15:35:08.2931297Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-09-27T15:35:08.2932714Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-09-27T15:35:08.2934326Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-09-27T15:35:08.2936083Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-09-27T15:35:08.2938171Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-09-27T15:35:08.2939586Z adding 'torch/include/ATen/ops/record_stream.h' 2022-09-27T15:35:08.2941212Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-09-27T15:35:08.2942653Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-09-27T15:35:08.2944697Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-09-27T15:35:08.2946371Z adding 'torch/include/ATen/ops/refine_names.h' 2022-09-27T15:35:08.2948061Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.2949624Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-09-27T15:35:08.2951503Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-09-27T15:35:08.2953193Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-09-27T15:35:08.2954894Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-09-27T15:35:08.2956966Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2958630Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.2960370Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.2961985Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-09-27T15:35:08.2963672Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-09-27T15:35:08.2965312Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-09-27T15:35:08.2967076Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-09-27T15:35:08.2968889Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.2970511Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-09-27T15:35:08.2972301Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-09-27T15:35:08.2973881Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-09-27T15:35:08.2975789Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-09-27T15:35:08.2977934Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-09-27T15:35:08.2979703Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-09-27T15:35:08.2981544Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-09-27T15:35:08.2983375Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-09-27T15:35:08.2985251Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.2987047Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.2988808Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-09-27T15:35:08.2990740Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-09-27T15:35:08.2992522Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-09-27T15:35:08.2994246Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-09-27T15:35:08.2995919Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-09-27T15:35:08.2997831Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-09-27T15:35:08.2999673Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-09-27T15:35:08.3001550Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-09-27T15:35:08.3003461Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3005176Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.3006936Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.3008654Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-09-27T15:35:08.3010435Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-09-27T15:35:08.3012199Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-09-27T15:35:08.3014117Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-09-27T15:35:08.3016387Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3017900Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-09-27T15:35:08.3019636Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-09-27T15:35:08.3021376Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-09-27T15:35:08.3023239Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-09-27T15:35:08.3024855Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-09-27T15:35:08.3026891Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-09-27T15:35:08.3028495Z adding 'torch/include/ATen/ops/relu.h' 2022-09-27T15:35:08.3030321Z adding 'torch/include/ATen/ops/relu6.h' 2022-09-27T15:35:08.3032100Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3033837Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-09-27T15:35:08.3035337Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-09-27T15:35:08.3037163Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3038863Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-09-27T15:35:08.3040545Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-09-27T15:35:08.3042268Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-09-27T15:35:08.3043949Z adding 'torch/include/ATen/ops/relu_native.h' 2022-09-27T15:35:08.3045756Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-09-27T15:35:08.3047611Z adding 'torch/include/ATen/ops/remainder.h' 2022-09-27T15:35:08.3049461Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3051174Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3052737Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-09-27T15:35:08.3054389Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-09-27T15:35:08.3056079Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-09-27T15:35:08.3057968Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-09-27T15:35:08.3059580Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-09-27T15:35:08.3061589Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-09-27T15:35:08.3063241Z adding 'torch/include/ATen/ops/rename.h' 2022-09-27T15:35:08.3064987Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3066478Z adding 'torch/include/ATen/ops/rename_native.h' 2022-09-27T15:35:08.3068232Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-09-27T15:35:08.3069988Z adding 'torch/include/ATen/ops/renorm.h' 2022-09-27T15:35:08.3071859Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3073503Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-09-27T15:35:08.3075347Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-09-27T15:35:08.3076644Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-09-27T15:35:08.3078523Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-09-27T15:35:08.3080027Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-09-27T15:35:08.3081821Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-09-27T15:35:08.3083582Z adding 'torch/include/ATen/ops/repeat.h' 2022-09-27T15:35:08.3085352Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3087017Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-09-27T15:35:08.3088848Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3090574Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3092173Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-09-27T15:35:08.3093824Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-09-27T15:35:08.3096401Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-09-27T15:35:08.3098342Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-09-27T15:35:08.3100438Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-09-27T15:35:08.3101869Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-09-27T15:35:08.3103537Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-09-27T15:35:08.3105352Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-09-27T15:35:08.3107164Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3108758Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.3110425Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.3111941Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-09-27T15:35:08.3113714Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-09-27T15:35:08.3115339Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-09-27T15:35:08.3117113Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-09-27T15:35:08.3119128Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3120588Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-09-27T15:35:08.3122237Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-09-27T15:35:08.3123844Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-09-27T15:35:08.3125483Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-09-27T15:35:08.3127114Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-09-27T15:35:08.3128946Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-09-27T15:35:08.3130596Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-09-27T15:35:08.3132404Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-09-27T15:35:08.3134131Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.3136068Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.3137690Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-09-27T15:35:08.3139486Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-09-27T15:35:08.3141297Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3143009Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-09-27T15:35:08.3144874Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-09-27T15:35:08.3146321Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-09-27T15:35:08.3147945Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-09-27T15:35:08.3149338Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-09-27T15:35:08.3151097Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-09-27T15:35:08.3152698Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-09-27T15:35:08.3154481Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-09-27T15:35:08.3156147Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.3157790Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.3159260Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-09-27T15:35:08.3160987Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-09-27T15:35:08.3163622Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3164120Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-09-27T15:35:08.3165881Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-09-27T15:35:08.3167513Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-09-27T15:35:08.3169018Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-09-27T15:35:08.3170774Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-09-27T15:35:08.3172748Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-09-27T15:35:08.3174125Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-09-27T15:35:08.3176173Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3177210Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-09-27T15:35:08.3178989Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-09-27T15:35:08.3180516Z adding 'torch/include/ATen/ops/reshape.h' 2022-09-27T15:35:08.3182030Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-09-27T15:35:08.3183407Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3185062Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-09-27T15:35:08.3186418Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-09-27T15:35:08.3187862Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-09-27T15:35:08.3189528Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3191199Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-09-27T15:35:08.3192679Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-09-27T15:35:08.3194415Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-09-27T15:35:08.3196110Z adding 'torch/include/ATen/ops/resize.h' 2022-09-27T15:35:08.3197928Z adding 'torch/include/ATen/ops/resize_as.h' 2022-09-27T15:35:08.3199820Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3201469Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-09-27T15:35:08.3203751Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-09-27T15:35:08.3205430Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-09-27T15:35:08.3207065Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3208800Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-09-27T15:35:08.3210354Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-09-27T15:35:08.3212082Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-09-27T15:35:08.3214080Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3215838Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-09-27T15:35:08.3217499Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-09-27T15:35:08.3219231Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-09-27T15:35:08.3220908Z adding 'torch/include/ATen/ops/resize_native.h' 2022-09-27T15:35:08.3222768Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-09-27T15:35:08.3224587Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-09-27T15:35:08.3226206Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3227920Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-09-27T15:35:08.3229355Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-09-27T15:35:08.3231051Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-09-27T15:35:08.3232754Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3234251Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-09-27T15:35:08.3236040Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-09-27T15:35:08.3237819Z adding 'torch/include/ATen/ops/result_type.h' 2022-09-27T15:35:08.3239623Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3241248Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-09-27T15:35:08.3243088Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-09-27T15:35:08.3244721Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-09-27T15:35:08.3246450Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3247984Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-09-27T15:35:08.3249647Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-09-27T15:35:08.3251283Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-09-27T15:35:08.3253007Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3254518Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-09-27T15:35:08.3256392Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-09-27T15:35:08.3258186Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-09-27T15:35:08.3259937Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-09-27T15:35:08.3261732Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3263303Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-09-27T15:35:08.3265052Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-09-27T15:35:08.3266832Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3268445Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-09-27T15:35:08.3270254Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-09-27T15:35:08.3272049Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-09-27T15:35:08.3273936Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-09-27T15:35:08.3275543Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3277146Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-09-27T15:35:08.3278997Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-09-27T15:35:08.3280839Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3282490Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-09-27T15:35:08.3284301Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-09-27T15:35:08.3286100Z adding 'torch/include/ATen/ops/roll.h' 2022-09-27T15:35:08.3287937Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3289575Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-09-27T15:35:08.3291494Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-09-27T15:35:08.3293009Z adding 'torch/include/ATen/ops/roll_native.h' 2022-09-27T15:35:08.3294794Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-09-27T15:35:08.3296614Z adding 'torch/include/ATen/ops/rot90.h' 2022-09-27T15:35:08.3298597Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3300032Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-09-27T15:35:08.3301709Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-09-27T15:35:08.3303813Z adding 'torch/include/ATen/ops/round.h' 2022-09-27T15:35:08.3305671Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3307238Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-09-27T15:35:08.3308957Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-09-27T15:35:08.3310512Z adding 'torch/include/ATen/ops/round_meta.h' 2022-09-27T15:35:08.3312169Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-09-27T15:35:08.3314018Z adding 'torch/include/ATen/ops/round_native.h' 2022-09-27T15:35:08.3316061Z adding 'torch/include/ATen/ops/round_ops.h' 2022-09-27T15:35:08.3317740Z adding 'torch/include/ATen/ops/row_indices.h' 2022-09-27T15:35:08.3319509Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-09-27T15:35:08.3321335Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3322929Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-09-27T15:35:08.3324680Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-09-27T15:35:08.3326286Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-09-27T15:35:08.3327979Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-09-27T15:35:08.3329652Z adding 'torch/include/ATen/ops/row_stack.h' 2022-09-27T15:35:08.3331432Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3332981Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-09-27T15:35:08.3334743Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-09-27T15:35:08.3336642Z adding 'torch/include/ATen/ops/rrelu.h' 2022-09-27T15:35:08.3338459Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3340060Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-09-27T15:35:08.3341918Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-09-27T15:35:08.3343744Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-09-27T15:35:08.3345600Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-09-27T15:35:08.3347511Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3349167Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-09-27T15:35:08.3351021Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-09-27T15:35:08.3352819Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-09-27T15:35:08.3354547Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-09-27T15:35:08.3356263Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-09-27T15:35:08.3358059Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-09-27T15:35:08.3360073Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-09-27T15:35:08.3361969Z adding 'torch/include/ATen/ops/rshift.h' 2022-09-27T15:35:08.3363802Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3365253Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-09-27T15:35:08.3366821Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-09-27T15:35:08.3368385Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-09-27T15:35:08.3370097Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-09-27T15:35:08.3372108Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-09-27T15:35:08.3373808Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-09-27T15:35:08.3375832Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3377336Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-09-27T15:35:08.3379160Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-09-27T15:35:08.3380596Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-09-27T15:35:08.3382279Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-09-27T15:35:08.3383937Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-09-27T15:35:08.3385792Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-09-27T15:35:08.3387690Z adding 'torch/include/ATen/ops/rsub.h' 2022-09-27T15:35:08.3389726Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3391360Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-09-27T15:35:08.3393069Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-09-27T15:35:08.3394774Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-09-27T15:35:08.3396741Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-09-27T15:35:08.3398822Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-09-27T15:35:08.3400703Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3402395Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-09-27T15:35:08.3404356Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-09-27T15:35:08.3406427Z adding 'torch/include/ATen/ops/scatter.h' 2022-09-27T15:35:08.3408355Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-09-27T15:35:08.3410274Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3411941Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3413677Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-09-27T15:35:08.3415742Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-09-27T15:35:08.3417488Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-09-27T15:35:08.3419235Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-09-27T15:35:08.3421013Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-09-27T15:35:08.3422952Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-09-27T15:35:08.3424964Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3426732Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3428530Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-09-27T15:35:08.3430661Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-09-27T15:35:08.3432436Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-09-27T15:35:08.3434053Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-09-27T15:35:08.3436241Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-09-27T15:35:08.3438137Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-09-27T15:35:08.3440083Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-09-27T15:35:08.3442022Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3443786Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-09-27T15:35:08.3445524Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-09-27T15:35:08.3447160Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-09-27T15:35:08.3448902Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-09-27T15:35:08.3450515Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-09-27T15:35:08.3452478Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-09-27T15:35:08.3454450Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-09-27T15:35:08.3456565Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3458636Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-09-27T15:35:08.3460459Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-09-27T15:35:08.3462372Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-09-27T15:35:08.3464179Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-09-27T15:35:08.3466113Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-09-27T15:35:08.3468124Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3469825Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-09-27T15:35:08.3471578Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-09-27T15:35:08.3473241Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-09-27T15:35:08.3475143Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-09-27T15:35:08.3476862Z adding 'torch/include/ATen/ops/select.h' 2022-09-27T15:35:08.3478971Z adding 'torch/include/ATen/ops/select_backward.h' 2022-09-27T15:35:08.3480748Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3482449Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3484057Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-09-27T15:35:08.3485998Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-09-27T15:35:08.3487916Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3489578Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3491359Z adding 'torch/include/ATen/ops/select_copy.h' 2022-09-27T15:35:08.3493223Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3495016Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3496561Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-09-27T15:35:08.3498921Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-09-27T15:35:08.3500474Z adding 'torch/include/ATen/ops/select_native.h' 2022-09-27T15:35:08.3502317Z adding 'torch/include/ATen/ops/select_ops.h' 2022-09-27T15:35:08.3504095Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-09-27T15:35:08.3506369Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3507594Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-09-27T15:35:08.3509419Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-09-27T15:35:08.3511015Z adding 'torch/include/ATen/ops/selu.h' 2022-09-27T15:35:08.3512800Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3514336Z adding 'torch/include/ATen/ops/selu_native.h' 2022-09-27T15:35:08.3515995Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-09-27T15:35:08.3517965Z adding 'torch/include/ATen/ops/set.h' 2022-09-27T15:35:08.3519977Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3521792Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3523400Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-09-27T15:35:08.3525287Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-09-27T15:35:08.3526716Z adding 'torch/include/ATen/ops/set_data.h' 2022-09-27T15:35:08.3528369Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3529871Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-09-27T15:35:08.3531544Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-09-27T15:35:08.3533254Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-09-27T15:35:08.3535034Z adding 'torch/include/ATen/ops/set_native.h' 2022-09-27T15:35:08.3537682Z adding 'torch/include/ATen/ops/set_ops.h' 2022-09-27T15:35:08.3539536Z adding 'torch/include/ATen/ops/sgn.h' 2022-09-27T15:35:08.3541759Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3543171Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-09-27T15:35:08.3544651Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-09-27T15:35:08.3546317Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-09-27T15:35:08.3547858Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-09-27T15:35:08.3549402Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-09-27T15:35:08.3551120Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-09-27T15:35:08.3552868Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-09-27T15:35:08.3554500Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-09-27T15:35:08.3556214Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3557995Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-09-27T15:35:08.3559659Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-09-27T15:35:08.3561045Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-09-27T15:35:08.3562671Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-09-27T15:35:08.3564311Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-09-27T15:35:08.3566012Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-09-27T15:35:08.3567855Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3569332Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-09-27T15:35:08.3570957Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-09-27T15:35:08.3572902Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-09-27T15:35:08.3574146Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-09-27T15:35:08.3575946Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-09-27T15:35:08.3577692Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-09-27T15:35:08.3579355Z adding 'torch/include/ATen/ops/sign.h' 2022-09-27T15:35:08.3581273Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3582667Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-09-27T15:35:08.3584268Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-09-27T15:35:08.3585830Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-09-27T15:35:08.3587495Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-09-27T15:35:08.3589037Z adding 'torch/include/ATen/ops/sign_native.h' 2022-09-27T15:35:08.3590888Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-09-27T15:35:08.3592492Z adding 'torch/include/ATen/ops/signbit.h' 2022-09-27T15:35:08.3594429Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3595894Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-09-27T15:35:08.3597667Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-09-27T15:35:08.3599422Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-09-27T15:35:08.3600955Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-09-27T15:35:08.3602954Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-09-27T15:35:08.3604664Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-09-27T15:35:08.3605872Z adding 'torch/include/ATen/ops/silu.h' 2022-09-27T15:35:08.3607724Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-09-27T15:35:08.3609526Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3611016Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3612636Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-09-27T15:35:08.3614101Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-09-27T15:35:08.3615786Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-09-27T15:35:08.3617612Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-09-27T15:35:08.3619214Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-09-27T15:35:08.3621119Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-09-27T15:35:08.3622859Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3624530Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-09-27T15:35:08.3626014Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-09-27T15:35:08.3627645Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-09-27T15:35:08.3629398Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-09-27T15:35:08.3630961Z adding 'torch/include/ATen/ops/silu_native.h' 2022-09-27T15:35:08.3632639Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-09-27T15:35:08.3634245Z adding 'torch/include/ATen/ops/sin.h' 2022-09-27T15:35:08.3636052Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3637576Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-09-27T15:35:08.3639195Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-09-27T15:35:08.3640839Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-09-27T15:35:08.3642771Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-09-27T15:35:08.3644381Z adding 'torch/include/ATen/ops/sin_native.h' 2022-09-27T15:35:08.3646070Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-09-27T15:35:08.3647684Z adding 'torch/include/ATen/ops/sinc.h' 2022-09-27T15:35:08.3649744Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3651176Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-09-27T15:35:08.3652824Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-09-27T15:35:08.3654583Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-09-27T15:35:08.3656557Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-09-27T15:35:08.3658271Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-09-27T15:35:08.3659899Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-09-27T15:35:08.3661654Z adding 'torch/include/ATen/ops/sinh.h' 2022-09-27T15:35:08.3663567Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3665232Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-09-27T15:35:08.3667098Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-09-27T15:35:08.3668646Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-09-27T15:35:08.3670538Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-09-27T15:35:08.3672169Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-09-27T15:35:08.3674333Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-09-27T15:35:08.3676260Z adding 'torch/include/ATen/ops/size.h' 2022-09-27T15:35:08.3678079Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3679706Z adding 'torch/include/ATen/ops/size_native.h' 2022-09-27T15:35:08.3681545Z adding 'torch/include/ATen/ops/size_ops.h' 2022-09-27T15:35:08.3683252Z adding 'torch/include/ATen/ops/slice.h' 2022-09-27T15:35:08.3684862Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-09-27T15:35:08.3686573Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3688105Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-09-27T15:35:08.3689860Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-09-27T15:35:08.3691624Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3693274Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-09-27T15:35:08.3695021Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3697041Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3698499Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-09-27T15:35:08.3700290Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-09-27T15:35:08.3701836Z adding 'torch/include/ATen/ops/slice_native.h' 2022-09-27T15:35:08.3703540Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-09-27T15:35:08.3705222Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-09-27T15:35:08.3707092Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3708554Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-09-27T15:35:08.3710477Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-09-27T15:35:08.3712016Z adding 'torch/include/ATen/ops/slogdet.h' 2022-09-27T15:35:08.3713751Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3715265Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-09-27T15:35:08.3716962Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-09-27T15:35:08.3718811Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-09-27T15:35:08.3720627Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3722249Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-09-27T15:35:08.3724136Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-09-27T15:35:08.3725639Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-09-27T15:35:08.3727427Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-09-27T15:35:08.3729070Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-09-27T15:35:08.3730850Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-09-27T15:35:08.3732655Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-09-27T15:35:08.3734514Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3736295Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-09-27T15:35:08.3737825Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-09-27T15:35:08.3739429Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-09-27T15:35:08.3741204Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-09-27T15:35:08.3743026Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-09-27T15:35:08.3744836Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3746486Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-09-27T15:35:08.3748818Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-09-27T15:35:08.3750031Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-09-27T15:35:08.3751830Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-09-27T15:35:08.3753773Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-09-27T15:35:08.3755743Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3757525Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-09-27T15:35:08.3759303Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-09-27T15:35:08.3760685Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-09-27T15:35:08.3762440Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-09-27T15:35:08.3764280Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-09-27T15:35:08.3766119Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-09-27T15:35:08.3768008Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-09-27T15:35:08.3769734Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-09-27T15:35:08.3771317Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-09-27T15:35:08.3772950Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-09-27T15:35:08.3774680Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-09-27T15:35:08.3776478Z adding 'torch/include/ATen/ops/smm.h' 2022-09-27T15:35:08.3778225Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3779754Z adding 'torch/include/ATen/ops/smm_native.h' 2022-09-27T15:35:08.3781421Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-09-27T15:35:08.3783127Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-09-27T15:35:08.3784828Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-09-27T15:35:08.3786600Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3788386Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-09-27T15:35:08.3789868Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-09-27T15:35:08.3791391Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-09-27T15:35:08.3793153Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-09-27T15:35:08.3794903Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3796445Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-09-27T15:35:08.3798156Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-09-27T15:35:08.3799669Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-09-27T15:35:08.3801263Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-09-27T15:35:08.3802838Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-09-27T15:35:08.3804476Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-09-27T15:35:08.3806503Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-09-27T15:35:08.3808279Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-09-27T15:35:08.3810124Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3811757Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-09-27T15:35:08.3813588Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-09-27T15:35:08.3815602Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3817339Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-09-27T15:35:08.3819120Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-09-27T15:35:08.3820972Z adding 'torch/include/ATen/ops/softmax.h' 2022-09-27T15:35:08.3822861Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3824618Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3826199Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-09-27T15:35:08.3828032Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-09-27T15:35:08.3829838Z adding 'torch/include/ATen/ops/softplus.h' 2022-09-27T15:35:08.3831597Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-09-27T15:35:08.3833841Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3835413Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-09-27T15:35:08.3837468Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-09-27T15:35:08.3839035Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-09-27T15:35:08.3840564Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-09-27T15:35:08.3842282Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-09-27T15:35:08.3843960Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-09-27T15:35:08.3845849Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3847541Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-09-27T15:35:08.3849274Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-09-27T15:35:08.3850912Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-09-27T15:35:08.3852635Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-09-27T15:35:08.3854270Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-09-27T15:35:08.3856282Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-09-27T15:35:08.3858023Z adding 'torch/include/ATen/ops/softshrink.h' 2022-09-27T15:35:08.3859631Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-09-27T15:35:08.3861332Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3862698Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-09-27T15:35:08.3864452Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-09-27T15:35:08.3865975Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-09-27T15:35:08.3867616Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-09-27T15:35:08.3869178Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-09-27T15:35:08.3870891Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-09-27T15:35:08.3872785Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3874456Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-09-27T15:35:08.3876165Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-09-27T15:35:08.3877781Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-09-27T15:35:08.3879511Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-09-27T15:35:08.3881146Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-09-27T15:35:08.3882887Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-09-27T15:35:08.3884850Z adding 'torch/include/ATen/ops/sort.h' 2022-09-27T15:35:08.3886769Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3888668Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3890282Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3891985Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-09-27T15:35:08.3901520Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-09-27T15:35:08.3903193Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-09-27T15:35:08.3904917Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-09-27T15:35:08.3906637Z adding 'torch/include/ATen/ops/sort_native.h' 2022-09-27T15:35:08.3908957Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-09-27T15:35:08.3910871Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-09-27T15:35:08.3912752Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3914330Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-09-27T15:35:08.3916225Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-09-27T15:35:08.3918153Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-09-27T15:35:08.3920343Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3921709Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-09-27T15:35:08.3923499Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-09-27T15:35:08.3925298Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-09-27T15:35:08.3927209Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3928848Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-09-27T15:35:08.3930696Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-09-27T15:35:08.3932714Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-09-27T15:35:08.3934703Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3936554Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3938417Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-09-27T15:35:08.3940403Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-09-27T15:35:08.3942345Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-09-27T15:35:08.3944240Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3945859Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-09-27T15:35:08.3947718Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-09-27T15:35:08.3949652Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-09-27T15:35:08.3951500Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.3953190Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-09-27T15:35:08.3954946Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-09-27T15:35:08.3956582Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-09-27T15:35:08.3958385Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-09-27T15:35:08.3960004Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-09-27T15:35:08.3961782Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-09-27T15:35:08.3963446Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3964995Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-09-27T15:35:08.3966720Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-09-27T15:35:08.3968413Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-09-27T15:35:08.3970197Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-09-27T15:35:08.3972008Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3973632Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-09-27T15:35:08.3975243Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-09-27T15:35:08.3977221Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-09-27T15:35:08.3979016Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.3980622Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-09-27T15:35:08.3982201Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-09-27T15:35:08.3984055Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-09-27T15:35:08.3985870Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-09-27T15:35:08.3988257Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-09-27T15:35:08.3989686Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-09-27T15:35:08.3991522Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-09-27T15:35:08.3993318Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.3994798Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-09-27T15:35:08.3996625Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-09-27T15:35:08.3998368Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-09-27T15:35:08.4000145Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-09-27T15:35:08.4002126Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-09-27T15:35:08.4003523Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-09-27T15:35:08.4005197Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-09-27T15:35:08.4006935Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4008425Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-09-27T15:35:08.4010022Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-09-27T15:35:08.4011615Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-09-27T15:35:08.4013324Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-09-27T15:35:08.4014918Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-09-27T15:35:08.4016677Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-09-27T15:35:08.4018331Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-09-27T15:35:08.4020074Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4021670Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-09-27T15:35:08.4023289Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-09-27T15:35:08.4024798Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-09-27T15:35:08.4026530Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-09-27T15:35:08.4028075Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-09-27T15:35:08.4029892Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-09-27T15:35:08.4031436Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-09-27T15:35:08.4033209Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4034906Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-09-27T15:35:08.4036663Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-09-27T15:35:08.4038442Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-09-27T15:35:08.4040149Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-09-27T15:35:08.4041593Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-09-27T15:35:08.4043304Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-09-27T15:35:08.4044913Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-09-27T15:35:08.4046835Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4048388Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-09-27T15:35:08.4050072Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-09-27T15:35:08.4051623Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-09-27T15:35:08.4053296Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-09-27T15:35:08.4054885Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-09-27T15:35:08.4057724Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-09-27T15:35:08.4059078Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-09-27T15:35:08.4060738Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4062371Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4063933Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4065560Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-09-27T15:35:08.4067219Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-09-27T15:35:08.4068810Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-09-27T15:35:08.4070450Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-09-27T15:35:08.4072045Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-09-27T15:35:08.4073981Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-09-27T15:35:08.4075872Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-09-27T15:35:08.4077723Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4079499Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4081167Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4082871Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-09-27T15:35:08.4084509Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-09-27T15:35:08.4086345Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-09-27T15:35:08.4088124Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-09-27T15:35:08.4089957Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-09-27T15:35:08.4091973Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-09-27T15:35:08.4093992Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-09-27T15:35:08.4096125Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4098216Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4099943Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4101633Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-09-27T15:35:08.4103332Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-09-27T15:35:08.4105109Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-09-27T15:35:08.4106815Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-09-27T15:35:08.4108593Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-09-27T15:35:08.4110353Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-09-27T15:35:08.4112250Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-09-27T15:35:08.4113883Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4115480Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4117101Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4118898Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-09-27T15:35:08.4120490Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-09-27T15:35:08.4122211Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-09-27T15:35:08.4123983Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-09-27T15:35:08.4125664Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-09-27T15:35:08.4127464Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-09-27T15:35:08.4129227Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-09-27T15:35:08.4131338Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4132399Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-09-27T15:35:08.4134481Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-09-27T15:35:08.4136023Z adding 'torch/include/ATen/ops/special_entr.h' 2022-09-27T15:35:08.4137940Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4139406Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-09-27T15:35:08.4140974Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-09-27T15:35:08.4142473Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-09-27T15:35:08.4143957Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-09-27T15:35:08.4145605Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-09-27T15:35:08.4147182Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-09-27T15:35:08.4148811Z adding 'torch/include/ATen/ops/special_erf.h' 2022-09-27T15:35:08.4150504Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4152134Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-09-27T15:35:08.4153698Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-09-27T15:35:08.4155270Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-09-27T15:35:08.4157091Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4158806Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-09-27T15:35:08.4160756Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-09-27T15:35:08.4162407Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-09-27T15:35:08.4164742Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4166246Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-09-27T15:35:08.4167615Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-09-27T15:35:08.4169255Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-09-27T15:35:08.4170731Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-09-27T15:35:08.4172235Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-09-27T15:35:08.4173969Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-09-27T15:35:08.4175884Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-09-27T15:35:08.4177446Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4178826Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-09-27T15:35:08.4180505Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-09-27T15:35:08.4182061Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-09-27T15:35:08.4183801Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4185235Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-09-27T15:35:08.4186873Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-09-27T15:35:08.4188453Z adding 'torch/include/ATen/ops/special_expit.h' 2022-09-27T15:35:08.4190183Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4191631Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-09-27T15:35:08.4193276Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-09-27T15:35:08.4194867Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-09-27T15:35:08.4196554Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4198057Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-09-27T15:35:08.4199758Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-09-27T15:35:08.4201426Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-09-27T15:35:08.4203212Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4204627Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-09-27T15:35:08.4206359Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-09-27T15:35:08.4207934Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-09-27T15:35:08.4210281Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4211642Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-09-27T15:35:08.4213132Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-09-27T15:35:08.4214772Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-09-27T15:35:08.4216717Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4218130Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-09-27T15:35:08.4219803Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-09-27T15:35:08.4221586Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-09-27T15:35:08.4223432Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4225195Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4226835Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4228539Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-09-27T15:35:08.4230097Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-09-27T15:35:08.4231713Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-09-27T15:35:08.4233260Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-09-27T15:35:08.4234831Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-09-27T15:35:08.4236697Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-09-27T15:35:08.4238757Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-09-27T15:35:08.4240642Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4242266Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4243837Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4245337Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-09-27T15:35:08.4246981Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-09-27T15:35:08.4248548Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-09-27T15:35:08.4250108Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-09-27T15:35:08.4251647Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-09-27T15:35:08.4253569Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-09-27T15:35:08.4255450Z adding 'torch/include/ATen/ops/special_i0.h' 2022-09-27T15:35:08.4257304Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4258682Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-09-27T15:35:08.4260359Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-09-27T15:35:08.4262025Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-09-27T15:35:08.4263804Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4265259Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-09-27T15:35:08.4266799Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-09-27T15:35:08.4268356Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-09-27T15:35:08.4269966Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-09-27T15:35:08.4271472Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-09-27T15:35:08.4273144Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-09-27T15:35:08.4274729Z adding 'torch/include/ATen/ops/special_i1.h' 2022-09-27T15:35:08.4276471Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4277987Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-09-27T15:35:08.4279621Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-09-27T15:35:08.4281154Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-09-27T15:35:08.4282918Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-09-27T15:35:08.4284526Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-09-27T15:35:08.4286116Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-09-27T15:35:08.4287737Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-09-27T15:35:08.4289523Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4290935Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-09-27T15:35:08.4292503Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-09-27T15:35:08.4461479Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-09-27T15:35:08.4463035Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-09-27T15:35:08.4464667Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-09-27T15:35:08.4466658Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-09-27T15:35:08.4468325Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-09-27T15:35:08.4470166Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4471816Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4473544Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4475473Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-09-27T15:35:08.4477471Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-09-27T15:35:08.4479114Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-09-27T15:35:08.4480960Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-09-27T15:35:08.4482628Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-09-27T15:35:08.4484664Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-09-27T15:35:08.4486613Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-09-27T15:35:08.4488671Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4490779Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4492354Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4494051Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-09-27T15:35:08.4496213Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-09-27T15:35:08.4498325Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-09-27T15:35:08.4499725Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-09-27T15:35:08.4501346Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-09-27T15:35:08.4503540Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-09-27T15:35:08.4505318Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-09-27T15:35:08.4507229Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4508906Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-09-27T15:35:08.4510697Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-09-27T15:35:08.4512489Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-09-27T15:35:08.4514378Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4516062Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-09-27T15:35:08.4517835Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-09-27T15:35:08.4519626Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-09-27T15:35:08.4521495Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-09-27T15:35:08.4523225Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-09-27T15:35:08.4525024Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-09-27T15:35:08.4526778Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-09-27T15:35:08.4529320Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4530655Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-09-27T15:35:08.4532395Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-09-27T15:35:08.4534153Z adding 'torch/include/ATen/ops/special_logit.h' 2022-09-27T15:35:08.4536364Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4538298Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-09-27T15:35:08.4539910Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-09-27T15:35:08.4542320Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-09-27T15:35:08.4543854Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4546378Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-09-27T15:35:08.4547181Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-09-27T15:35:08.4548907Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-09-27T15:35:08.4550860Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4552644Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-09-27T15:35:08.4554625Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-09-27T15:35:08.4556283Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-09-27T15:35:08.4558090Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-09-27T15:35:08.4559836Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-09-27T15:35:08.4561723Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-09-27T15:35:08.4563529Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-09-27T15:35:08.4565445Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4567148Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-09-27T15:35:08.4568934Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-09-27T15:35:08.4570623Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-09-27T15:35:08.4572395Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-09-27T15:35:08.4574112Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-09-27T15:35:08.4576059Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-09-27T15:35:08.4577899Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-09-27T15:35:08.4579887Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4581476Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-09-27T15:35:08.4583303Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-09-27T15:35:08.4584970Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-09-27T15:35:08.4586766Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-09-27T15:35:08.4588496Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-09-27T15:35:08.4590444Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-09-27T15:35:08.4592220Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-09-27T15:35:08.4594201Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4595847Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-09-27T15:35:08.4597682Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-09-27T15:35:08.4599418Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-09-27T15:35:08.4601206Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-09-27T15:35:08.4602855Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-09-27T15:35:08.4604715Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-09-27T15:35:08.4606580Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-09-27T15:35:08.4608549Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4610110Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-09-27T15:35:08.4612064Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-09-27T15:35:08.4613716Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-09-27T15:35:08.4615745Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4617483Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-09-27T15:35:08.4619404Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-09-27T15:35:08.4621252Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-09-27T15:35:08.4623141Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4624873Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-09-27T15:35:08.4626631Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-09-27T15:35:08.4628494Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-09-27T15:35:08.4630213Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-09-27T15:35:08.4631827Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-09-27T15:35:08.4633648Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-09-27T15:35:08.4635380Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-09-27T15:35:08.4637435Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4639103Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-09-27T15:35:08.4640803Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-09-27T15:35:08.4643083Z adding 'torch/include/ATen/ops/special_psi.h' 2022-09-27T15:35:08.4644567Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4646170Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-09-27T15:35:08.4647909Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-09-27T15:35:08.4649923Z adding 'torch/include/ATen/ops/special_round.h' 2022-09-27T15:35:08.4651538Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4653029Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-09-27T15:35:08.4654779Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-09-27T15:35:08.4656495Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-09-27T15:35:08.4658433Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4659915Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-09-27T15:35:08.4661494Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-09-27T15:35:08.4663026Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-09-27T15:35:08.4664695Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-09-27T15:35:08.4666277Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-09-27T15:35:08.4667925Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-09-27T15:35:08.4669540Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-09-27T15:35:08.4671271Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4672812Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-09-27T15:35:08.4674442Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-09-27T15:35:08.4676041Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-09-27T15:35:08.4677697Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-09-27T15:35:08.4679383Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-09-27T15:35:08.4681035Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-09-27T15:35:08.4682812Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-09-27T15:35:08.4684909Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4686616Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4688511Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4690239Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-09-27T15:35:08.4692100Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-09-27T15:35:08.4693853Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-09-27T15:35:08.4695768Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-09-27T15:35:08.4697727Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-09-27T15:35:08.4699757Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-09-27T15:35:08.4701915Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-09-27T15:35:08.4703818Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4705673Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4707507Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4709231Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-09-27T15:35:08.4711110Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-09-27T15:35:08.4712878Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-09-27T15:35:08.4714770Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-09-27T15:35:08.4716601Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-09-27T15:35:08.4718907Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-09-27T15:35:08.4721046Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-09-27T15:35:08.4723129Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4725037Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4726921Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4728737Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-09-27T15:35:08.4730667Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-09-27T15:35:08.4732467Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-09-27T15:35:08.4734398Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-09-27T15:35:08.4736430Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-09-27T15:35:08.4738518Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-09-27T15:35:08.4740672Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-09-27T15:35:08.4742684Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4744572Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4746417Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4748256Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-09-27T15:35:08.4750111Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-09-27T15:35:08.4751882Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-09-27T15:35:08.4753739Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-09-27T15:35:08.4755676Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-09-27T15:35:08.4757903Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-09-27T15:35:08.4759897Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-09-27T15:35:08.4761980Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4763738Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-09-27T15:35:08.4765801Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-09-27T15:35:08.4767581Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-09-27T15:35:08.4769504Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4771175Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-09-27T15:35:08.4773087Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-09-27T15:35:08.4774969Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-09-27T15:35:08.4777979Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4779190Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-09-27T15:35:08.4781871Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-09-27T15:35:08.4783607Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-09-27T15:35:08.4785938Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-09-27T15:35:08.4787741Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-09-27T15:35:08.4790090Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-09-27T15:35:08.4792234Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-09-27T15:35:08.4794949Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4797037Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4799213Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-09-27T15:35:08.4801728Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-09-27T15:35:08.4803554Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-09-27T15:35:08.4805955Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-09-27T15:35:08.4807916Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-09-27T15:35:08.4810458Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-09-27T15:35:08.4812853Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-09-27T15:35:08.4815230Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4817419Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-09-27T15:35:08.4819927Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-09-27T15:35:08.4822215Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-09-27T15:35:08.4824522Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4826737Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4828757Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-09-27T15:35:08.4830986Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-09-27T15:35:08.4832942Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-09-27T15:35:08.4835254Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-09-27T15:35:08.4837123Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-09-27T15:35:08.4839794Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-09-27T15:35:08.4841930Z adding 'torch/include/ATen/ops/split.h' 2022-09-27T15:35:08.4844190Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4846314Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4848380Z adding 'torch/include/ATen/ops/split_copy.h' 2022-09-27T15:35:08.4850765Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4852782Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4854830Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-09-27T15:35:08.4857490Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-09-27T15:35:08.4859352Z adding 'torch/include/ATen/ops/split_native.h' 2022-09-27T15:35:08.4861273Z adding 'torch/include/ATen/ops/split_ops.h' 2022-09-27T15:35:08.4862907Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-09-27T15:35:08.4864643Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4866296Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-09-27T15:35:08.4868330Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4870421Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4872170Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-09-27T15:35:08.4874012Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-09-27T15:35:08.4875720Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-09-27T15:35:08.4877654Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-09-27T15:35:08.4879371Z adding 'torch/include/ATen/ops/sqrt.h' 2022-09-27T15:35:08.4881271Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4882835Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-09-27T15:35:08.4884593Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-09-27T15:35:08.4886215Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-09-27T15:35:08.4887913Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-09-27T15:35:08.4890376Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-09-27T15:35:08.4892409Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-09-27T15:35:08.4894168Z adding 'torch/include/ATen/ops/square.h' 2022-09-27T15:35:08.4896213Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4897840Z adding 'torch/include/ATen/ops/square_native.h' 2022-09-27T15:35:08.4912377Z adding 'torch/include/ATen/ops/square_ops.h' 2022-09-27T15:35:08.4912628Z adding 'torch/include/ATen/ops/squeeze.h' 2022-09-27T15:35:08.4912985Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4913396Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4913680Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-09-27T15:35:08.4914102Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4914602Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4914906Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-09-27T15:35:08.4915176Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-09-27T15:35:08.4915800Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-09-27T15:35:08.4918866Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-09-27T15:35:08.4920710Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-09-27T15:35:08.4923291Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4925336Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-09-27T15:35:08.4927748Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-09-27T15:35:08.4929603Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-09-27T15:35:08.4932129Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-09-27T15:35:08.4934156Z adding 'torch/include/ATen/ops/stack.h' 2022-09-27T15:35:08.4936608Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4938815Z adding 'torch/include/ATen/ops/stack_native.h' 2022-09-27T15:35:08.4941029Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-09-27T15:35:08.4943394Z adding 'torch/include/ATen/ops/std.h' 2022-09-27T15:35:08.4945826Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4947485Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-09-27T15:35:08.4949451Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-09-27T15:35:08.4951144Z adding 'torch/include/ATen/ops/std_mean.h' 2022-09-27T15:35:08.4952812Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4954298Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4955774Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-09-27T15:35:08.4957424Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-09-27T15:35:08.4959139Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-09-27T15:35:08.4961508Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-09-27T15:35:08.4963355Z adding 'torch/include/ATen/ops/std_native.h' 2022-09-27T15:35:08.4965339Z adding 'torch/include/ATen/ops/std_ops.h' 2022-09-27T15:35:08.4967076Z adding 'torch/include/ATen/ops/stft.h' 2022-09-27T15:35:08.4969262Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4969973Z adding 'torch/include/ATen/ops/stft_native.h' 2022-09-27T15:35:08.4971615Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-09-27T15:35:08.4973179Z adding 'torch/include/ATen/ops/stride.h' 2022-09-27T15:35:08.4974635Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4976098Z adding 'torch/include/ATen/ops/stride_native.h' 2022-09-27T15:35:08.4978268Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-09-27T15:35:08.4979909Z adding 'torch/include/ATen/ops/sub.h' 2022-09-27T15:35:08.4981587Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.4983291Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.4984794Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-09-27T15:35:08.4986287Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-09-27T15:35:08.4987825Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-09-27T15:35:08.4989450Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-09-27T15:35:08.4991096Z adding 'torch/include/ATen/ops/sub_native.h' 2022-09-27T15:35:08.4993010Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-09-27T15:35:08.4994880Z adding 'torch/include/ATen/ops/subtract.h' 2022-09-27T15:35:08.4996550Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.4998108Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-09-27T15:35:08.5000082Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-09-27T15:35:08.5001899Z adding 'torch/include/ATen/ops/sum.h' 2022-09-27T15:35:08.5003746Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5005398Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5007007Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5008562Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-09-27T15:35:08.5010163Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-09-27T15:35:08.5011644Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-09-27T15:35:08.5013282Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-09-27T15:35:08.5015697Z adding 'torch/include/ATen/ops/sum_native.h' 2022-09-27T15:35:08.5017317Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-09-27T15:35:08.5019018Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-09-27T15:35:08.5020655Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5021917Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-09-27T15:35:08.5023405Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-09-27T15:35:08.5024875Z adding 'torch/include/ATen/ops/svd.h' 2022-09-27T15:35:08.5026447Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5027739Z adding 'torch/include/ATen/ops/svd_native.h' 2022-09-27T15:35:08.5029337Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-09-27T15:35:08.5030766Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-09-27T15:35:08.5032232Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5034069Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-09-27T15:35:08.5035578Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-09-27T15:35:08.5036987Z adding 'torch/include/ATen/ops/swapdims.h' 2022-09-27T15:35:08.5038639Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5039980Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-09-27T15:35:08.5041655Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-09-27T15:35:08.5043238Z adding 'torch/include/ATen/ops/symeig.h' 2022-09-27T15:35:08.5045008Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5046661Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-09-27T15:35:08.5048380Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-09-27T15:35:08.5049972Z adding 'torch/include/ATen/ops/t.h' 2022-09-27T15:35:08.5051588Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5053075Z adding 'torch/include/ATen/ops/t_copy.h' 2022-09-27T15:35:08.5054861Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5056713Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5058264Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-09-27T15:35:08.5059973Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-09-27T15:35:08.5061618Z adding 'torch/include/ATen/ops/t_native.h' 2022-09-27T15:35:08.5063241Z adding 'torch/include/ATen/ops/t_ops.h' 2022-09-27T15:35:08.5064787Z adding 'torch/include/ATen/ops/take.h' 2022-09-27T15:35:08.5066481Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-09-27T15:35:08.5068214Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5069749Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-09-27T15:35:08.5071458Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-09-27T15:35:08.5073118Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-09-27T15:35:08.5074727Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-09-27T15:35:08.5076255Z adding 'torch/include/ATen/ops/take_native.h' 2022-09-27T15:35:08.5078020Z adding 'torch/include/ATen/ops/take_ops.h' 2022-09-27T15:35:08.5079709Z adding 'torch/include/ATen/ops/tan.h' 2022-09-27T15:35:08.5081475Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5083147Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-09-27T15:35:08.5084701Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-09-27T15:35:08.5086314Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-09-27T15:35:08.5087949Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-09-27T15:35:08.5089518Z adding 'torch/include/ATen/ops/tan_native.h' 2022-09-27T15:35:08.5091259Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-09-27T15:35:08.5092909Z adding 'torch/include/ATen/ops/tanh.h' 2022-09-27T15:35:08.5095036Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-09-27T15:35:08.5097017Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5098425Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-09-27T15:35:08.5099907Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-09-27T15:35:08.5101158Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-09-27T15:35:08.5102668Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-09-27T15:35:08.5104422Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-09-27T15:35:08.5106021Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-09-27T15:35:08.5107786Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5109563Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-09-27T15:35:08.5111327Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-09-27T15:35:08.5112862Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-09-27T15:35:08.5114544Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-09-27T15:35:08.5116054Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-09-27T15:35:08.5117624Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-09-27T15:35:08.5119305Z adding 'torch/include/ATen/ops/tensor.h' 2022-09-27T15:35:08.5120909Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-09-27T15:35:08.5122707Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5124196Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-09-27T15:35:08.5126025Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-09-27T15:35:08.5127723Z adding 'torch/include/ATen/ops/tensordot.h' 2022-09-27T15:35:08.5129418Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5130988Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-09-27T15:35:08.5132607Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-09-27T15:35:08.5134153Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-09-27T15:35:08.5136139Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-09-27T15:35:08.5137839Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-09-27T15:35:08.5139708Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5141215Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-09-27T15:35:08.5142955Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-09-27T15:35:08.5144767Z adding 'torch/include/ATen/ops/threshold.h' 2022-09-27T15:35:08.5146557Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-09-27T15:35:08.5148294Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5149858Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-09-27T15:35:08.5151491Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-09-27T15:35:08.5153039Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-09-27T15:35:08.5154695Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-09-27T15:35:08.5156232Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-09-27T15:35:08.5157998Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-09-27T15:35:08.5159772Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5161300Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-09-27T15:35:08.5162994Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-09-27T15:35:08.5164559Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-09-27T15:35:08.5166175Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-09-27T15:35:08.5167747Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-09-27T15:35:08.5169494Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-09-27T15:35:08.5171078Z adding 'torch/include/ATen/ops/tile.h' 2022-09-27T15:35:08.5172796Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5174190Z adding 'torch/include/ATen/ops/tile_native.h' 2022-09-27T15:35:08.5175946Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-09-27T15:35:08.5177987Z adding 'torch/include/ATen/ops/to.h' 2022-09-27T15:35:08.5179758Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5181417Z adding 'torch/include/ATen/ops/to_dense.h' 2022-09-27T15:35:08.5183108Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-09-27T15:35:08.5184671Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5186207Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-09-27T15:35:08.5188017Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-09-27T15:35:08.5189940Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5191452Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-09-27T15:35:08.5193219Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-09-27T15:35:08.5195010Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-09-27T15:35:08.5196467Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-09-27T15:35:08.5198263Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5199775Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-09-27T15:35:08.5201513Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-09-27T15:35:08.5203268Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5204857Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-09-27T15:35:08.5206340Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-09-27T15:35:08.5208182Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-09-27T15:35:08.5209865Z adding 'torch/include/ATen/ops/to_native.h' 2022-09-27T15:35:08.5211820Z adding 'torch/include/ATen/ops/to_ops.h' 2022-09-27T15:35:08.5213673Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-09-27T15:35:08.5215654Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5217264Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-09-27T15:35:08.5219090Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-09-27T15:35:08.5220837Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-09-27T15:35:08.5222592Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-09-27T15:35:08.5224357Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5225939Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-09-27T15:35:08.5227513Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-09-27T15:35:08.5229141Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-09-27T15:35:08.5230899Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-09-27T15:35:08.5232580Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-09-27T15:35:08.5234373Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5235969Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-09-27T15:35:08.5237666Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-09-27T15:35:08.5239311Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-09-27T15:35:08.5241292Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-09-27T15:35:08.5243018Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5244675Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-09-27T15:35:08.5246448Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-09-27T15:35:08.5248244Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5249883Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-09-27T15:35:08.5251555Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-09-27T15:35:08.5253198Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-09-27T15:35:08.5254963Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-09-27T15:35:08.5256769Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-09-27T15:35:08.5258485Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5260011Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-09-27T15:35:08.5261607Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-09-27T15:35:08.5263200Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-09-27T15:35:08.5264897Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-09-27T15:35:08.5266544Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-09-27T15:35:08.5268142Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-09-27T15:35:08.5270182Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-09-27T15:35:08.5272318Z adding 'torch/include/ATen/ops/topk.h' 2022-09-27T15:35:08.5273918Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5275229Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-09-27T15:35:08.5276738Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-09-27T15:35:08.5278328Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-09-27T15:35:08.5280112Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-09-27T15:35:08.5281793Z adding 'torch/include/ATen/ops/topk_native.h' 2022-09-27T15:35:08.5283240Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-09-27T15:35:08.5285642Z adding 'torch/include/ATen/ops/trace.h' 2022-09-27T15:35:08.5287404Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-09-27T15:35:08.5289156Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5290685Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-09-27T15:35:08.5292340Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-09-27T15:35:08.5294057Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5295756Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-09-27T15:35:08.5297417Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-09-27T15:35:08.5298982Z adding 'torch/include/ATen/ops/trace_native.h' 2022-09-27T15:35:08.5300739Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-09-27T15:35:08.5302418Z adding 'torch/include/ATen/ops/transpose.h' 2022-09-27T15:35:08.5304258Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5305920Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5307600Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-09-27T15:35:08.5309422Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5311133Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5312625Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-09-27T15:35:08.5314396Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-09-27T15:35:08.5315997Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-09-27T15:35:08.5317939Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-09-27T15:35:08.5319665Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-09-27T15:35:08.5321418Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5322859Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-09-27T15:35:08.5324688Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-09-27T15:35:08.5326362Z adding 'torch/include/ATen/ops/trapz.h' 2022-09-27T15:35:08.5328177Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5329723Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-09-27T15:35:08.5331513Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-09-27T15:35:08.5333319Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-09-27T15:35:08.5335164Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5336976Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-09-27T15:35:08.5338651Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-09-27T15:35:08.5340253Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-09-27T15:35:08.5341924Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-09-27T15:35:08.5343569Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-09-27T15:35:08.5345404Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-09-27T15:35:08.5347085Z adding 'torch/include/ATen/ops/tril.h' 2022-09-27T15:35:08.5348807Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5350628Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-09-27T15:35:08.5352861Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-09-27T15:35:08.5354563Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-09-27T15:35:08.5356468Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5358577Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-09-27T15:35:08.5360498Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-09-27T15:35:08.5362456Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-09-27T15:35:08.5364207Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-09-27T15:35:08.5365763Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-09-27T15:35:08.5367435Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-09-27T15:35:08.5369199Z adding 'torch/include/ATen/ops/tril_native.h' 2022-09-27T15:35:08.5370664Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-09-27T15:35:08.5373246Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-09-27T15:35:08.5375126Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5376593Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-09-27T15:35:08.5378263Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-09-27T15:35:08.5379756Z adding 'torch/include/ATen/ops/triu.h' 2022-09-27T15:35:08.5381601Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5383163Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-09-27T15:35:08.5385321Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-09-27T15:35:08.5386849Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-09-27T15:35:08.5388763Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5390253Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-09-27T15:35:08.5391726Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-09-27T15:35:08.5393281Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-09-27T15:35:08.5395000Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-09-27T15:35:08.5396642Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-09-27T15:35:08.5398449Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-09-27T15:35:08.5400065Z adding 'torch/include/ATen/ops/triu_native.h' 2022-09-27T15:35:08.5401791Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-09-27T15:35:08.5403518Z adding 'torch/include/ATen/ops/true_divide.h' 2022-09-27T15:35:08.5405285Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5407044Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-09-27T15:35:08.5408912Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-09-27T15:35:08.5410872Z adding 'torch/include/ATen/ops/trunc.h' 2022-09-27T15:35:08.5412630Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5414172Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-09-27T15:35:08.5415944Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-09-27T15:35:08.5417533Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-09-27T15:35:08.5419180Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-09-27T15:35:08.5421666Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-09-27T15:35:08.5422965Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-09-27T15:35:08.5424535Z adding 'torch/include/ATen/ops/type_as.h' 2022-09-27T15:35:08.5426299Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5427735Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-09-27T15:35:08.5429514Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-09-27T15:35:08.5431231Z adding 'torch/include/ATen/ops/unbind.h' 2022-09-27T15:35:08.5432848Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5434609Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5436089Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-09-27T15:35:08.5437707Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-09-27T15:35:08.5439507Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5441208Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5442760Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-09-27T15:35:08.5444384Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-09-27T15:35:08.5445887Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-09-27T15:35:08.5447529Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-09-27T15:35:08.5449147Z adding 'torch/include/ATen/ops/unflatten.h' 2022-09-27T15:35:08.5450882Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5452444Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-09-27T15:35:08.5454131Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5455736Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-09-27T15:35:08.5457425Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-09-27T15:35:08.5458999Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-09-27T15:35:08.5460679Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-09-27T15:35:08.5462260Z adding 'torch/include/ATen/ops/unfold.h' 2022-09-27T15:35:08.5463934Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-09-27T15:35:08.5465707Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5467362Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-09-27T15:35:08.5469041Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-09-27T15:35:08.5470647Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-09-27T15:35:08.5472335Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-09-27T15:35:08.5474010Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-09-27T15:35:08.5475742Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5477521Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5479087Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-09-27T15:35:08.5480743Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-09-27T15:35:08.5482415Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-09-27T15:35:08.5484067Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-09-27T15:35:08.5485666Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-09-27T15:35:08.5487246Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-09-27T15:35:08.5488790Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-09-27T15:35:08.5490520Z adding 'torch/include/ATen/ops/uniform.h' 2022-09-27T15:35:08.5492304Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5493871Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-09-27T15:35:08.5495667Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-09-27T15:35:08.5497535Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-09-27T15:35:08.5499245Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-09-27T15:35:08.5500969Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-09-27T15:35:08.5502834Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-09-27T15:35:08.5504640Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5506325Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-09-27T15:35:08.5508008Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-09-27T15:35:08.5509618Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-09-27T15:35:08.5511313Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-09-27T15:35:08.5513048Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-09-27T15:35:08.5514939Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5516546Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-09-27T15:35:08.5518503Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5520161Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-09-27T15:35:08.5521809Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-09-27T15:35:08.5523539Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-09-27T15:35:08.5525259Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-09-27T15:35:08.5526980Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-09-27T15:35:08.5528687Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-09-27T15:35:08.5530315Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-09-27T15:35:08.5532206Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-09-27T15:35:08.5533976Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-09-27T15:35:08.5536750Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5538352Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-09-27T15:35:08.5540818Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-09-27T15:35:08.5542628Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-09-27T15:35:08.5545035Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5546792Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-09-27T15:35:08.5549237Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-09-27T15:35:08.5551320Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-09-27T15:35:08.5553592Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5555353Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-09-27T15:35:08.5557938Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-09-27T15:35:08.5559611Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-09-27T15:35:08.5562089Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5563810Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-09-27T15:35:08.5566321Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5568335Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5570187Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-09-27T15:35:08.5572503Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-09-27T15:35:08.5574605Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-09-27T15:35:08.5577082Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-09-27T15:35:08.5579420Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-09-27T15:35:08.5581941Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-09-27T15:35:08.5584426Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5586591Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5588741Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.5590959Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.5593031Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-09-27T15:35:08.5595495Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-09-27T15:35:08.5597456Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-09-27T15:35:08.5600323Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-09-27T15:35:08.5603004Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5605090Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5607194Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-09-27T15:35:08.5609553Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-09-27T15:35:08.5611458Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-09-27T15:35:08.5613825Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-09-27T15:35:08.5616208Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-09-27T15:35:08.5618638Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-09-27T15:35:08.5621221Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-09-27T15:35:08.5623655Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-09-27T15:35:08.5626199Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5628378Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5630721Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.5632713Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.5634862Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-09-27T15:35:08.5637146Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-09-27T15:35:08.5639471Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-09-27T15:35:08.5642009Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-09-27T15:35:08.5644539Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5646732Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5648873Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-09-27T15:35:08.5651104Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-09-27T15:35:08.5653250Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-09-27T15:35:08.5655962Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-09-27T15:35:08.5658140Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-09-27T15:35:08.5660714Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-09-27T15:35:08.5663132Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-09-27T15:35:08.5665638Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-09-27T15:35:08.5668110Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5670377Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5672465Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.5674792Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.5676829Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-09-27T15:35:08.5679243Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-09-27T15:35:08.5681312Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-09-27T15:35:08.5684013Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-09-27T15:35:08.5686376Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5688604Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5690788Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-09-27T15:35:08.5693081Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-09-27T15:35:08.5695077Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-09-27T15:35:08.5697773Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-09-27T15:35:08.5699904Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-09-27T15:35:08.5702246Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-09-27T15:35:08.5704414Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-09-27T15:35:08.5706847Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-09-27T15:35:08.5709041Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5711250Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5713170Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.5715528Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.5717440Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-09-27T15:35:08.5719953Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-09-27T15:35:08.5722010Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-09-27T15:35:08.5724608Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-09-27T15:35:08.5727742Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5730017Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5732033Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-09-27T15:35:08.5734286Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-09-27T15:35:08.5736561Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-09-27T15:35:08.5738895Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-09-27T15:35:08.5741152Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-09-27T15:35:08.5743560Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-09-27T15:35:08.5745975Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-09-27T15:35:08.5748439Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-09-27T15:35:08.5750814Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5753108Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5755124Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.5757449Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.5759543Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-09-27T15:35:08.5761848Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-09-27T15:35:08.5764010Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-09-27T15:35:08.5766528Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-09-27T15:35:08.5768985Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5771157Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5773286Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-09-27T15:35:08.5775633Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-09-27T15:35:08.5777728Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-09-27T15:35:08.5780145Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-09-27T15:35:08.5782117Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-09-27T15:35:08.5784466Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-09-27T15:35:08.5786778Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-09-27T15:35:08.5789478Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-09-27T15:35:08.5791189Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5792717Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5794374Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.5796101Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.5797824Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-09-27T15:35:08.5800075Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-09-27T15:35:08.5801445Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-09-27T15:35:08.5803369Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-09-27T15:35:08.5805191Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5806769Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5808520Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-09-27T15:35:08.5810522Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-09-27T15:35:08.5812571Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-09-27T15:35:08.5814644Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-09-27T15:35:08.5817041Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-09-27T15:35:08.5819910Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-09-27T15:35:08.5822910Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-09-27T15:35:08.5826236Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-09-27T15:35:08.5829008Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5831625Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5834089Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-09-27T15:35:08.5836856Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-09-27T15:35:08.5839539Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-09-27T15:35:08.5842137Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-09-27T15:35:08.5844801Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-09-27T15:35:08.5847802Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-09-27T15:35:08.5850685Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5853334Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5855905Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-09-27T15:35:08.5858744Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-09-27T15:35:08.5861143Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-09-27T15:35:08.5863857Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-09-27T15:35:08.5866311Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-09-27T15:35:08.5869314Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-09-27T15:35:08.5871893Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-09-27T15:35:08.5874792Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5877410Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-09-27T15:35:08.5880078Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-09-27T15:35:08.5882220Z adding 'torch/include/ATen/ops/values.h' 2022-09-27T15:35:08.5884674Z adding 'torch/include/ATen/ops/values_copy.h' 2022-09-27T15:35:08.5887619Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5889922Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5892368Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-09-27T15:35:08.5894807Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-09-27T15:35:08.5897550Z adding 'torch/include/ATen/ops/values_native.h' 2022-09-27T15:35:08.5900146Z adding 'torch/include/ATen/ops/values_ops.h' 2022-09-27T15:35:08.5902670Z adding 'torch/include/ATen/ops/vander.h' 2022-09-27T15:35:08.5905314Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5907612Z adding 'torch/include/ATen/ops/vander_native.h' 2022-09-27T15:35:08.5910166Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-09-27T15:35:08.5913233Z adding 'torch/include/ATen/ops/var.h' 2022-09-27T15:35:08.5916106Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5918692Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-09-27T15:35:08.5921348Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-09-27T15:35:08.5924109Z adding 'torch/include/ATen/ops/var_mean.h' 2022-09-27T15:35:08.5926939Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5929470Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5932048Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-09-27T15:35:08.5934546Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-09-27T15:35:08.5937439Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-09-27T15:35:08.5940505Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-09-27T15:35:08.5943219Z adding 'torch/include/ATen/ops/var_native.h' 2022-09-27T15:35:08.5946427Z adding 'torch/include/ATen/ops/var_ops.h' 2022-09-27T15:35:08.5948888Z adding 'torch/include/ATen/ops/vdot.h' 2022-09-27T15:35:08.5951058Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5952894Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-09-27T15:35:08.5955071Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-09-27T15:35:08.5957084Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-09-27T15:35:08.5959473Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-09-27T15:35:08.5961683Z adding 'torch/include/ATen/ops/view.h' 2022-09-27T15:35:08.5963545Z adding 'torch/include/ATen/ops/view_as.h' 2022-09-27T15:35:08.5965560Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-09-27T15:35:08.5967557Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-09-27T15:35:08.5969555Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5971487Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5973194Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-09-27T15:35:08.5975383Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-09-27T15:35:08.5977629Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-09-27T15:35:08.5979738Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-09-27T15:35:08.5981666Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-09-27T15:35:08.5983961Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-09-27T15:35:08.5985813Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-09-27T15:35:08.5987991Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.5989613Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-09-27T15:35:08.5991163Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-09-27T15:35:08.5992954Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-09-27T15:35:08.5994389Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-09-27T15:35:08.5996341Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.5997807Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.5999216Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-09-27T15:35:08.6000771Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-09-27T15:35:08.6002628Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-09-27T15:35:08.6004053Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-09-27T15:35:08.6005533Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-09-27T15:35:08.6007086Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-09-27T15:35:08.6008667Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-09-27T15:35:08.6010405Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.6011983Z adding 'torch/include/ATen/ops/view_copy.h' 2022-09-27T15:35:08.6013875Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.6015796Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.6017307Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-09-27T15:35:08.6019246Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-09-27T15:35:08.6021009Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-09-27T15:35:08.6022688Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-09-27T15:35:08.6024345Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-09-27T15:35:08.6025992Z adding 'torch/include/ATen/ops/view_native.h' 2022-09-27T15:35:08.6027665Z adding 'torch/include/ATen/ops/view_ops.h' 2022-09-27T15:35:08.6029303Z adding 'torch/include/ATen/ops/vsplit.h' 2022-09-27T15:35:08.6031047Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.6032572Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-09-27T15:35:08.6034230Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-09-27T15:35:08.6035805Z adding 'torch/include/ATen/ops/vstack.h' 2022-09-27T15:35:08.6037614Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.6039073Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-09-27T15:35:08.6040713Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-09-27T15:35:08.6042441Z adding 'torch/include/ATen/ops/where.h' 2022-09-27T15:35:08.6044552Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.6046170Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-09-27T15:35:08.6048001Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-09-27T15:35:08.6049671Z adding 'torch/include/ATen/ops/where_native.h' 2022-09-27T15:35:08.6052243Z adding 'torch/include/ATen/ops/where_ops.h' 2022-09-27T15:35:08.6053795Z adding 'torch/include/ATen/ops/xlogy.h' 2022-09-27T15:35:08.6055915Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.6057825Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-09-27T15:35:08.6059530Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-09-27T15:35:08.6061380Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-09-27T15:35:08.6063130Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-09-27T15:35:08.6064938Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-09-27T15:35:08.6066700Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-09-27T15:35:08.6068872Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-09-27T15:35:08.6070818Z adding 'torch/include/ATen/ops/xor.h' 2022-09-27T15:35:08.6072743Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-09-27T15:35:08.6074439Z adding 'torch/include/ATen/ops/xor_native.h' 2022-09-27T15:35:08.6076453Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-09-27T15:35:08.6078407Z adding 'torch/include/ATen/ops/zero.h' 2022-09-27T15:35:08.6080534Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.6082011Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-09-27T15:35:08.6083652Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-09-27T15:35:08.6085291Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-09-27T15:35:08.6086902Z adding 'torch/include/ATen/ops/zero_native.h' 2022-09-27T15:35:08.6088678Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-09-27T15:35:08.6090643Z adding 'torch/include/ATen/ops/zeros.h' 2022-09-27T15:35:08.6093344Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.6094903Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-09-27T15:35:08.6096831Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-09-27T15:35:08.6098331Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-09-27T15:35:08.6100130Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-09-27T15:35:08.6101836Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-09-27T15:35:08.6103803Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-09-27T15:35:08.6108669Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-09-27T15:35:08.6111695Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-09-27T15:35:08.6116550Z adding 'torch/include/c10/core/Allocator.h' 2022-09-27T15:35:08.6118739Z adding 'torch/include/c10/core/AutogradState.h' 2022-09-27T15:35:08.6121608Z adding 'torch/include/c10/core/Backend.h' 2022-09-27T15:35:08.6123813Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-09-27T15:35:08.6125875Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-09-27T15:35:08.6127703Z adding 'torch/include/c10/core/CopyBytes.h' 2022-09-27T15:35:08.6129359Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-09-27T15:35:08.6131179Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-09-27T15:35:08.6134075Z adding 'torch/include/c10/core/Device.h' 2022-09-27T15:35:08.6136134Z adding 'torch/include/c10/core/DeviceArray.h' 2022-09-27T15:35:08.6139876Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-09-27T15:35:08.6142134Z adding 'torch/include/c10/core/DeviceType.h' 2022-09-27T15:35:08.6152194Z adding 'torch/include/c10/core/DispatchKey.h' 2022-09-27T15:35:08.6165479Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-09-27T15:35:08.6168852Z adding 'torch/include/c10/core/DynamicCast.h' 2022-09-27T15:35:08.6171308Z adding 'torch/include/c10/core/Event.h' 2022-09-27T15:35:08.6173769Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-09-27T15:35:08.6175739Z adding 'torch/include/c10/core/GradMode.h' 2022-09-27T15:35:08.6178058Z adding 'torch/include/c10/core/InferenceMode.h' 2022-09-27T15:35:08.6179838Z adding 'torch/include/c10/core/Layout.h' 2022-09-27T15:35:08.6183058Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-09-27T15:35:08.6184929Z adding 'torch/include/c10/core/OptionalRef.h' 2022-09-27T15:35:08.6187105Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-09-27T15:35:08.6189248Z adding 'torch/include/c10/core/QEngine.h' 2022-09-27T15:35:08.6190774Z adding 'torch/include/c10/core/QScheme.h' 2022-09-27T15:35:08.6192500Z adding 'torch/include/c10/core/SafePyObject.h' 2022-09-27T15:35:08.6195026Z adding 'torch/include/c10/core/Scalar.h' 2022-09-27T15:35:08.6199936Z adding 'torch/include/c10/core/ScalarType.h' 2022-09-27T15:35:08.6202280Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-09-27T15:35:08.6204507Z adding 'torch/include/c10/core/Storage.h' 2022-09-27T15:35:08.6207436Z adding 'torch/include/c10/core/StorageImpl.h' 2022-09-27T15:35:08.6210770Z adding 'torch/include/c10/core/Stream.h' 2022-09-27T15:35:08.6213485Z adding 'torch/include/c10/core/StreamGuard.h' 2022-09-27T15:35:08.6215513Z adding 'torch/include/c10/core/SymFloat.h' 2022-09-27T15:35:08.6217471Z adding 'torch/include/c10/core/SymFloatNodeImpl.h' 2022-09-27T15:35:08.6220634Z adding 'torch/include/c10/core/SymInt.h' 2022-09-27T15:35:08.6222597Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-09-27T15:35:08.6224391Z adding 'torch/include/c10/core/SymIntNodeImpl.h' 2022-09-27T15:35:08.6262077Z adding 'torch/include/c10/core/TensorImpl.h' 2022-09-27T15:35:08.6271674Z adding 'torch/include/c10/core/TensorOptions.h' 2022-09-27T15:35:08.6274102Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-09-27T15:35:08.6275725Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-09-27T15:35:08.6277267Z adding 'torch/include/c10/core/alignment.h' 2022-09-27T15:35:08.6279436Z adding 'torch/include/c10/core/thread_pool.h' 2022-09-27T15:35:08.6284292Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-09-27T15:35:08.6286662Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-09-27T15:35:08.6288482Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-09-27T15:35:08.6293107Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-09-27T15:35:08.6295790Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-09-27T15:35:08.6300435Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-09-27T15:35:08.6303332Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-09-27T15:35:08.6306927Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-09-27T15:35:08.6308836Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-09-27T15:35:08.6311500Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-09-27T15:35:08.6313349Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-09-27T15:35:08.6315256Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-09-27T15:35:08.6316848Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-09-27T15:35:08.6318981Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-09-27T15:35:08.6321666Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-09-27T15:35:08.6323902Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-09-27T15:35:08.6326157Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-09-27T15:35:08.6328217Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-09-27T15:35:08.6331534Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-09-27T15:35:08.6333577Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-09-27T15:35:08.6335655Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-09-27T15:35:08.6337422Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-09-27T15:35:08.6341118Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-09-27T15:35:08.6344438Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-09-27T15:35:08.6346160Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-09-27T15:35:08.6349046Z adding 'torch/include/c10/macros/Export.h' 2022-09-27T15:35:08.6355235Z adding 'torch/include/c10/macros/Macros.h' 2022-09-27T15:35:08.6357304Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-09-27T15:35:08.6360762Z adding 'torch/include/c10/util/AlignOf.h' 2022-09-27T15:35:08.6364313Z adding 'torch/include/c10/util/Array.h' 2022-09-27T15:35:08.6368288Z adding 'torch/include/c10/util/ArrayRef.h' 2022-09-27T15:35:08.6371318Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-09-27T15:35:08.6374030Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-09-27T15:35:08.6376405Z adding 'torch/include/c10/util/BFloat16.h' 2022-09-27T15:35:08.6378064Z adding 'torch/include/c10/util/Backtrace.h' 2022-09-27T15:35:08.6380016Z adding 'torch/include/c10/util/Bitset.h' 2022-09-27T15:35:08.6384452Z adding 'torch/include/c10/util/C++17.h' 2022-09-27T15:35:08.6386736Z adding 'torch/include/c10/util/CallOnce.h' 2022-09-27T15:35:08.6389912Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-09-27T15:35:08.6391965Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-09-27T15:35:08.6394059Z adding 'torch/include/c10/util/Deprecated.h' 2022-09-27T15:35:08.6395692Z adding 'torch/include/c10/util/DimVector.h' 2022-09-27T15:35:08.6402779Z adding 'torch/include/c10/util/Exception.h' 2022-09-27T15:35:08.6405777Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-09-27T15:35:08.6407666Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-09-27T15:35:08.6410801Z adding 'torch/include/c10/util/Flags.h' 2022-09-27T15:35:08.6413014Z adding 'torch/include/c10/util/FunctionRef.h' 2022-09-27T15:35:08.6415516Z adding 'torch/include/c10/util/Half-inl.h' 2022-09-27T15:35:08.6421644Z adding 'torch/include/c10/util/Half.h' 2022-09-27T15:35:08.6423952Z adding 'torch/include/c10/util/IdWrapper.h' 2022-09-27T15:35:08.6426815Z adding 'torch/include/c10/util/LeftRight.h' 2022-09-27T15:35:08.6428523Z adding 'torch/include/c10/util/Load.h' 2022-09-27T15:35:08.6431728Z adding 'torch/include/c10/util/Logging.h' 2022-09-27T15:35:08.6433777Z adding 'torch/include/c10/util/MathConstants.h' 2022-09-27T15:35:08.6436275Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-09-27T15:35:08.6440920Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-09-27T15:35:08.6448978Z adding 'torch/include/c10/util/Optional.h' 2022-09-27T15:35:08.6451888Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-09-27T15:35:08.6455624Z adding 'torch/include/c10/util/Registry.h' 2022-09-27T15:35:08.6457922Z adding 'torch/include/c10/util/ScopeExit.h' 2022-09-27T15:35:08.6459405Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-09-27T15:35:08.6473336Z adding 'torch/include/c10/util/SmallVector.h' 2022-09-27T15:35:08.6476836Z adding 'torch/include/c10/util/StringUtil.h' 2022-09-27T15:35:08.6478924Z adding 'torch/include/c10/util/Synchronized.h' 2022-09-27T15:35:08.6481023Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-09-27T15:35:08.6483342Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-09-27T15:35:08.6484885Z adding 'torch/include/c10/util/Type.h' 2022-09-27T15:35:08.6487005Z adding 'torch/include/c10/util/TypeCast.h' 2022-09-27T15:35:08.6489539Z adding 'torch/include/c10/util/TypeIndex.h' 2022-09-27T15:35:08.6493854Z adding 'torch/include/c10/util/TypeList.h' 2022-09-27T15:35:08.6496471Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-09-27T15:35:08.6499018Z adding 'torch/include/c10/util/TypeTraits.h' 2022-09-27T15:35:08.6500693Z adding 'torch/include/c10/util/Unicode.h' 2022-09-27T15:35:08.6502949Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-09-27T15:35:08.6504710Z adding 'torch/include/c10/util/Unroll.h' 2022-09-27T15:35:08.6506695Z adding 'torch/include/c10/util/accumulate.h' 2022-09-27T15:35:08.6511524Z adding 'torch/include/c10/util/complex.h' 2022-09-27T15:35:08.6514279Z adding 'torch/include/c10/util/complex_math.h' 2022-09-27T15:35:08.6516203Z adding 'torch/include/c10/util/complex_utils.h' 2022-09-27T15:35:08.6518267Z adding 'torch/include/c10/util/copysign.h' 2022-09-27T15:35:08.6520562Z adding 'torch/include/c10/util/either.h' 2022-09-27T15:35:08.6522354Z adding 'torch/include/c10/util/env.h' 2022-09-27T15:35:08.6534538Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-09-27T15:35:08.6539619Z adding 'torch/include/c10/util/hash.h' 2022-09-27T15:35:08.6541888Z adding 'torch/include/c10/util/in_place.h' 2022-09-27T15:35:08.6545792Z adding 'torch/include/c10/util/int128.h' 2022-09-27T15:35:08.6555874Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-09-27T15:35:08.6558670Z adding 'torch/include/c10/util/irange.h' 2022-09-27T15:35:08.6566394Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-09-27T15:35:08.6569232Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-09-27T15:35:08.6572265Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-09-27T15:35:08.6574929Z adding 'torch/include/c10/util/math_compat.h' 2022-09-27T15:35:08.6576900Z adding 'torch/include/c10/util/numa.h' 2022-09-27T15:35:08.6591414Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-09-27T15:35:08.6594504Z adding 'torch/include/c10/util/overloaded.h' 2022-09-27T15:35:08.6596079Z adding 'torch/include/c10/util/python_stub.h' 2022-09-27T15:35:08.6597680Z adding 'torch/include/c10/util/qint32.h' 2022-09-27T15:35:08.6599412Z adding 'torch/include/c10/util/qint8.h' 2022-09-27T15:35:08.6600784Z adding 'torch/include/c10/util/quint2x4.h' 2022-09-27T15:35:08.6602367Z adding 'torch/include/c10/util/quint4x2.h' 2022-09-27T15:35:08.6604025Z adding 'torch/include/c10/util/quint8.h' 2022-09-27T15:35:08.6606903Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-09-27T15:35:08.6609203Z adding 'torch/include/c10/util/safe_numerics.h' 2022-09-27T15:35:08.6611458Z adding 'torch/include/c10/util/signal_handler.h' 2022-09-27T15:35:08.6618450Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-09-27T15:35:08.6620808Z adding 'torch/include/c10/util/strides.h' 2022-09-27T15:35:08.6623585Z adding 'torch/include/c10/util/string_utils.h' 2022-09-27T15:35:08.6628618Z adding 'torch/include/c10/util/string_view.h' 2022-09-27T15:35:08.6636290Z adding 'torch/include/c10/util/strong_type.h' 2022-09-27T15:35:08.6640031Z adding 'torch/include/c10/util/tempfile.h' 2022-09-27T15:35:08.6641966Z adding 'torch/include/c10/util/thread_name.h' 2022-09-27T15:35:08.6648517Z adding 'torch/include/c10/util/typeid.h' 2022-09-27T15:35:08.6669158Z adding 'torch/include/c10/util/variant.h' 2022-09-27T15:35:08.6673181Z adding 'torch/include/c10/util/win32-headers.h' 2022-09-27T15:35:08.6676830Z adding 'torch/include/c10d/Backend.hpp' 2022-09-27T15:35:08.6679135Z adding 'torch/include/c10d/FileStore.hpp' 2022-09-27T15:35:08.6681186Z adding 'torch/include/c10d/GlooDeviceFactory.hpp' 2022-09-27T15:35:08.6682866Z adding 'torch/include/c10d/HashStore.hpp' 2022-09-27T15:35:08.6686264Z adding 'torch/include/c10d/NCCLUtils.hpp' 2022-09-27T15:35:08.6688369Z adding 'torch/include/c10d/Ops.hpp' 2022-09-27T15:35:08.6690442Z adding 'torch/include/c10d/ParamCommsUtils.hpp' 2022-09-27T15:35:08.6692508Z adding 'torch/include/c10d/PrefixStore.hpp' 2022-09-27T15:35:08.6696064Z adding 'torch/include/c10d/ProcessGroup.hpp' 2022-09-27T15:35:08.6700887Z adding 'torch/include/c10d/ProcessGroupGloo.hpp' 2022-09-27T15:35:08.6704399Z adding 'torch/include/c10d/ProcessGroupMPI.hpp' 2022-09-27T15:35:08.6713163Z adding 'torch/include/c10d/ProcessGroupNCCL.hpp' 2022-09-27T15:35:08.6716094Z adding 'torch/include/c10d/ProcessGroupRoundRobin.hpp' 2022-09-27T15:35:08.6719415Z adding 'torch/include/c10d/ProcessGroupUCC.hpp' 2022-09-27T15:35:08.6722015Z adding 'torch/include/c10d/ProcessGroupWrapper.hpp' 2022-09-27T15:35:08.6724249Z adding 'torch/include/c10d/PyProcessGroup.hpp' 2022-09-27T15:35:08.6726292Z adding 'torch/include/c10d/Store.hpp' 2022-09-27T15:35:08.6728502Z adding 'torch/include/c10d/TCPStore.hpp' 2022-09-27T15:35:08.6731433Z adding 'torch/include/c10d/TraceUtils.h' 2022-09-27T15:35:08.6733960Z adding 'torch/include/c10d/Types.hpp' 2022-09-27T15:35:08.6735976Z adding 'torch/include/c10d/UCCForNCCL.hpp' 2022-09-27T15:35:08.6737959Z adding 'torch/include/c10d/UCCTracing.hpp' 2022-09-27T15:35:08.6740568Z adding 'torch/include/c10d/UCCUtils.hpp' 2022-09-27T15:35:08.6742387Z adding 'torch/include/c10d/UnixSockUtils.hpp' 2022-09-27T15:35:08.6747874Z adding 'torch/include/c10d/Utils.hpp' 2022-09-27T15:35:08.6750117Z adding 'torch/include/c10d/WinSockUtils.hpp' 2022-09-27T15:35:08.6752643Z adding 'torch/include/c10d/Work.hpp' 2022-09-27T15:35:08.6754357Z adding 'torch/include/c10d/c10d.h' 2022-09-27T15:35:08.6756731Z adding 'torch/include/c10d/comm.hpp' 2022-09-27T15:35:08.6758656Z adding 'torch/include/c10d/debug.h' 2022-09-27T15:35:08.6760521Z adding 'torch/include/c10d/default_comm_hooks.hpp' 2022-09-27T15:35:08.6762222Z adding 'torch/include/c10d/error.h' 2022-09-27T15:35:08.6763971Z adding 'torch/include/c10d/exception.h' 2022-09-27T15:35:08.6766533Z adding 'torch/include/c10d/logger.hpp' 2022-09-27T15:35:08.6768471Z adding 'torch/include/c10d/logging.h' 2022-09-27T15:35:08.6770327Z adding 'torch/include/c10d/python_comm_hook.h' 2022-09-27T15:35:08.6779090Z adding 'torch/include/c10d/reducer.hpp' 2022-09-27T15:35:08.6781131Z adding 'torch/include/c10d/reducer_timer.hpp' 2022-09-27T15:35:08.6783345Z adding 'torch/include/c10d/sequence_num.hpp' 2022-09-27T15:35:08.6785141Z adding 'torch/include/c10d/socket.h' 2022-09-27T15:35:08.6787995Z adding 'torch/include/caffe2/core/allocator.h' 2022-09-27T15:35:08.6790319Z adding 'torch/include/caffe2/core/blob.h' 2022-09-27T15:35:08.6794219Z adding 'torch/include/caffe2/core/blob_serialization.h' 2022-09-27T15:35:08.6796932Z adding 'torch/include/caffe2/core/blob_serializer_base.h' 2022-09-27T15:35:08.6799094Z adding 'torch/include/caffe2/core/blob_stats.h' 2022-09-27T15:35:08.6801460Z adding 'torch/include/caffe2/core/common.h' 2022-09-27T15:35:08.6804798Z adding 'torch/include/caffe2/core/common_cudnn.h' 2022-09-27T15:35:08.6809805Z adding 'torch/include/caffe2/core/common_gpu.h' 2022-09-27T15:35:08.6811940Z adding 'torch/include/caffe2/core/common_omp.h' 2022-09-27T15:35:08.6814804Z adding 'torch/include/caffe2/core/context.h' 2022-09-27T15:35:08.6817518Z adding 'torch/include/caffe2/core/context_base.h' 2022-09-27T15:35:08.6821375Z adding 'torch/include/caffe2/core/context_gpu.h' 2022-09-27T15:35:08.6824917Z adding 'torch/include/caffe2/core/cudnn_wrappers.h' 2022-09-27T15:35:08.6828773Z adding 'torch/include/caffe2/core/db.h' 2022-09-27T15:35:08.6831007Z adding 'torch/include/caffe2/core/distributions_stubs.h' 2022-09-27T15:35:08.6834640Z adding 'torch/include/caffe2/core/event.h' 2022-09-27T15:35:08.6836872Z adding 'torch/include/caffe2/core/event_cpu.h' 2022-09-27T15:35:08.6840187Z adding 'torch/include/caffe2/core/export_c10_op_to_caffe2.h' 2022-09-27T15:35:08.6844197Z adding 'torch/include/caffe2/core/export_caffe2_op_to_c10.h' 2022-09-27T15:35:08.6846065Z adding 'torch/include/caffe2/core/flags.h' 2022-09-27T15:35:08.6848758Z adding 'torch/include/caffe2/core/graph.h' 2022-09-27T15:35:08.6851734Z adding 'torch/include/caffe2/core/init.h' 2022-09-27T15:35:08.6853432Z adding 'torch/include/caffe2/core/logging.h' 2022-09-27T15:35:08.6855974Z adding 'torch/include/caffe2/core/macros.h' 2022-09-27T15:35:08.6858013Z adding 'torch/include/caffe2/core/memonger.h' 2022-09-27T15:35:08.6859930Z adding 'torch/include/caffe2/core/module.h' 2022-09-27T15:35:08.6862297Z adding 'torch/include/caffe2/core/net.h' 2022-09-27T15:35:08.6865330Z adding 'torch/include/caffe2/core/net_async_base.h' 2022-09-27T15:35:08.6867183Z adding 'torch/include/caffe2/core/net_async_scheduling.h' 2022-09-27T15:35:08.6868999Z adding 'torch/include/caffe2/core/net_async_task.h' 2022-09-27T15:35:08.6870709Z adding 'torch/include/caffe2/core/net_async_task_future.h' 2022-09-27T15:35:08.6873069Z adding 'torch/include/caffe2/core/net_async_task_graph.h' 2022-09-27T15:35:08.6875288Z adding 'torch/include/caffe2/core/net_async_tracing.h' 2022-09-27T15:35:08.6877232Z adding 'torch/include/caffe2/core/net_dag_utils.h' 2022-09-27T15:35:08.6879345Z adding 'torch/include/caffe2/core/net_parallel.h' 2022-09-27T15:35:08.6881175Z adding 'torch/include/caffe2/core/net_simple.h' 2022-09-27T15:35:08.6883131Z adding 'torch/include/caffe2/core/net_simple_refcount.h' 2022-09-27T15:35:08.6884933Z adding 'torch/include/caffe2/core/numa.h' 2022-09-27T15:35:08.6886789Z adding 'torch/include/caffe2/core/observer.h' 2022-09-27T15:35:08.6903474Z adding 'torch/include/caffe2/core/operator.h' 2022-09-27T15:35:08.6908320Z adding 'torch/include/caffe2/core/operator_gradient.h' 2022-09-27T15:35:08.6913929Z adding 'torch/include/caffe2/core/operator_schema.h' 2022-09-27T15:35:08.6915961Z adding 'torch/include/caffe2/core/plan_executor.h' 2022-09-27T15:35:08.6918154Z adding 'torch/include/caffe2/core/prof_dag_counters.h' 2022-09-27T15:35:08.6921068Z adding 'torch/include/caffe2/core/qtensor.h' 2022-09-27T15:35:08.6923448Z adding 'torch/include/caffe2/core/qtensor_serialization.h' 2022-09-27T15:35:08.6925912Z adding 'torch/include/caffe2/core/scope_guard.h' 2022-09-27T15:35:08.6927998Z adding 'torch/include/caffe2/core/static_tracepoint.h' 2022-09-27T15:35:08.6930174Z adding 'torch/include/caffe2/core/static_tracepoint_elfx86.h' 2022-09-27T15:35:08.6933813Z adding 'torch/include/caffe2/core/stats.h' 2022-09-27T15:35:08.6936017Z adding 'torch/include/caffe2/core/storage.h' 2022-09-27T15:35:08.6942314Z adding 'torch/include/caffe2/core/tensor.h' 2022-09-27T15:35:08.6944575Z adding 'torch/include/caffe2/core/tensor_impl.h' 2022-09-27T15:35:08.6946169Z adding 'torch/include/caffe2/core/tensor_int8.h' 2022-09-27T15:35:08.6948894Z adding 'torch/include/caffe2/core/test_utils.h' 2022-09-27T15:35:08.6950681Z adding 'torch/include/caffe2/core/timer.h' 2022-09-27T15:35:08.6953570Z adding 'torch/include/caffe2/core/transform.h' 2022-09-27T15:35:08.6955576Z adding 'torch/include/caffe2/core/types.h' 2022-09-27T15:35:08.6959887Z adding 'torch/include/caffe2/core/workspace.h' 2022-09-27T15:35:08.6963059Z adding 'torch/include/caffe2/cuda_rtc/common_rtc.h' 2022-09-27T15:35:08.6965233Z adding 'torch/include/caffe2/db/create_db_op.h' 2022-09-27T15:35:08.6967373Z adding 'torch/include/caffe2/distributed/file_store_handler.h' 2022-09-27T15:35:08.6969212Z adding 'torch/include/caffe2/distributed/file_store_handler_op.h' 2022-09-27T15:35:08.6970865Z adding 'torch/include/caffe2/distributed/redis_store_handler.h' 2022-09-27T15:35:08.6972635Z adding 'torch/include/caffe2/distributed/redis_store_handler_op.h' 2022-09-27T15:35:08.6974364Z adding 'torch/include/caffe2/distributed/store_handler.h' 2022-09-27T15:35:08.6976174Z adding 'torch/include/caffe2/distributed/store_ops.h' 2022-09-27T15:35:08.6978214Z adding 'torch/include/caffe2/ideep/ideep_utils.h' 2022-09-27T15:35:08.6990332Z adding 'torch/include/caffe2/image/image_input_op.h' 2022-09-27T15:35:08.6993214Z adding 'torch/include/caffe2/image/transform_gpu.h' 2022-09-27T15:35:08.6996034Z adding 'torch/include/caffe2/mpi/mpi_common.h' 2022-09-27T15:35:08.6998758Z adding 'torch/include/caffe2/mpi/mpi_ops.h' 2022-09-27T15:35:08.7000950Z adding 'torch/include/caffe2/observers/operator_attaching_net_observer.h' 2022-09-27T15:35:08.7002995Z adding 'torch/include/caffe2/observers/profile_observer.h' 2022-09-27T15:35:08.7004769Z adding 'torch/include/caffe2/observers/runcnt_observer.h' 2022-09-27T15:35:08.7006612Z adding 'torch/include/caffe2/observers/time_observer.h' 2022-09-27T15:35:08.7010290Z adding 'torch/include/caffe2/onnx/backend.h' 2022-09-27T15:35:08.7011640Z adding 'torch/include/caffe2/onnx/backend_rep.h' 2022-09-27T15:35:08.7013425Z adding 'torch/include/caffe2/onnx/device.h' 2022-09-27T15:35:08.7015229Z adding 'torch/include/caffe2/onnx/helper.h' 2022-09-27T15:35:08.7017248Z adding 'torch/include/caffe2/onnx/offline_tensor.h' 2022-09-27T15:35:08.7019072Z adding 'torch/include/caffe2/onnx/onnx_exporter.h' 2022-09-27T15:35:08.7022558Z adding 'torch/include/caffe2/onnx/onnxifi_graph_info.h' 2022-09-27T15:35:08.7024256Z adding 'torch/include/caffe2/onnx/onnxifi_init.h' 2022-09-27T15:35:08.7028481Z adding 'torch/include/caffe2/operators/abs_op.h' 2022-09-27T15:35:08.7030028Z adding 'torch/include/caffe2/operators/accumulate_op.h' 2022-09-27T15:35:08.7031709Z adding 'torch/include/caffe2/operators/accuracy_op.h' 2022-09-27T15:35:08.7033346Z adding 'torch/include/caffe2/operators/acos_op.h' 2022-09-27T15:35:08.7035602Z adding 'torch/include/caffe2/operators/activation_ops_cudnn.h' 2022-09-27T15:35:08.7037871Z adding 'torch/include/caffe2/operators/affine_channel_op.h' 2022-09-27T15:35:08.7039890Z adding 'torch/include/caffe2/operators/alias_with_name.h' 2022-09-27T15:35:08.7041799Z adding 'torch/include/caffe2/operators/apmeter_op.h' 2022-09-27T15:35:08.7043896Z adding 'torch/include/caffe2/operators/arg_ops.h' 2022-09-27T15:35:08.7045767Z adding 'torch/include/caffe2/operators/asin_op.h' 2022-09-27T15:35:08.7047826Z adding 'torch/include/caffe2/operators/assert_op.h' 2022-09-27T15:35:08.7049692Z adding 'torch/include/caffe2/operators/async_net_barrier_op.h' 2022-09-27T15:35:08.7051364Z adding 'torch/include/caffe2/operators/atan_op.h' 2022-09-27T15:35:08.7053288Z adding 'torch/include/caffe2/operators/batch_box_cox_op.h' 2022-09-27T15:35:08.7055029Z adding 'torch/include/caffe2/operators/batch_bucketize_op.h' 2022-09-27T15:35:08.7057773Z adding 'torch/include/caffe2/operators/batch_gather_ops.h' 2022-09-27T15:35:08.7060794Z adding 'torch/include/caffe2/operators/batch_matmul_op.h' 2022-09-27T15:35:08.7063049Z adding 'torch/include/caffe2/operators/batch_moments_op.h' 2022-09-27T15:35:08.7064867Z adding 'torch/include/caffe2/operators/batch_permutation_op.h' 2022-09-27T15:35:08.7067358Z adding 'torch/include/caffe2/operators/batch_sparse_to_dense_op.h' 2022-09-27T15:35:08.7069608Z adding 'torch/include/caffe2/operators/bbox_transform_op.h' 2022-09-27T15:35:08.7072291Z adding 'torch/include/caffe2/operators/bisect_percentile_op.h' 2022-09-27T15:35:08.7074656Z adding 'torch/include/caffe2/operators/boolean_mask_ops.h' 2022-09-27T15:35:08.7076252Z adding 'torch/include/caffe2/operators/boolean_unmask_ops.h' 2022-09-27T15:35:08.7078848Z adding 'torch/include/caffe2/operators/box_with_nms_limit_op.h' 2022-09-27T15:35:08.7081073Z adding 'torch/include/caffe2/operators/bucketize_op.h' 2022-09-27T15:35:08.7082954Z adding 'torch/include/caffe2/operators/byte_weight_dequant_op.h' 2022-09-27T15:35:08.7084694Z adding 'torch/include/caffe2/operators/cast_op.h' 2022-09-27T15:35:08.7086362Z adding 'torch/include/caffe2/operators/cbrt_op.h' 2022-09-27T15:35:08.7088734Z adding 'torch/include/caffe2/operators/cc_bmm_bg_op.h' 2022-09-27T15:35:08.7090520Z adding 'torch/include/caffe2/operators/ceil_op.h' 2022-09-27T15:35:08.7092285Z adding 'torch/include/caffe2/operators/channel_backprop_stats_op.h' 2022-09-27T15:35:08.7094090Z adding 'torch/include/caffe2/operators/channel_shuffle_op.h' 2022-09-27T15:35:08.7096174Z adding 'torch/include/caffe2/operators/channel_stats_op.h' 2022-09-27T15:35:08.7098090Z adding 'torch/include/caffe2/operators/clip_op.h' 2022-09-27T15:35:08.7100727Z adding 'torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h' 2022-09-27T15:35:08.7104418Z adding 'torch/include/caffe2/operators/concat_split_op.h' 2022-09-27T15:35:08.7106637Z adding 'torch/include/caffe2/operators/conditional_op.h' 2022-09-27T15:35:08.7108568Z adding 'torch/include/caffe2/operators/conv_op.h' 2022-09-27T15:35:08.7110890Z adding 'torch/include/caffe2/operators/conv_op_cache_cudnn.h' 2022-09-27T15:35:08.7116308Z adding 'torch/include/caffe2/operators/conv_op_impl.h' 2022-09-27T15:35:08.7118917Z adding 'torch/include/caffe2/operators/conv_op_shared.h' 2022-09-27T15:35:08.7126386Z adding 'torch/include/caffe2/operators/conv_pool_op_base.h' 2022-09-27T15:35:08.7129167Z adding 'torch/include/caffe2/operators/conv_transpose_op.h' 2022-09-27T15:35:08.7132850Z adding 'torch/include/caffe2/operators/conv_transpose_op_impl.h' 2022-09-27T15:35:08.7135233Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile.h' 2022-09-27T15:35:08.7141343Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h' 2022-09-27T15:35:08.7145167Z adding 'torch/include/caffe2/operators/conv_transpose_unpool_op_base.h' 2022-09-27T15:35:08.7147253Z adding 'torch/include/caffe2/operators/copy_op.h' 2022-09-27T15:35:08.7149389Z adding 'torch/include/caffe2/operators/copy_rows_to_tensor_op.h' 2022-09-27T15:35:08.7151284Z adding 'torch/include/caffe2/operators/cos_op.h' 2022-09-27T15:35:08.7152912Z adding 'torch/include/caffe2/operators/cosh_op.h' 2022-09-27T15:35:08.7154674Z adding 'torch/include/caffe2/operators/cosine_embedding_criterion_op.h' 2022-09-27T15:35:08.7156868Z adding 'torch/include/caffe2/operators/counter_ops.h' 2022-09-27T15:35:08.7159612Z adding 'torch/include/caffe2/operators/create_scope_op.h' 2022-09-27T15:35:08.7161875Z adding 'torch/include/caffe2/operators/cross_entropy_op.h' 2022-09-27T15:35:08.7163890Z adding 'torch/include/caffe2/operators/ctc_beam_search_decoder_op.h' 2022-09-27T15:35:08.7165713Z adding 'torch/include/caffe2/operators/ctc_greedy_decoder_op.h' 2022-09-27T15:35:08.7167476Z adding 'torch/include/caffe2/operators/cube_op.h' 2022-09-27T15:35:08.7169245Z adding 'torch/include/caffe2/operators/data_couple.h' 2022-09-27T15:35:08.7171989Z adding 'torch/include/caffe2/operators/dataset_ops.h' 2022-09-27T15:35:08.7174457Z adding 'torch/include/caffe2/operators/deform_conv_op.h' 2022-09-27T15:35:08.7178527Z adding 'torch/include/caffe2/operators/deform_conv_op_impl.h' 2022-09-27T15:35:08.7181101Z adding 'torch/include/caffe2/operators/dense_vector_to_id_list_op.h' 2022-09-27T15:35:08.7183905Z adding 'torch/include/caffe2/operators/distance_op.h' 2022-09-27T15:35:08.7187072Z adding 'torch/include/caffe2/operators/do_op.h' 2022-09-27T15:35:08.7189180Z adding 'torch/include/caffe2/operators/dropout_op.h' 2022-09-27T15:35:08.7191339Z adding 'torch/include/caffe2/operators/elementwise_add_op.h' 2022-09-27T15:35:08.7193130Z adding 'torch/include/caffe2/operators/elementwise_div_op.h' 2022-09-27T15:35:08.7195005Z adding 'torch/include/caffe2/operators/elementwise_linear_op.h' 2022-09-27T15:35:08.7197672Z adding 'torch/include/caffe2/operators/elementwise_logical_ops.h' 2022-09-27T15:35:08.7199695Z adding 'torch/include/caffe2/operators/elementwise_mul_op.h' 2022-09-27T15:35:08.7202311Z adding 'torch/include/caffe2/operators/elementwise_op_test.h' 2022-09-27T15:35:08.7206850Z adding 'torch/include/caffe2/operators/elementwise_ops.h' 2022-09-27T15:35:08.7208945Z adding 'torch/include/caffe2/operators/elementwise_ops_utils.h' 2022-09-27T15:35:08.7210676Z adding 'torch/include/caffe2/operators/elementwise_sub_op.h' 2022-09-27T15:35:08.7212481Z adding 'torch/include/caffe2/operators/elu_op.h' 2022-09-27T15:35:08.7214392Z adding 'torch/include/caffe2/operators/enforce_finite_op.h' 2022-09-27T15:35:08.7216310Z adding 'torch/include/caffe2/operators/ensure_clipped_op.h' 2022-09-27T15:35:08.7218115Z adding 'torch/include/caffe2/operators/ensure_cpu_output_op.h' 2022-09-27T15:35:08.7220034Z adding 'torch/include/caffe2/operators/erf_op.h' 2022-09-27T15:35:08.7221409Z adding 'torch/include/caffe2/operators/exp_op.h' 2022-09-27T15:35:08.7223452Z adding 'torch/include/caffe2/operators/expand_op.h' 2022-09-27T15:35:08.7225651Z adding 'torch/include/caffe2/operators/expand_squeeze_dims_op.h' 2022-09-27T15:35:08.7227295Z adding 'torch/include/caffe2/operators/fc_inference.h' 2022-09-27T15:35:08.7231666Z adding 'torch/include/caffe2/operators/feature_maps_ops.h' 2022-09-27T15:35:08.7234210Z adding 'torch/include/caffe2/operators/feed_blob_op.h' 2022-09-27T15:35:08.7238791Z adding 'torch/include/caffe2/operators/filler_op.h' 2022-09-27T15:35:08.7241285Z adding 'torch/include/caffe2/operators/find_duplicate_elements_op.h' 2022-09-27T15:35:08.7243229Z adding 'torch/include/caffe2/operators/find_op.h' 2022-09-27T15:35:08.7245078Z adding 'torch/include/caffe2/operators/flatten_op.h' 2022-09-27T15:35:08.7246840Z adding 'torch/include/caffe2/operators/flexible_top_k.h' 2022-09-27T15:35:08.7248488Z adding 'torch/include/caffe2/operators/floor_op.h' 2022-09-27T15:35:08.7250109Z adding 'torch/include/caffe2/operators/free_op.h' 2022-09-27T15:35:08.7252915Z adding 'torch/include/caffe2/operators/fully_connected_op.h' 2022-09-27T15:35:08.7255910Z adding 'torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h' 2022-09-27T15:35:08.7259093Z adding 'torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h' 2022-09-27T15:35:08.7261912Z adding 'torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h' 2022-09-27T15:35:08.7263863Z adding 'torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h' 2022-09-27T15:35:08.7266149Z adding 'torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h' 2022-09-27T15:35:08.7269262Z adding 'torch/include/caffe2/operators/gather_op.h' 2022-09-27T15:35:08.7272518Z adding 'torch/include/caffe2/operators/gather_ranges_to_dense_op.h' 2022-09-27T15:35:08.7274520Z adding 'torch/include/caffe2/operators/gelu_op.h' 2022-09-27T15:35:08.7277220Z adding 'torch/include/caffe2/operators/generate_proposals_op.h' 2022-09-27T15:35:08.7281357Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_boxes.h' 2022-09-27T15:35:08.7288100Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms.h' 2022-09-27T15:35:08.7290636Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h' 2022-09-27T15:35:08.7292760Z adding 'torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h' 2022-09-27T15:35:08.7294833Z adding 'torch/include/caffe2/operators/given_tensor_fill_op.h' 2022-09-27T15:35:08.7296933Z adding 'torch/include/caffe2/operators/glu_op.h' 2022-09-27T15:35:08.7299592Z adding 'torch/include/caffe2/operators/group_norm_op.h' 2022-09-27T15:35:08.7302357Z adding 'torch/include/caffe2/operators/gru_unit_op.h' 2022-09-27T15:35:08.7304908Z adding 'torch/include/caffe2/operators/h_softmax_op.h' 2022-09-27T15:35:08.7307119Z adding 'torch/include/caffe2/operators/half_float_ops.h' 2022-09-27T15:35:08.7308853Z adding 'torch/include/caffe2/operators/hard_sigmoid_op.h' 2022-09-27T15:35:08.7310723Z adding 'torch/include/caffe2/operators/heatmap_max_keypoint_op.h' 2022-09-27T15:35:08.7312812Z adding 'torch/include/caffe2/operators/histogram_op.h' 2022-09-27T15:35:08.7314765Z adding 'torch/include/caffe2/operators/if_op.h' 2022-09-27T15:35:08.7317441Z adding 'torch/include/caffe2/operators/im2col_op.h' 2022-09-27T15:35:08.7319864Z adding 'torch/include/caffe2/operators/index_hash_ops.h' 2022-09-27T15:35:08.7322237Z adding 'torch/include/caffe2/operators/index_ops.h' 2022-09-27T15:35:08.7325844Z adding 'torch/include/caffe2/operators/inference_lstm_op.h' 2022-09-27T15:35:08.7328725Z adding 'torch/include/caffe2/operators/instance_norm_op.h' 2022-09-27T15:35:08.7330717Z adding 'torch/include/caffe2/operators/integral_image_op.h' 2022-09-27T15:35:08.7332801Z adding 'torch/include/caffe2/operators/is_empty_op.h' 2022-09-27T15:35:08.7334318Z adding 'torch/include/caffe2/operators/jsd_op.h' 2022-09-27T15:35:08.7336215Z adding 'torch/include/caffe2/operators/key_split_ops.h' 2022-09-27T15:35:08.7338997Z adding 'torch/include/caffe2/operators/layer_norm_op.h' 2022-09-27T15:35:08.7340830Z adding 'torch/include/caffe2/operators/leaky_relu_op.h' 2022-09-27T15:35:08.7342988Z adding 'torch/include/caffe2/operators/length_split_op.h' 2022-09-27T15:35:08.7345347Z adding 'torch/include/caffe2/operators/lengths_pad_op.h' 2022-09-27T15:35:08.7348284Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h' 2022-09-27T15:35:08.7353090Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h' 2022-09-27T15:35:08.7360103Z adding 'torch/include/caffe2/operators/lengths_reducer_ops.h' 2022-09-27T15:35:08.7363432Z adding 'torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h' 2022-09-27T15:35:08.7365147Z adding 'torch/include/caffe2/operators/lengths_tile_op.h' 2022-09-27T15:35:08.7367251Z adding 'torch/include/caffe2/operators/lengths_top_k_op.h' 2022-09-27T15:35:08.7369172Z adding 'torch/include/caffe2/operators/listwise_l2r_op.h' 2022-09-27T15:35:08.7373163Z adding 'torch/include/caffe2/operators/load_save_op.h' 2022-09-27T15:35:08.7375660Z adding 'torch/include/caffe2/operators/load_save_op_util.h' 2022-09-27T15:35:08.7377730Z adding 'torch/include/caffe2/operators/local_response_normalization_op.h' 2022-09-27T15:35:08.7379802Z adding 'torch/include/caffe2/operators/locally_connected_op.h' 2022-09-27T15:35:08.7384314Z adding 'torch/include/caffe2/operators/locally_connected_op_impl.h' 2022-09-27T15:35:08.7386710Z adding 'torch/include/caffe2/operators/locally_connected_op_util.h' 2022-09-27T15:35:08.7388423Z adding 'torch/include/caffe2/operators/log1p_op.h' 2022-09-27T15:35:08.7389970Z adding 'torch/include/caffe2/operators/log_op.h' 2022-09-27T15:35:08.7391703Z adding 'torch/include/caffe2/operators/logit_op.h' 2022-09-27T15:35:08.7393292Z adding 'torch/include/caffe2/operators/loss_op.h' 2022-09-27T15:35:08.7395035Z adding 'torch/include/caffe2/operators/lpnorm_op.h' 2022-09-27T15:35:08.7397954Z adding 'torch/include/caffe2/operators/lstm_unit_op.h' 2022-09-27T15:35:08.7401405Z adding 'torch/include/caffe2/operators/lstm_utils.h' 2022-09-27T15:35:08.7404558Z adding 'torch/include/caffe2/operators/map_ops.h' 2022-09-27T15:35:08.7406648Z adding 'torch/include/caffe2/operators/margin_loss_l2r_op.h' 2022-09-27T15:35:08.7408506Z adding 'torch/include/caffe2/operators/margin_ranking_criterion_op.h' 2022-09-27T15:35:08.7410659Z adding 'torch/include/caffe2/operators/matmul_op.h' 2022-09-27T15:35:08.7412657Z adding 'torch/include/caffe2/operators/max_pool_with_index_gpu.h' 2022-09-27T15:35:08.7414859Z adding 'torch/include/caffe2/operators/mean_op.h' 2022-09-27T15:35:08.7417347Z adding 'torch/include/caffe2/operators/merge_id_lists_op.h' 2022-09-27T15:35:08.7419567Z adding 'torch/include/caffe2/operators/minmax_ops.h' 2022-09-27T15:35:08.7421410Z adding 'torch/include/caffe2/operators/mish_op.h' 2022-09-27T15:35:08.7423113Z adding 'torch/include/caffe2/operators/mod_op.h' 2022-09-27T15:35:08.7425211Z adding 'torch/include/caffe2/operators/moments_op.h' 2022-09-27T15:35:08.7427131Z adding 'torch/include/caffe2/operators/multi_class_accuracy_op.h' 2022-09-27T15:35:08.7428871Z adding 'torch/include/caffe2/operators/negate_gradient_op.h' 2022-09-27T15:35:08.7430542Z adding 'torch/include/caffe2/operators/negative_op.h' 2022-09-27T15:35:08.7432591Z adding 'torch/include/caffe2/operators/ngram_ops.h' 2022-09-27T15:35:08.7434543Z adding 'torch/include/caffe2/operators/no_default_engine_op.h' 2022-09-27T15:35:08.7436333Z adding 'torch/include/caffe2/operators/normalize_l1_op.h' 2022-09-27T15:35:08.7438555Z adding 'torch/include/caffe2/operators/normalize_op.h' 2022-09-27T15:35:08.7440971Z adding 'torch/include/caffe2/operators/numpy_tile_op.h' 2022-09-27T15:35:08.7443151Z adding 'torch/include/caffe2/operators/one_hot_ops.h' 2022-09-27T15:35:08.7446815Z adding 'torch/include/caffe2/operators/onnx_while_op.h' 2022-09-27T15:35:08.7449221Z adding 'torch/include/caffe2/operators/op_utils_cudnn.h' 2022-09-27T15:35:08.7451827Z adding 'torch/include/caffe2/operators/operator_fallback_gpu.h' 2022-09-27T15:35:08.7453896Z adding 'torch/include/caffe2/operators/order_switch_ops.h' 2022-09-27T15:35:08.7456437Z adding 'torch/include/caffe2/operators/pack_rnn_sequence_op.h' 2022-09-27T15:35:08.7458565Z adding 'torch/include/caffe2/operators/pack_segments.h' 2022-09-27T15:35:08.7460603Z adding 'torch/include/caffe2/operators/pad_op.h' 2022-09-27T15:35:08.7464254Z adding 'torch/include/caffe2/operators/partition_ops.h' 2022-09-27T15:35:08.7466350Z adding 'torch/include/caffe2/operators/percentile_op.h' 2022-09-27T15:35:08.7468082Z adding 'torch/include/caffe2/operators/perplexity_op.h' 2022-09-27T15:35:08.7471213Z adding 'torch/include/caffe2/operators/piecewise_linear_transform_op.h' 2022-09-27T15:35:08.7473996Z adding 'torch/include/caffe2/operators/pool_op.h' 2022-09-27T15:35:08.7475952Z adding 'torch/include/caffe2/operators/pool_op_util.h' 2022-09-27T15:35:08.7478573Z adding 'torch/include/caffe2/operators/pow_op.h' 2022-09-27T15:35:08.7481186Z adding 'torch/include/caffe2/operators/prefetch_op.h' 2022-09-27T15:35:08.7483101Z adding 'torch/include/caffe2/operators/prelu_op.h' 2022-09-27T15:35:08.7485136Z adding 'torch/include/caffe2/operators/prepend_dim_op.h' 2022-09-27T15:35:08.7488053Z adding 'torch/include/caffe2/operators/quant_decode_op.h' 2022-09-27T15:35:08.7490401Z adding 'torch/include/caffe2/operators/quantile_op.h' 2022-09-27T15:35:08.7492264Z adding 'torch/include/caffe2/operators/rank_loss_op.h' 2022-09-27T15:35:08.7493978Z adding 'torch/include/caffe2/operators/reciprocal_op.h' 2022-09-27T15:35:08.7496461Z adding 'torch/include/caffe2/operators/reduce_front_back_max_ops.h' 2022-09-27T15:35:08.7499076Z adding 'torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h' 2022-09-27T15:35:08.7501948Z adding 'torch/include/caffe2/operators/reduce_ops.h' 2022-09-27T15:35:08.7507419Z adding 'torch/include/caffe2/operators/reducer_functors.h' 2022-09-27T15:35:08.7510416Z adding 'torch/include/caffe2/operators/reduction_ops.h' 2022-09-27T15:35:08.7512341Z adding 'torch/include/caffe2/operators/relu_n_op.h' 2022-09-27T15:35:08.7514212Z adding 'torch/include/caffe2/operators/relu_op.h' 2022-09-27T15:35:08.7516307Z adding 'torch/include/caffe2/operators/remove_data_blocks_op.h' 2022-09-27T15:35:08.7518314Z adding 'torch/include/caffe2/operators/replace_nan_op.h' 2022-09-27T15:35:08.7521076Z adding 'torch/include/caffe2/operators/reshape_op.h' 2022-09-27T15:35:08.7523297Z adding 'torch/include/caffe2/operators/resize_3d_op.h' 2022-09-27T15:35:08.7525299Z adding 'torch/include/caffe2/operators/resize_op.h' 2022-09-27T15:35:08.7527453Z adding 'torch/include/caffe2/operators/reverse_packed_segs_op.h' 2022-09-27T15:35:08.7529237Z adding 'torch/include/caffe2/operators/rmac_regions_op.h' 2022-09-27T15:35:08.7531283Z adding 'torch/include/caffe2/operators/rms_norm_op.h' 2022-09-27T15:35:08.7533359Z adding 'torch/include/caffe2/operators/roi_align_gradient_op.h' 2022-09-27T15:35:08.7535583Z adding 'torch/include/caffe2/operators/roi_align_op.h' 2022-09-27T15:35:08.7537904Z adding 'torch/include/caffe2/operators/roi_align_rotated_gradient_op.h' 2022-09-27T15:35:08.7539604Z adding 'torch/include/caffe2/operators/roi_align_rotated_op.h' 2022-09-27T15:35:08.7541456Z adding 'torch/include/caffe2/operators/roi_pool_op.h' 2022-09-27T15:35:08.7543394Z adding 'torch/include/caffe2/operators/rowmul_op.h' 2022-09-27T15:35:08.7545214Z adding 'torch/include/caffe2/operators/rsqrt_op.h' 2022-09-27T15:35:08.7547129Z adding 'torch/include/caffe2/operators/scale_blobs_op.h' 2022-09-27T15:35:08.7548981Z adding 'torch/include/caffe2/operators/scale_op.h' 2022-09-27T15:35:08.7563058Z adding 'torch/include/caffe2/operators/segment_reduction_op.h' 2022-09-27T15:35:08.7567611Z adding 'torch/include/caffe2/operators/self_binning_histogram_op.h' 2022-09-27T15:35:08.7569565Z adding 'torch/include/caffe2/operators/selu_op.h' 2022-09-27T15:35:08.7572660Z adding 'torch/include/caffe2/operators/sequence_ops.h' 2022-09-27T15:35:08.7574618Z adding 'torch/include/caffe2/operators/shape_op.h' 2022-09-27T15:35:08.7576484Z adding 'torch/include/caffe2/operators/sigmoid_op.h' 2022-09-27T15:35:08.7578212Z adding 'torch/include/caffe2/operators/sin_op.h' 2022-09-27T15:35:08.7579932Z adding 'torch/include/caffe2/operators/sinh_op.h' 2022-09-27T15:35:08.7582114Z adding 'torch/include/caffe2/operators/sinusoid_position_encoding_op.h' 2022-09-27T15:35:08.7585396Z adding 'torch/include/caffe2/operators/slice_op.h' 2022-09-27T15:35:08.7587541Z adding 'torch/include/caffe2/operators/softmax_op.h' 2022-09-27T15:35:08.7589180Z adding 'torch/include/caffe2/operators/softmax_utils.h' 2022-09-27T15:35:08.7592323Z adding 'torch/include/caffe2/operators/softmax_with_loss_op.h' 2022-09-27T15:35:08.7594216Z adding 'torch/include/caffe2/operators/softplus_op.h' 2022-09-27T15:35:08.7595952Z adding 'torch/include/caffe2/operators/softsign_op.h' 2022-09-27T15:35:08.7598746Z adding 'torch/include/caffe2/operators/space_batch_op.h' 2022-09-27T15:35:08.7600730Z adding 'torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h' 2022-09-27T15:35:08.7602677Z adding 'torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h' 2022-09-27T15:35:08.7604564Z adding 'torch/include/caffe2/operators/sparse_lp_regularizer_op.h' 2022-09-27T15:35:08.7606336Z adding 'torch/include/caffe2/operators/sparse_normalize_op.h' 2022-09-27T15:35:08.7609643Z adding 'torch/include/caffe2/operators/sparse_to_dense_mask_op.h' 2022-09-27T15:35:08.7612680Z adding 'torch/include/caffe2/operators/sparse_to_dense_op.h' 2022-09-27T15:35:08.7616573Z adding 'torch/include/caffe2/operators/spatial_batch_norm_op.h' 2022-09-27T15:35:08.7619251Z adding 'torch/include/caffe2/operators/spatial_softmax_with_loss_op.h' 2022-09-27T15:35:08.7620972Z adding 'torch/include/caffe2/operators/sqr_op.h' 2022-09-27T15:35:08.7622533Z adding 'torch/include/caffe2/operators/sqrt_op.h' 2022-09-27T15:35:08.7624709Z adding 'torch/include/caffe2/operators/square_root_divide_op.h' 2022-09-27T15:35:08.7626787Z adding 'torch/include/caffe2/operators/stats_put_ops.h' 2022-09-27T15:35:08.7628589Z adding 'torch/include/caffe2/operators/stop_gradient.h' 2022-09-27T15:35:08.7630645Z adding 'torch/include/caffe2/operators/string_ops.h' 2022-09-27T15:35:08.7632626Z adding 'torch/include/caffe2/operators/stump_func_op.h' 2022-09-27T15:35:08.7634709Z adding 'torch/include/caffe2/operators/summarize_op.h' 2022-09-27T15:35:08.7636425Z adding 'torch/include/caffe2/operators/swish_op.h' 2022-09-27T15:35:08.7638218Z adding 'torch/include/caffe2/operators/tan_op.h' 2022-09-27T15:35:08.7639913Z adding 'torch/include/caffe2/operators/tanh_op.h' 2022-09-27T15:35:08.7642348Z adding 'torch/include/caffe2/operators/tensor_protos_db_input.h' 2022-09-27T15:35:08.7644644Z adding 'torch/include/caffe2/operators/text_file_reader_utils.h' 2022-09-27T15:35:08.7646505Z adding 'torch/include/caffe2/operators/thresholded_relu_op.h' 2022-09-27T15:35:08.7649535Z adding 'torch/include/caffe2/operators/tile_op.h' 2022-09-27T15:35:08.7651487Z adding 'torch/include/caffe2/operators/top_k.h' 2022-09-27T15:35:08.7653519Z adding 'torch/include/caffe2/operators/transpose_op.h' 2022-09-27T15:35:08.7657087Z adding 'torch/include/caffe2/operators/tt_linear_op.h' 2022-09-27T15:35:08.7658689Z adding 'torch/include/caffe2/operators/unique_ops.h' 2022-09-27T15:35:08.7660956Z adding 'torch/include/caffe2/operators/unsafe_coalesce.h' 2022-09-27T15:35:08.7662927Z adding 'torch/include/caffe2/operators/upsample_op.h' 2022-09-27T15:35:08.7675584Z adding 'torch/include/caffe2/operators/utility_ops.h' 2022-09-27T15:35:08.7678976Z adding 'torch/include/caffe2/operators/variable_length_sequence_padding.h' 2022-09-27T15:35:08.7680916Z adding 'torch/include/caffe2/operators/weighted_multi_sampling_op.h' 2022-09-27T15:35:08.7682447Z adding 'torch/include/caffe2/operators/weighted_sample_op.h' 2022-09-27T15:35:08.7684319Z adding 'torch/include/caffe2/operators/while_op.h' 2022-09-27T15:35:08.7686064Z adding 'torch/include/caffe2/operators/zero_gradient_op.h' 2022-09-27T15:35:08.7688682Z adding 'torch/include/caffe2/opt/annotations.h' 2022-09-27T15:35:08.7690559Z adding 'torch/include/caffe2/opt/backend_cutting.h' 2022-09-27T15:35:08.7692667Z adding 'torch/include/caffe2/opt/backend_transformer_base.h' 2022-09-27T15:35:08.7695574Z adding 'torch/include/caffe2/opt/bound_shape_inferencer.h' 2022-09-27T15:35:08.7697969Z adding 'torch/include/caffe2/opt/converter.h' 2022-09-27T15:35:08.7699684Z adding 'torch/include/caffe2/opt/device.h' 2022-09-27T15:35:08.7701636Z adding 'torch/include/caffe2/opt/distributed.h' 2022-09-27T15:35:08.7703221Z adding 'torch/include/caffe2/opt/fakefp16_transform.h' 2022-09-27T15:35:08.7705608Z adding 'torch/include/caffe2/opt/fusion.h' 2022-09-27T15:35:08.7707673Z adding 'torch/include/caffe2/opt/glow_net_transform.h' 2022-09-27T15:35:08.7709321Z adding 'torch/include/caffe2/opt/mobile.h' 2022-09-27T15:35:08.7711135Z adding 'torch/include/caffe2/opt/onnx_convert.h' 2022-09-27T15:35:08.7716940Z adding 'torch/include/caffe2/opt/onnxifi_op.h' 2022-09-27T15:35:08.7720487Z adding 'torch/include/caffe2/opt/onnxifi_transformer.h' 2022-09-27T15:35:08.7722326Z adding 'torch/include/caffe2/opt/optimize_ideep.h' 2022-09-27T15:35:08.7723981Z adding 'torch/include/caffe2/opt/optimizer.h' 2022-09-27T15:35:08.7725951Z adding 'torch/include/caffe2/opt/passes.h' 2022-09-27T15:35:08.7728565Z adding 'torch/include/caffe2/opt/shape_info.h' 2022-09-27T15:35:08.7730852Z adding 'torch/include/caffe2/opt/tvm_transformer.h' 2022-09-27T15:35:08.7733858Z adding 'torch/include/caffe2/perfkernels/adagrad.h' 2022-09-27T15:35:08.7736484Z adding 'torch/include/caffe2/perfkernels/common.h' 2022-09-27T15:35:08.7738725Z adding 'torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h' 2022-09-27T15:35:08.7740713Z adding 'torch/include/caffe2/perfkernels/embedding_lookup.h' 2022-09-27T15:35:08.7742762Z adding 'torch/include/caffe2/perfkernels/embedding_lookup_idx.h' 2022-09-27T15:35:08.7744982Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h' 2022-09-27T15:35:08.7747171Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h' 2022-09-27T15:35:08.7748628Z adding 'torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h' 2022-09-27T15:35:08.7750764Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h' 2022-09-27T15:35:08.7752605Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu.h' 2022-09-27T15:35:08.7754506Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h' 2022-09-27T15:35:08.7756164Z adding 'torch/include/caffe2/perfkernels/math.h' 2022-09-27T15:35:08.7757810Z adding 'torch/include/caffe2/perfkernels/typed_axpy.h' 2022-09-27T15:35:08.7760056Z adding 'torch/include/caffe2/predictor/InferenceGraph.h' 2022-09-27T15:35:08.7762275Z adding 'torch/include/caffe2/predictor/ThreadLocalPtr.h' 2022-09-27T15:35:08.7764341Z adding 'torch/include/caffe2/predictor/predictor.h' 2022-09-27T15:35:08.7766717Z adding 'torch/include/caffe2/predictor/predictor_config.h' 2022-09-27T15:35:08.7768368Z adding 'torch/include/caffe2/predictor/predictor_utils.h' 2022-09-27T15:35:08.7770000Z adding 'torch/include/caffe2/predictor/transforms.h' 2022-09-27T15:35:08.7840900Z adding 'torch/include/caffe2/proto/caffe2.pb.h' 2022-09-27T15:35:08.7853335Z adding 'torch/include/caffe2/proto/caffe2_pb.h' 2022-09-27T15:35:08.7873291Z adding 'torch/include/caffe2/proto/torch.pb.h' 2022-09-27T15:35:08.7877693Z adding 'torch/include/caffe2/proto/torch_pb.h' 2022-09-27T15:35:08.7880913Z adding 'torch/include/caffe2/python/dlpack.h' 2022-09-27T15:35:08.7886129Z adding 'torch/include/caffe2/python/pybind_state.h' 2022-09-27T15:35:08.7889013Z adding 'torch/include/caffe2/python/pybind_state_dlpack.h' 2022-09-27T15:35:08.7890976Z adding 'torch/include/caffe2/python/pybind_state_registry.h' 2022-09-27T15:35:08.7893251Z adding 'torch/include/caffe2/queue/blobs_queue.h' 2022-09-27T15:35:08.7895770Z adding 'torch/include/caffe2/queue/blobs_queue_db.h' 2022-09-27T15:35:08.7899015Z adding 'torch/include/caffe2/queue/queue_ops.h' 2022-09-27T15:35:08.7901421Z adding 'torch/include/caffe2/queue/rebatching_queue.h' 2022-09-27T15:35:08.7903435Z adding 'torch/include/caffe2/queue/rebatching_queue_ops.h' 2022-09-27T15:35:08.7936487Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-09-27T15:35:08.7940254Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-09-27T15:35:08.7942081Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-09-27T15:35:08.7945047Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-09-27T15:35:08.7946933Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-09-27T15:35:08.7948705Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-09-27T15:35:08.7951649Z adding 'torch/include/caffe2/serialize/versions.h' 2022-09-27T15:35:08.7954980Z adding 'torch/include/caffe2/sgd/adadelta_op.h' 2022-09-27T15:35:08.7958581Z adding 'torch/include/caffe2/sgd/adagrad_fused.h' 2022-09-27T15:35:08.7963027Z adding 'torch/include/caffe2/sgd/adagrad_op.h' 2022-09-27T15:35:08.7968074Z adding 'torch/include/caffe2/sgd/adam_op.h' 2022-09-27T15:35:08.7970770Z adding 'torch/include/caffe2/sgd/clip_tensor_op.h' 2022-09-27T15:35:08.7972915Z adding 'torch/include/caffe2/sgd/decay_adagrad_op.h' 2022-09-27T15:35:08.7975002Z adding 'torch/include/caffe2/sgd/fp16_momentum_sgd_op.h' 2022-09-27T15:35:08.7977297Z adding 'torch/include/caffe2/sgd/fp32_momentum_sgd_op.h' 2022-09-27T15:35:08.7979273Z adding 'torch/include/caffe2/sgd/ftrl_op.h' 2022-09-27T15:35:08.7981035Z adding 'torch/include/caffe2/sgd/gftrl_op.h' 2022-09-27T15:35:08.7983317Z adding 'torch/include/caffe2/sgd/iter_op.h' 2022-09-27T15:35:08.7985406Z adding 'torch/include/caffe2/sgd/lars_op.h' 2022-09-27T15:35:08.7987526Z adding 'torch/include/caffe2/sgd/learning_rate_adaption_op.h' 2022-09-27T15:35:08.7991631Z adding 'torch/include/caffe2/sgd/learning_rate_functors.h' 2022-09-27T15:35:08.7995168Z adding 'torch/include/caffe2/sgd/learning_rate_op.h' 2022-09-27T15:35:08.7997175Z adding 'torch/include/caffe2/sgd/math_lp.h' 2022-09-27T15:35:08.7999754Z adding 'torch/include/caffe2/sgd/momentum_sgd_op.h' 2022-09-27T15:35:08.8001944Z adding 'torch/include/caffe2/sgd/rmsprop_op.h' 2022-09-27T15:35:08.8007994Z adding 'torch/include/caffe2/sgd/rowwise_adagrad_fused.h' 2022-09-27T15:35:08.8010664Z adding 'torch/include/caffe2/sgd/rowwise_counter.h' 2022-09-27T15:35:08.8013133Z adding 'torch/include/caffe2/sgd/storm_op.h' 2022-09-27T15:35:08.8015656Z adding 'torch/include/caffe2/sgd/weight_scale_op.h' 2022-09-27T15:35:08.8018532Z adding 'torch/include/caffe2/sgd/wngrad_op.h' 2022-09-27T15:35:08.8022167Z adding 'torch/include/caffe2/sgd/yellowfin_op.h' 2022-09-27T15:35:08.8024820Z adding 'torch/include/caffe2/transforms/common_subexpression_elimination.h' 2022-09-27T15:35:08.8026496Z adding 'torch/include/caffe2/transforms/conv_to_nnpack_transform.h' 2022-09-27T15:35:08.8029051Z adding 'torch/include/caffe2/transforms/pattern_net_transform.h' 2022-09-27T15:35:08.8031094Z adding 'torch/include/caffe2/transforms/single_op_transform.h' 2022-09-27T15:35:08.8033285Z adding 'torch/include/caffe2/utils/bench_utils.h' 2022-09-27T15:35:08.8035033Z adding 'torch/include/caffe2/utils/cast.h' 2022-09-27T15:35:08.8039723Z adding 'torch/include/caffe2/utils/cblas.h' 2022-09-27T15:35:08.8042313Z adding 'torch/include/caffe2/utils/conversions.h' 2022-09-27T15:35:08.8044035Z adding 'torch/include/caffe2/utils/cpu_neon.h' 2022-09-27T15:35:08.8046179Z adding 'torch/include/caffe2/utils/cpuid.h' 2022-09-27T15:35:08.8048834Z adding 'torch/include/caffe2/utils/eigen_utils.h' 2022-09-27T15:35:08.8051316Z adding 'torch/include/caffe2/utils/filler.h' 2022-09-27T15:35:08.8053668Z adding 'torch/include/caffe2/utils/fixed_divisor.h' 2022-09-27T15:35:08.8055579Z adding 'torch/include/caffe2/utils/knob_patcher.h' 2022-09-27T15:35:08.8057440Z adding 'torch/include/caffe2/utils/knobs.h' 2022-09-27T15:35:08.8059122Z adding 'torch/include/caffe2/utils/map_utils.h' 2022-09-27T15:35:08.8060918Z adding 'torch/include/caffe2/utils/math-detail.h' 2022-09-27T15:35:08.8064485Z adding 'torch/include/caffe2/utils/math.h' 2022-09-27T15:35:08.8066756Z adding 'torch/include/caffe2/utils/murmur_hash3.h' 2022-09-27T15:35:08.8068382Z adding 'torch/include/caffe2/utils/proto_convert.h' 2022-09-27T15:35:08.8072302Z adding 'torch/include/caffe2/utils/proto_utils.h' 2022-09-27T15:35:08.8074421Z adding 'torch/include/caffe2/utils/proto_wrap.h' 2022-09-27T15:35:08.8076129Z adding 'torch/include/caffe2/utils/signal_handler.h' 2022-09-27T15:35:08.8078357Z adding 'torch/include/caffe2/utils/simple_queue.h' 2022-09-27T15:35:08.8080251Z adding 'torch/include/caffe2/utils/smart_tensor_printer.h' 2022-09-27T15:35:08.8082001Z adding 'torch/include/caffe2/utils/string_utils.h' 2022-09-27T15:35:08.8084114Z adding 'torch/include/caffe2/utils/zmq_helper.h' 2022-09-27T15:35:08.8086211Z adding 'torch/include/caffe2/utils/math/broadcast.h' 2022-09-27T15:35:08.8088270Z adding 'torch/include/caffe2/utils/math/elementwise.h' 2022-09-27T15:35:08.8090132Z adding 'torch/include/caffe2/utils/math/half_utils.h' 2022-09-27T15:35:08.8091981Z adding 'torch/include/caffe2/utils/math/reduce.h' 2022-09-27T15:35:08.8093728Z adding 'torch/include/caffe2/utils/math/transpose.h' 2022-09-27T15:35:08.8096325Z adding 'torch/include/caffe2/utils/math/utils.h' 2022-09-27T15:35:08.8098692Z adding 'torch/include/caffe2/utils/threadpool/ThreadPool.h' 2022-09-27T15:35:08.8100501Z adding 'torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h' 2022-09-27T15:35:08.8104631Z adding 'torch/include/caffe2/utils/threadpool/WorkersPool.h' 2022-09-27T15:35:08.8106958Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h' 2022-09-27T15:35:08.8109437Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool.h' 2022-09-27T15:35:08.8111270Z adding 'torch/include/caffe2/utils/threadpool/thread_pool_guard.h' 2022-09-27T15:35:08.8113312Z adding 'torch/include/caffe2/video/optical_flow.h' 2022-09-27T15:35:08.8117910Z adding 'torch/include/caffe2/video/video_decoder.h' 2022-09-27T15:35:08.8127523Z adding 'torch/include/caffe2/video/video_input_op.h' 2022-09-27T15:35:08.8129981Z adding 'torch/include/caffe2/video/video_io.h' 2022-09-27T15:35:08.8136725Z adding 'torch/include/pybind11/attr.h' 2022-09-27T15:35:08.8140124Z adding 'torch/include/pybind11/buffer_info.h' 2022-09-27T15:35:08.8158999Z adding 'torch/include/pybind11/cast.h' 2022-09-27T15:35:08.8163497Z adding 'torch/include/pybind11/chrono.h' 2022-09-27T15:35:08.8165044Z adding 'torch/include/pybind11/common.h' 2022-09-27T15:35:08.8166948Z adding 'torch/include/pybind11/complex.h' 2022-09-27T15:35:08.8175834Z adding 'torch/include/pybind11/eigen.h' 2022-09-27T15:35:08.8180648Z adding 'torch/include/pybind11/embed.h' 2022-09-27T15:35:08.8183166Z adding 'torch/include/pybind11/eval.h' 2022-09-27T15:35:08.8185692Z adding 'torch/include/pybind11/functional.h' 2022-09-27T15:35:08.8188501Z adding 'torch/include/pybind11/gil.h' 2022-09-27T15:35:08.8191889Z adding 'torch/include/pybind11/iostream.h' 2022-09-27T15:35:08.8213905Z adding 'torch/include/pybind11/numpy.h' 2022-09-27T15:35:08.8218701Z adding 'torch/include/pybind11/operators.h' 2022-09-27T15:35:08.8220711Z adding 'torch/include/pybind11/options.h' 2022-09-27T15:35:08.8256188Z adding 'torch/include/pybind11/pybind11.h' 2022-09-27T15:35:08.8282073Z adding 'torch/include/pybind11/pytypes.h' 2022-09-27T15:35:08.8287950Z adding 'torch/include/pybind11/stl.h' 2022-09-27T15:35:08.8294931Z adding 'torch/include/pybind11/stl_bind.h' 2022-09-27T15:35:08.8304092Z adding 'torch/include/pybind11/detail/class.h' 2022-09-27T15:35:08.8318555Z adding 'torch/include/pybind11/detail/common.h' 2022-09-27T15:35:08.8322015Z adding 'torch/include/pybind11/detail/descr.h' 2022-09-27T15:35:08.8328982Z adding 'torch/include/pybind11/detail/init.h' 2022-09-27T15:35:08.8334095Z adding 'torch/include/pybind11/detail/internals.h' 2022-09-27T15:35:08.8347258Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-09-27T15:35:08.8350082Z adding 'torch/include/pybind11/detail/typeid.h' 2022-09-27T15:35:08.8356209Z adding 'torch/include/torch/custom_class.h' 2022-09-27T15:35:08.8360003Z adding 'torch/include/torch/custom_class_detail.h' 2022-09-27T15:35:08.8361631Z adding 'torch/include/torch/extension.h' 2022-09-27T15:35:08.8372770Z adding 'torch/include/torch/library.h' 2022-09-27T15:35:08.8375608Z adding 'torch/include/torch/script.h' 2022-09-27T15:35:08.8378401Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-09-27T15:35:08.8380071Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-09-27T15:35:08.8381669Z adding 'torch/include/torch/csrc/Device.h' 2022-09-27T15:35:08.8383535Z adding 'torch/include/torch/csrc/Dtype.h' 2022-09-27T15:35:08.8385150Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-09-27T15:35:08.8389727Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-09-27T15:35:08.8391909Z adding 'torch/include/torch/csrc/Export.h' 2022-09-27T15:35:08.8393507Z adding 'torch/include/torch/csrc/Generator.h' 2022-09-27T15:35:08.8395273Z adding 'torch/include/torch/csrc/Layout.h' 2022-09-27T15:35:08.8396952Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-09-27T15:35:08.8398683Z adding 'torch/include/torch/csrc/Module.h' 2022-09-27T15:35:08.8400025Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-09-27T15:35:08.8402021Z adding 'torch/include/torch/csrc/QScheme.h' 2022-09-27T15:35:08.8403379Z adding 'torch/include/torch/csrc/Size.h' 2022-09-27T15:35:08.8404807Z adding 'torch/include/torch/csrc/Storage.h' 2022-09-27T15:35:08.8406407Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-09-27T15:35:08.8407121Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-09-27T15:35:08.8408806Z adding 'torch/include/torch/csrc/Stream.h' 2022-09-27T15:35:08.8410128Z adding 'torch/include/torch/csrc/THConcat.h' 2022-09-27T15:35:08.8411661Z adding 'torch/include/torch/csrc/THP.h' 2022-09-27T15:35:08.8413456Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-09-27T15:35:08.8415637Z adding 'torch/include/torch/csrc/Types.h' 2022-09-27T15:35:08.8416794Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-09-27T15:35:08.8418326Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-09-27T15:35:08.8419853Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-09-27T15:35:08.8421546Z adding 'torch/include/torch/csrc/python_headers.h' 2022-09-27T15:35:08.8423137Z adding 'torch/include/torch/csrc/serialization.h' 2022-09-27T15:35:08.8425909Z adding 'torch/include/torch/csrc/utils.h' 2022-09-27T15:35:08.8428789Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-09-27T15:35:08.8430620Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-09-27T15:35:08.8433361Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-09-27T15:35:08.8435153Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-09-27T15:35:08.8436789Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-09-27T15:35:08.8439591Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-09-27T15:35:08.8442480Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-09-27T15:35:08.8445655Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-09-27T15:35:08.8447796Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-09-27T15:35:08.8449530Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-09-27T15:35:08.8454423Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-09-27T15:35:08.8457031Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-09-27T15:35:08.8458626Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-09-27T15:35:08.8460727Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-09-27T15:35:08.8464973Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-09-27T15:35:08.8468638Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-09-27T15:35:08.8471271Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-09-27T15:35:08.8472819Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-09-27T15:35:08.8477720Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-09-27T15:35:08.8480236Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-09-27T15:35:08.8482133Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-09-27T15:35:08.8484297Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-09-27T15:35:08.8485953Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-09-27T15:35:08.8488208Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-09-27T15:35:08.8490235Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-09-27T15:35:08.8491782Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-09-27T15:35:08.8493484Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-09-27T15:35:08.8496037Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-09-27T15:35:08.8497776Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-09-27T15:35:08.8499320Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-09-27T15:35:08.8501014Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-09-27T15:35:08.8504750Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-09-27T15:35:08.8507104Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-09-27T15:35:08.8509489Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-09-27T15:35:08.8512011Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-09-27T15:35:08.8518485Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-09-27T15:35:08.8521336Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-09-27T15:35:08.8523146Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-09-27T15:35:08.8525265Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-09-27T15:35:08.8527137Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-09-27T15:35:08.8528915Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-09-27T15:35:08.8531347Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-09-27T15:35:08.8533454Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-09-27T15:35:08.8536064Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-09-27T15:35:08.8538459Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-09-27T15:35:08.8540024Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-09-27T15:35:08.8542137Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-09-27T15:35:08.8544003Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-09-27T15:35:08.8545886Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-09-27T15:35:08.8547524Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-09-27T15:35:08.8549260Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-09-27T15:35:08.8551343Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-09-27T15:35:08.8553086Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-09-27T15:35:08.8554824Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-09-27T15:35:08.8556535Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-09-27T15:35:08.8558831Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-09-27T15:35:08.8563434Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-09-27T15:35:08.8565943Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-09-27T15:35:08.8568924Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-09-27T15:35:08.8570695Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-09-27T15:35:08.8573094Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-09-27T15:35:08.8580379Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-09-27T15:35:08.8582892Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-09-27T15:35:08.8584643Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-09-27T15:35:08.8586846Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-09-27T15:35:08.8590165Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-09-27T15:35:08.8591910Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-09-27T15:35:08.8598383Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-09-27T15:35:08.8601150Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-09-27T15:35:08.8603654Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-09-27T15:35:08.8605929Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-09-27T15:35:08.8608372Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-09-27T15:35:08.8611277Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-09-27T15:35:08.8613562Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-09-27T15:35:08.8615755Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-09-27T15:35:08.8617625Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-09-27T15:35:08.8622665Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-09-27T15:35:08.8625992Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-09-27T15:35:08.8628247Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-09-27T15:35:08.8630165Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-09-27T15:35:08.8635316Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-09-27T15:35:08.8639513Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-09-27T15:35:08.8642090Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-09-27T15:35:08.8644494Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-09-27T15:35:08.8649311Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-09-27T15:35:08.8653232Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-09-27T15:35:08.8655425Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-09-27T15:35:08.8658064Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-09-27T15:35:08.8662005Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-09-27T15:35:08.8664242Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-09-27T15:35:08.8666496Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-09-27T15:35:08.8669241Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-09-27T15:35:08.8671932Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-09-27T15:35:08.8673994Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-09-27T15:35:08.8676584Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-09-27T15:35:08.8682513Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-09-27T15:35:08.8685850Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-09-27T15:35:08.8688991Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-09-27T15:35:08.8691509Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-09-27T15:35:08.8696532Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-09-27T15:35:08.8700514Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-09-27T15:35:08.8703465Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-09-27T15:35:08.8706069Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-09-27T15:35:08.8708747Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-09-27T15:35:08.8711264Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-09-27T15:35:08.8713075Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-09-27T15:35:08.8717997Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-09-27T15:35:08.8721051Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-09-27T15:35:08.8723641Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-09-27T15:35:08.8726158Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-09-27T15:35:08.8729354Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-09-27T15:35:08.8733006Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-09-27T15:35:08.8735634Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-09-27T15:35:08.8738113Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-09-27T15:35:08.8740771Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-09-27T15:35:08.8745547Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-09-27T15:35:08.8750372Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-09-27T15:35:08.8752808Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-09-27T15:35:08.8754802Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-09-27T15:35:08.8757847Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-09-27T15:35:08.8760242Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-09-27T15:35:08.8762216Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-09-27T15:35:08.8765058Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-09-27T15:35:08.8767555Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-09-27T15:35:08.8769710Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-09-27T15:35:08.8771967Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-09-27T15:35:08.8776893Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-09-27T15:35:08.8780152Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-09-27T15:35:08.8782445Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-09-27T15:35:08.8784415Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-09-27T15:35:08.8787773Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-09-27T15:35:08.8790882Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-09-27T15:35:08.8793404Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-09-27T15:35:08.8795769Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-09-27T15:35:08.8798190Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-09-27T15:35:08.8800640Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-09-27T15:35:08.8802508Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-09-27T15:35:08.8806977Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-09-27T15:35:08.8809999Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-09-27T15:35:08.8812229Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-09-27T15:35:08.8816549Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-09-27T15:35:08.8819666Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-09-27T15:35:08.8821822Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-09-27T15:35:08.8824021Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-09-27T15:35:08.8826368Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-09-27T15:35:08.8829302Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-09-27T15:35:08.8831608Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-09-27T15:35:08.8835083Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-09-27T15:35:08.8837565Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-09-27T15:35:08.8839784Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-09-27T15:35:08.8841384Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-09-27T15:35:08.8843124Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-09-27T15:35:08.8845265Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-09-27T15:35:08.8847341Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-09-27T15:35:08.8848924Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-09-27T15:35:08.8856326Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-09-27T15:35:08.8858603Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-09-27T15:35:08.8863397Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-09-27T15:35:08.8865698Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-09-27T15:35:08.8868426Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-09-27T15:35:08.8870119Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-09-27T15:35:08.8871722Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-09-27T15:35:08.8876547Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-09-27T15:35:08.8878914Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-09-27T15:35:08.8882673Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-09-27T15:35:08.8886605Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-09-27T15:35:08.8895694Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-09-27T15:35:08.8898046Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-09-27T15:35:08.8899893Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-09-27T15:35:08.8902914Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-09-27T15:35:08.8904755Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-09-27T15:35:08.8907184Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-09-27T15:35:08.8909098Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-09-27T15:35:08.8910773Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-09-27T15:35:08.8913199Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-09-27T15:35:08.8917141Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-09-27T15:35:08.8919057Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-09-27T15:35:08.8920817Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-09-27T15:35:08.8922466Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-09-27T15:35:08.8924585Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-09-27T15:35:08.8926582Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-09-27T15:35:08.8928277Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-09-27T15:35:08.8929860Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-09-27T15:35:08.8932661Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-09-27T15:35:08.8933923Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-09-27T15:35:08.8935872Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-09-27T15:35:08.8937369Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-09-27T15:35:08.8938854Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-09-27T15:35:08.8940508Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-09-27T15:35:08.8941804Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-09-27T15:35:08.8943574Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-09-27T15:35:08.8945262Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-09-27T15:35:08.8946771Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-09-27T15:35:08.8948468Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-09-27T15:35:08.8950414Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-09-27T15:35:08.8952234Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-09-27T15:35:08.8953937Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-09-27T15:35:08.8956401Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-09-27T15:35:08.8958675Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-09-27T15:35:08.8960449Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-09-27T15:35:08.8970797Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-09-27T15:35:08.8976535Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-09-27T15:35:08.8979064Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-09-27T15:35:08.8980877Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-09-27T15:35:08.8982565Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-09-27T15:35:08.8985006Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-09-27T15:35:08.8987372Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-09-27T15:35:08.9010958Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-09-27T15:35:08.9018892Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-09-27T15:35:08.9020629Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-09-27T15:35:08.9025415Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-09-27T15:35:08.9028615Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-09-27T15:35:08.9030786Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-09-27T15:35:08.9032968Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-09-27T15:35:08.9034610Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-09-27T15:35:08.9036318Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-09-27T15:35:08.9038659Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-09-27T15:35:08.9040774Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-09-27T15:35:08.9042409Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-09-27T15:35:08.9044033Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-09-27T15:35:08.9045913Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-09-27T15:35:08.9047549Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-09-27T15:35:08.9049213Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-09-27T15:35:08.9051874Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-09-27T15:35:08.9053995Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-09-27T15:35:08.9055714Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-09-27T15:35:08.9057825Z adding 'torch/include/torch/csrc/deploy/Exception.h' 2022-09-27T15:35:08.9061506Z adding 'torch/include/torch/csrc/deploy/deploy.h' 2022-09-27T15:35:08.9063456Z adding 'torch/include/torch/csrc/deploy/elf_file.h' 2022-09-27T15:35:08.9066344Z adding 'torch/include/torch/csrc/deploy/environment.h' 2022-09-27T15:35:08.9068378Z adding 'torch/include/torch/csrc/deploy/loader.h' 2022-09-27T15:35:08.9070376Z adding 'torch/include/torch/csrc/deploy/mem_file.h' 2022-09-27T15:35:08.9071976Z adding 'torch/include/torch/csrc/deploy/noop_environment.h' 2022-09-27T15:35:08.9073647Z adding 'torch/include/torch/csrc/deploy/path_environment.h' 2022-09-27T15:35:08.9079776Z adding 'torch/include/torch/csrc/deploy/interpreter/Optional.hpp' 2022-09-27T15:35:08.9083317Z adding 'torch/include/torch/csrc/deploy/interpreter/builtin_registry.h' 2022-09-27T15:35:08.9086015Z adding 'torch/include/torch/csrc/deploy/interpreter/interpreter_impl.h' 2022-09-27T15:35:08.9088365Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-09-27T15:35:08.9090687Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-09-27T15:35:08.9093723Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-09-27T15:35:08.9096522Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-09-27T15:35:08.9098264Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-09-27T15:35:08.9099977Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-09-27T15:35:08.9101734Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-09-27T15:35:08.9103347Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-09-27T15:35:08.9105915Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-09-27T15:35:08.9107857Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-09-27T15:35:08.9109671Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-09-27T15:35:08.9111713Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-09-27T15:35:08.9113426Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-09-27T15:35:08.9118248Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-09-27T15:35:08.9120313Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-09-27T15:35:08.9126049Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-09-27T15:35:08.9132115Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-09-27T15:35:08.9134857Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-09-27T15:35:08.9137201Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-09-27T15:35:08.9139074Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-09-27T15:35:08.9140709Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-09-27T15:35:08.9146321Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-09-27T15:35:08.9149437Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-09-27T15:35:08.9151308Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-09-27T15:35:08.9153099Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-09-27T15:35:08.9154972Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-09-27T15:35:08.9156743Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-09-27T15:35:08.9159101Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-09-27T15:35:08.9162094Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-09-27T15:35:08.9164089Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-09-27T15:35:08.9165654Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-09-27T15:35:08.9169995Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-09-27T15:35:08.9173191Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-09-27T15:35:08.9175548Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-09-27T15:35:08.9182475Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-09-27T15:35:08.9185799Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-09-27T15:35:08.9188509Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-09-27T15:35:08.9191719Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-09-27T15:35:08.9193830Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-09-27T15:35:08.9195604Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-09-27T15:35:08.9197701Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-09-27T15:35:08.9199318Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-09-27T15:35:08.9201039Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-09-27T15:35:08.9202626Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-09-27T15:35:08.9204236Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-09-27T15:35:08.9211016Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-09-27T15:35:08.9213384Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-09-27T15:35:08.9215092Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-09-27T15:35:08.9219078Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-09-27T15:35:08.9222104Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-09-27T15:35:08.9225770Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-09-27T15:35:08.9229496Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-09-27T15:35:08.9232807Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-09-27T15:35:08.9237031Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-09-27T15:35:08.9241162Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-09-27T15:35:08.9243883Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-09-27T15:35:08.9246277Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-09-27T15:35:08.9249991Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-09-27T15:35:08.9252308Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-09-27T15:35:08.9256649Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-09-27T15:35:08.9263890Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-09-27T15:35:08.9266490Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-09-27T15:35:08.9271117Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-09-27T15:35:08.9274161Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_reference_replay.h' 2022-09-27T15:35:08.9276803Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h' 2022-09-27T15:35:08.9279364Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-09-27T15:35:08.9281449Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-09-27T15:35:08.9283118Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-09-27T15:35:08.9288213Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-09-27T15:35:08.9291159Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-09-27T15:35:08.9293539Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-09-27T15:35:08.9296620Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-09-27T15:35:08.9299138Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-09-27T15:35:08.9305496Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-09-27T15:35:08.9318935Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-09-27T15:35:08.9322300Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-09-27T15:35:08.9324421Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-09-27T15:35:08.9327822Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-09-27T15:35:08.9332070Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-09-27T15:35:08.9335845Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-09-27T15:35:08.9341566Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-09-27T15:35:08.9343979Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-09-27T15:35:08.9349648Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-09-27T15:35:08.9352779Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-09-27T15:35:08.9355837Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-09-27T15:35:08.9357978Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-09-27T15:35:08.9359791Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-09-27T15:35:08.9363619Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-09-27T15:35:08.9365637Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-09-27T15:35:08.9367446Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-09-27T15:35:08.9369308Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-09-27T15:35:08.9371679Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-09-27T15:35:08.9374976Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-09-27T15:35:08.9378035Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-09-27T15:35:08.9379850Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-09-27T15:35:08.9381507Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-09-27T15:35:08.9383374Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-09-27T15:35:08.9385450Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-09-27T15:35:08.9387604Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-09-27T15:35:08.9389212Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-09-27T15:35:08.9391134Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-09-27T15:35:08.9392760Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-09-27T15:35:08.9396127Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-09-27T15:35:08.9398452Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-09-27T15:35:08.9401122Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-09-27T15:35:08.9403183Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-09-27T15:35:08.9405078Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-09-27T15:35:08.9407348Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-09-27T15:35:08.9411109Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-09-27T15:35:08.9413530Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-09-27T15:35:08.9415195Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-09-27T15:35:08.9417192Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-09-27T15:35:08.9420835Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-09-27T15:35:08.9424275Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-09-27T15:35:08.9426286Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-09-27T15:35:08.9428435Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-09-27T15:35:08.9430707Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-09-27T15:35:08.9433496Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-09-27T15:35:08.9435958Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-09-27T15:35:08.9438016Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-09-27T15:35:08.9439530Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-09-27T15:35:08.9442171Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-09-27T15:35:08.9444054Z adding 'torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h' 2022-09-27T15:35:08.9449270Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-09-27T15:35:08.9453920Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-09-27T15:35:08.9457524Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-09-27T15:35:08.9459543Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-09-27T15:35:08.9462074Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-09-27T15:35:08.9466410Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-09-27T15:35:08.9468504Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-09-27T15:35:08.9470575Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-09-27T15:35:08.9473544Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-09-27T15:35:08.9475571Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-09-27T15:35:08.9477993Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-09-27T15:35:08.9479710Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-09-27T15:35:08.9481681Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-09-27T15:35:08.9484221Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-09-27T15:35:08.9486691Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-09-27T15:35:08.9490284Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-09-27T15:35:08.9492541Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-09-27T15:35:08.9494310Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-09-27T15:35:08.9496514Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-09-27T15:35:08.9499805Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-09-27T15:35:08.9501860Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-09-27T15:35:08.9503686Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-09-27T15:35:08.9506065Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-09-27T15:35:08.9508318Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-09-27T15:35:08.9510158Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-09-27T15:35:08.9513603Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-09-27T15:35:08.9515869Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-09-27T15:35:08.9519296Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-09-27T15:35:08.9522565Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-09-27T15:35:08.9524785Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-09-27T15:35:08.9531766Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-09-27T15:35:08.9533805Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-09-27T15:35:08.9536143Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-09-27T15:35:08.9537805Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-09-27T15:35:08.9541346Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-09-27T15:35:08.9543544Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-09-27T15:35:08.9544879Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-09-27T15:35:08.9546843Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-09-27T15:35:08.9548246Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-09-27T15:35:08.9549712Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-09-27T15:35:08.9551168Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-09-27T15:35:08.9552645Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-09-27T15:35:08.9559153Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-09-27T15:35:08.9561676Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-09-27T15:35:08.9563279Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-09-27T15:35:08.9565252Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-09-27T15:35:08.9566852Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-09-27T15:35:08.9568685Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-09-27T15:35:08.9570168Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-09-27T15:35:08.9571870Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-09-27T15:35:08.9573608Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-09-27T15:35:08.9575533Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-09-27T15:35:08.9579738Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-09-27T15:35:08.9581786Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-09-27T15:35:08.9583525Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-09-27T15:35:08.9590739Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-09-27T15:35:08.9594943Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-09-27T15:35:08.9598320Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-09-27T15:35:08.9606667Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-09-27T15:35:08.9609144Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-09-27T15:35:08.9614317Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-09-27T15:35:08.9617095Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-09-27T15:35:08.9619049Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-09-27T15:35:08.9621497Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-09-27T15:35:08.9638602Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-09-27T15:35:08.9642142Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-09-27T15:35:08.9643993Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-09-27T15:35:08.9648876Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-09-27T15:35:08.9649047Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-09-27T15:35:08.9650650Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-09-27T15:35:08.9653359Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-09-27T15:35:08.9654562Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-09-27T15:35:08.9656760Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-09-27T15:35:08.9658536Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-09-27T15:35:08.9661288Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-09-27T15:35:08.9663870Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-09-27T15:35:08.9665600Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-09-27T15:35:08.9667612Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-09-27T15:35:08.9669961Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-09-27T15:35:08.9671628Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-09-27T15:35:08.9673162Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-09-27T15:35:08.9674612Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-09-27T15:35:08.9676140Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-09-27T15:35:08.9678938Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-09-27T15:35:08.9681130Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-09-27T15:35:08.9682759Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-09-27T15:35:08.9684268Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-09-27T15:35:08.9685843Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-09-27T15:35:08.9688072Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-09-27T15:35:08.9689683Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-09-27T15:35:08.9691361Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-09-27T15:35:08.9693090Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-09-27T15:35:08.9694766Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-09-27T15:35:08.9696373Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-09-27T15:35:08.9699068Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-09-27T15:35:08.9700602Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-09-27T15:35:08.9702074Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-09-27T15:35:08.9703665Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-09-27T15:35:08.9705058Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-09-27T15:35:08.9707707Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-09-27T15:35:08.9709463Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-09-27T15:35:08.9710952Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-09-27T15:35:08.9712478Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-09-27T15:35:08.9713949Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-09-27T15:35:08.9715397Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-09-27T15:35:08.9716955Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-09-27T15:35:08.9718553Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-09-27T15:35:08.9720342Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-09-27T15:35:08.9721975Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-09-27T15:35:08.9723535Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-09-27T15:35:08.9725123Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-09-27T15:35:08.9726932Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-09-27T15:35:08.9728435Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-09-27T15:35:08.9729968Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-09-27T15:35:08.9731466Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-09-27T15:35:08.9733150Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-09-27T15:35:08.9734636Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-09-27T15:35:08.9737285Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-09-27T15:35:08.9739298Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-09-27T15:35:08.9741142Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-09-27T15:35:08.9742714Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-09-27T15:35:08.9744256Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-09-27T15:35:08.9745775Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-09-27T15:35:08.9747350Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-09-27T15:35:08.9748807Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-09-27T15:35:08.9750333Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-09-27T15:35:08.9751983Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-09-27T15:35:08.9753788Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-09-27T15:35:08.9755250Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-09-27T15:35:08.9757155Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-09-27T15:35:08.9759061Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-09-27T15:35:08.9760401Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-09-27T15:35:08.9761769Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-09-27T15:35:08.9763449Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-09-27T15:35:08.9765062Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-09-27T15:35:08.9766621Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-09-27T15:35:08.9775569Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-09-27T15:35:08.9775930Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-09-27T15:35:08.9776304Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-09-27T15:35:08.9776504Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-09-27T15:35:08.9776720Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-09-27T15:35:08.9777706Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-09-27T15:35:08.9778234Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-09-27T15:35:08.9780025Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-09-27T15:35:08.9781503Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-09-27T15:35:08.9783267Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-09-27T15:35:08.9784804Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-09-27T15:35:08.9786272Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-09-27T15:35:08.9788045Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-09-27T15:35:08.9789701Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-09-27T15:35:08.9792376Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-09-27T15:35:08.9794111Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-09-27T15:35:08.9795687Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-09-27T15:35:08.9797565Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-09-27T15:35:08.9799585Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-09-27T15:35:08.9801292Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-09-27T15:35:08.9802891Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-09-27T15:35:08.9804519Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-09-27T15:35:08.9806071Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-09-27T15:35:08.9807631Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-09-27T15:35:08.9808997Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-09-27T15:35:08.9810738Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-09-27T15:35:08.9812393Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-09-27T15:35:08.9814401Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-09-27T15:35:08.9816660Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-09-27T15:35:08.9818088Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-09-27T15:35:08.9820238Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-09-27T15:35:08.9822054Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-09-27T15:35:08.9823960Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-09-27T15:35:08.9826511Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-09-27T15:35:08.9828746Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-09-27T15:35:08.9830810Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-09-27T15:35:08.9833184Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-09-27T15:35:08.9835486Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-09-27T15:35:08.9837611Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-09-27T15:35:08.9839765Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-09-27T15:35:08.9841758Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-09-27T15:35:08.9843587Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-09-27T15:35:08.9845473Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-09-27T15:35:08.9847842Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-09-27T15:35:08.9850007Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-09-27T15:35:08.9851788Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-09-27T15:35:08.9854899Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-09-27T15:35:08.9857490Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-09-27T15:35:08.9859615Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-09-27T15:35:08.9868130Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-09-27T15:35:08.9871341Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-09-27T15:35:08.9873189Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-09-27T15:35:08.9875474Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-09-27T15:35:08.9878722Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-09-27T15:35:08.9881026Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-09-27T15:35:08.9882691Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-09-27T15:35:08.9885046Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-09-27T15:35:08.9887238Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-09-27T15:35:08.9889095Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-09-27T15:35:08.9892236Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-09-27T15:35:08.9903722Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-09-27T15:35:08.9907067Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-09-27T15:35:08.9908939Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-09-27T15:35:08.9911316Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-09-27T15:35:08.9913568Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-09-27T15:35:08.9916457Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-09-27T15:35:08.9919522Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-09-27T15:35:08.9922452Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-09-27T15:35:08.9924530Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-09-27T15:35:08.9925894Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-09-27T15:35:08.9927620Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-09-27T15:35:08.9929035Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-09-27T15:35:08.9935028Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-09-27T15:35:08.9937790Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-09-27T15:35:08.9939849Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-09-27T15:35:08.9941460Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-09-27T15:35:08.9943049Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-09-27T15:35:08.9944809Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-09-27T15:35:08.9946082Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-09-27T15:35:08.9948647Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-09-27T15:35:08.9950956Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-09-27T15:35:08.9953297Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-09-27T15:35:08.9955945Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-09-27T15:35:08.9958919Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-09-27T15:35:08.9960581Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-09-27T15:35:08.9962053Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-09-27T15:35:08.9963959Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-09-27T15:35:08.9967496Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-09-27T15:35:08.9969243Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-09-27T15:35:08.9970782Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-09-27T15:35:08.9972675Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-09-27T15:35:08.9976120Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-09-27T15:35:08.9983539Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-09-27T15:35:08.9986508Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-09-27T15:35:08.9988116Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-09-27T15:35:08.9989560Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-09-27T15:35:08.9991097Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-09-27T15:35:08.9992703Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-09-27T15:35:08.9994193Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-09-27T15:35:08.9996161Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-09-27T15:35:08.9997830Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-09-27T15:35:08.9999475Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-09-27T15:35:09.0000947Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-09-27T15:35:09.0003371Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-09-27T15:35:09.0007014Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-09-27T15:35:09.0009161Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-09-27T15:35:09.0011240Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-09-27T15:35:09.0026723Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-09-27T15:35:09.0027105Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-09-27T15:35:09.0027328Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-09-27T15:35:09.0027542Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-09-27T15:35:09.0027749Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-09-27T15:35:09.0027948Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-09-27T15:35:09.0028135Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-09-27T15:35:09.0028372Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-09-27T15:35:09.0041796Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-09-27T15:35:09.0045961Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-09-27T15:35:09.0048300Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-09-27T15:35:09.0052089Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-09-27T15:35:09.0054469Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-09-27T15:35:09.0056855Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-09-27T15:35:09.0058836Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-09-27T15:35:09.0061020Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-09-27T15:35:09.0063075Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-09-27T15:35:09.0066310Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-09-27T15:35:09.0070441Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-09-27T15:35:09.0073218Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-09-27T15:35:09.0075541Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-09-27T15:35:09.0078414Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-09-27T15:35:09.0081625Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-09-27T15:35:09.0084080Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-09-27T15:35:09.0086063Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-09-27T15:35:09.0089285Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-09-27T15:35:09.0091857Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-09-27T15:35:09.0095694Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-09-27T15:35:09.0098206Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-09-27T15:35:09.0102526Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-09-27T15:35:09.0105659Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-09-27T15:35:09.0107503Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-09-27T15:35:09.0110317Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-09-27T15:35:09.0112900Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-09-27T15:35:09.0115903Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-09-27T15:35:09.0119058Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-09-27T15:35:09.0122887Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-09-27T15:35:09.0124946Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-09-27T15:35:09.0131135Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-09-27T15:35:09.0134019Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-09-27T15:35:09.0136492Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-09-27T15:35:09.0139251Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-09-27T15:35:09.0144260Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-09-27T15:35:09.0147000Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-09-27T15:35:09.0149017Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-09-27T15:35:09.0154034Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-09-27T15:35:09.0157204Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-09-27T15:35:09.0159807Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-09-27T15:35:09.0167023Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-09-27T15:35:09.0169843Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-09-27T15:35:09.0171909Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-09-27T15:35:09.0177213Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-09-27T15:35:09.0180892Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-09-27T15:35:09.0186030Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-09-27T15:35:09.0192879Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-09-27T15:35:09.0197022Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-09-27T15:35:09.0199242Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-09-27T15:35:09.0202164Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-09-27T15:35:09.0204550Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-09-27T15:35:09.0206918Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-09-27T15:35:09.0209806Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-09-27T15:35:09.0211803Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-09-27T15:35:09.0214277Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-09-27T15:35:09.0216592Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-09-27T15:35:09.0218720Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-09-27T15:35:09.0221069Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-09-27T15:35:09.0223545Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-09-27T15:35:09.0225737Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-09-27T15:35:09.0227757Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-09-27T15:35:09.0230539Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-09-27T15:35:09.0232667Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-09-27T15:35:09.0235513Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-09-27T15:35:09.0238114Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-09-27T15:35:09.0241366Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-09-27T15:35:09.0244022Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-09-27T15:35:09.0247552Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-09-27T15:35:09.0249582Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-09-27T15:35:09.0251926Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-09-27T15:35:09.0254321Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-09-27T15:35:09.0257840Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-09-27T15:35:09.0260514Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-09-27T15:35:09.0264410Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-09-27T15:35:09.0268022Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-09-27T15:35:09.0270567Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-09-27T15:35:09.0272381Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-09-27T15:35:09.0274804Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-09-27T15:35:09.0279614Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-09-27T15:35:09.0282744Z adding 'torch/include/torch/csrc/lazy/core/lazy_view.h' 2022-09-27T15:35:09.0286621Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-09-27T15:35:09.0289090Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-09-27T15:35:09.0291400Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-09-27T15:35:09.0294179Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-09-27T15:35:09.0297661Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-09-27T15:35:09.0301892Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-09-27T15:35:09.0304431Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-09-27T15:35:09.0306909Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-09-27T15:35:09.0308032Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-09-27T15:35:09.0310269Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-09-27T15:35:09.0312217Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-09-27T15:35:09.0314497Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-09-27T15:35:09.0316938Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-09-27T15:35:09.0319236Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-09-27T15:35:09.0320730Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-09-27T15:35:09.0322483Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-09-27T15:35:09.0324433Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-09-27T15:35:09.0326573Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-09-27T15:35:09.0328685Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-09-27T15:35:09.0330463Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-09-27T15:35:09.0332116Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-09-27T15:35:09.0333771Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-09-27T15:35:09.0336299Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-09-27T15:35:09.0338529Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-09-27T15:35:09.0340158Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-09-27T15:35:09.0341871Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-09-27T15:35:09.0343439Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-09-27T15:35:09.0345481Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-09-27T15:35:09.0349751Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-09-27T15:35:09.0352773Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-09-27T15:35:09.0354530Z adding 'torch/include/torch/csrc/profiler/execution_graph_observer.h' 2022-09-27T15:35:09.0356066Z adding 'torch/include/torch/csrc/profiler/itt_observer.h' 2022-09-27T15:35:09.0358823Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-09-27T15:35:09.0360124Z adding 'torch/include/torch/csrc/profiler/nvtx_observer.h' 2022-09-27T15:35:09.0362799Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-09-27T15:35:09.0365454Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-09-27T15:35:09.0367425Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-09-27T15:35:09.0369309Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-09-27T15:35:09.0371621Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-09-27T15:35:09.0373354Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-09-27T15:35:09.0374854Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-09-27T15:35:09.0376874Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-09-27T15:35:09.0378190Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-09-27T15:35:09.0380242Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-09-27T15:35:09.0381697Z adding 'torch/include/torch/csrc/utils/disallow_copy.h' 2022-09-27T15:35:09.0383113Z adding 'torch/include/torch/csrc/utils/init.h' 2022-09-27T15:35:09.0384697Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-09-27T15:35:09.0386341Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-09-27T15:35:09.0387729Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-09-27T15:35:09.0389385Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-09-27T15:35:09.0391127Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-09-27T15:35:09.0393795Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-09-27T15:35:09.0395486Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-09-27T15:35:09.0405103Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-09-27T15:35:09.0408188Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-09-27T15:35:09.0409770Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-09-27T15:35:09.0412010Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-09-27T15:35:09.0414128Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-09-27T15:35:09.0416750Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-09-27T15:35:09.0418283Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-09-27T15:35:09.0419857Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-09-27T15:35:09.0421505Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-09-27T15:35:09.0423657Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-09-27T15:35:09.0425505Z adding 'torch/include/torch/csrc/utils/six.h' 2022-09-27T15:35:09.0427047Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-09-27T15:35:09.0428564Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-09-27T15:35:09.0430031Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-09-27T15:35:09.0432026Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-09-27T15:35:09.0433577Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-09-27T15:35:09.0434923Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-09-27T15:35:09.0436316Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-09-27T15:35:09.0438346Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-09-27T15:35:09.0439986Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-09-27T15:35:09.0441439Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-09-27T15:35:09.0442951Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-09-27T15:35:09.0445487Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-09-27T15:35:09.0448504Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-09-27T15:35:09.0450211Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-09-27T15:35:09.0452462Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-09-27T15:35:09.0456425Z adding 'torch/jit/__init__.py' 2022-09-27T15:35:09.0459206Z adding 'torch/jit/_async.py' 2022-09-27T15:35:09.0461999Z adding 'torch/jit/_builtins.py' 2022-09-27T15:35:09.0465514Z adding 'torch/jit/_check.py' 2022-09-27T15:35:09.0468436Z adding 'torch/jit/_dataclass_impls.py' 2022-09-27T15:35:09.0470107Z adding 'torch/jit/_decomposition_utils.py' 2022-09-27T15:35:09.0472310Z adding 'torch/jit/_decompositions.py' 2022-09-27T15:35:09.0475723Z adding 'torch/jit/_freeze.py' 2022-09-27T15:35:09.0478829Z adding 'torch/jit/_fuser.py' 2022-09-27T15:35:09.0480469Z adding 'torch/jit/_ir_utils.py' 2022-09-27T15:35:09.0481899Z adding 'torch/jit/_logging.py' 2022-09-27T15:35:09.0484758Z adding 'torch/jit/_monkeytype_config.py' 2022-09-27T15:35:09.0486737Z adding 'torch/jit/_pickle.py' 2022-09-27T15:35:09.0499178Z adding 'torch/jit/_recursive.py' 2022-09-27T15:35:09.0519291Z adding 'torch/jit/_script.py' 2022-09-27T15:35:09.0524872Z adding 'torch/jit/_serialization.py' 2022-09-27T15:35:09.0536440Z adding 'torch/jit/_shape_functions.py' 2022-09-27T15:35:09.0539462Z adding 'torch/jit/_state.py' 2022-09-27T15:35:09.0553149Z adding 'torch/jit/_trace.py' 2022-09-27T15:35:09.0559711Z adding 'torch/jit/annotations.py' 2022-09-27T15:35:09.0572027Z adding 'torch/jit/frontend.py' 2022-09-27T15:35:09.0574887Z adding 'torch/jit/generate_bytecode.py' 2022-09-27T15:35:09.0580004Z adding 'torch/jit/quantized.py' 2022-09-27T15:35:09.0584000Z adding 'torch/jit/supported_ops.py' 2022-09-27T15:35:09.0586145Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-09-27T15:35:09.0588167Z adding 'torch/jit/_passes/__init__.py' 2022-09-27T15:35:09.0590013Z adding 'torch/jit/_passes/_property_propagation.py' 2022-09-27T15:35:09.0592871Z adding 'torch/jit/mobile/__init__.py' 2022-09-27T15:35:09.0727895Z adding 'torch/lib/libbackend_with_compiler.so' 2022-09-27T15:35:09.1050570Z adding 'torch/lib/libc10.so' 2022-09-27T15:35:09.1165645Z adding 'torch/lib/libjitbackend_test.so' 2022-09-27T15:35:09.1185207Z adding 'torch/lib/libshm.so' 2022-09-27T15:35:09.1190057Z adding 'torch/lib/libtorch.so' 2022-09-27T15:35:16.5749552Z adding 'torch/lib/libtorch_cpu.so' 2022-09-27T15:35:17.0584479Z adding 'torch/lib/libtorch_global_deps.so' 2022-09-27T15:35:17.7894825Z adding 'torch/lib/libtorch_python.so' 2022-09-27T15:35:17.8539561Z adding 'torch/lib/libtorchbind_test.so' 2022-09-27T15:35:17.8584573Z adding 'torch/linalg/__init__.py' 2022-09-27T15:35:17.8588971Z adding 'torch/masked/__init__.py' 2022-09-27T15:35:17.8590889Z adding 'torch/masked/maskedtensor/__init__.py' 2022-09-27T15:35:17.8593251Z adding 'torch/masked/maskedtensor/binary.py' 2022-09-27T15:35:17.8599839Z adding 'torch/masked/maskedtensor/core.py' 2022-09-27T15:35:17.8602960Z adding 'torch/masked/maskedtensor/functions.py' 2022-09-27T15:35:17.8605157Z adding 'torch/masked/maskedtensor/matmul.py' 2022-09-27T15:35:17.8607232Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-09-27T15:35:17.8609185Z adding 'torch/masked/maskedtensor/reductions.py' 2022-09-27T15:35:17.8611559Z adding 'torch/masked/maskedtensor/unary.py' 2022-09-27T15:35:17.8613648Z adding 'torch/monitor/__init__.py' 2022-09-27T15:35:17.8616148Z adding 'torch/multiprocessing/__init__.py' 2022-09-27T15:35:17.8617938Z adding 'torch/multiprocessing/_atfork.py' 2022-09-27T15:35:17.8619779Z adding 'torch/multiprocessing/pool.py' 2022-09-27T15:35:17.8621657Z adding 'torch/multiprocessing/queue.py' 2022-09-27T15:35:17.8626969Z adding 'torch/multiprocessing/reductions.py' 2022-09-27T15:35:17.8630830Z adding 'torch/multiprocessing/spawn.py' 2022-09-27T15:35:17.8633341Z adding 'torch/nested/__init__.py' 2022-09-27T15:35:17.8635813Z adding 'torch/nn/__init__.py' 2022-09-27T15:35:17.8637735Z adding 'torch/nn/_reduction.py' 2022-09-27T15:35:17.8639659Z adding 'torch/nn/common_types.py' 2022-09-27T15:35:17.8641887Z adding 'torch/nn/cpp.py' 2022-09-27T15:35:17.8695093Z adding 'torch/nn/functional.py' 2022-09-27T15:35:17.8704871Z adding 'torch/nn/functional.pyi' 2022-09-27T15:35:17.8707809Z adding 'torch/nn/grad.py' 2022-09-27T15:35:17.8713968Z adding 'torch/nn/init.py' 2022-09-27T15:35:17.8718494Z adding 'torch/nn/parameter.py' 2022-09-27T15:35:17.8720801Z adding 'torch/nn/parameter.pyi' 2022-09-27T15:35:17.8723018Z adding 'torch/nn/backends/__init__.py' 2022-09-27T15:35:17.8725005Z adding 'torch/nn/backends/thnn.py' 2022-09-27T15:35:17.8727176Z adding 'torch/nn/intrinsic/__init__.py' 2022-09-27T15:35:17.8729367Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-09-27T15:35:17.8732149Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-09-27T15:35:17.8734193Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-09-27T15:35:17.8736795Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-09-27T15:35:17.8742325Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-09-27T15:35:17.8746333Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-09-27T15:35:17.8748638Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-09-27T15:35:17.8750718Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-09-27T15:35:17.8752752Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-09-27T15:35:17.8754945Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-09-27T15:35:17.8757456Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-09-27T15:35:17.8759707Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-09-27T15:35:17.8762336Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-09-27T15:35:17.8765126Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-09-27T15:35:17.8767442Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-09-27T15:35:17.8771180Z adding 'torch/nn/modules/__init__.py' 2022-09-27T15:35:17.8775576Z adding 'torch/nn/modules/_functions.py' 2022-09-27T15:35:17.8787733Z adding 'torch/nn/modules/activation.py' 2022-09-27T15:35:17.8793488Z adding 'torch/nn/modules/adaptive.py' 2022-09-27T15:35:17.8801421Z adding 'torch/nn/modules/batchnorm.py' 2022-09-27T15:35:17.8804583Z adding 'torch/nn/modules/channelshuffle.py' 2022-09-27T15:35:17.8813098Z adding 'torch/nn/modules/container.py' 2022-09-27T15:35:17.8826844Z adding 'torch/nn/modules/conv.py' 2022-09-27T15:35:17.8831375Z adding 'torch/nn/modules/distance.py' 2022-09-27T15:35:17.8834814Z adding 'torch/nn/modules/dropout.py' 2022-09-27T15:35:17.8838102Z adding 'torch/nn/modules/flatten.py' 2022-09-27T15:35:17.8842398Z adding 'torch/nn/modules/fold.py' 2022-09-27T15:35:17.8846855Z adding 'torch/nn/modules/instancenorm.py' 2022-09-27T15:35:17.8851992Z adding 'torch/nn/modules/lazy.py' 2022-09-27T15:35:17.8855991Z adding 'torch/nn/modules/linear.py' 2022-09-27T15:35:17.8876789Z adding 'torch/nn/modules/loss.py' 2022-09-27T15:35:17.8904261Z adding 'torch/nn/modules/module.py' 2022-09-27T15:35:17.8910279Z adding 'torch/nn/modules/normalization.py' 2022-09-27T15:35:17.8914353Z adding 'torch/nn/modules/padding.py' 2022-09-27T15:35:17.8917317Z adding 'torch/nn/modules/pixelshuffle.py' 2022-09-27T15:35:17.8926514Z adding 'torch/nn/modules/pooling.py' 2022-09-27T15:35:17.8940255Z adding 'torch/nn/modules/rnn.py' 2022-09-27T15:35:17.8947566Z adding 'torch/nn/modules/sparse.py' 2022-09-27T15:35:17.8955625Z adding 'torch/nn/modules/transformer.py' 2022-09-27T15:35:17.8960342Z adding 'torch/nn/modules/upsampling.py' 2022-09-27T15:35:17.8963056Z adding 'torch/nn/modules/utils.py' 2022-09-27T15:35:17.8965779Z adding 'torch/nn/parallel/__init__.py' 2022-09-27T15:35:17.8967437Z adding 'torch/nn/parallel/__init__.pyi' 2022-09-27T15:35:17.8970589Z adding 'torch/nn/parallel/_functions.py' 2022-09-27T15:35:17.8973000Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-09-27T15:35:17.8975141Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-09-27T15:35:17.8979564Z adding 'torch/nn/parallel/comm.py' 2022-09-27T15:35:17.8981631Z adding 'torch/nn/parallel/common_types.pyi' 2022-09-27T15:35:17.8985971Z adding 'torch/nn/parallel/data_parallel.py' 2022-09-27T15:35:17.8988229Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-09-27T15:35:17.9014749Z adding 'torch/nn/parallel/distributed.py' 2022-09-27T15:35:17.9019200Z adding 'torch/nn/parallel/distributed.pyi' 2022-09-27T15:35:17.9021767Z adding 'torch/nn/parallel/parallel_apply.py' 2022-09-27T15:35:17.9023697Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-09-27T15:35:17.9026998Z adding 'torch/nn/parallel/replicate.py' 2022-09-27T15:35:17.9028889Z adding 'torch/nn/parallel/replicate.pyi' 2022-09-27T15:35:17.9031835Z adding 'torch/nn/parallel/scatter_gather.py' 2022-09-27T15:35:17.9033945Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-09-27T15:35:17.9036444Z adding 'torch/nn/qat/__init__.py' 2022-09-27T15:35:17.9038599Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-09-27T15:35:17.9041011Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-09-27T15:35:17.9042467Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-09-27T15:35:17.9045342Z adding 'torch/nn/qat/modules/__init__.py' 2022-09-27T15:35:17.9046669Z adding 'torch/nn/qat/modules/conv.py' 2022-09-27T15:35:17.9049089Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-09-27T15:35:17.9050952Z adding 'torch/nn/qat/modules/linear.py' 2022-09-27T15:35:17.9053130Z adding 'torch/nn/quantizable/__init__.py' 2022-09-27T15:35:17.9055411Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-09-27T15:35:17.9057315Z adding 'torch/nn/quantizable/modules/activation.py' 2022-09-27T15:35:17.9059526Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-09-27T15:35:17.9061811Z adding 'torch/nn/quantized/__init__.py' 2022-09-27T15:35:17.9063964Z adding 'torch/nn/quantized/functional.py' 2022-09-27T15:35:17.9065857Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-09-27T15:35:17.9067851Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-09-27T15:35:17.9069346Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-09-27T15:35:17.9070681Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-09-27T15:35:17.9072348Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-09-27T15:35:17.9073959Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-09-27T15:35:17.9075597Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-09-27T15:35:17.9077312Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-09-27T15:35:17.9079355Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-09-27T15:35:17.9081064Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-09-27T15:35:17.9083721Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-09-27T15:35:17.9085346Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-09-27T15:35:17.9087660Z adding 'torch/nn/quantized/modules/__init__.py' 2022-09-27T15:35:17.9089478Z adding 'torch/nn/quantized/modules/activation.py' 2022-09-27T15:35:17.9091084Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-09-27T15:35:17.9092708Z adding 'torch/nn/quantized/modules/conv.py' 2022-09-27T15:35:17.9094335Z adding 'torch/nn/quantized/modules/dropout.py' 2022-09-27T15:35:17.9096125Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-09-27T15:35:17.9097756Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-09-27T15:35:17.9099361Z adding 'torch/nn/quantized/modules/linear.py' 2022-09-27T15:35:17.9101036Z adding 'torch/nn/quantized/modules/normalization.py' 2022-09-27T15:35:17.9102578Z adding 'torch/nn/quantized/modules/rnn.py' 2022-09-27T15:35:17.9104223Z adding 'torch/nn/quantized/modules/utils.py' 2022-09-27T15:35:17.9106263Z adding 'torch/nn/utils/__init__.py' 2022-09-27T15:35:17.9108232Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-09-27T15:35:17.9110857Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-09-27T15:35:17.9112723Z adding 'torch/nn/utils/_stateless.py' 2022-09-27T15:35:17.9115093Z adding 'torch/nn/utils/clip_grad.py' 2022-09-27T15:35:17.9117448Z adding 'torch/nn/utils/convert_parameters.py' 2022-09-27T15:35:17.9119399Z adding 'torch/nn/utils/fusion.py' 2022-09-27T15:35:17.9121438Z adding 'torch/nn/utils/init.py' 2022-09-27T15:35:17.9123931Z adding 'torch/nn/utils/memory_format.py' 2022-09-27T15:35:17.9130972Z adding 'torch/nn/utils/parametrizations.py' 2022-09-27T15:35:17.9141732Z adding 'torch/nn/utils/parametrize.py' 2022-09-27T15:35:17.9156130Z adding 'torch/nn/utils/prune.py' 2022-09-27T15:35:17.9163681Z adding 'torch/nn/utils/rnn.py' 2022-09-27T15:35:17.9169054Z adding 'torch/nn/utils/spectral_norm.py' 2022-09-27T15:35:17.9172057Z adding 'torch/nn/utils/stateless.py' 2022-09-27T15:35:17.9174714Z adding 'torch/nn/utils/weight_norm.py' 2022-09-27T15:35:17.9176958Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-09-27T15:35:17.9179106Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-09-27T15:35:17.9182612Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-09-27T15:35:17.9185045Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-09-27T15:35:17.9187195Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-09-27T15:35:17.9190030Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-09-27T15:35:17.9192370Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-09-27T15:35:17.9194673Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-09-27T15:35:17.9196793Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-09-27T15:35:17.9198864Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-09-27T15:35:17.9201799Z adding 'torch/onnx/__init__.py' 2022-09-27T15:35:17.9203447Z adding 'torch/onnx/_constants.py' 2022-09-27T15:35:17.9205229Z adding 'torch/onnx/_deprecation.py' 2022-09-27T15:35:17.9207019Z adding 'torch/onnx/_experimental.py' 2022-09-27T15:35:17.9208882Z adding 'torch/onnx/_exporter_states.py' 2022-09-27T15:35:17.9210985Z adding 'torch/onnx/_globals.py' 2022-09-27T15:35:17.9213221Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-09-27T15:35:17.9216949Z adding 'torch/onnx/_patch_torch.py' 2022-09-27T15:35:17.9220050Z adding 'torch/onnx/_type_utils.py' 2022-09-27T15:35:17.9222547Z adding 'torch/onnx/errors.py' 2022-09-27T15:35:17.9224307Z adding 'torch/onnx/operators.py' 2022-09-27T15:35:17.9227230Z adding 'torch/onnx/symbolic_caffe2.py' 2022-09-27T15:35:17.9244800Z adding 'torch/onnx/symbolic_helper.py' 2022-09-27T15:35:17.9252766Z adding 'torch/onnx/symbolic_opset10.py' 2022-09-27T15:35:17.9267456Z adding 'torch/onnx/symbolic_opset11.py' 2022-09-27T15:35:17.9272671Z adding 'torch/onnx/symbolic_opset12.py' 2022-09-27T15:35:17.9280848Z adding 'torch/onnx/symbolic_opset13.py' 2022-09-27T15:35:17.9283856Z adding 'torch/onnx/symbolic_opset14.py' 2022-09-27T15:35:17.9285964Z adding 'torch/onnx/symbolic_opset15.py' 2022-09-27T15:35:17.9288274Z adding 'torch/onnx/symbolic_opset16.py' 2022-09-27T15:35:17.9290175Z adding 'torch/onnx/symbolic_opset17.py' 2022-09-27T15:35:17.9292138Z adding 'torch/onnx/symbolic_opset7.py' 2022-09-27T15:35:17.9296370Z adding 'torch/onnx/symbolic_opset8.py' 2022-09-27T15:35:17.9354226Z adding 'torch/onnx/symbolic_opset9.py' 2022-09-27T15:35:17.9383412Z adding 'torch/onnx/utils.py' 2022-09-27T15:35:17.9392448Z adding 'torch/onnx/verification.py' 2022-09-27T15:35:17.9394918Z adding 'torch/onnx/_internal/__init__.py' 2022-09-27T15:35:17.9397370Z adding 'torch/onnx/_internal/_beartype.py' 2022-09-27T15:35:17.9401803Z adding 'torch/onnx/_internal/registration.py' 2022-09-27T15:35:17.9404518Z adding 'torch/optim/__init__.py' 2022-09-27T15:35:17.9406218Z adding 'torch/optim/__init__.pyi' 2022-09-27T15:35:17.9408270Z adding 'torch/optim/_functional.py' 2022-09-27T15:35:17.9411737Z adding 'torch/optim/adadelta.py' 2022-09-27T15:35:17.9413537Z adding 'torch/optim/adadelta.pyi' 2022-09-27T15:35:17.9417453Z adding 'torch/optim/adagrad.py' 2022-09-27T15:35:17.9419443Z adding 'torch/optim/adagrad.pyi' 2022-09-27T15:35:17.9426068Z adding 'torch/optim/adam.py' 2022-09-27T15:35:17.9428462Z adding 'torch/optim/adam.pyi' 2022-09-27T15:35:17.9432267Z adding 'torch/optim/adamax.py' 2022-09-27T15:35:17.9434084Z adding 'torch/optim/adamax.pyi' 2022-09-27T15:35:17.9439013Z adding 'torch/optim/adamw.py' 2022-09-27T15:35:17.9441202Z adding 'torch/optim/adamw.pyi' 2022-09-27T15:35:17.9444466Z adding 'torch/optim/asgd.py' 2022-09-27T15:35:17.9446345Z adding 'torch/optim/asgd.pyi' 2022-09-27T15:35:17.9451486Z adding 'torch/optim/lbfgs.py' 2022-09-27T15:35:17.9453581Z adding 'torch/optim/lbfgs.pyi' 2022-09-27T15:35:17.9471392Z adding 'torch/optim/lr_scheduler.py' 2022-09-27T15:35:17.9475399Z adding 'torch/optim/lr_scheduler.pyi' 2022-09-27T15:35:17.9479517Z adding 'torch/optim/nadam.py' 2022-09-27T15:35:17.9481502Z adding 'torch/optim/nadam.pyi' 2022-09-27T15:35:17.9486245Z adding 'torch/optim/optimizer.py' 2022-09-27T15:35:17.9488356Z adding 'torch/optim/optimizer.pyi' 2022-09-27T15:35:17.9492259Z adding 'torch/optim/radam.py' 2022-09-27T15:35:17.9494242Z adding 'torch/optim/radam.pyi' 2022-09-27T15:35:17.9498487Z adding 'torch/optim/rmsprop.py' 2022-09-27T15:35:17.9500492Z adding 'torch/optim/rmsprop.pyi' 2022-09-27T15:35:17.9504101Z adding 'torch/optim/rprop.py' 2022-09-27T15:35:17.9506003Z adding 'torch/optim/rprop.pyi' 2022-09-27T15:35:17.9509752Z adding 'torch/optim/sgd.py' 2022-09-27T15:35:17.9511793Z adding 'torch/optim/sgd.pyi' 2022-09-27T15:35:17.9514220Z adding 'torch/optim/sparse_adam.py' 2022-09-27T15:35:17.9515933Z adding 'torch/optim/sparse_adam.pyi' 2022-09-27T15:35:17.9520459Z adding 'torch/optim/swa_utils.py' 2022-09-27T15:35:17.9522367Z adding 'torch/optim/swa_utils.pyi' 2022-09-27T15:35:17.9524549Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-09-27T15:35:17.9526492Z adding 'torch/package/__init__.py' 2022-09-27T15:35:17.9529080Z adding 'torch/package/_digraph.py' 2022-09-27T15:35:17.9531558Z adding 'torch/package/_directory_reader.py' 2022-09-27T15:35:17.9533827Z adding 'torch/package/_importlib.py' 2022-09-27T15:35:17.9535742Z adding 'torch/package/_mangling.py' 2022-09-27T15:35:17.9537766Z adding 'torch/package/_mock.py' 2022-09-27T15:35:17.9540497Z adding 'torch/package/_package_pickler.py' 2022-09-27T15:35:17.9542435Z adding 'torch/package/_package_unpickler.py' 2022-09-27T15:35:17.9545146Z adding 'torch/package/_stdlib.py' 2022-09-27T15:35:17.9548203Z adding 'torch/package/file_structure_representation.py' 2022-09-27T15:35:17.9550663Z adding 'torch/package/find_file_dependencies.py' 2022-09-27T15:35:17.9553081Z adding 'torch/package/glob_group.py' 2022-09-27T15:35:17.9556801Z adding 'torch/package/importer.py' 2022-09-27T15:35:17.9571443Z adding 'torch/package/package_exporter.py' 2022-09-27T15:35:17.9582165Z adding 'torch/package/package_importer.py' 2022-09-27T15:35:17.9584606Z adding 'torch/package/analyze/__init__.py' 2022-09-27T15:35:17.9586533Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-09-27T15:35:17.9587722Z adding 'torch/package/analyze/is_from_package.py' 2022-09-27T15:35:17.9589633Z adding 'torch/package/analyze/trace_dependencies.py' 2022-09-27T15:35:17.9591604Z adding 'torch/profiler/__init__.py' 2022-09-27T15:35:17.9597928Z adding 'torch/profiler/_pattern_matcher.py' 2022-09-27T15:35:17.9602551Z adding 'torch/profiler/_utils.py' 2022-09-27T15:35:17.9604512Z adding 'torch/profiler/itt.py' 2022-09-27T15:35:17.9610708Z adding 'torch/profiler/profiler.py' 2022-09-27T15:35:17.9612820Z adding 'torch/profiler/python_tracer.py' 2022-09-27T15:35:17.9615218Z adding 'torch/quantization/__init__.py' 2022-09-27T15:35:17.9616968Z adding 'torch/quantization/_numeric_suite.py' 2022-09-27T15:35:17.9618522Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-09-27T15:35:17.9620078Z adding 'torch/quantization/fake_quantize.py' 2022-09-27T15:35:17.9622107Z adding 'torch/quantization/fuse_modules.py' 2022-09-27T15:35:17.9623078Z adding 'torch/quantization/fuser_method_mappings.py' 2022-09-27T15:35:17.9624685Z adding 'torch/quantization/observer.py' 2022-09-27T15:35:17.9626297Z adding 'torch/quantization/qconfig.py' 2022-09-27T15:35:17.9627733Z adding 'torch/quantization/quant_type.py' 2022-09-27T15:35:17.9629237Z adding 'torch/quantization/quantization_mappings.py' 2022-09-27T15:35:17.9630807Z adding 'torch/quantization/quantize.py' 2022-09-27T15:35:17.9632379Z adding 'torch/quantization/quantize_fx.py' 2022-09-27T15:35:17.9633956Z adding 'torch/quantization/quantize_jit.py' 2022-09-27T15:35:17.9635345Z adding 'torch/quantization/stubs.py' 2022-09-27T15:35:17.9636888Z adding 'torch/quantization/utils.py' 2022-09-27T15:35:17.9638861Z adding 'torch/quantization/fx/__init__.py' 2022-09-27T15:35:17.9640373Z adding 'torch/quantization/fx/_equalize.py' 2022-09-27T15:35:17.9641840Z adding 'torch/quantization/fx/convert.py' 2022-09-27T15:35:17.9643175Z adding 'torch/quantization/fx/fuse.py' 2022-09-27T15:35:17.9644757Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-09-27T15:35:17.9646178Z adding 'torch/quantization/fx/graph_module.py' 2022-09-27T15:35:17.9647572Z adding 'torch/quantization/fx/match_utils.py' 2022-09-27T15:35:17.9649078Z adding 'torch/quantization/fx/pattern_utils.py' 2022-09-27T15:35:17.9650445Z adding 'torch/quantization/fx/prepare.py' 2022-09-27T15:35:17.9652090Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-09-27T15:35:17.9653547Z adding 'torch/quantization/fx/quantization_types.py' 2022-09-27T15:35:17.9655167Z adding 'torch/quantization/fx/utils.py' 2022-09-27T15:35:17.9657395Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-09-27T15:35:17.9660072Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-09-27T15:35:17.9661711Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-09-27T15:35:17.9663470Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-09-27T15:35:17.9665706Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-09-27T15:35:17.9667657Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-09-27T15:35:17.9669507Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-09-27T15:35:17.9671601Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-09-27T15:35:17.9698728Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-09-27T15:35:17.9705272Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-09-27T15:35:17.9707446Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-09-27T15:35:17.9710189Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-09-27T15:35:17.9712476Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-09-27T15:35:17.9716469Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-09-27T15:35:17.9720377Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-09-27T15:35:17.9724404Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-09-27T15:35:17.9730286Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-09-27T15:35:17.9732809Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-09-27T15:35:17.9734846Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-09-27T15:35:17.9736549Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-09-27T15:35:17.9738151Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-09-27T15:35:17.9740126Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-09-27T15:35:17.9741838Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-09-27T15:35:17.9748131Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-09-27T15:35:17.9750747Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-09-27T15:35:17.9752897Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-09-27T15:35:17.9755735Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-09-27T15:35:17.9757522Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-09-27T15:35:17.9761871Z adding 'torch/sparse/__init__.py' 2022-09-27T15:35:17.9768646Z adding 'torch/special/__init__.py' 2022-09-27T15:35:18.0013047Z adding 'torch/test/CppSignature_test' 2022-09-27T15:35:18.0365581Z adding 'torch/test/Dict_test' 2022-09-27T15:35:18.0633599Z adding 'torch/test/Dimname_test' 2022-09-27T15:35:18.0930030Z adding 'torch/test/IListRef_test' 2022-09-27T15:35:18.1243221Z adding 'torch/test/KernelFunction_test' 2022-09-27T15:35:18.1752731Z adding 'torch/test/List_test' 2022-09-27T15:35:18.2076200Z adding 'torch/test/MaybeOwned_test' 2022-09-27T15:35:18.2366534Z adding 'torch/test/NamedTensor_test' 2022-09-27T15:35:18.2659713Z adding 'torch/test/apply_utils_test' 2022-09-27T15:35:18.2953055Z adding 'torch/test/atest' 2022-09-27T15:35:18.3238593Z adding 'torch/test/backend_fallback_test' 2022-09-27T15:35:18.3545099Z adding 'torch/test/basic' 2022-09-27T15:35:18.3816910Z adding 'torch/test/broadcast_test' 2022-09-27T15:35:18.4057401Z adding 'torch/test/c10_Array_test' 2022-09-27T15:35:18.4318881Z adding 'torch/test/c10_Bitset_test' 2022-09-27T15:35:18.4573734Z adding 'torch/test/c10_C++17_test' 2022-09-27T15:35:18.4818887Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-09-27T15:35:18.5059350Z adding 'torch/test/c10_ConstexprCrc_test' 2022-09-27T15:35:18.5303883Z adding 'torch/test/c10_DeadlockDetection_test' 2022-09-27T15:35:18.5562244Z adding 'torch/test/c10_DeviceGuard_test' 2022-09-27T15:35:18.5815077Z adding 'torch/test/c10_Device_test' 2022-09-27T15:35:18.6108361Z adding 'torch/test/c10_DispatchKeySet_test' 2022-09-27T15:35:18.6359231Z adding 'torch/test/c10_Half_test' 2022-09-27T15:35:18.6634270Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-09-27T15:35:18.6913909Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-09-27T15:35:18.7195002Z adding 'torch/test/c10_LeftRight_test' 2022-09-27T15:35:18.7497078Z adding 'torch/test/c10_Metaprogramming_test' 2022-09-27T15:35:18.7784024Z adding 'torch/test/c10_SizesAndStrides_test' 2022-09-27T15:35:18.8382949Z adding 'torch/test/c10_SmallVectorTest' 2022-09-27T15:35:18.8654146Z adding 'torch/test/c10_StreamGuard_test' 2022-09-27T15:35:18.8902843Z adding 'torch/test/c10_SymInt_test' 2022-09-27T15:35:18.9153340Z adding 'torch/test/c10_Synchronized_test' 2022-09-27T15:35:18.9436755Z adding 'torch/test/c10_ThreadLocal_test' 2022-09-27T15:35:18.9699779Z adding 'torch/test/c10_TypeIndex_test' 2022-09-27T15:35:18.9950740Z adding 'torch/test/c10_TypeList_test' 2022-09-27T15:35:19.0191045Z adding 'torch/test/c10_TypeTraits_test' 2022-09-27T15:35:19.0447671Z adding 'torch/test/c10_accumulate_test' 2022-09-27T15:35:19.0728094Z adding 'torch/test/c10_bfloat16_test' 2022-09-27T15:35:19.0998141Z adding 'torch/test/c10_complex_math_test' 2022-09-27T15:35:19.1274107Z adding 'torch/test/c10_complex_test' 2022-09-27T15:35:19.1766701Z adding 'torch/test/c10_either_test' 2022-09-27T15:35:19.2046362Z adding 'torch/test/c10_exception_test' 2022-09-27T15:35:19.2295166Z adding 'torch/test/c10_flags_test' 2022-09-27T15:35:19.2587308Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-09-27T15:35:19.3334091Z adding 'torch/test/c10_intrusive_ptr_test' 2022-09-27T15:35:19.3623838Z adding 'torch/test/c10_irange_test' 2022-09-27T15:35:19.3921808Z adding 'torch/test/c10_logging_test' 2022-09-27T15:35:19.4286552Z adding 'torch/test/c10_optional_test' 2022-09-27T15:35:19.4594567Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-09-27T15:35:19.4872381Z adding 'torch/test/c10_registry_test' 2022-09-27T15:35:19.5167638Z adding 'torch/test/c10_string_view_test' 2022-09-27T15:35:19.5427792Z adding 'torch/test/c10_tempfile_test' 2022-09-27T15:35:19.5710081Z adding 'torch/test/c10_typeid_test' 2022-09-27T15:35:19.6001415Z adding 'torch/test/cpu_generator_test' 2022-09-27T15:35:19.6268347Z adding 'torch/test/cpu_profiling_allocator_test' 2022-09-27T15:35:19.6685322Z adding 'torch/test/cpu_rng_test' 2022-09-27T15:35:19.6945131Z adding 'torch/test/dispatch_key_set_test' 2022-09-27T15:35:19.7191239Z adding 'torch/test/dlconvertor_test' 2022-09-27T15:35:19.7481565Z adding 'torch/test/extension_backend_test' 2022-09-27T15:35:19.7761462Z adding 'torch/test/half_test' 2022-09-27T15:35:19.8026360Z adding 'torch/test/inline_container_test' 2022-09-27T15:35:19.8506688Z adding 'torch/test/ivalue_test' 2022-09-27T15:35:19.9104030Z adding 'torch/test/kernel_function_legacy_test' 2022-09-27T15:35:19.9596017Z adding 'torch/test/kernel_function_test' 2022-09-27T15:35:20.0208308Z adding 'torch/test/kernel_lambda_legacy_test' 2022-09-27T15:35:20.0721213Z adding 'torch/test/kernel_lambda_test' 2022-09-27T15:35:20.1037166Z adding 'torch/test/kernel_stackbased_test' 2022-09-27T15:35:20.1284613Z adding 'torch/test/lazy_tensor_test' 2022-09-27T15:35:20.1761094Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-09-27T15:35:20.2035737Z adding 'torch/test/math_kernel_test' 2022-09-27T15:35:20.2299737Z adding 'torch/test/memory_format_test' 2022-09-27T15:35:20.2562956Z adding 'torch/test/memory_overlapping_test' 2022-09-27T15:35:20.2823520Z adding 'torch/test/mobile_memory_cleanup' 2022-09-27T15:35:20.3104762Z adding 'torch/test/native_test' 2022-09-27T15:35:20.3345632Z adding 'torch/test/op_allowlist_test' 2022-09-27T15:35:20.4541208Z adding 'torch/test/op_registration_test' 2022-09-27T15:35:20.4874156Z adding 'torch/test/operator_name_test' 2022-09-27T15:35:20.5123538Z adding 'torch/test/operators_test' 2022-09-27T15:35:20.5386223Z adding 'torch/test/packedtensoraccessor_test' 2022-09-27T15:35:20.5711508Z adding 'torch/test/pow_test' 2022-09-27T15:35:20.6001391Z adding 'torch/test/quantized_test' 2022-09-27T15:35:20.6249274Z adding 'torch/test/reduce_ops_test' 2022-09-27T15:35:20.6504047Z adding 'torch/test/reportMemoryUsage_test' 2022-09-27T15:35:20.6787758Z adding 'torch/test/scalar_tensor_test' 2022-09-27T15:35:20.7076891Z adding 'torch/test/scalar_test' 2022-09-27T15:35:20.7335004Z adding 'torch/test/stride_properties_test' 2022-09-27T15:35:20.7701476Z adding 'torch/test/tensor_iterator_test' 2022-09-27T15:35:20.7990403Z adding 'torch/test/test_parallel' 2022-09-27T15:35:20.8009691Z adding 'torch/test/thread_init_test' 2022-09-27T15:35:20.8274785Z adding 'torch/test/type_ptr_test' 2022-09-27T15:35:20.8579425Z adding 'torch/test/type_test' 2022-09-27T15:35:20.8842573Z adding 'torch/test/undefined_tensor_test' 2022-09-27T15:35:20.9088859Z adding 'torch/test/variant_test' 2022-09-27T15:35:20.9105316Z adding 'torch/test/verify_api_visibility' 2022-09-27T15:35:20.9443342Z adding 'torch/test/vmap_test' 2022-09-27T15:35:20.9702614Z adding 'torch/test/weakref_test' 2022-09-27T15:35:20.9957725Z adding 'torch/test/wrapdim_test' 2022-09-27T15:35:21.0201177Z adding 'torch/test/xla_tensor_test' 2022-09-27T15:35:21.0214436Z adding 'torch/testing/__init__.py' 2022-09-27T15:35:21.0229332Z adding 'torch/testing/_comparison.py' 2022-09-27T15:35:21.0234285Z adding 'torch/testing/_creation.py' 2022-09-27T15:35:21.0237169Z adding 'torch/testing/_deprecated.py' 2022-09-27T15:35:21.0239856Z adding 'torch/testing/_legacy.py' 2022-09-27T15:35:21.0242115Z adding 'torch/testing/_internal/__init__.py' 2022-09-27T15:35:21.0246333Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-09-27T15:35:21.0249935Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-09-27T15:35:21.0253104Z adding 'torch/testing/_internal/common_cuda.py' 2022-09-27T15:35:21.0270448Z adding 'torch/testing/_internal/common_device_type.py' 2022-09-27T15:35:21.0280839Z adding 'torch/testing/_internal/common_distributed.py' 2022-09-27T15:35:21.0283267Z adding 'torch/testing/_internal/common_dtype.py' 2022-09-27T15:35:21.0293874Z adding 'torch/testing/_internal/common_fsdp.py' 2022-09-27T15:35:21.0299688Z adding 'torch/testing/_internal/common_jit.py' 2022-09-27T15:35:21.0464822Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-09-27T15:35:21.0494636Z adding 'torch/testing/_internal/common_modules.py' 2022-09-27T15:35:21.0539016Z adding 'torch/testing/_internal/common_nn.py' 2022-09-27T15:35:21.0563422Z adding 'torch/testing/_internal/common_quantization.py' 2022-09-27T15:35:21.0568677Z adding 'torch/testing/_internal/common_quantized.py' 2022-09-27T15:35:21.0572067Z adding 'torch/testing/_internal/common_subclass.py' 2022-09-27T15:35:21.0622151Z adding 'torch/testing/_internal/common_utils.py' 2022-09-27T15:35:21.0632127Z adding 'torch/testing/_internal/composite_compliance.py' 2022-09-27T15:35:21.0635892Z adding 'torch/testing/_internal/dist_utils.py' 2022-09-27T15:35:21.0640699Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-09-27T15:35:21.0649539Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-09-27T15:35:21.0659747Z adding 'torch/testing/_internal/jit_utils.py' 2022-09-27T15:35:21.0663159Z adding 'torch/testing/_internal/logging_tensor.py' 2022-09-27T15:35:21.0665092Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-09-27T15:35:21.0667598Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-09-27T15:35:21.0669589Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-09-27T15:35:21.0674254Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-09-27T15:35:21.0676449Z adding 'torch/testing/_internal/data/__init__.py' 2022-09-27T15:35:21.0678215Z adding 'torch/testing/_internal/data/network1.py' 2022-09-27T15:35:21.0679733Z adding 'torch/testing/_internal/data/network2.py' 2022-09-27T15:35:21.0681547Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-09-27T15:35:21.0688100Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-09-27T15:35:21.0768676Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-09-27T15:35:21.0779604Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-09-27T15:35:21.0782098Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-09-27T15:35:21.0785319Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-09-27T15:35:21.0787261Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-09-27T15:35:21.0789259Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-09-27T15:35:21.0791611Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-09-27T15:35:21.0793940Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-09-27T15:35:21.0795915Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-09-27T15:35:21.0797734Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-09-27T15:35:21.0799505Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-09-27T15:35:21.0804817Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-09-27T15:35:21.0807339Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-09-27T15:35:21.0809232Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-09-27T15:35:21.0833406Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-09-27T15:35:21.0838997Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-09-27T15:35:21.0842857Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-09-27T15:35:21.0845376Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-09-27T15:35:21.0847675Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-09-27T15:35:21.0899431Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-09-27T15:35:21.0906230Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-09-27T15:35:21.0907907Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-09-27T15:35:21.0910210Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-09-27T15:35:21.0913905Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-09-27T15:35:21.0915767Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-09-27T15:35:21.0917975Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-09-27T15:35:21.0929123Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-09-27T15:35:21.0933022Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-09-27T15:35:21.0934991Z adding 'torch/testing/_internal/generated/__init__.py' 2022-09-27T15:35:21.0967277Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-09-27T15:35:21.0977021Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-09-27T15:35:21.1006483Z adding 'torch/testing/_internal/opinfo/core.py' 2022-09-27T15:35:21.1011587Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-09-27T15:35:21.1015191Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-09-27T15:35:21.1017794Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-09-27T15:35:21.1024313Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-09-27T15:35:21.1029307Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-09-27T15:35:21.1046516Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-09-27T15:35:21.1052774Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-09-27T15:35:21.1054645Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-09-27T15:35:21.1056349Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-09-27T15:35:21.1057414Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-09-27T15:35:21.1059647Z adding 'torch/utils/__init__.py' 2022-09-27T15:35:21.1061669Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-09-27T15:35:21.1063254Z adding 'torch/utils/_crash_handler.py' 2022-09-27T15:35:21.1065136Z adding 'torch/utils/_cuda_trace.py' 2022-09-27T15:35:21.1069089Z adding 'torch/utils/_freeze.py' 2022-09-27T15:35:21.1072118Z adding 'torch/utils/_mode_utils.py' 2022-09-27T15:35:21.1075492Z adding 'torch/utils/_python_dispatch.py' 2022-09-27T15:35:21.1079644Z adding 'torch/utils/_pytree.py' 2022-09-27T15:35:21.1081924Z adding 'torch/utils/_zip.py' 2022-09-27T15:35:21.1088267Z adding 'torch/utils/bundled_inputs.py' 2022-09-27T15:35:21.1094767Z adding 'torch/utils/checkpoint.py' 2022-09-27T15:35:21.1100515Z adding 'torch/utils/collect_env.py' 2022-09-27T15:35:21.1130080Z adding 'torch/utils/cpp_extension.py' 2022-09-27T15:35:21.1134698Z adding 'torch/utils/dlpack.py' 2022-09-27T15:35:21.1136825Z adding 'torch/utils/file_baton.py' 2022-09-27T15:35:21.1139989Z adding 'torch/utils/hooks.py' 2022-09-27T15:35:21.1142651Z adding 'torch/utils/mkldnn.py' 2022-09-27T15:35:21.1145593Z adding 'torch/utils/mobile_optimizer.py' 2022-09-27T15:35:21.1147240Z adding 'torch/utils/model_zoo.py' 2022-09-27T15:35:21.1149861Z adding 'torch/utils/show_pickle.py' 2022-09-27T15:35:21.1152951Z adding 'torch/utils/throughput_benchmark.py' 2022-09-27T15:35:21.1155021Z adding 'torch/utils/backcompat/__init__.py' 2022-09-27T15:35:21.1156789Z adding 'torch/utils/benchmark/__init__.py' 2022-09-27T15:35:21.1158716Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-09-27T15:35:21.1161725Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-09-27T15:35:21.1164903Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-09-27T15:35:21.1167260Z adding 'torch/utils/benchmark/examples/compare.py' 2022-09-27T15:35:21.1172185Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-09-27T15:35:21.1174709Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-09-27T15:35:21.1177468Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-09-27T15:35:21.1179219Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-09-27T15:35:21.1181692Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-09-27T15:35:21.1183545Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-09-27T15:35:21.1185681Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-09-27T15:35:21.1188005Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-09-27T15:35:21.1190188Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-09-27T15:35:21.1192397Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-09-27T15:35:21.1194545Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-09-27T15:35:21.1196353Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-09-27T15:35:21.1198361Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-09-27T15:35:21.1202910Z adding 'torch/utils/benchmark/utils/common.py' 2022-09-27T15:35:21.1207288Z adding 'torch/utils/benchmark/utils/compare.py' 2022-09-27T15:35:21.1210600Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-09-27T15:35:21.1216549Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-09-27T15:35:21.1219584Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-09-27T15:35:21.1221588Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-09-27T15:35:21.1227732Z adding 'torch/utils/benchmark/utils/timer.py' 2022-09-27T15:35:21.1230104Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-09-27T15:35:21.1232852Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-09-27T15:35:21.1234678Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-09-27T15:35:21.1236557Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-09-27T15:35:21.1247335Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-09-27T15:35:21.1293395Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-09-27T15:35:21.1304494Z adding 'torch/utils/bottleneck/__init__.py' 2022-09-27T15:35:21.1307195Z adding 'torch/utils/bottleneck/__main__.py' 2022-09-27T15:35:21.1309724Z adding 'torch/utils/data/__init__.py' 2022-09-27T15:35:21.1311426Z adding 'torch/utils/data/backward_compatibility.py' 2022-09-27T15:35:21.1336755Z adding 'torch/utils/data/dataloader.py' 2022-09-27T15:35:21.1341323Z adding 'torch/utils/data/dataloader_experimental.py' 2022-09-27T15:35:21.1345709Z adding 'torch/utils/data/dataset.py' 2022-09-27T15:35:21.1348848Z adding 'torch/utils/data/distributed.py' 2022-09-27T15:35:21.1351191Z adding 'torch/utils/data/graph.py' 2022-09-27T15:35:21.1353735Z adding 'torch/utils/data/graph_settings.py' 2022-09-27T15:35:21.1357632Z adding 'torch/utils/data/sampler.py' 2022-09-27T15:35:21.1360372Z adding 'torch/utils/data/_utils/__init__.py' 2022-09-27T15:35:21.1363486Z adding 'torch/utils/data/_utils/collate.py' 2022-09-27T15:35:21.1365648Z adding 'torch/utils/data/_utils/fetch.py' 2022-09-27T15:35:21.1367845Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-09-27T15:35:21.1369498Z adding 'torch/utils/data/_utils/serialization.py' 2022-09-27T15:35:21.1371731Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-09-27T15:35:21.1376468Z adding 'torch/utils/data/_utils/worker.py' 2022-09-27T15:35:21.1378648Z adding 'torch/utils/data/communication/__init__.py' 2022-09-27T15:35:21.1380747Z adding 'torch/utils/data/communication/eventloop.py' 2022-09-27T15:35:21.1383470Z adding 'torch/utils/data/communication/iter.py' 2022-09-27T15:35:21.1386164Z adding 'torch/utils/data/communication/map.py' 2022-09-27T15:35:21.1388109Z adding 'torch/utils/data/communication/messages.py' 2022-09-27T15:35:21.1390655Z adding 'torch/utils/data/communication/protocol.py' 2022-09-27T15:35:21.1392713Z adding 'torch/utils/data/communication/queue.py' 2022-09-27T15:35:21.1394555Z adding 'torch/utils/data/datapipes/__init__.py' 2022-09-27T15:35:21.1397419Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-09-27T15:35:21.1401442Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-09-27T15:35:21.1406843Z adding 'torch/utils/data/datapipes/_typing.py' 2022-09-27T15:35:21.1411538Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-09-27T15:35:21.1415717Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-09-27T15:35:21.1417979Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-09-27T15:35:21.1420026Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-09-27T15:35:21.1423952Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-09-27T15:35:21.1426520Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-09-27T15:35:21.1428261Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-09-27T15:35:21.1430486Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-09-27T15:35:21.1433962Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-09-27T15:35:21.1437206Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-09-27T15:35:21.1443505Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-09-27T15:35:21.1446234Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-09-27T15:35:21.1448539Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-09-27T15:35:21.1452444Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-09-27T15:35:21.1454953Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-09-27T15:35:21.1457710Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-09-27T15:35:21.1459744Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-09-27T15:35:21.1462628Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-09-27T15:35:21.1464740Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-09-27T15:35:21.1466749Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-09-27T15:35:21.1469165Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-09-27T15:35:21.1471467Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-09-27T15:35:21.1473741Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-09-27T15:35:21.1475677Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-09-27T15:35:21.1477551Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-09-27T15:35:21.1482100Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-09-27T15:35:21.1486157Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-09-27T15:35:21.1488896Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-09-27T15:35:21.1490626Z adding 'torch/utils/hipify/__init__.py' 2022-09-27T15:35:21.1492453Z adding 'torch/utils/hipify/constants.py' 2022-09-27T15:35:21.1539023Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-09-27T15:35:21.1559009Z adding 'torch/utils/hipify/hipify_python.py' 2022-09-27T15:35:21.1561297Z adding 'torch/utils/hipify/version.py' 2022-09-27T15:35:21.1562970Z adding 'torch/utils/jit/__init__.py' 2022-09-27T15:35:21.1565280Z adding 'torch/utils/jit/log_extract.py' 2022-09-27T15:35:21.1570865Z adding 'torch/utils/model_dump/__init__.py' 2022-09-27T15:35:21.1572897Z adding 'torch/utils/model_dump/__main__.py' 2022-09-27T15:35:21.1578347Z adding 'torch/utils/model_dump/code.js' 2022-09-27T15:35:21.1580720Z adding 'torch/utils/model_dump/htm.mjs' 2022-09-27T15:35:21.1584852Z adding 'torch/utils/model_dump/preact.mjs' 2022-09-27T15:35:21.1586671Z adding 'torch/utils/model_dump/skeleton.html' 2022-09-27T15:35:21.1588707Z adding 'torch/utils/tensorboard/__init__.py' 2022-09-27T15:35:21.1596475Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-09-27T15:35:21.1598980Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-09-27T15:35:21.1601122Z adding 'torch/utils/tensorboard/_embedding.py' 2022-09-27T15:35:21.1603344Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-09-27T15:35:21.1605234Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-09-27T15:35:21.1610059Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-09-27T15:35:21.1612888Z adding 'torch/utils/tensorboard/_utils.py' 2022-09-27T15:35:21.1621825Z adding 'torch/utils/tensorboard/summary.py' 2022-09-27T15:35:21.1633945Z adding 'torch/utils/tensorboard/writer.py' 2022-09-27T15:35:21.1638826Z adding 'torchgen/__init__.py' 2022-09-27T15:35:21.1640903Z adding 'torchgen/code_template.py' 2022-09-27T15:35:21.1643350Z adding 'torchgen/context.py' 2022-09-27T15:35:21.1672894Z adding 'torchgen/gen.py' 2022-09-27T15:35:21.1681471Z adding 'torchgen/gen_backend_stubs.py' 2022-09-27T15:35:21.1690904Z adding 'torchgen/gen_functionalization_type.py' 2022-09-27T15:35:21.1698454Z adding 'torchgen/gen_lazy_tensor.py' 2022-09-27T15:35:21.1702119Z adding 'torchgen/gen_vmap_plumbing.py' 2022-09-27T15:35:21.1704193Z adding 'torchgen/local.py' 2022-09-27T15:35:21.1739600Z adding 'torchgen/model.py' 2022-09-27T15:35:21.1750718Z adding 'torchgen/native_function_generation.py' 2022-09-27T15:35:21.1756868Z adding 'torchgen/utils.py' 2022-09-27T15:35:21.1759265Z adding 'torchgen/api/__init__.py' 2022-09-27T15:35:21.1767045Z adding 'torchgen/api/autograd.py' 2022-09-27T15:35:21.1772494Z adding 'torchgen/api/cpp.py' 2022-09-27T15:35:21.1775167Z adding 'torchgen/api/dispatcher.py' 2022-09-27T15:35:21.1778377Z adding 'torchgen/api/functionalization.py' 2022-09-27T15:35:21.1784009Z adding 'torchgen/api/lazy.py' 2022-09-27T15:35:21.1786085Z adding 'torchgen/api/meta.py' 2022-09-27T15:35:21.1788560Z adding 'torchgen/api/native.py' 2022-09-27T15:35:21.1805227Z adding 'torchgen/api/python.py' 2022-09-27T15:35:21.1809221Z adding 'torchgen/api/structured.py' 2022-09-27T15:35:21.1814500Z adding 'torchgen/api/translate.py' 2022-09-27T15:35:21.1822729Z adding 'torchgen/api/types.py' 2022-09-27T15:35:21.1826150Z adding 'torchgen/api/ufunc.py' 2022-09-27T15:35:21.1829762Z adding 'torchgen/api/unboxing.py' 2022-09-27T15:35:21.1832036Z adding 'torchgen/dest/__init__.py' 2022-09-27T15:35:21.1840175Z adding 'torchgen/dest/lazy_ir.py' 2022-09-27T15:35:21.1842863Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-09-27T15:35:21.1844891Z adding 'torchgen/dest/native_functions.py' 2022-09-27T15:35:21.1855778Z adding 'torchgen/dest/register_dispatch_key.py' 2022-09-27T15:35:21.1861735Z adding 'torchgen/dest/ufunc.py' 2022-09-27T15:35:21.1863951Z adding 'torchgen/operator_versions/__init__.py' 2022-09-27T15:35:21.1867815Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-09-27T15:35:21.1869796Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-09-27T15:35:21.1963890Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-09-27T15:35:21.1977260Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-09-27T15:35:21.1979782Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-09-27T15:35:21.1981680Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-09-27T15:35:21.1983497Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-09-27T15:35:21.1985432Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-09-27T15:35:21.1987225Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-09-27T15:35:21.1988989Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-09-27T15:35:21.1990493Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-09-27T15:35:21.1991926Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-09-27T15:35:21.1993437Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-09-27T15:35:21.1995410Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-09-27T15:35:21.1997964Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-09-27T15:35:21.1999764Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-09-27T15:35:21.2001301Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-09-27T15:35:21.2002994Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-09-27T15:35:21.2004553Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-09-27T15:35:21.2006215Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-09-27T15:35:21.2007777Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-09-27T15:35:21.2009336Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-09-27T15:35:21.2010811Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-09-27T15:35:21.2012300Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-09-27T15:35:21.2014411Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-09-27T15:35:21.2016173Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-09-27T15:35:21.2017974Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-09-27T15:35:21.2019928Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-09-27T15:35:21.2021744Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-09-27T15:35:21.2023366Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-09-27T15:35:21.2025142Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-09-27T15:35:21.2027222Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-09-27T15:35:21.2028849Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-09-27T15:35:21.2030337Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-09-27T15:35:21.2039605Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-09-27T15:35:21.2042111Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-09-27T15:35:21.2043837Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-09-27T15:35:21.2045459Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-09-27T15:35:21.2047034Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-09-27T15:35:21.2048677Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-09-27T15:35:21.2050682Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-09-27T15:35:21.2052307Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-09-27T15:35:21.2053810Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-09-27T15:35:21.2055635Z adding 'torchgen/selective_build/__init__.py' 2022-09-27T15:35:21.2058497Z adding 'torchgen/selective_build/operator.py' 2022-09-27T15:35:21.2061955Z adding 'torchgen/selective_build/selector.py' 2022-09-27T15:35:21.2063819Z adding 'torchgen/static_runtime/__init__.py' 2022-09-27T15:35:21.2066763Z adding 'torchgen/static_runtime/config.py' 2022-09-27T15:35:21.2070771Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-09-27T15:35:21.2076557Z adding 'torchgen/static_runtime/generator.py' 2022-09-27T15:35:21.2115444Z adding 'torch-1.13.0a0+gitc7c2578.dist-info/LICENSE' 2022-09-27T15:35:21.2129632Z adding 'torch-1.13.0a0+gitc7c2578.dist-info/METADATA' 2022-09-27T15:35:21.2136236Z adding 'torch-1.13.0a0+gitc7c2578.dist-info/NOTICE' 2022-09-27T15:35:21.2137965Z adding 'torch-1.13.0a0+gitc7c2578.dist-info/WHEEL' 2022-09-27T15:35:21.2139148Z adding 'torch-1.13.0a0+gitc7c2578.dist-info/entry_points.txt' 2022-09-27T15:35:21.2140113Z adding 'torch-1.13.0a0+gitc7c2578.dist-info/top_level.txt' 2022-09-27T15:35:21.2681953Z adding 'torch-1.13.0a0+gitc7c2578.dist-info/RECORD' 2022-09-27T15:35:21.2948743Z removing base_bdist_tmp 2022-09-27T15:35:21.5469995Z + python -mpip install base_dist/torch-1.13.0a0+gitc7c2578-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:35:21.9452409Z Processing ./base_dist/torch-1.13.0a0+gitc7c2578-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:35:22.0201637Z Requirement already satisfied: typing-extensions in ./venv/lib/python3.7/site-packages (from torch==1.13.0a0+gitc7c2578) (4.3.0) 2022-09-27T15:35:22.2214969Z Installing collected packages: torch 2022-09-27T15:35:28.2006636Z Successfully installed torch-1.13.0a0+gitc7c2578 2022-09-27T15:35:28.2030962Z WARNING: You are using pip version 22.0.4; however, version 22.2.2 is available. 2022-09-27T15:35:28.2031462Z You should consider upgrading via the '/var/lib/jenkins/workspace/venv/bin/python -m pip install --upgrade pip' command. 2022-09-27T15:35:28.2648618Z + echo ::endgroup:: 2022-09-27T15:35:28.2649332Z ##[endgroup] 2022-09-27T15:35:28.2649553Z + pushd test/forward_backward_compatibility 2022-09-27T15:35:28.2649822Z ~/workspace/test/forward_backward_compatibility ~/workspace 2022-09-27T15:35:28.2650036Z + pip show torch 2022-09-27T15:35:28.7336491Z Name: torch 2022-09-27T15:35:28.7337188Z Version: 1.13.0a0+gitc7c2578 2022-09-27T15:35:28.7339642Z Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration 2022-09-27T15:35:28.7341096Z Home-page: https://pytorch.org/ 2022-09-27T15:35:28.7342459Z Author: PyTorch Team 2022-09-27T15:35:28.7344211Z Author-email: packages@pytorch.org 2022-09-27T15:35:28.7345787Z License: BSD-3 2022-09-27T15:35:28.7347570Z Location: /var/lib/jenkins/workspace/venv/lib/python3.7/site-packages 2022-09-27T15:35:28.7348938Z Requires: typing-extensions 2022-09-27T15:35:28.7350467Z Required-by: 2022-09-27T15:35:28.7793804Z + python dump_all_function_schemas.py --filename nightly_schemas.txt 2022-09-27T15:35:30.0378066Z + git reset --hard 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:35:30.0796478Z HEAD is now at 52424e2bf3 Fix linting 2022-09-27T15:35:30.0810917Z + python ../load_torchscript_model.py /tmp/model_new.pt 2022-09-27T15:35:31.1326378Z RecursiveScriptModule( 2022-09-27T15:35:31.1326649Z original_name=NeuralNetwork 2022-09-27T15:35:31.1326904Z (flatten): RecursiveScriptModule(original_name=Flatten) 2022-09-27T15:35:31.1328361Z (linear_relu_stack): RecursiveScriptModule( 2022-09-27T15:35:31.1328674Z original_name=Sequential 2022-09-27T15:35:31.1329043Z (0): RecursiveScriptModule(original_name=Linear) 2022-09-27T15:35:31.1329301Z (1): RecursiveScriptModule(original_name=ReLU) 2022-09-27T15:35:31.1329563Z (2): RecursiveScriptModule(original_name=Linear) 2022-09-27T15:35:31.1329821Z (3): RecursiveScriptModule(original_name=ReLU) 2022-09-27T15:35:31.1330080Z (4): RecursiveScriptModule(original_name=Linear) 2022-09-27T15:35:31.1330270Z ) 2022-09-27T15:35:31.1333224Z ) 2022-09-27T15:35:31.3302766Z + python ../create_dummy_torchscript_model.py /tmp/model_old.pt 2022-09-27T15:35:32.5904749Z + deactivate 2022-09-27T15:35:32.5905441Z + '[' -n /var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' 2022-09-27T15:35:32.5906211Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-09-27T15:35:32.5906573Z + export PATH 2022-09-27T15:35:32.5906743Z + unset _OLD_VIRTUAL_PATH 2022-09-27T15:35:32.5906965Z + '[' -n '' ']' 2022-09-27T15:35:32.5907191Z + '[' -n /bin/bash -o -n '' ']' 2022-09-27T15:35:32.5907405Z + hash -r 2022-09-27T15:35:32.5907588Z + '[' -n '' ']' 2022-09-27T15:35:32.5907755Z + unset VIRTUAL_ENV 2022-09-27T15:35:32.5908006Z + '[' '!' '' = nondestructive ']' 2022-09-27T15:35:32.5908241Z + unset -f deactivate 2022-09-27T15:35:32.5908552Z + rm -r /var/lib/jenkins/workspace/venv /var/lib/jenkins/workspace/base_dist 2022-09-27T15:35:32.9761294Z + pip show torch 2022-09-27T15:35:34.0031690Z Name: torch 2022-09-27T15:35:34.0032801Z Version: 1.13.0a0+git52424e2 2022-09-27T15:35:34.0034935Z Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration 2022-09-27T15:35:34.0036063Z Home-page: https://pytorch.org/ 2022-09-27T15:35:34.0037586Z Author: PyTorch Team 2022-09-27T15:35:34.0039339Z Author-email: packages@pytorch.org 2022-09-27T15:35:34.0040839Z License: BSD-3 2022-09-27T15:35:34.0042512Z Location: /opt/conda/lib/python3.7/site-packages 2022-09-27T15:35:34.0044014Z Requires: typing-extensions 2022-09-27T15:35:34.0045534Z Required-by: 2022-09-27T15:35:34.0521006Z + python check_forward_backward_compatibility.py --existing-schemas nightly_schemas.txt 2022-09-27T15:35:35.2359320Z schema: nvprims::amin(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2360182Z schema: nvprims::amax(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2362552Z schema: nvprims::var(Tensor inp, int[]? dims, *, int correction, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2364856Z schema: nvprims::sum(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2366793Z schema: nvprims::convert_element_type(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2368956Z schema: nvprims::where(Tensor pred, Tensor a, Tensor b) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2371708Z schema: nvprims::broadcast_in_dim(Tensor(a) a, SymInt[] shape, int[] broadcast_dimensions) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2373724Z schema: nvprims::view_of(Tensor(a) a) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2376411Z schema: nvprims::squeeze(Tensor(a) a, int[] dimensions) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2378023Z schema: nvprims::sub(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2379961Z schema: nvprims::remainder(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2381782Z schema: nvprims::pow(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2383822Z schema: nvprims::ne(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2385787Z schema: nvprims::mul(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2387904Z schema: nvprims::lt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2389885Z schema: nvprims::le(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2391706Z schema: nvprims::gt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2393861Z schema: nvprims::ge(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2395685Z schema: nvprims::fmod(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2398384Z schema: nvprims::eq(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2400678Z schema: nvprims::div(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2403817Z schema: nvprims::bitwise_xor(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2405798Z schema: nvprims::bitwise_or(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2408782Z schema: nvprims::bitwise_and(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2411166Z schema: nvprims::atan2(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2413769Z schema: nvprims::add(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2416373Z schema: nvprims::trunc(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2419551Z schema: nvprims::transpose(Tensor(a) a, int[] permutation) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2421789Z schema: nvprims::tanh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2424340Z schema: nvprims::tan(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2426702Z schema: nvprims::sqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2429167Z schema: nvprims::sinh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2431449Z schema: nvprims::sin(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2433913Z schema: nvprims::sign(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2436295Z schema: nvprims::rsqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2438840Z schema: nvprims::round(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2441117Z schema: nvprims::neg(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2443653Z schema: nvprims::reciprocal(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2445959Z schema: nvprims::real(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2448487Z schema: nvprims::log10(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2450814Z schema: nvprims::log2(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2453284Z schema: nvprims::log1p(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2455958Z schema: nvprims::log(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2458092Z schema: nvprims::lgamma(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2460699Z schema: nvprims::isfinite(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2463039Z schema: nvprims::imag(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2465466Z schema: nvprims::floor(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2467877Z schema: nvprims::expm1(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2470264Z schema: nvprims::exp(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2472726Z schema: nvprims::erfc(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2475083Z schema: nvprims::erf(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2477626Z schema: nvprims::ceil(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2480038Z schema: nvprims::bitwise_not(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2482414Z schema: nvprims::cosh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2484843Z schema: nvprims::cos(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2487232Z schema: nvprims::atanh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2489644Z schema: nvprims::atan(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2492027Z schema: nvprims::asin(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2494670Z schema: nvprims::acos(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2497090Z schema: nvprims::abs(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2499448Z schema: nvprims::var_mean(Tensor inp, bool unbiased) -> (Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:35.2503323Z schema: nvprims::var_mean.main(Tensor inp, int[1]? dim=None, bool? unbiased=None, bool keepdim=False, *, int? correction=None) -> (Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:35.2506064Z schema: prims::fft_c2r(Tensor self, *, int[] dim, SymInt last_dim_size) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2509001Z schema: prims::fft_c2c(Tensor self, *, int[] dim, bool forward) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2511834Z schema: prims::fft_r2c(Tensor self, *, int[] dim, bool onesided) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2515014Z schema: prims::uniform(SymInt[] shape, *, Scalar low, Scalar high, ScalarType dtype, Device device) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2518343Z schema: prims::normal(SymInt[] shape, *, Scalar mean, Scalar std, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2520687Z schema: prims::svd(Tensor A, *, bool full_matrices) -> (Tensor U, Tensor S, Tensor Vh) found on allowlist, skipping 2022-09-27T15:35:35.2523955Z schema: prims::scalar_tensor(Scalar s, *, ScalarType? dtype=None, Device? device=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2527064Z schema: prims::full_like(Tensor a, Scalar fill_value, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2530582Z schema: prims::full(SymInt[] shape, Scalar fill_value, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2534124Z schema: prims::empty_strided(SymInt[] shape, SymInt[] strides, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2537252Z schema: prims::empty(SymInt[] shape, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2540640Z schema: prims::arange(Scalar start, Scalar end, Scalar step, *, ScalarType? dtype, Device? device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2543838Z schema: prims::amin(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2546932Z schema: prims::amax(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2550165Z schema: prims::var(Tensor inp, int[]? dims, *, int correction, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2553368Z schema: prims::prod(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2556490Z schema: prims::sum(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2559915Z schema: prims::resize(Tensor(a!) a, SymInt[] shape) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.2563078Z schema: prims::copy_to(Tensor(a!) a, Tensor b) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.2565771Z schema: prims::to_dtype(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2568230Z schema: prims::minium_value(ScalarType dtype) -> Scalar found on allowlist, skipping 2022-09-27T15:35:35.2570891Z schema: prims::maximum_value(ScalarType dtype) -> Scalar found on allowlist, skipping 2022-09-27T15:35:35.2573395Z schema: prims::item(Tensor a) -> Scalar found on allowlist, skipping 2022-09-27T15:35:35.2576596Z schema: prims::device_put(Tensor a, Device device) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2579187Z schema: prims::convert_element_type(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2582089Z schema: prims::where(Tensor pred, Tensor a, Tensor b) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2584953Z schema: prims::rev(Tensor a, int[] dims) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2587896Z schema: prims::reshape(Tensor a, SymInt[] shape) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2591002Z schema: prims::cat(Tensor[] tensors, int dim) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2592876Z schema: prims::view_of(Tensor(a) a) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2595235Z schema: prims::transpose(Tensor(a) a, int[] permutation) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2597622Z schema: prims::squeeze(Tensor(a) a, int[] dimensions) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2600292Z schema: prims::split_dim(Tensor(a) a, int dim, SymInt outer_length) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2603311Z schema: prims::slice_in_dim(Tensor(a) a, SymInt start_index, SymInt limit_index, int stride=1, int axis=0) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2606385Z schema: prims::slice(Tensor(a) a, SymInt[] start_indices, SymInt[] limit_indices, SymInt[]? strides=None) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2608516Z schema: prims::conj(Tensor(a) a) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2611118Z schema: prims::collapse_view(Tensor(a) a, int start, int end) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2614218Z schema: prims::broadcast_in_dim(Tensor(a) a, SymInt[] shape, int[] broadcast_dimensions) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:35.2616999Z schema: prims::as_strided(Tensor(a!) a, SymInt[] size, SymInt[] stride, SymInt storage_offset) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.2618878Z schema: prims::zeta(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2620838Z schema: prims::sub(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2622990Z schema: prims::shift_right_arithmetic(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2624847Z schema: prims::shift_left(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2626705Z schema: prims::remainder(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2628696Z schema: prims::pow(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2630590Z schema: prims::nextafter(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2632506Z schema: prims::ne(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2634434Z schema: prims::mul(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2636367Z schema: prims::minimum(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2638453Z schema: prims::maximum(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2640380Z schema: prims::lt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2642256Z schema: prims::le(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2644320Z schema: prims::igammac(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2646537Z schema: prims::igamma(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2648306Z schema: prims::hypot(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2650147Z schema: prims::gt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2652198Z schema: prims::ge(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2654002Z schema: prims::gcd(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2656185Z schema: prims::fmod(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2658005Z schema: prims::fmin(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2659892Z schema: prims::fmax(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2661844Z schema: prims::eq(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2663795Z schema: prims::div(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2665763Z schema: prims::bitwise_xor(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2667681Z schema: prims::bitwise_or(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2669637Z schema: prims::bitwise_and(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2671579Z schema: prims::atan2(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2673486Z schema: prims::add(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2675273Z schema: prims::trunc(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2677169Z schema: prims::tanh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2679040Z schema: prims::tan(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2680850Z schema: prims::sqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2682697Z schema: prims::sinh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2684514Z schema: prims::sin(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2686341Z schema: prims::signbit(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2688167Z schema: prims::sign(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2689924Z schema: prims::rsqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2691790Z schema: prims::round(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2693631Z schema: prims::neg(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2695618Z schema: prims::reciprocal(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2697392Z schema: prims::real(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2699121Z schema: prims::log10(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2700955Z schema: prims::log2(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2702840Z schema: prims::log1p(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2704658Z schema: prims::log(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2706510Z schema: prims::lgamma(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2708320Z schema: prims::isfinite(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2710110Z schema: prims::imag(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2711941Z schema: prims::floor(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2713930Z schema: prims::fill(Tensor self, Scalar value) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2715710Z schema: prims::exp2(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2717576Z schema: prims::expm1(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2719425Z schema: prims::exp(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2721270Z schema: prims::erfc(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2723186Z schema: prims::erf_inv(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2724900Z schema: prims::erf(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2726712Z schema: prims::digamma(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2728592Z schema: prims::conj_physical(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2730413Z schema: prims::ceil(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2732210Z schema: prims::cbrt(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2734072Z schema: prims::bitwise_not(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2736072Z schema: prims::bessel_i1e(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2737789Z schema: prims::bessel_i1(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2739572Z schema: prims::bessel_i0e(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2741399Z schema: prims::bessel_i0(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2743239Z schema: prims::cosh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2745035Z schema: prims::cos(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2746880Z schema: prims::atanh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2748697Z schema: prims::atan(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2750546Z schema: prims::asinh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2752359Z schema: prims::asin(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2754298Z schema: prims::acosh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2755887Z schema: prims::acos(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2757816Z schema: prims::abs(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.2759407Z processing existing schema: prim::rpc_async(...) -> ... 2022-09-27T15:35:35.2760949Z processing existing schema: prim::rpc_remote(...) -> ... 2022-09-27T15:35:35.2762542Z processing existing schema: prim::rpc_sync(...) -> ... 2022-09-27T15:35:35.2764629Z processing existing schema: aten::dist_backward(int context_id, Tensor[] roots, bool retain_graph=False) -> () 2022-09-27T15:35:35.2767026Z processing existing schema: aten::confirmed_by_owner(RRef(t) self) -> bool 2022-09-27T15:35:35.2769413Z processing existing schema: aten::owner_name(RRef(t) self) -> str 2022-09-27T15:35:35.2772134Z processing existing schema: aten::owner(RRef(t) self) -> __torch__.torch.classes.dist_rpc.WorkerInfo 2022-09-27T15:35:35.2774515Z processing existing schema: aten::is_owner(RRef(t) self) -> bool 2022-09-27T15:35:35.2777394Z processing existing schema: aten::local_value(RRef(t) self) -> t(*) 2022-09-27T15:35:35.2780419Z processing existing schema: aten::to_here(RRef(t) self, float timeout=60.) -> t(*) 2022-09-27T15:35:35.2791780Z processing existing schema: prim::PythonOp(...) -> ... 2022-09-27T15:35:35.2792208Z processing existing schema: quantization::_FloatToBfloat16Quantized(Tensor input) -> Tensor 2022-09-27T15:35:35.2792645Z processing existing schema: quantization::_Bfloat16QuantizedToFloat(Tensor input) -> Tensor 2022-09-27T15:35:35.2793304Z schema: c10d::recv_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:35.2794037Z schema: c10d::send(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:35.2794643Z schema: c10d::barrier(__torch__.torch.classes.c10d.ProcessGroup _0, int[] _1, int _2) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:35.2797079Z schema: c10d::alltoall_(Tensor[] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:35.2800045Z schema: c10d::scatter_(Tensor[] _0, Tensor[][] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) found on allowlist, skipping 2022-09-27T15:35:35.2803214Z schema: c10d::gather_(Tensor[][] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3, int _4) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:35.2806161Z schema: c10d::reduce_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, __torch__.torch.classes.c10d.ReduceOp _2, int _3, int _4, int _5) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:35.2809249Z schema: c10d::reduce_scatter_(Tensor[] _0, Tensor[][] _1, __torch__.torch.classes.c10d.ProcessGroup _2, __torch__.torch.classes.c10d.ReduceOp _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) found on allowlist, skipping 2022-09-27T15:35:35.2812416Z schema: c10d::allgather_(Tensor[][] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3) -> (Tensor[][] _0, __torch__.torch.classes.c10d.Work _1) found on allowlist, skipping 2022-09-27T15:35:35.2814771Z schema: c10d::allreduce_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, __torch__.torch.classes.c10d.ReduceOp _2, int _3) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) found on allowlist, skipping 2022-09-27T15:35:35.2817346Z schema: c10d::broadcast_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) found on allowlist, skipping 2022-09-27T15:35:35.2818679Z processing existing schema: aten::set_grad_enabled(bool val) -> () 2022-09-27T15:35:35.2820607Z processing existing schema: aten::is_grad_enabled() -> bool 2022-09-27T15:35:35.2823207Z processing existing schema: aten::_no_grad_zero_(Tensor(a!) tensor) -> Tensor(a!) 2022-09-27T15:35:35.2825926Z processing existing schema: aten::_no_grad_fill_(Tensor(a!) tensor, float val) -> Tensor(a!) 2022-09-27T15:35:35.2828721Z processing existing schema: aten::_no_grad_normal_(Tensor(a!) tensor, float mean, float std) -> Tensor(a!) 2022-09-27T15:35:35.2831503Z processing existing schema: aten::_no_grad_uniform_(Tensor(a!) tensor, float a, float b) -> Tensor(a!) 2022-09-27T15:35:35.2833354Z processing existing schema: aten::has_torch_function(...) -> bool 2022-09-27T15:35:35.2835224Z processing existing schema: aten::is_scripting() -> bool 2022-09-27T15:35:35.2837125Z processing existing schema: aten::_get_tracing_state() -> bool 2022-09-27T15:35:35.2839859Z processing existing schema: aten::_pack_sequence(Tensor output, Tensor batch_sizes, Tensor? sorted_indices, Tensor? unsorted_indices) -> (Tensor, Tensor, Tensor?, Tensor?) 2022-09-27T15:35:35.2842167Z processing existing schema: aten::_no_grad_embedding_renorm_(Tensor weight, Tensor input, float max_norm, float norm_type) -> Tensor 2022-09-27T15:35:35.2844387Z processing existing schema: aten::_infer_size(int[] a, int[] b) -> int[] 2022-09-27T15:35:35.2846948Z processing existing schema: aten::as_tensor.float(float t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-09-27T15:35:35.2849403Z processing existing schema: aten::as_tensor.int(int t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-09-27T15:35:35.2851894Z processing existing schema: aten::as_tensor.bool(bool t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-09-27T15:35:35.2854361Z processing existing schema: aten::as_tensor.complex(complex t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-09-27T15:35:35.2857653Z processing existing schema: aten::as_tensor(Tensor(a) data, *, ScalarType? dtype=None, Device? device=None) -> Tensor(a|b) 2022-09-27T15:35:35.2860236Z processing existing schema: aten::as_tensor.list(t[] data, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-09-27T15:35:35.2863116Z processing existing schema: aten::tensor.float(float t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-09-27T15:35:35.2865686Z processing existing schema: aten::tensor.int(int t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-09-27T15:35:35.2868338Z processing existing schema: aten::tensor.bool(bool t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-09-27T15:35:35.2871036Z processing existing schema: aten::tensor.complex(complex t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-09-27T15:35:35.2873796Z processing existing schema: aten::tensor(t[] data, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-09-27T15:35:35.2876139Z processing existing schema: _test::get_first(str[][] _0) -> str _0 2022-09-27T15:35:35.2878300Z processing existing schema: _test::cat(Tensor[] inputs) -> Tensor 2022-09-27T15:35:35.2881100Z processing existing schema: _test::leaky_relu(Tensor self, float v=0.01) -> Tensor 2022-09-27T15:35:35.2883643Z processing existing schema: aten::__upsample_bilinear(Tensor input, int? size=None, int? scale_factor=None) -> Tensor 2022-09-27T15:35:35.2886221Z processing existing schema: aten::__upsample_bilinear.size_list(Tensor input, int[]? size=None, int? scale_factor=None) -> Tensor 2022-09-27T15:35:35.2888826Z processing existing schema: aten::__upsample_bilinear.scale_list(Tensor input, int? size=None, int[]? scale_factor=None) -> Tensor 2022-09-27T15:35:35.2891563Z processing existing schema: aten::__upsample_bilinear.size_list_scale_list(Tensor input, int[]? size=None, int[]? scale_factor=None) -> Tensor 2022-09-27T15:35:35.2894650Z processing existing schema: aten::__upsample(Tensor input, int? size=None, int? scale_factor=None, str mode="nearest", bool? align_corners=None) -> Tensor 2022-09-27T15:35:35.2898072Z processing existing schema: aten::__upsample.size_list(Tensor input, int[]? size=None, int? scale_factor=None, str mode="nearest", bool? align_corners=None) -> Tensor 2022-09-27T15:35:35.2900410Z processing existing schema: aten::__upsample_nearest(Tensor input, int? size=None, int? scale_factor=None) -> Tensor 2022-09-27T15:35:35.2903004Z processing existing schema: aten::__upsample_nearest.size_list(Tensor input, int[]? size=None, int? scale_factor=None) -> Tensor 2022-09-27T15:35:35.2906904Z processing existing schema: aten::__interpolate.scale_list(Tensor input, int? size=None, float[]? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-09-27T15:35:35.2910770Z processing existing schema: aten::__interpolate.size_list_scale_list(Tensor input, int[]? size=None, float[]? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-09-27T15:35:35.2914309Z processing existing schema: aten::__interpolate(Tensor input, int? size=None, float? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-09-27T15:35:35.2918125Z processing existing schema: aten::__interpolate.size_list(Tensor input, int[]? size=None, float? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-09-27T15:35:35.2919571Z processing existing schema: prim::TimePoint() -> int 2022-09-27T15:35:35.2921287Z processing existing schema: prim::AddStatValue(str key, int val) -> () 2022-09-27T15:35:35.2923583Z processing existing schema: aten::wait(Future(t) self) -> t 2022-09-27T15:35:35.2925489Z processing existing schema: prim::IgnoredPythonOp(...) -> NoneType 2022-09-27T15:35:35.2927155Z processing existing schema: aten::save(t item, str filename) -> () 2022-09-27T15:35:35.2932195Z processing existing schema: aten::grad(Tensor[] outputs, Tensor[] inputs, Tensor?[]? grad_outputs=None, bool? retain_graph=None, bool create_graph=False, bool allow_unused=False) -> Tensor?[] 2022-09-27T15:35:35.2933598Z processing existing schema: prim::BailoutTemplate() -> int 2022-09-27T15:35:35.2935935Z processing existing schema: prim::BailOut(...) -> Tensor(a) 2022-09-27T15:35:35.2938293Z processing existing schema: prim::Guard(Tensor(a) t) -> Tensor(a) 2022-09-27T15:35:35.2939941Z processing existing schema: prim::FallbackGraph(...) -> ... 2022-09-27T15:35:35.2941383Z processing existing schema: prim::TypeCheck(...) -> ... 2022-09-27T15:35:35.2944014Z processing existing schema: aten::_grad_sum_to_size(Tensor(a) self, int[]? size) -> Tensor(a) 2022-09-27T15:35:35.2945310Z processing existing schema: prim::ChunkSizes(...) -> ... 2022-09-27T15:35:35.2946813Z processing existing schema: prim::ConstantChunk(...) -> ... 2022-09-27T15:35:35.2948294Z processing existing schema: prim::RequiresGradCheck(...) -> ... 2022-09-27T15:35:35.2949729Z processing existing schema: prim::FusionGroup(...) -> ... 2022-09-27T15:35:35.2951248Z processing existing schema: prim::profile_ivalue(...) -> ... 2022-09-27T15:35:35.2952769Z processing existing schema: prim::profile(...) -> ... 2022-09-27T15:35:35.2954743Z processing existing schema: aten::hash.generic(t value) -> int 2022-09-27T15:35:35.2956893Z processing existing schema: prim::ModuleContainerIndex.list(Any self, int ind) -> Any 2022-09-27T15:35:35.2959072Z processing existing schema: prim::ModuleContainerIndex.dict(Any self, str ind) -> Any 2022-09-27T15:35:35.2960906Z processing existing schema: prim::id(AnyClassType? x) -> int 2022-09-27T15:35:35.2962710Z processing existing schema: aten::divmod.int(int x, int y) -> (int, int) 2022-09-27T15:35:35.2964535Z processing existing schema: aten::divmod.float(float x, float y) -> (float, float) 2022-09-27T15:35:35.2966306Z processing existing schema: aten::divmod.int_float(int x, float y) -> (float, float) 2022-09-27T15:35:35.2968094Z processing existing schema: aten::divmod.float_int(float x, int y) -> (float, float) 2022-09-27T15:35:35.2970104Z processing existing schema: aten::_list_to_tensor(int[] self) -> Tensor 2022-09-27T15:35:35.2972200Z processing existing schema: aten::_tensor_to_list(Tensor self) -> int[] 2022-09-27T15:35:35.2974092Z processing existing schema: prim::abs.int(int a) -> int 2022-09-27T15:35:35.2976244Z processing existing schema: prim::abs.float(float a) -> float 2022-09-27T15:35:35.2978195Z processing existing schema: prim::abs.complex(complex a) -> float 2022-09-27T15:35:35.2980120Z processing existing schema: prim::abs.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.2982000Z processing existing schema: prim::abs(Tensor x) -> Tensor 2022-09-27T15:35:35.2983937Z processing existing schema: aten::fabs.int(int a) -> float 2022-09-27T15:35:35.2985832Z processing existing schema: aten::fabs.float(float a) -> float 2022-09-27T15:35:35.2987767Z processing existing schema: aten::fabs.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.2989682Z processing existing schema: aten::gamma.int(int a) -> float 2022-09-27T15:35:35.2991628Z processing existing schema: aten::gamma.float(float a) -> float 2022-09-27T15:35:35.2993548Z processing existing schema: aten::gamma.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.2995450Z processing existing schema: aten::factorial.int(int a) -> int 2022-09-27T15:35:35.2997415Z processing existing schema: aten::radians.int(int a) -> float 2022-09-27T15:35:35.2999402Z processing existing schema: aten::radians.float(float a) -> float 2022-09-27T15:35:35.3001334Z processing existing schema: aten::radians.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.3003351Z processing existing schema: aten::degrees.int(int a) -> float 2022-09-27T15:35:35.3005259Z processing existing schema: aten::degrees.float(float a) -> float 2022-09-27T15:35:35.3007213Z processing existing schema: aten::degrees.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.3009234Z processing existing schema: aten::mathremainder.int(int a, int b) -> float 2022-09-27T15:35:35.3011438Z processing existing schema: aten::mathremainder.float(float a, float b) -> float 2022-09-27T15:35:35.3013376Z processing existing schema: aten::mathremainder.int_float(int a, float b) -> float 2022-09-27T15:35:35.3015562Z processing existing schema: aten::mathremainder.float_int(float a, int b) -> float 2022-09-27T15:35:35.3017515Z processing existing schema: aten::mathremainder(Scalar a, Scalar b) -> float 2022-09-27T15:35:35.3019053Z processing existing schema: aten::modf(float a) -> (float, float) 2022-09-27T15:35:35.3021090Z processing existing schema: aten::__round_to_zero_floordiv.int(int a, int b) -> int 2022-09-27T15:35:35.3023101Z processing existing schema: aten::chr(int i) -> str 2022-09-27T15:35:35.3025429Z processing existing schema: prim::StringIndex(str string, int index) -> str 2022-09-27T15:35:35.3027237Z processing existing schema: aten::bin(int i) -> str 2022-09-27T15:35:35.3029190Z processing existing schema: aten::oct(int i) -> str 2022-09-27T15:35:35.3031112Z processing existing schema: aten::hex(int i) -> str 2022-09-27T15:35:35.3033617Z processing existing schema: aten::sorted.int(int[](a) input) -> int[] 2022-09-27T15:35:35.3036070Z processing existing schema: aten::sorted.float(float[](a) input) -> float[] 2022-09-27T15:35:35.3038655Z processing existing schema: aten::sorted.Tensor(Tensor[](a) input) -> Tensor[] 2022-09-27T15:35:35.3041093Z processing existing schema: aten::sorted.bool(bool[](a) input) -> bool[] 2022-09-27T15:35:35.3043595Z processing existing schema: aten::sorted.str(str[](a) input) -> str[] 2022-09-27T15:35:35.3046070Z processing existing schema: aten::sorted.any(t[](a) self) -> t[] 2022-09-27T15:35:35.3048169Z processing existing schema: aten::remove.int(int[](a!) self, int el) -> () 2022-09-27T15:35:35.3050218Z processing existing schema: aten::remove.float(float[](a!) self, float el) -> () 2022-09-27T15:35:35.3052256Z processing existing schema: aten::remove.bool(bool[](a!) self, bool el) -> () 2022-09-27T15:35:35.3054354Z processing existing schema: aten::remove.Tensor(Tensor[](a!) self, Tensor el) -> () 2022-09-27T15:35:35.3056623Z processing existing schema: aten::remove.str(str[](a!) self, str el) -> () 2022-09-27T15:35:35.3059062Z processing existing schema: aten::_unwrap_optional(t(a)? optional) -> t(a) 2022-09-27T15:35:35.3061591Z processing existing schema: aten::_size_if_not_equal(int[] self_size, int[] other_size) -> int[]? 2022-09-27T15:35:35.3063530Z processing existing schema: prim::AutogradAdd(Any a, Any b) -> Any 2022-09-27T15:35:35.3065331Z processing existing schema: prim::AutogradAllNonZero(...) -> bool 2022-09-27T15:35:35.3067151Z processing existing schema: prim::AutogradAllZero(...) -> bool 2022-09-27T15:35:35.3068959Z processing existing schema: prim::AutogradAnyNonZero(...) -> bool 2022-09-27T15:35:35.3070837Z processing existing schema: onnx::Shape(Tensor t) -> Tensor 2022-09-27T15:35:35.3072897Z processing existing schema: onnx::Reshape(Tensor input, Tensor shape) -> Tensor 2022-09-27T15:35:35.3074838Z processing existing schema: aten::warn(str message, int stacklevel=2) -> () 2022-09-27T15:35:35.3076756Z processing existing schema: prim::BroadcastSizes(...) -> int[] 2022-09-27T15:35:35.3079612Z processing existing schema: prim::ReductionSizes(int[] size, int[] red_axes, bool keepdim=False) -> int[] 2022-09-27T15:35:35.3081396Z processing existing schema: prim::AutogradZero() -> Tensor 2022-09-27T15:35:35.3083973Z processing existing schema: aten::cuda(Tensor(a) self) -> Tensor(a|b) 2022-09-27T15:35:35.3085537Z processing existing schema: aten::manual_seed(int seed) -> () 2022-09-27T15:35:35.3087637Z processing existing schema: prim::index(Device self) -> int? 2022-09-27T15:35:35.3089779Z processing existing schema: prim::name(Tensor a) -> str? 2022-09-27T15:35:35.3091804Z processing existing schema: prim::is_nested(Tensor a) -> bool 2022-09-27T15:35:35.3093871Z processing existing schema: prim::is_ort(Tensor a) -> bool 2022-09-27T15:35:35.3096068Z processing existing schema: prim::is_meta(Tensor a) -> bool 2022-09-27T15:35:35.3098115Z processing existing schema: prim::is_quantized(Tensor a) -> bool 2022-09-27T15:35:35.3099912Z processing existing schema: prim::is_ipu(Tensor a) -> bool 2022-09-27T15:35:35.3101867Z processing existing schema: prim::is_vulkan(Tensor a) -> bool 2022-09-27T15:35:35.3104072Z processing existing schema: prim::is_mps(Tensor a) -> bool 2022-09-27T15:35:35.3105998Z processing existing schema: prim::is_mkldnn(Tensor a) -> bool 2022-09-27T15:35:35.3108433Z processing existing schema: prim::is_sparse_csr(Tensor a) -> bool 2022-09-27T15:35:35.3110420Z processing existing schema: prim::is_sparse(Tensor a) -> bool 2022-09-27T15:35:35.3112982Z processing existing schema: prim::grad(Tensor a) -> Tensor(*) 2022-09-27T15:35:35.3115146Z processing existing schema: prim::requires_grad(Tensor a) -> bool 2022-09-27T15:35:35.3117815Z processing existing schema: aten::percentFormat(str self, ...) -> str 2022-09-27T15:35:35.3119996Z processing existing schema: aten::device(str a) -> Device 2022-09-27T15:35:35.3122194Z processing existing schema: prim::rangelist(int n) -> int[] 2022-09-27T15:35:35.3124361Z processing existing schema: aten::join(str self, str[] values) -> str 2022-09-27T15:35:35.3127151Z processing existing schema: aten::rsplit(str self, str separator=" ", int max=-1) -> str[] 2022-09-27T15:35:35.3129018Z processing existing schema: aten::rpartition(str self, str separator) -> (str, str, str) 2022-09-27T15:35:35.3130876Z processing existing schema: aten::partition(str self, str separator) -> (str, str, str) 2022-09-27T15:35:35.3133258Z processing existing schema: aten::replace(str self, str old, str new, int max=-1) -> str 2022-09-27T15:35:35.3135820Z processing existing schema: aten::rstrip(str self, str chars=" \n\t\f\v") -> str 2022-09-27T15:35:35.3138156Z processing existing schema: aten::lstrip(str self, str chars=" \n\t\f\v") -> str 2022-09-27T15:35:35.3140207Z processing existing schema: aten::zfill(str self, int width) -> str 2022-09-27T15:35:35.3142623Z processing existing schema: aten::rjust(str self, int width, str fillchar=" ") -> str 2022-09-27T15:35:35.3144924Z processing existing schema: aten::ljust(str self, int width, str fillchar=" ") -> str 2022-09-27T15:35:35.3146791Z processing existing schema: aten::isprintable(str self) -> bool 2022-09-27T15:35:35.3148624Z processing existing schema: aten::istitle(str self) -> bool 2022-09-27T15:35:35.3150511Z processing existing schema: aten::isidentifier(str self) -> bool 2022-09-27T15:35:35.3152941Z processing existing schema: aten::rindex(str self, str substr, int start=0, int end=-1) -> int 2022-09-27T15:35:35.3155265Z processing existing schema: aten::rfind(str self, str substr, int start=0, int end=-1) -> int 2022-09-27T15:35:35.3157640Z processing existing schema: aten::find(str self, str substr, int start=0, int end=-1) -> int 2022-09-27T15:35:35.3159717Z processing existing schema: aten::expandtabs(str self, int tabsize=8) -> str 2022-09-27T15:35:35.3162153Z processing existing schema: aten::startswith(str self, str substr, int start=0, int end=-1) -> bool 2022-09-27T15:35:35.3164616Z processing existing schema: aten::endswith(str self, str substr, int start=0, int end=-1) -> bool 2022-09-27T15:35:35.3166947Z processing existing schema: aten::count(str self, str substr, int start=0, int end=-1) -> int 2022-09-27T15:35:35.3169080Z processing existing schema: aten::count.int(int[] self, int el) -> int 2022-09-27T15:35:35.3171230Z processing existing schema: aten::count.float(float[] self, float el) -> int 2022-09-27T15:35:35.3173347Z processing existing schema: aten::count.bool(bool[] self, bool el) -> int 2022-09-27T15:35:35.3175708Z processing existing schema: aten::count.Tensor(Tensor[] self, Tensor el) -> int 2022-09-27T15:35:35.3177788Z processing existing schema: aten::count.str(str[] self, str el) -> int 2022-09-27T15:35:35.3180038Z processing existing schema: aten::center(str self, int width, str fillchar=" ") -> str 2022-09-27T15:35:35.3181776Z processing existing schema: aten::title(str self) -> str 2022-09-27T15:35:35.3183871Z processing existing schema: aten::capitalize(str self) -> str 2022-09-27T15:35:35.3185584Z processing existing schema: aten::islower(str self) -> bool 2022-09-27T15:35:35.3187419Z processing existing schema: aten::isupper(str self) -> bool 2022-09-27T15:35:35.3189740Z processing existing schema: aten::splitlines(str self, bool keepends=False) -> str[] 2022-09-27T15:35:35.3192049Z processing existing schema: aten::strip(str self, str chars=" \n\t\f\v") -> str 2022-09-27T15:35:35.3195802Z processing existing schema: aten::items.str(Dict(str, t) self) -> ((str, t)[]) 2022-09-27T15:35:35.3199673Z processing existing schema: aten::items.int(Dict(int, t) self) -> ((int, t)[]) 2022-09-27T15:35:35.3203465Z processing existing schema: aten::items.bool(Dict(bool, t) self) -> ((bool, t)[]) 2022-09-27T15:35:35.3207391Z processing existing schema: aten::items.float(Dict(float, t) self) -> ((float, t)[]) 2022-09-27T15:35:35.3211124Z processing existing schema: aten::items.complex(Dict(complex, t) self) -> ((complex, t)[]) 2022-09-27T15:35:35.3214890Z processing existing schema: aten::items.Tensor(Dict(Tensor, t) self) -> ((Tensor, t)[]) 2022-09-27T15:35:35.3218134Z processing existing schema: aten::update.str(Dict(str, t)(a!) self, Dict(str, t)(a!) to_add) -> () 2022-09-27T15:35:35.3221173Z processing existing schema: aten::update.int(Dict(int, t)(a!) self, Dict(int, t)(a!) to_add) -> () 2022-09-27T15:35:35.3224310Z processing existing schema: aten::update.bool(Dict(bool, t)(a!) self, Dict(bool, t)(a!) to_add) -> () 2022-09-27T15:35:35.3227350Z processing existing schema: aten::update.float(Dict(float, t)(a!) self, Dict(float, t)(a!) to_add) -> () 2022-09-27T15:35:35.3230610Z processing existing schema: aten::update.complex(Dict(complex, t)(a!) self, Dict(complex, t)(a!) to_add) -> () 2022-09-27T15:35:35.3233730Z processing existing schema: aten::update.Tensor(Dict(Tensor, t)(a!) self, Dict(Tensor, t)(a!) to_add) -> () 2022-09-27T15:35:35.3237564Z processing existing schema: aten::popitem.str(Dict(str, t)(a!) self) -> ((str, t)) 2022-09-27T15:35:35.3241482Z processing existing schema: aten::popitem.int(Dict(int, t)(a!) self) -> ((int, t)) 2022-09-27T15:35:35.3245226Z processing existing schema: aten::popitem.bool(Dict(bool, t)(a!) self) -> ((bool, t)) 2022-09-27T15:35:35.3249125Z processing existing schema: aten::popitem.float(Dict(float, t)(a!) self) -> ((float, t)) 2022-09-27T15:35:35.3253104Z processing existing schema: aten::popitem.complex(Dict(complex, t)(a!) self) -> ((complex, t)) 2022-09-27T15:35:35.3257007Z processing existing schema: aten::popitem.Tensor(Dict(Tensor, t)(a!) self) -> ((Tensor, t)) 2022-09-27T15:35:35.3260756Z processing existing schema: aten::setdefault.str(Dict(str, t)(a!) self, str(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:35.3264415Z processing existing schema: aten::setdefault.int(Dict(int, t)(a!) self, int(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:35.3267978Z processing existing schema: aten::setdefault.bool(Dict(bool, t)(a!) self, bool(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:35.3271640Z processing existing schema: aten::setdefault.float(Dict(float, t)(a!) self, float(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:35.3275329Z processing existing schema: aten::setdefault.complex(Dict(complex, t)(a!) self, complex(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:35.3279168Z processing existing schema: aten::setdefault.Tensor(Dict(Tensor, t)(a!) self, Tensor(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:35.3282020Z processing existing schema: aten::get.str(Dict(str, t) self, str key) -> t(*)? 2022-09-27T15:35:35.3285054Z processing existing schema: aten::get.default_str(Dict(str, t) self, str key, t default_value) -> t(*) 2022-09-27T15:35:35.3287951Z processing existing schema: aten::get.int(Dict(int, t) self, int key) -> t(*)? 2022-09-27T15:35:35.3291049Z processing existing schema: aten::get.default_int(Dict(int, t) self, int key, t default_value) -> t(*) 2022-09-27T15:35:35.3294179Z processing existing schema: aten::get.bool(Dict(bool, t) self, bool key) -> t(*)? 2022-09-27T15:35:35.3297137Z processing existing schema: aten::get.default_bool(Dict(bool, t) self, bool key, t default_value) -> t(*) 2022-09-27T15:35:35.3300040Z processing existing schema: aten::get.float(Dict(float, t) self, float key) -> t(*)? 2022-09-27T15:35:35.3303109Z processing existing schema: aten::get.default_float(Dict(float, t) self, float key, t default_value) -> t(*) 2022-09-27T15:35:35.3306291Z processing existing schema: aten::get.complex(Dict(complex, t) self, complex key) -> t(*)? 2022-09-27T15:35:35.3309447Z processing existing schema: aten::get.default_complex(Dict(complex, t) self, complex key, t default_value) -> t(*) 2022-09-27T15:35:35.3312424Z processing existing schema: aten::get.Tensor(Dict(Tensor, t) self, Tensor key) -> t(*)? 2022-09-27T15:35:35.3315613Z processing existing schema: aten::get.default_Tensor(Dict(Tensor, t) self, Tensor key, t default_value) -> t(*) 2022-09-27T15:35:35.3318847Z processing existing schema: aten::keys.str(Dict(str, t) self) -> str[](*) 2022-09-27T15:35:35.3321707Z processing existing schema: aten::keys.int(Dict(int, t) self) -> int[](*) 2022-09-27T15:35:35.3324724Z processing existing schema: aten::keys.bool(Dict(bool, t) self) -> bool[](*) 2022-09-27T15:35:35.3327744Z processing existing schema: aten::keys.float(Dict(float, t) self) -> float[](*) 2022-09-27T15:35:35.3330830Z processing existing schema: aten::keys.complex(Dict(complex, t) self) -> complex[](*) 2022-09-27T15:35:35.3333973Z processing existing schema: aten::keys.Tensor(Dict(Tensor, t) self) -> Tensor[](*) 2022-09-27T15:35:35.3335558Z processing existing schema: prim::tolist(...) -> ... 2022-09-27T15:35:35.3337627Z processing existing schema: aten::swapcase(str self) -> str 2022-09-27T15:35:35.3339427Z processing existing schema: aten::upper(str self) -> str 2022-09-27T15:35:35.3341312Z processing existing schema: aten::isnumeric(str self) -> bool 2022-09-27T15:35:35.3343083Z processing existing schema: aten::isdecimal(str self) -> bool 2022-09-27T15:35:35.3345004Z processing existing schema: aten::isalpha(str self) -> bool 2022-09-27T15:35:35.3346813Z processing existing schema: aten::isalnum(str self) -> bool 2022-09-27T15:35:35.3348760Z processing existing schema: aten::isspace(str self) -> bool 2022-09-27T15:35:35.3350585Z processing existing schema: aten::isdigit(str self) -> bool 2022-09-27T15:35:35.3352968Z processing existing schema: prim::data(Tensor(a) a) -> Tensor(a) 2022-09-27T15:35:35.3354838Z processing existing schema: prim::is_xpu(Tensor a) -> bool 2022-09-27T15:35:35.3356711Z processing existing schema: prim::is_cpu(Tensor a) -> bool 2022-09-27T15:35:35.3358763Z processing existing schema: prim::is_cuda(Tensor a) -> bool 2022-09-27T15:35:35.3361128Z processing existing schema: aten::backward(Tensor self, Tensor? gradient=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-09-27T15:35:35.3364170Z processing existing schema: aten::backward.TensorList(Tensor[] tensors, Tensor?[]? grad_tensors=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-09-27T15:35:35.3367329Z processing existing schema: aten::addmv_(Tensor(a!) self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:35.3370284Z processing existing schema: aten::addcdiv_(Tensor(a!) self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor(a!) 2022-09-27T15:35:35.3373243Z processing existing schema: aten::_add_relu_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:35.3376213Z processing existing schema: aten::_add_relu_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:35.3378639Z processing existing schema: aten::_sparse_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.3380871Z processing existing schema: aten::_sparse_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.3383969Z processing existing schema: aten::_sparse_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3385952Z processing existing schema: aten::_sparse_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-09-27T15:35:35.3388017Z processing existing schema: aten::_fused_dropout(Tensor self, float p, Generator? generator=None) -> (Tensor, Tensor) 2022-09-27T15:35:35.3391245Z processing existing schema: aten::_fused_dropout.out(Tensor self, float p, Generator? generator=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.3395996Z processing existing schema: aten::rrelu_with_noise_(Tensor(a!) self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.3398406Z processing existing schema: aten::diag_embed(Tensor self, int offset=0, int dim1=-2, int dim2=-1) -> Tensor 2022-09-27T15:35:35.3401729Z processing existing schema: aten::diag_embed.out(Tensor self, int offset=0, int dim1=-2, int dim2=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3403967Z processing existing schema: quantized::prelu(Tensor qx, Tensor weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.3406043Z processing existing schema: aten::repeat(Tensor self, int[] repeats) -> Tensor 2022-09-27T15:35:35.3409029Z processing existing schema: aten::repeat.out(Tensor self, int[] repeats, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3411113Z processing existing schema: aten::flip(Tensor self, int[] dims) -> Tensor 2022-09-27T15:35:35.3414067Z processing existing schema: aten::flip.out(Tensor self, int[] dims, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3417070Z processing existing schema: aten::flatten.using_ints(Tensor(a) self, int start_dim=0, int end_dim=-1) -> Tensor(a) 2022-09-27T15:35:35.3419836Z processing existing schema: aten::flatten.DimnameList(Tensor(a) self, str[] dims, str out_dim) -> Tensor(a) 2022-09-27T15:35:35.3422649Z processing existing schema: aten::flatten.named_out_dim(Tensor(a) self, int start_dim, int end_dim, str out_dim) -> Tensor(a) 2022-09-27T15:35:35.3425498Z processing existing schema: aten::flatten.using_names(Tensor(a) self, str start_dim, str end_dim, str out_dim) -> Tensor(a) 2022-09-27T15:35:35.3427895Z processing existing schema: aten::tanh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3430464Z processing existing schema: aten::sigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3432773Z processing existing schema: aten::gelu(Tensor self, *, str approximate="none") -> Tensor 2022-09-27T15:35:35.3435948Z processing existing schema: aten::gelu.out(Tensor self, *, str approximate="none", Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3438100Z processing existing schema: aten::celu(Tensor self, Scalar alpha=1.) -> Tensor 2022-09-27T15:35:35.3441171Z processing existing schema: aten::celu.out(Tensor self, Scalar alpha=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3443958Z processing existing schema: quantized::add_scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.3446872Z processing existing schema: quantized::add_scalar_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.3449533Z processing existing schema: aten::celu_(Tensor(a!) self, Scalar alpha=1.) -> Tensor(a!) 2022-09-27T15:35:35.3452440Z processing existing schema: quantized::add_scalar_relu_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.3455393Z processing existing schema: quantized::add_scalar_relu_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.3457242Z processing existing schema: aten::selu(Tensor self) -> Tensor 2022-09-27T15:35:35.3459100Z processing existing schema: aten::relu6(Tensor self) -> Tensor 2022-09-27T15:35:35.3461596Z processing existing schema: aten::relu6_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3464165Z processing existing schema: aten::relu_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3466062Z processing existing schema: aten::log_sigmoid(Tensor self) -> Tensor 2022-09-27T15:35:35.3468755Z processing existing schema: aten::log_sigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3470582Z processing existing schema: aten::hardswish(Tensor self) -> Tensor 2022-09-27T15:35:35.3473272Z processing existing schema: aten::hardswish.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3475775Z processing existing schema: aten::hardswish_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3478251Z processing existing schema: aten::hardtanh(Tensor self, Scalar min_val=-1, Scalar max_val=1) -> Tensor 2022-09-27T15:35:35.3481472Z processing existing schema: aten::hardtanh.out(Tensor self, Scalar min_val=-1, Scalar max_val=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3484383Z processing existing schema: aten::hardtanh_(Tensor(a!) self, Scalar min_val=-1, Scalar max_val=1) -> Tensor(a!) 2022-09-27T15:35:35.3486253Z processing existing schema: aten::hardsigmoid(Tensor self) -> Tensor 2022-09-27T15:35:35.3488989Z processing existing schema: aten::hardsigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3491801Z processing existing schema: aten::hardshrink(Tensor self, Scalar lambd=0.5) -> Tensor 2022-09-27T15:35:35.3495561Z processing existing schema: aten::hardshrink.out(Tensor self, Scalar lambd=0.5, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3498675Z processing existing schema: aten::elu_(Tensor(a!) self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor(a!) 2022-09-27T15:35:35.3500770Z processing existing schema: quantized::conv_transpose1d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:35.3502730Z processing existing schema: aten::special_round(Tensor self, *, int decimals=0) -> Tensor 2022-09-27T15:35:35.3505644Z processing existing schema: aten::special_round.out(Tensor self, *, int decimals=0, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3507480Z processing existing schema: aten::special_log1p(Tensor self) -> Tensor 2022-09-27T15:35:35.3510178Z processing existing schema: aten::special_log1p.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3512054Z processing existing schema: aten::special_i0(Tensor self) -> Tensor 2022-09-27T15:35:35.3514721Z processing existing schema: aten::special_i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3516597Z processing existing schema: aten::special_digamma(Tensor self) -> Tensor 2022-09-27T15:35:35.3519500Z processing existing schema: aten::special_digamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3521396Z processing existing schema: aten::special_erf(Tensor self) -> Tensor 2022-09-27T15:35:35.3524115Z processing existing schema: aten::special_erf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3525958Z processing existing schema: aten::special_entr(Tensor self) -> Tensor 2022-09-27T15:35:35.3528917Z processing existing schema: aten::special_entr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3530797Z processing existing schema: aten::exp2(Tensor self) -> Tensor 2022-09-27T15:35:35.3533529Z processing existing schema: aten::exp2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3535436Z processing existing schema: aten::erfc(Tensor self) -> Tensor 2022-09-27T15:35:35.3538210Z processing existing schema: aten::erfc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3540101Z processing existing schema: aten::erfc.int(int a) -> float 2022-09-27T15:35:35.3542003Z processing existing schema: aten::erfc.float(float a) -> float 2022-09-27T15:35:35.3543926Z processing existing schema: aten::erfc.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.3546600Z processing existing schema: _quantized::conv3d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.3548109Z processing existing schema: aten::i0(Tensor self) -> Tensor 2022-09-27T15:35:35.3550659Z processing existing schema: aten::i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3553208Z processing existing schema: aten::i0_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3555513Z processing existing schema: aten::threshold(Tensor self, Scalar threshold, Scalar value) -> Tensor 2022-09-27T15:35:35.3558611Z processing existing schema: aten::threshold.out(Tensor self, Scalar threshold, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3561377Z processing existing schema: aten::threshold_(Tensor(a!) self, Scalar threshold, Scalar value) -> Tensor(a!) 2022-09-27T15:35:35.3563779Z processing existing schema: aten::sinc(Tensor self) -> Tensor 2022-09-27T15:35:35.3565895Z processing existing schema: aten::sinc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3568361Z processing existing schema: aten::alpha_dropout(Tensor input, float p, bool train) -> Tensor 2022-09-27T15:35:35.3570589Z processing existing schema: aten::sign_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3572596Z processing existing schema: aten::sgn(Tensor self) -> Tensor 2022-09-27T15:35:35.3575606Z processing existing schema: aten::sgn.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3577360Z processing existing schema: aten::align_as(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.3580014Z processing existing schema: aten::sgn_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3582565Z processing existing schema: aten::rad2deg_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3585027Z processing existing schema: aten::neg_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3587082Z processing existing schema: aten::mvlgamma(Tensor self, int p) -> Tensor 2022-09-27T15:35:35.3590014Z processing existing schema: aten::mvlgamma.out(Tensor self, int p, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3591768Z processing existing schema: aten::mish(Tensor self) -> Tensor 2022-09-27T15:35:35.3594448Z processing existing schema: aten::mish.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3597016Z processing existing schema: aten::mish_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3599372Z processing existing schema: aten::logit(Tensor self, float? eps=None) -> Tensor 2022-09-27T15:35:35.3602446Z processing existing schema: aten::logit.out(Tensor self, float? eps=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3605436Z processing existing schema: aten::logit_(Tensor(a!) self, float? eps=None) -> Tensor(a!) 2022-09-27T15:35:35.3607946Z processing existing schema: aten::log2_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3610668Z processing existing schema: aten::log1p_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3613216Z processing existing schema: aten::log10_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3616098Z processing existing schema: aten::log_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3618607Z processing existing schema: aten::lgamma_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3620635Z processing existing schema: aten::isreal(Tensor self) -> Tensor 2022-09-27T15:35:35.3622734Z processing existing schema: aten::isneginf(Tensor self) -> Tensor 2022-09-27T15:35:35.3625499Z processing existing schema: aten::isneginf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3627560Z processing existing schema: aten::isposinf(Tensor self) -> Tensor 2022-09-27T15:35:35.3630314Z processing existing schema: aten::isposinf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3632227Z processing existing schema: aten::isinf(Tensor self) -> Tensor 2022-09-27T15:35:35.3635293Z processing existing schema: aten::isinf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3637240Z processing existing schema: aten::isinf.float(float a) -> bool 2022-09-27T15:35:35.3639074Z processing existing schema: aten::isinf.complex(complex a) -> bool 2022-09-27T15:35:35.3640869Z processing existing schema: aten::isnan(Tensor self) -> Tensor 2022-09-27T15:35:35.3643505Z processing existing schema: aten::isnan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3645401Z processing existing schema: aten::isnan.float(float a) -> bool 2022-09-27T15:35:35.3647324Z processing existing schema: aten::isnan.complex(complex a) -> bool 2022-09-27T15:35:35.3649311Z processing existing schema: aten::isfinite(Tensor self) -> Tensor 2022-09-27T15:35:35.3651190Z processing existing schema: aten::isfinite.float(float a) -> bool 2022-09-27T15:35:35.3653122Z processing existing schema: aten::isfinite.complex(complex a) -> bool 2022-09-27T15:35:35.3655751Z processing existing schema: aten::frac_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3658164Z processing existing schema: aten::floor_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3660634Z processing existing schema: aten::erf_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3663274Z processing existing schema: _quantized::conv3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.3665466Z processing existing schema: aten::deg2rad_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3667574Z processing existing schema: quantized::mul_scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:35.3669737Z processing existing schema: quantized::mul_scalar.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-09-27T15:35:35.3672206Z processing existing schema: aten::ceil_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3674321Z processing existing schema: quantized::add_scalar_relu(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:35.3676469Z processing existing schema: quantized::add_scalar_relu.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-09-27T15:35:35.3678458Z processing existing schema: aten::special_i0e(Tensor self) -> Tensor 2022-09-27T15:35:35.3681169Z processing existing schema: aten::special_i0e.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3683013Z processing existing schema: aten::bitwise_not(Tensor self) -> Tensor 2022-09-27T15:35:35.3685719Z processing existing schema: aten::bitwise_not.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3687438Z schema: prim::infer_squeeze_size.dim(int[] a, int dim) -> int[] found on allowlist, skipping 2022-09-27T15:35:35.3688976Z schema: prim::infer_squeeze_size(int[] a) -> int[] found on allowlist, skipping 2022-09-27T15:35:35.3690843Z processing existing schema: aten::special_i1(Tensor self) -> Tensor 2022-09-27T15:35:35.3693526Z processing existing schema: aten::special_i1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3696141Z processing existing schema: aten::bitwise_not_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3700073Z processing existing schema: aten::quantized_lstm.input(Tensor input, Tensor[] hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.3703523Z processing existing schema: aten::quantized_lstm.data(Tensor data, Tensor batch_sizes, Tensor[] hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.3706841Z processing existing schema: aten::quantized_lstm.input_legacy(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.3710415Z processing existing schema: aten::quantized_lstm.data_legacy(Tensor data, Tensor batch_sizes, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.3711789Z processing existing schema: aten::atanh(Tensor self) -> Tensor 2022-09-27T15:35:35.3714507Z processing existing schema: aten::atanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3716322Z processing existing schema: aten::atanh.int(int a) -> float 2022-09-27T15:35:35.3718316Z processing existing schema: aten::atanh.float(float a) -> float 2022-09-27T15:35:35.3720258Z processing existing schema: aten::atanh.complex(complex a) -> complex 2022-09-27T15:35:35.3722144Z processing existing schema: aten::atanh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.3724674Z processing existing schema: aten::atanh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3727117Z processing existing schema: aten::atan_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3730037Z processing existing schema: aten::softshrink(Tensor self, Scalar lambd=0.5) -> Tensor 2022-09-27T15:35:35.3733681Z processing existing schema: aten::softshrink.out(Tensor self, Scalar lambd=0.5, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3736202Z processing existing schema: aten::asin_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3738003Z processing existing schema: aten::acosh(Tensor self) -> Tensor 2022-09-27T15:35:35.3740674Z processing existing schema: aten::acosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3742530Z processing existing schema: aten::acosh.int(int a) -> float 2022-09-27T15:35:35.3744419Z processing existing schema: aten::acosh.float(float a) -> float 2022-09-27T15:35:35.3746381Z processing existing schema: aten::acosh.complex(complex a) -> complex 2022-09-27T15:35:35.3748324Z processing existing schema: aten::acosh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.3750830Z processing existing schema: aten::acos_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3753756Z processing existing schema: aten::roll(Tensor self, int[1] shifts, int[1] dims=[]) -> Tensor 2022-09-27T15:35:35.3757545Z processing existing schema: aten::roll.out(Tensor self, int[1] shifts, int[1] dims=[], *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3759957Z processing existing schema: aten::abs_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3762501Z processing existing schema: aten::gather_backward(Tensor grad, Tensor self, int dim, Tensor index, bool sparse_grad) -> Tensor 2022-09-27T15:35:35.3764762Z processing existing schema: aten::gather(Tensor self, int dim, Tensor index, *, bool sparse_grad=False) -> Tensor 2022-09-27T15:35:35.3767942Z processing existing schema: aten::gather.out(Tensor self, int dim, Tensor index, *, bool sparse_grad=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3770318Z processing existing schema: aten::gather.dimname(Tensor self, str dim, Tensor index, *, bool sparse_grad=False) -> Tensor 2022-09-27T15:35:35.3773597Z processing existing schema: aten::gather.dimname_out(Tensor self, str dim, Tensor index, *, bool sparse_grad=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3776280Z processing existing schema: aten::diagonal_scatter(Tensor self, Tensor src, int offset=0, int dim1=0, int dim2=1) -> Tensor 2022-09-27T15:35:35.3779775Z processing existing schema: aten::diagonal_scatter.out(Tensor self, Tensor src, int offset=0, int dim1=0, int dim2=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3781784Z processing existing schema: quantized::conv1d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:35.3784130Z processing existing schema: aten::index_add(Tensor self, int dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.3787561Z processing existing schema: aten::index_add.out(Tensor self, int dim, Tensor index, Tensor source, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3790044Z processing existing schema: aten::index_add.dimname(Tensor self, str dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.3792156Z processing existing schema: aten::masked_fill.Scalar(Tensor self, Tensor mask, Scalar value) -> Tensor 2022-09-27T15:35:35.3794303Z processing existing schema: aten::masked_fill.Tensor(Tensor self, Tensor mask, Tensor value) -> Tensor 2022-09-27T15:35:35.3797353Z processing existing schema: aten::masked_fill.Scalar_out(Tensor self, Tensor mask, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3800412Z processing existing schema: aten::masked_fill.Tensor_out(Tensor self, Tensor mask, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3802644Z processing existing schema: aten::index_select(Tensor self, int dim, Tensor index) -> Tensor 2022-09-27T15:35:35.3806078Z processing existing schema: aten::index_select.out(Tensor self, int dim, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3807963Z processing existing schema: aten::index_select.dimname(Tensor self, str dim, Tensor index) -> Tensor 2022-09-27T15:35:35.3810917Z processing existing schema: aten::index_select.dimname_out(Tensor self, str dim, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3813641Z processing existing schema: aten::slice_scatter(Tensor self, Tensor src, int dim=0, int? start=None, int? end=None, int step=1) -> Tensor 2022-09-27T15:35:35.3817419Z processing existing schema: aten::slice_scatter.out(Tensor self, Tensor src, int dim=0, int? start=None, int? end=None, int step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3821544Z processing existing schema: aten::index_put_(Tensor(a!) self, Tensor?[] indices, Tensor values, bool accumulate=False) -> Tensor(a!) 2022-09-27T15:35:35.3825433Z processing existing schema: aten::index_put_.hacked_twin(Tensor(a!) self, Tensor[] indices, Tensor values, bool accumulate=False) -> Tensor(a!) 2022-09-27T15:35:35.3828861Z processing existing schema: aten::index.Tensor(Tensor self, Tensor?[] indices) -> Tensor 2022-09-27T15:35:35.3832866Z processing existing schema: aten::index.Tensor_out(Tensor self, Tensor?[] indices, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3835892Z processing existing schema: aten::index.Tensor_hacked_twin(Tensor self, Tensor[] indices) -> Tensor 2022-09-27T15:35:35.3839243Z processing existing schema: aten::index.str(str self, str substr, int start=0, int end=-1) -> int 2022-09-27T15:35:35.3842117Z processing existing schema: aten::index.list_int(int[] self, int el) -> int 2022-09-27T15:35:35.3845085Z processing existing schema: aten::index.list_float(float[] self, float el) -> int 2022-09-27T15:35:35.3847884Z processing existing schema: aten::index.list_bool(bool[] self, bool el) -> int 2022-09-27T15:35:35.3850926Z processing existing schema: aten::index.list_Tensor(Tensor[] self, Tensor el) -> int 2022-09-27T15:35:35.3853777Z processing existing schema: aten::index.list_str(str[] self, str el) -> int 2022-09-27T15:35:35.3857312Z processing existing schema: aten::_log_softmax_backward_data(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype) -> Tensor 2022-09-27T15:35:35.3861204Z processing existing schema: aten::_log_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3864310Z processing existing schema: aten::asinh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.3867391Z processing existing schema: aten::sort(Tensor self, int dim=-1, bool descending=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.3870813Z processing existing schema: aten::sort.stable(Tensor self, *, bool? stable, int dim=-1, bool descending=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.3875375Z processing existing schema: aten::sort.values_stable(Tensor self, *, bool? stable, int dim=-1, bool descending=False, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.3879629Z processing existing schema: aten::sort.values(Tensor self, int dim=-1, bool descending=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.3882516Z processing existing schema: aten::sort.dimname(Tensor self, str dim, bool descending=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.3886704Z processing existing schema: aten::sort.dimname_values(Tensor self, str dim, bool descending=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.3889979Z processing existing schema: aten::sort.dimname_stable(Tensor self, *, bool? stable, str dim, bool descending=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.3894384Z processing existing schema: aten::sort.dimname_values_stable(Tensor self, *, bool? stable, str dim, bool descending=False, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.3897297Z processing existing schema: aten::sort.int(int[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:35.3900244Z processing existing schema: aten::sort.float(float[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:35.3903155Z processing existing schema: aten::sort.Tensor(Tensor[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:35.3906047Z processing existing schema: aten::sort.bool(bool[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:35.3908929Z processing existing schema: aten::sort.str(str[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:35.3911899Z processing existing schema: aten::sort.any(t[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:35.3915062Z processing existing schema: aten::mode(Tensor self, int dim=-1, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.3918110Z processing existing schema: aten::mode.dimname(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.3922219Z processing existing schema: aten::mode.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.3926375Z processing existing schema: aten::mode.values(Tensor self, int dim=-1, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.3928892Z processing existing schema: aten::median(Tensor self) -> Tensor 2022-09-27T15:35:35.3931918Z processing existing schema: aten::median.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.3936256Z processing existing schema: aten::median.dim_values(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.3939116Z processing existing schema: aten::median.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.3943289Z processing existing schema: aten::median.names_dim_values(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.3946622Z processing existing schema: aten::median.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3949652Z processing existing schema: aten::mean(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.3953507Z processing existing schema: aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.3957259Z processing existing schema: aten::mean.names_dim(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.3961992Z processing existing schema: aten::mean.names_out(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3966407Z processing existing schema: aten::mean.out(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3969195Z processing existing schema: aten::logcumsumexp(Tensor self, int dim) -> Tensor 2022-09-27T15:35:35.3972080Z processing existing schema: aten::logcumsumexp.dimname(Tensor self, str dim) -> Tensor 2022-09-27T15:35:35.3975928Z processing existing schema: aten::logcumsumexp.dimname_out(Tensor self, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3979531Z processing existing schema: aten::logcumsumexp.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3983793Z processing existing schema: aten::linalg_vector_norm(Tensor self, Scalar ord=2, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.3988745Z processing existing schema: aten::linalg_vector_norm.out(Tensor self, Scalar ord=2, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.3991087Z processing existing schema: aten::cummin(Tensor self, int dim) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.3993880Z processing existing schema: aten::cummin.dimname(Tensor self, str dim) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.3997732Z processing existing schema: aten::cummin.dimname_out(Tensor self, str dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.4001483Z processing existing schema: aten::cummin.out(Tensor self, int dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.4004585Z processing existing schema: quantized::linear_prepack_fp16_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-09-27T15:35:35.4007307Z processing existing schema: aten::triu(Tensor self, int diagonal=0) -> Tensor 2022-09-27T15:35:35.4011012Z processing existing schema: aten::triu.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4013462Z processing existing schema: aten::cummax(Tensor self, int dim) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.4016278Z processing existing schema: aten::cummax.dimname(Tensor self, str dim) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.4020227Z processing existing schema: aten::cummax.dimname_out(Tensor self, str dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.4023743Z processing existing schema: aten::cummax.out(Tensor self, int dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.4026822Z processing existing schema: quantized::linear_prepack_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-09-27T15:35:35.4029877Z processing existing schema: aten::argmin(Tensor self, int? dim=None, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4033760Z processing existing schema: aten::argmin.out(Tensor self, int? dim=None, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4036783Z processing existing schema: aten::argmax(Tensor self, int? dim=None, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4040841Z processing existing schema: aten::argmax.out(Tensor self, int? dim=None, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4043881Z processing existing schema: aten::sin_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.4046871Z processing existing schema: aten::any.dim(Tensor self, int dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4049349Z processing existing schema: aten::any(Tensor self) -> Tensor 2022-09-27T15:35:35.4053415Z processing existing schema: aten::any.out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4056942Z processing existing schema: aten::any.all_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4060023Z processing existing schema: aten::any.dimname(Tensor self, str dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4063698Z processing existing schema: aten::any.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4066423Z processing existing schema: aten::any.str(str[] self) -> bool 2022-09-27T15:35:35.4069257Z processing existing schema: aten::any.int(int[] self) -> bool 2022-09-27T15:35:35.4071922Z processing existing schema: aten::any.float(float[] self) -> bool 2022-09-27T15:35:35.4074569Z processing existing schema: aten::any.bool(bool[] self) -> bool 2022-09-27T15:35:35.4078065Z processing existing schema: aten::silu_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.4081703Z processing existing schema: aten::amin(Tensor self, int[1] dim=[], bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4086124Z processing existing schema: aten::amin.out(Tensor self, int[1] dim=[], bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4088561Z processing existing schema: aten::silu(Tensor self) -> Tensor 2022-09-27T15:35:35.4092408Z processing existing schema: aten::silu.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4096102Z processing existing schema: aten::amax(Tensor self, int[1] dim=[], bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4100522Z processing existing schema: aten::amax.out(Tensor self, int[1] dim=[], bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4103081Z processing existing schema: aten::logical_not(Tensor self) -> Tensor 2022-09-27T15:35:35.4106602Z processing existing schema: aten::logical_not.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4109818Z processing existing schema: aten::_fft_c2c(Tensor self, int[] dim, int normalization, bool forward) -> Tensor 2022-09-27T15:35:35.4113859Z processing existing schema: aten::_fft_c2c.out(Tensor self, int[] dim, int normalization, bool forward, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4117051Z processing existing schema: aten::logical_not_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.4120442Z processing existing schema: aten::_fft_c2r(Tensor self, int[] dim, int normalization, int last_dim_size) -> Tensor 2022-09-27T15:35:35.4124437Z processing existing schema: aten::_fft_c2r.out(Tensor self, int[] dim, int normalization, int last_dim_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4128270Z processing existing schema: aten::addcmul_(Tensor(a!) self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor(a!) 2022-09-27T15:35:35.4132399Z processing existing schema: aten::searchsorted.Tensor(Tensor sorted_sequence, Tensor self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None) -> Tensor 2022-09-27T15:35:35.4137351Z processing existing schema: aten::searchsorted.Tensor_out(Tensor sorted_sequence, Tensor self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4141255Z processing existing schema: aten::searchsorted.Scalar(Tensor sorted_sequence, Scalar self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None) -> Tensor 2022-09-27T15:35:35.4146062Z processing existing schema: aten::searchsorted.Scalar_out(Tensor sorted_sequence, Scalar self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4148489Z processing existing schema: aten::rad2deg(Tensor self) -> Tensor 2022-09-27T15:35:35.4152056Z processing existing schema: aten::rad2deg.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4155069Z processing existing schema: aten::_standard_gamma(Tensor self, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.4159111Z processing existing schema: aten::_standard_gamma.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4164012Z processing existing schema: aten::max_pool2d_with_indices_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, int[2] dilation, bool ceil_mode, Tensor indices) -> Tensor 2022-09-27T15:35:35.4169540Z processing existing schema: aten::max_pool2d_with_indices_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, int[2] dilation, bool ceil_mode, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4174146Z processing existing schema: aten::max_pool2d_with_indices(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.4180281Z processing existing schema: aten::max_pool2d_with_indices.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.4182998Z processing existing schema: aten::adaptive_max_pool2d(Tensor self, int[2] output_size) -> (Tensor, Tensor) 2022-09-27T15:35:35.4187178Z processing existing schema: aten::adaptive_max_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.4191782Z processing existing schema: aten::avg_pool3d_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, bool ceil_mode, bool count_include_pad, int? divisor_override) -> Tensor 2022-09-27T15:35:35.4197352Z processing existing schema: aten::avg_pool3d_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, bool ceil_mode, bool count_include_pad, int? divisor_override, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4202007Z processing existing schema: aten::avg_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, bool ceil_mode, bool count_include_pad, int? divisor_override) -> Tensor 2022-09-27T15:35:35.4207377Z processing existing schema: aten::avg_pool2d_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, bool ceil_mode, bool count_include_pad, int? divisor_override, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4212288Z processing existing schema: aten::avg_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None) -> Tensor 2022-09-27T15:35:35.4218220Z processing existing schema: aten::avg_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4222414Z processing existing schema: aten::leaky_relu_(Tensor(a!) self, Scalar negative_slope=0.01) -> Tensor(a!) 2022-09-27T15:35:35.4225281Z processing existing schema: aten::_adaptive_avg_pool3d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:35.4229035Z processing existing schema: aten::_adaptive_avg_pool3d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4232552Z processing existing schema: aten::leaky_relu(Tensor self, Scalar negative_slope=0.01) -> Tensor 2022-09-27T15:35:35.4236996Z processing existing schema: aten::leaky_relu.out(Tensor self, Scalar negative_slope=0.01, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4240265Z processing existing schema: aten::_adaptive_avg_pool3d(Tensor self, int[3] output_size) -> Tensor 2022-09-27T15:35:35.4244311Z processing existing schema: aten::_adaptive_avg_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4247233Z processing existing schema: aten::_adaptive_avg_pool2d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:35.4250957Z processing existing schema: aten::_adaptive_avg_pool2d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4255522Z processing existing schema: aten::native_layer_norm_backward(Tensor grad_out, Tensor input, int[] normalized_shape, Tensor mean, Tensor rstd, Tensor? weight, Tensor? bias, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.4261319Z processing existing schema: aten::native_layer_norm_backward.out(Tensor grad_out, Tensor input, int[] normalized_shape, Tensor mean, Tensor rstd, Tensor? weight, Tensor? bias, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.4265361Z processing existing schema: aten::native_group_norm_backward(Tensor grad_out, Tensor input, Tensor mean, Tensor rstd, Tensor? weight, int N, int C, int HxW, int group, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.4271219Z processing existing schema: aten::native_group_norm_backward.out(Tensor grad_out, Tensor input, Tensor mean, Tensor rstd, Tensor? weight, int N, int C, int HxW, int group, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.4274637Z processing existing schema: aten::native_group_norm(Tensor input, Tensor? weight, Tensor? bias, int N, int C, int HxW, int group, float eps) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.4279922Z processing existing schema: aten::native_group_norm.out(Tensor input, Tensor? weight, Tensor? bias, int N, int C, int HxW, int group, float eps, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.4283729Z processing existing schema: aten::miopen_batch_norm_backward(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.4289123Z processing existing schema: aten::miopen_batch_norm_backward.out(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.4293553Z processing existing schema: aten::native_batch_norm_backward(Tensor grad_out, Tensor input, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_invstd, bool train, float eps, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.4299936Z processing existing schema: aten::native_batch_norm_backward.out(Tensor grad_out, Tensor input, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_invstd, bool train, float eps, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.4303432Z processing existing schema: aten::miopen_batch_norm(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.4308889Z processing existing schema: aten::miopen_batch_norm.out(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.4312532Z processing existing schema: aten::native_batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.4317920Z processing existing schema: aten::native_batch_norm.out(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, *, Tensor(a!) out, Tensor(b!) save_mean, Tensor(c!) save_invstd) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.4320590Z processing existing schema: aten::one_hot(Tensor self, int num_classes=-1) -> Tensor 2022-09-27T15:35:35.4323782Z processing existing schema: aten::dropout(Tensor input, float p, bool train) -> Tensor 2022-09-27T15:35:35.4327007Z processing existing schema: quantized::conv3d_stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.4330717Z processing existing schema: aten::upsample_nearest2d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.4334942Z processing existing schema: aten::upsample_nearest2d_backward(Tensor grad_output, int[2] output_size, int[4] input_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:35.4340241Z processing existing schema: aten::upsample_nearest2d_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4344649Z processing existing schema: aten::upsample_nearest2d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4347784Z processing existing schema: aten::digamma_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.4350837Z processing existing schema: quantized::conv3d_unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:35.4354361Z processing existing schema: aten::upsample_bilinear2d.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.4358367Z processing existing schema: aten::upsample_bilinear2d(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:35.4363157Z processing existing schema: aten::upsample_bilinear2d.out(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4367425Z processing existing schema: aten::upsample_bilinear2d.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4370786Z processing existing schema: aten::reflection_pad3d_backward(Tensor grad_output, Tensor self, int[6] padding) -> Tensor 2022-09-27T15:35:35.4375055Z processing existing schema: aten::reflection_pad3d_backward.grad_input(Tensor grad_output, Tensor self, int[6] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4378535Z processing existing schema: aten::reflection_pad2d_backward(Tensor grad_output, Tensor self, int[4] padding) -> Tensor 2022-09-27T15:35:35.4382723Z processing existing schema: aten::reflection_pad2d_backward.grad_input(Tensor grad_output, Tensor self, int[4] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4386100Z processing existing schema: aten::reflection_pad1d_backward(Tensor grad_output, Tensor self, int[2] padding) -> Tensor 2022-09-27T15:35:35.4390354Z processing existing schema: aten::reflection_pad1d_backward.grad_input(Tensor grad_output, Tensor self, int[2] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4393721Z processing existing schema: aten::replication_pad3d_backward(Tensor grad_output, Tensor self, int[6] padding) -> Tensor 2022-09-27T15:35:35.4398033Z processing existing schema: aten::replication_pad3d_backward.grad_input(Tensor grad_output, Tensor self, int[6] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4401405Z processing existing schema: aten::replication_pad2d_backward(Tensor grad_output, Tensor self, int[4] padding) -> Tensor 2022-09-27T15:35:35.4405702Z processing existing schema: aten::replication_pad2d_backward.grad_input(Tensor grad_output, Tensor self, int[4] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4409044Z processing existing schema: aten::replication_pad1d_backward(Tensor grad_output, Tensor self, int[2] padding) -> Tensor 2022-09-27T15:35:35.4413386Z processing existing schema: aten::replication_pad1d_backward.grad_input(Tensor grad_output, Tensor self, int[2] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4416548Z processing existing schema: aten::reflection_pad3d(Tensor self, int[6] padding) -> Tensor 2022-09-27T15:35:35.4420569Z processing existing schema: aten::reflection_pad3d.out(Tensor self, int[6] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4423411Z processing existing schema: aten::pixel_unshuffle(Tensor self, int downscale_factor) -> Tensor 2022-09-27T15:35:35.4427096Z processing existing schema: aten::pixel_unshuffle.out(Tensor self, int downscale_factor, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4430018Z processing existing schema: aten::pixel_shuffle(Tensor self, int upscale_factor) -> Tensor 2022-09-27T15:35:35.4433696Z processing existing schema: aten::pixel_shuffle.out(Tensor self, int upscale_factor, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4436657Z processing existing schema: aten::cudnn_grid_sampler(Tensor self, Tensor grid) -> Tensor output 2022-09-27T15:35:35.4440486Z processing existing schema: aten::cudnn_grid_sampler.out(Tensor self, Tensor grid, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4443799Z processing existing schema: quantized::linear_relu_dynamic_fp16(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-09-27T15:35:35.4446558Z processing existing schema: aten::cudnn_grid_sampler_backward(Tensor self, Tensor grid, Tensor grad_output) -> (Tensor grad_self, Tensor grad_grid) 2022-09-27T15:35:35.4450591Z processing existing schema: aten::cudnn_grid_sampler_backward.out(Tensor self, Tensor grid, Tensor grad_output, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.4454097Z processing existing schema: _quantized::linear_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-09-27T15:35:35.4456819Z schema: aten::grid_sampler_3d_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask) -> (Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:35.4460574Z schema: aten::grid_sampler_3d_backward.out(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) found on allowlist, skipping 2022-09-27T15:35:35.4464078Z processing existing schema: aten::grid_sampler_2d_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask) -> (Tensor, Tensor) 2022-09-27T15:35:35.4468952Z processing existing schema: aten::grid_sampler_2d_backward.out(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.4472373Z processing existing schema: aten::embedding(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False) -> Tensor 2022-09-27T15:35:35.4476812Z processing existing schema: aten::embedding.out(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4480085Z processing existing schema: quantized::conv_transpose2d_stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.4484573Z processing existing schema: aten::im2col_backward(Tensor grad_output, int[2] input_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-09-27T15:35:35.4490086Z processing existing schema: aten::im2col_backward.grad_input(Tensor grad_output, int[2] input_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4494144Z processing existing schema: aten::im2col(Tensor self, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-09-27T15:35:35.4499030Z processing existing schema: aten::im2col.out(Tensor self, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4501438Z processing existing schema: aten::special_expit(Tensor self) -> Tensor 2022-09-27T15:35:35.4505170Z processing existing schema: aten::special_expit.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4508602Z processing existing schema: aten::binary_cross_entropy_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight=None, int reduction=1) -> Tensor 2022-09-27T15:35:35.4513190Z processing existing schema: aten::binary_cross_entropy_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight=None, int reduction=1, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4516866Z processing existing schema: prim::mkldnn_convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:35.4520805Z processing existing schema: aten::nll_loss2d_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight) -> Tensor 2022-09-27T15:35:35.4525301Z processing existing schema: aten::nll_loss2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4528672Z processing existing schema: aten::nll_loss_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight) -> Tensor 2022-09-27T15:35:35.4533189Z processing existing schema: aten::nll_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4536236Z processing existing schema: aten::nll_loss2d_forward(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index) -> (Tensor output, Tensor total_weight) 2022-09-27T15:35:35.4540496Z processing existing schema: aten::nll_loss2d_forward.output(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, *, Tensor(a!) output, Tensor(b!) total_weight) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.4543731Z processing existing schema: aten::nll_loss_forward(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index) -> (Tensor output, Tensor total_weight) 2022-09-27T15:35:35.4546789Z processing existing schema: aten::nll_loss_forward.output(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, *, Tensor(a!) output, Tensor(b!) total_weight) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.4549287Z processing existing schema: aten::mvlgamma_(Tensor(a!) self, int p) -> Tensor(a!) 2022-09-27T15:35:35.4551203Z processing existing schema: aten::_linalg_check_errors(Tensor info, str api_name, *, bool is_matrix) -> () 2022-09-27T15:35:35.4553610Z processing existing schema: aten::linalg_cross(Tensor self, Tensor other, *, int dim=-1) -> Tensor 2022-09-27T15:35:35.4556773Z processing existing schema: aten::linalg_cross.out(Tensor self, Tensor other, *, int dim=-1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4558869Z processing existing schema: aten::nanmedian(Tensor self) -> Tensor 2022-09-27T15:35:35.4561005Z processing existing schema: aten::nanmedian.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.4564324Z processing existing schema: aten::nanmedian.dim_values(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.4566621Z processing existing schema: aten::nanmedian.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.4569874Z processing existing schema: aten::nanmedian.names_dim_values(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.4572590Z processing existing schema: aten::nanmedian.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4573883Z schema: aten::_linalg_solve_ex(Tensor A, Tensor B, *, bool left=True, bool check_errors=False) -> (Tensor result, Tensor LU, Tensor pivots, Tensor info) found on allowlist, skipping 2022-09-27T15:35:35.4576318Z schema: aten::_linalg_solve_ex.result(Tensor A, Tensor B, *, bool left=True, bool check_errors=False, Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots, Tensor(d!) info) -> (Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots, Tensor(d!) info) found on allowlist, skipping 2022-09-27T15:35:35.4577507Z processing existing schema: aten::linalg_lu_factor_ex(Tensor A, *, bool pivot=True, bool check_errors=False) -> (Tensor LU, Tensor pivots, Tensor info) 2022-09-27T15:35:35.4581476Z processing existing schema: aten::linalg_lu_factor_ex.out(Tensor A, *, bool pivot=True, bool check_errors=False, Tensor(a!) LU, Tensor(b!) pivots, Tensor(c!) info) -> (Tensor(a!) LU, Tensor(b!) pivots, Tensor(c!) info) 2022-09-27T15:35:35.4583314Z processing existing schema: aten::_linalg_slogdet(Tensor A) -> (Tensor sign, Tensor logabsdet, Tensor LU, Tensor pivots) 2022-09-27T15:35:35.4587279Z processing existing schema: aten::_linalg_slogdet.sign(Tensor A, *, Tensor(a!) sign, Tensor(b!) logabsdet, Tensor(c!) LU, Tensor(d!) pivots) -> (Tensor(a!) sign, Tensor(b!) logabsdet, Tensor(c!) LU, Tensor(d!) pivots) 2022-09-27T15:35:35.4590460Z processing existing schema: aten::nan_to_num_(Tensor(a!) self, float? nan=None, float? posinf=None, float? neginf=None) -> Tensor(a!) 2022-09-27T15:35:35.4592771Z processing existing schema: aten::_linalg_eigh(Tensor A, str UPLO="L", bool compute_v=True) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-09-27T15:35:35.4596260Z processing existing schema: aten::_linalg_eigh.eigenvalues(Tensor A, str UPLO="L", bool compute_v=True, *, Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-09-27T15:35:35.4598870Z processing existing schema: aten::nan_to_num(Tensor self, float? nan=None, float? posinf=None, float? neginf=None) -> Tensor 2022-09-27T15:35:35.4602144Z processing existing schema: aten::nan_to_num.out(Tensor self, float? nan=None, float? posinf=None, float? neginf=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4603838Z processing existing schema: aten::_linalg_det(Tensor A) -> (Tensor result, Tensor LU, Tensor pivots) 2022-09-27T15:35:35.4607229Z processing existing schema: aten::_linalg_det.result(Tensor A, *, Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots) -> (Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots) 2022-09-27T15:35:35.4608849Z processing existing schema: aten::logdet(Tensor self) -> Tensor 2022-09-27T15:35:35.4610610Z processing existing schema: aten::linalg_slogdet(Tensor A) -> (Tensor sign, Tensor logabsdet) 2022-09-27T15:35:35.4613467Z processing existing schema: aten::linalg_slogdet.out(Tensor A, *, Tensor(a!) sign, Tensor(b!) logabsdet) -> (Tensor(a!) sign, Tensor(b!) logabsdet) 2022-09-27T15:35:35.4615463Z processing existing schema: aten::linalg_matrix_power(Tensor self, int n) -> Tensor 2022-09-27T15:35:35.4618185Z processing existing schema: aten::linalg_matrix_power.out(Tensor self, int n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4620489Z processing existing schema: aten::linalg_ldl_factor_ex(Tensor self, *, bool hermitian=False, bool check_errors=False) -> (Tensor LD, Tensor pivots, Tensor info) 2022-09-27T15:35:35.4624304Z processing existing schema: aten::linalg_ldl_factor_ex.out(Tensor self, *, bool hermitian=False, bool check_errors=False, Tensor(a!) LD, Tensor(b!) pivots, Tensor(c!) info) -> (Tensor(a!) LD, Tensor(b!) pivots, Tensor(c!) info) 2022-09-27T15:35:35.4627646Z processing existing schema: aten::new_full(Tensor self, int[] size, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.4630348Z processing existing schema: aten::new_full.out(Tensor self, int[] size, Scalar fill_value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4633485Z processing existing schema: aten::new_ones(Tensor self, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.4636246Z processing existing schema: aten::new_ones.out(Tensor self, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4637984Z processing existing schema: aten::is_nonzero(Tensor self) -> bool 2022-09-27T15:35:35.4639817Z processing existing schema: aten::item(Tensor self) -> Scalar 2022-09-27T15:35:35.4641638Z processing existing schema: aten::_local_scalar_dense(Tensor self) -> Scalar 2022-09-27T15:35:35.4644083Z processing existing schema: aten::_unique2(Tensor self, bool sorted=True, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.4647913Z processing existing schema: aten::_unique2.out(Tensor self, bool sorted=True, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.4650190Z processing existing schema: aten::unique_consecutive(Tensor self, bool return_inverse=False, bool return_counts=False, int? dim=None) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.4654097Z processing existing schema: aten::unique_consecutive.out(Tensor self, bool return_inverse=False, bool return_counts=False, int? dim=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.4656057Z processing existing schema: aten::diag(Tensor self, int diagonal=0) -> Tensor 2022-09-27T15:35:35.4659161Z processing existing schema: aten::diag.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4661160Z processing existing schema: quantized::relu6(Tensor qx, bool inplace=False) -> Tensor 2022-09-27T15:35:35.4663638Z processing existing schema: aten::unique_dim(Tensor self, int dim, bool sorted=True, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.4667632Z processing existing schema: aten::unique_dim.out(Tensor self, int dim, bool sorted=True, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.4669106Z processing existing schema: aten::nonzero(Tensor self) -> Tensor 2022-09-27T15:35:35.4671861Z processing existing schema: aten::nonzero.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4674407Z processing existing schema: aten::multiply_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.4676959Z processing existing schema: aten::multiply_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.4680924Z processing existing schema: aten::_index_put_impl_(Tensor(a!) self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor(a!) 2022-09-27T15:35:35.4684174Z processing existing schema: aten::_index_put_impl_.hacked_twin(Tensor(a!) self, Tensor[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor(a!) 2022-09-27T15:35:35.4686046Z processing existing schema: aten::multiply.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.4688038Z processing existing schema: aten::multiply.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.4690748Z processing existing schema: aten::multiply.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4693377Z processing existing schema: aten::true_divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.4696198Z processing existing schema: aten::true_divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.4698833Z processing existing schema: aten::upsample_nearest1d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.4701678Z processing existing schema: aten::upsample_nearest1d_backward(Tensor grad_output, int[1] output_size, int[3] input_size, float? scales=None) -> Tensor 2022-09-27T15:35:35.4705571Z processing existing schema: aten::upsample_nearest1d_backward.grad_input(Tensor grad_output, int[1] output_size, int[3] input_size, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.4708958Z processing existing schema: aten::upsample_nearest1d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4711336Z processing existing schema: aten::divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.4714267Z processing existing schema: aten::divide_.Tensor_mode(Tensor(a!) self, Tensor other, *, str? rounding_mode) -> Tensor(a!) 2022-09-27T15:35:35.4717139Z processing existing schema: aten::divide_.Scalar_mode(Tensor(a!) self, Scalar other, *, str? rounding_mode) -> Tensor(a!) 2022-09-27T15:35:35.4719729Z processing existing schema: aten::divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.4721904Z processing existing schema: quantized::conv2d_groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:35.4724163Z processing existing schema: aten::upsample_nearest1d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.4726726Z processing existing schema: aten::upsample_nearest1d(Tensor self, int[1] output_size, float? scales=None) -> Tensor 2022-09-27T15:35:35.4730154Z processing existing schema: aten::upsample_nearest1d.out(Tensor self, int[1] output_size, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4733355Z processing existing schema: aten::upsample_nearest1d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4735240Z processing existing schema: aten::divide.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.4737306Z processing existing schema: aten::divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.4739573Z processing existing schema: aten::divide.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> Tensor 2022-09-27T15:35:35.4741829Z processing existing schema: aten::divide.Scalar_mode(Tensor self, Scalar other, *, str? rounding_mode) -> Tensor 2022-09-27T15:35:35.4744539Z processing existing schema: aten::divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4748108Z processing existing schema: aten::divide.out_mode(Tensor self, Tensor other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4750283Z processing existing schema: quantized::conv2d_dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.4752737Z processing existing schema: aten::pad(Tensor self, int[] pad, str mode="constant", float? value=None) -> Tensor 2022-09-27T15:35:35.4755808Z processing existing schema: aten::linalg_diagonal(Tensor(a) A, *, int offset=0, int dim1=-2, int dim2=-1) -> Tensor(a) 2022-09-27T15:35:35.4758011Z processing existing schema: aten::type_as(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.4760588Z processing existing schema: aten::linalg_pinv(Tensor self, float rcond, bool hermitian=False) -> Tensor 2022-09-27T15:35:35.4763269Z processing existing schema: aten::linalg_pinv.atol_rtol_float(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False) -> Tensor 2022-09-27T15:35:35.4766114Z processing existing schema: aten::linalg_pinv.atol_rtol_tensor(Tensor self, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False) -> Tensor 2022-09-27T15:35:35.4769276Z processing existing schema: aten::linalg_pinv.atol_rtol_tensor_out(Tensor self, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4772711Z processing existing schema: aten::linalg_pinv.atol_rtol_float_out(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4775842Z processing existing schema: aten::linalg_pinv.out(Tensor self, float rcond, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4778077Z processing existing schema: aten::linalg_pinv.rcond_tensor(Tensor self, Tensor rcond, bool hermitian=False) -> Tensor 2022-09-27T15:35:35.4781151Z processing existing schema: aten::linalg_pinv.out_rcond_tensor(Tensor self, Tensor rcond, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4784066Z processing existing schema: aten::_convolution_mode(Tensor input, Tensor weight, Tensor? bias, int[] stride, str padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:35.4785900Z processing existing schema: aten::vstack(Tensor[] tensors) -> Tensor 2022-09-27T15:35:35.4788736Z processing existing schema: aten::vstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4790579Z processing existing schema: aten::var_mean(Tensor self, bool unbiased=True) -> (Tensor, Tensor) 2022-09-27T15:35:35.4793243Z processing existing schema: aten::var_mean.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.4795767Z processing existing schema: aten::var_mean.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.4798371Z processing existing schema: aten::var_mean.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.4800916Z processing existing schema: aten::var_mean.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.4804590Z processing existing schema: aten::var_mean.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.4807016Z processing existing schema: aten::elu(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor 2022-09-27T15:35:35.4810382Z processing existing schema: aten::elu.out(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4812416Z processing existing schema: quantized::conv3d_transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:35.4814862Z processing existing schema: aten::value_selecting_reduction_backward(Tensor grad, int dim, Tensor indices, int[] sizes, bool keepdim) -> Tensor 2022-09-27T15:35:35.4817156Z processing existing schema: aten::trapz.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-09-27T15:35:35.4819498Z processing existing schema: aten::trapz.dx(Tensor y, *, float dx=1., int dim=-1) -> Tensor 2022-09-27T15:35:35.4821354Z processing existing schema: aten::std_mean(Tensor self, bool unbiased=True) -> (Tensor, Tensor) 2022-09-27T15:35:35.4823978Z processing existing schema: aten::std_mean.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.4826514Z processing existing schema: aten::std_mean.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.4829037Z processing existing schema: aten::std_mean.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.4831538Z processing existing schema: aten::std_mean.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.4835331Z processing existing schema: aten::std_mean.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.4837145Z processing existing schema: aten::std(Tensor self, bool unbiased=True) -> Tensor 2022-09-27T15:35:35.4840050Z processing existing schema: aten::std.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4842884Z processing existing schema: aten::std.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4845680Z processing existing schema: aten::std.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4849264Z processing existing schema: aten::std.names_out(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4852904Z processing existing schema: aten::std.out(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4856677Z processing existing schema: aten::std.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4859380Z processing existing schema: aten::std.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4862975Z processing existing schema: aten::std.correction_names_out(Tensor self, str[1] dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4865217Z processing existing schema: aten::special_softmax(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.4867174Z processing existing schema: aten::special_polygamma(int n, Tensor self) -> Tensor 2022-09-27T15:35:35.4870002Z processing existing schema: aten::special_polygamma.out(int n, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4871997Z processing existing schema: aten::special_multigammaln(Tensor self, int p) -> Tensor 2022-09-27T15:35:35.4874820Z processing existing schema: aten::special_multigammaln.out(Tensor self, int p, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4876731Z processing existing schema: aten::block_diag(Tensor[] tensors) -> Tensor 2022-09-27T15:35:35.4879656Z processing existing schema: aten::block_diag.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4882688Z processing existing schema: quantized::quantized_rnn_relu_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-09-27T15:35:35.4884881Z processing existing schema: aten::special_logsumexp(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4888331Z processing existing schema: aten::special_logsumexp.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4890590Z processing existing schema: aten::special_log_softmax(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.4892690Z processing existing schema: aten::special_logit(Tensor self, float? eps=None) -> Tensor 2022-09-27T15:35:35.4895815Z processing existing schema: aten::special_logit.out(Tensor self, float? eps=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4897749Z processing existing schema: aten::special_gammainc(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.4900621Z processing existing schema: aten::special_gammainc.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4902991Z processing existing schema: aten::acosh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.4904961Z processing existing schema: aten::row_stack(Tensor[] tensors) -> Tensor 2022-09-27T15:35:35.4907767Z processing existing schema: aten::row_stack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4910164Z processing existing schema: aten::ravel(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.4912427Z processing existing schema: aten::positive(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.4914635Z processing existing schema: aten::_sample_dirichlet(Tensor self, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.4917718Z processing existing schema: aten::_sample_dirichlet.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4921184Z processing existing schema: aten::pairwise_distance(Tensor x1, Tensor x2, float p=2., float eps=9.9999999999999995e-07, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.4923063Z processing existing schema: aten::outer(Tensor self, Tensor vec2) -> Tensor 2022-09-27T15:35:35.4925899Z processing existing schema: aten::outer.out(Tensor self, Tensor vec2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4927999Z processing existing schema: aten::_pad_circular(Tensor self, int[] pad) -> Tensor 2022-09-27T15:35:35.4930052Z processing existing schema: aten::not_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.4932063Z processing existing schema: aten::not_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.4934901Z processing existing schema: aten::not_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4937781Z processing existing schema: aten::not_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4940539Z processing existing schema: aten::nll_loss_nd(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-09-27T15:35:35.4942246Z processing existing schema: aten::negative(Tensor self) -> Tensor 2022-09-27T15:35:35.4945006Z processing existing schema: aten::negative.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4946823Z processing existing schema: aten::msort(Tensor self) -> Tensor 2022-09-27T15:35:35.4949569Z processing existing schema: aten::msort.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4952552Z processing existing schema: aten::moveaxis.intlist(Tensor(a) self, int[] source, int[] destination) -> Tensor(a) 2022-09-27T15:35:35.4955084Z processing existing schema: aten::moveaxis.int(Tensor(a) self, int source, int destination) -> Tensor(a) 2022-09-27T15:35:35.4957059Z processing existing schema: aten::min.other(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.4958987Z processing existing schema: aten::min(Tensor self) -> Tensor 2022-09-27T15:35:35.4961165Z processing existing schema: aten::min.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.4964355Z processing existing schema: aten::min.dim_min(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) min, Tensor(b!) min_indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.4966437Z processing existing schema: aten::min.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.4969726Z processing existing schema: aten::min.names_dim_min(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) min, Tensor(b!) min_indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.4972446Z processing existing schema: aten::min.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.4974601Z processing existing schema: aten::meshgrid(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:35.4977130Z processing existing schema: aten::meshgrid.indexing(Tensor[] tensors, *, str indexing) -> Tensor[] 2022-09-27T15:35:35.4981139Z processing existing schema: aten::max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:35.4985141Z processing existing schema: aten::max_pool1d_with_indices(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.4986847Z processing existing schema: aten::max.other(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.4988690Z processing existing schema: aten::max(Tensor self) -> Tensor 2022-09-27T15:35:35.4990897Z processing existing schema: aten::max.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.4994105Z processing existing schema: aten::max.dim_max(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) max, Tensor(b!) max_values) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.4996195Z processing existing schema: aten::max.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.4999721Z processing existing schema: aten::max.names_dim_max(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) max, Tensor(b!) max_values) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.5002378Z processing existing schema: aten::max.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5004518Z processing existing schema: aten::matrix_power(Tensor self, int n) -> Tensor 2022-09-27T15:35:35.5007373Z processing existing schema: aten::matrix_power.out(Tensor self, int n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5009507Z processing existing schema: aten::linalg_solve_ex(Tensor A, Tensor B, *, bool left=True, bool check_errors=False) -> (Tensor result, Tensor info) 2022-09-27T15:35:35.5013033Z processing existing schema: aten::linalg_solve_ex.out(Tensor A, Tensor B, *, bool left=True, bool check_errors=False, Tensor(a!) result, Tensor(b!) info) -> (Tensor(a!) result, Tensor(b!) info) 2022-09-27T15:35:35.5017111Z processing existing schema: aten::_convolution_double_backward(Tensor? ggI, Tensor? ggW, Tensor? ggb, Tensor gO, Tensor weight, Tensor self, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.5020115Z processing existing schema: aten::linalg_norm(Tensor self, Scalar? ord=None, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.5023168Z processing existing schema: aten::linalg_norm.ord_str(Tensor self, str ord, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.5027243Z processing existing schema: aten::linalg_norm.out(Tensor self, Scalar? ord=None, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5031112Z processing existing schema: aten::linalg_norm.ord_str_out(Tensor self, str ord, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5033211Z processing existing schema: aten::linalg_matmul(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5036010Z processing existing schema: aten::linalg_matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5037836Z processing existing schema: aten::linalg_det(Tensor A) -> Tensor 2022-09-27T15:35:35.5040610Z processing existing schema: aten::linalg_det.out(Tensor A, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5042837Z processing existing schema: aten::less.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5044849Z processing existing schema: aten::less.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.5047698Z processing existing schema: aten::less.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5050578Z processing existing schema: aten::less.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5052587Z processing existing schema: aten::less_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5054712Z processing existing schema: aten::less_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.5057809Z processing existing schema: aten::less_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5060468Z processing existing schema: aten::less_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5063668Z processing existing schema: aten::instance_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool use_input_stats, float momentum, float eps, bool cudnn_enabled) -> Tensor 2022-09-27T15:35:35.5065476Z processing existing schema: aten::inner(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5068396Z processing existing schema: aten::inner.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5070824Z processing existing schema: aten::index_select_backward(Tensor grad, int[] self_sizes, int dim, Tensor index) -> Tensor 2022-09-27T15:35:35.5072776Z processing existing schema: aten::hstack(Tensor[] tensors) -> Tensor 2022-09-27T15:35:35.5075628Z processing existing schema: aten::hstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5078755Z processing existing schema: aten::gradient.scalarint(Tensor self, *, Scalar? spacing=None, int? dim=None, int edge_order=1) -> Tensor[] 2022-09-27T15:35:35.5081358Z processing existing schema: aten::gradient.scalararray(Tensor self, *, Scalar spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-09-27T15:35:35.5083793Z processing existing schema: aten::gradient.array(Tensor self, *, int[] dim, int edge_order=1) -> Tensor[] 2022-09-27T15:35:35.5086713Z processing existing schema: aten::gradient.scalarrayint(Tensor self, *, Scalar[] spacing, int? dim=None, int edge_order=1) -> Tensor[] 2022-09-27T15:35:35.5089499Z processing existing schema: aten::gradient.scalarrayarray(Tensor self, *, Scalar[] spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-09-27T15:35:35.5092377Z processing existing schema: aten::gradient.tensorarrayint(Tensor self, *, Tensor[] spacing, int? dim=None, int edge_order=1) -> Tensor[] 2022-09-27T15:35:35.5095377Z processing existing schema: aten::gradient.tensorarray(Tensor self, *, Tensor[] spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-09-27T15:35:35.5097286Z processing existing schema: aten::ger(Tensor self, Tensor vec2) -> Tensor 2022-09-27T15:35:35.5100132Z processing existing schema: aten::ger.out(Tensor self, Tensor vec2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5102215Z processing existing schema: aten::float_power.Tensor_Tensor(Tensor self, Tensor exponent) -> Tensor 2022-09-27T15:35:35.5104275Z processing existing schema: aten::float_power.Tensor_Scalar(Tensor self, Scalar exponent) -> Tensor 2022-09-27T15:35:35.5107124Z processing existing schema: aten::float_power.Tensor_Tensor_out(Tensor self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5109123Z processing existing schema: aten::float_power.Scalar(Scalar self, Tensor exponent) -> Tensor 2022-09-27T15:35:35.5112012Z processing existing schema: aten::float_power.Scalar_out(Scalar self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5114834Z processing existing schema: aten::float_power.Tensor_Scalar_out(Tensor self, Scalar exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5116690Z processing existing schema: aten::flipud(Tensor self) -> Tensor 2022-09-27T15:35:35.5118728Z processing existing schema: aten::fliplr(Tensor self) -> Tensor 2022-09-27T15:35:35.5120605Z processing existing schema: aten::fix(Tensor self) -> Tensor 2022-09-27T15:35:35.5123350Z processing existing schema: aten::fix.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5125895Z processing existing schema: aten::fft_ifftshift(Tensor self, int[1]? dim=None) -> Tensor 2022-09-27T15:35:35.5127694Z processing existing schema: aten::lower(str self) -> str 2022-09-27T15:35:35.5131019Z processing existing schema: aten::fft_hfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:35.5135131Z processing existing schema: aten::fft_hfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5136910Z processing existing schema: aten::is_contiguous(Tensor self) -> bool 2022-09-27T15:35:35.5140421Z processing existing schema: aten::fft_hfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:35.5144745Z processing existing schema: aten::fft_hfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5146525Z processing existing schema: aten::storage_offset(Tensor self) -> int 2022-09-27T15:35:35.5149079Z processing existing schema: aten::fft_fftshift(Tensor self, int[1]? dim=None) -> Tensor 2022-09-27T15:35:35.5150861Z processing existing schema: aten::numel(Tensor self) -> int 2022-09-27T15:35:35.5153020Z processing existing schema: aten::var(Tensor self, bool unbiased=True) -> Tensor 2022-09-27T15:35:35.5155854Z processing existing schema: aten::var.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.5159070Z processing existing schema: aten::var.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.5161784Z processing existing schema: aten::var.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.5165333Z processing existing schema: aten::var.names_out(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5169173Z processing existing schema: aten::var.out(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5172726Z processing existing schema: aten::var.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5175646Z processing existing schema: aten::var.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.5179156Z processing existing schema: aten::var.correction_names_out(Tensor self, str[1] dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5181660Z processing existing schema: aten::embedding_backward(Tensor grad, Tensor indices, int num_weights, int padding_idx, bool scale_grad_by_freq, bool sparse) -> Tensor 2022-09-27T15:35:35.5183804Z processing existing schema: quantized::conv_transpose2d_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.5186423Z processing existing schema: aten::upsample_trilinear3d.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.5189662Z processing existing schema: aten::upsample_trilinear3d(Tensor self, int[3] output_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:35.5193720Z processing existing schema: aten::upsample_trilinear3d.out(Tensor self, int[3] output_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5197010Z processing existing schema: aten::upsample_trilinear3d.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5199083Z processing existing schema: aten::dstack(Tensor[] tensors) -> Tensor 2022-09-27T15:35:35.5201800Z processing existing schema: aten::dstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5204111Z processing existing schema: quantized::conv3d_dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.5206702Z processing existing schema: aten::upsample_bicubic2d.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.5209769Z processing existing schema: aten::upsample_bicubic2d(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:35.5213463Z processing existing schema: aten::upsample_bicubic2d.out(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5216845Z processing existing schema: aten::upsample_bicubic2d.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5219566Z processing existing schema: aten::diff(Tensor self, int n=1, int dim=-1, Tensor? prepend=None, Tensor? append=None) -> Tensor 2022-09-27T15:35:35.5223244Z processing existing schema: aten::diff.out(Tensor self, int n=1, int dim=-1, Tensor? prepend=None, Tensor? append=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5225235Z processing existing schema: quantized::conv2d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:35.5227411Z processing existing schema: aten::unique_dim_consecutive(Tensor self, int dim, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.5231295Z processing existing schema: aten::unique_dim_consecutive.out(Tensor self, int dim, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.5233329Z processing existing schema: aten::diag_backward(Tensor grad, int[] input_sizes, int diagonal) -> Tensor 2022-09-27T15:35:35.5235808Z processing existing schema: quantized::leaky_relu(Tensor qx, Scalar negative_slope, bool inplace, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.5237576Z processing existing schema: aten::det(Tensor self) -> Tensor 2022-09-27T15:35:35.5240482Z processing existing schema: quantized::mul_scalar_relu_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.5243294Z processing existing schema: quantized::mul_scalar_relu_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.5245335Z processing existing schema: aten::tile(Tensor self, int[] dims) -> Tensor 2022-09-27T15:35:35.5247225Z processing existing schema: aten::corrcoef(Tensor self) -> Tensor 2022-09-27T15:35:35.5251541Z processing existing schema: quantized::embedding_bag_byte(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-09-27T15:35:35.5253453Z processing existing schema: aten::subtract.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.5257159Z processing existing schema: aten::subtract.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5258772Z processing existing schema: aten::subtract.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.5260966Z processing existing schema: aten::concat(Tensor[] tensors, int dim=0) -> Tensor 2022-09-27T15:35:35.5263908Z processing existing schema: aten::concat.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5266111Z processing existing schema: aten::concat.names(Tensor[] tensors, str dim) -> Tensor 2022-09-27T15:35:35.5269078Z processing existing schema: aten::concat.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5271700Z processing existing schema: quantized::conv_transpose3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.5273364Z processing existing schema: aten::special_ndtr(Tensor self) -> Tensor 2022-09-27T15:35:35.5276133Z processing existing schema: aten::special_ndtr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5278254Z processing existing schema: aten::cartesian_prod(Tensor[] tensors) -> Tensor 2022-09-27T15:35:35.5280576Z processing existing schema: sparse::qlinear_relu_dynamic(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-09-27T15:35:35.5283200Z processing existing schema: aten::broadcast_to(Tensor(a) self, int[] size) -> Tensor(a) 2022-09-27T15:35:35.5285722Z processing existing schema: sparse::qlinear(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-09-27T15:35:35.5287796Z processing existing schema: aten::broadcast_tensors(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:35.5291085Z processing existing schema: aten::batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, bool cudnn_enabled) -> Tensor 2022-09-27T15:35:35.5291372Z schema: static_runtime::fused_equally_split(Tensor input, int num_split, int dim) -> ... found on allowlist, skipping 2022-09-27T15:35:35.5292947Z processing existing schema: aten::atleast_3d(Tensor self) -> Tensor 2022-09-27T15:35:35.5295217Z processing existing schema: aten::atleast_3d.Sequence(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:35.5297295Z processing existing schema: aten::atleast_2d(Tensor self) -> Tensor 2022-09-27T15:35:35.5299474Z processing existing schema: aten::atleast_2d.Sequence(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:35.5301397Z processing existing schema: aten::atleast_1d(Tensor self) -> Tensor 2022-09-27T15:35:35.5303582Z processing existing schema: aten::atleast_1d.Sequence(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:35.5305444Z processing existing schema: aten::arctanh(Tensor self) -> Tensor 2022-09-27T15:35:35.5308163Z processing existing schema: aten::arctanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5310007Z processing existing schema: aten::arctan(Tensor self) -> Tensor 2022-09-27T15:35:35.5312626Z processing existing schema: aten::arctan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5314474Z processing existing schema: aten::arcsinh(Tensor self) -> Tensor 2022-09-27T15:35:35.5317162Z processing existing schema: aten::arcsinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5319720Z processing existing schema: aten::sinh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.5321590Z processing existing schema: aten::arccosh(Tensor self) -> Tensor 2022-09-27T15:35:35.5324338Z processing existing schema: aten::arccosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5326801Z processing existing schema: aten::sinc_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.5328689Z processing existing schema: aten::arccos(Tensor self) -> Tensor 2022-09-27T15:35:35.5331384Z processing existing schema: aten::arccos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5333856Z processing existing schema: aten::selu_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.5336311Z processing existing schema: aten::adjoint(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.5341002Z processing existing schema: aten::rrelu_(Tensor(a!) self, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.5343141Z processing existing schema: aten::adaptive_avg_pool2d(Tensor self, int[2] output_size) -> Tensor 2022-09-27T15:35:35.5346301Z processing existing schema: aten::adaptive_avg_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5350252Z processing existing schema: aten::rrelu(Tensor self, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.5352583Z processing existing schema: aten::adaptive_avg_pool1d(Tensor self, int[1] output_size) -> Tensor 2022-09-27T15:35:35.5354574Z processing existing schema: aten::adaptive_max_pool1d(Tensor self, int[1] output_size) -> (Tensor, Tensor) 2022-09-27T15:35:35.5358698Z processing existing schema: aten::avg_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], bool ceil_mode=False, bool count_include_pad=True) -> Tensor 2022-09-27T15:35:35.5360434Z processing existing schema: aten::arctan2(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5363193Z processing existing schema: aten::arctan2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5365823Z processing existing schema: aten::rot90(Tensor self, int k=1, int[] dims=[0, 1]) -> Tensor 2022-09-27T15:35:35.5369309Z processing existing schema: aten::rot90.out(Tensor self, int k=1, int[] dims=[0, 1], *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5371162Z processing existing schema: aten::absolute(Tensor self) -> Tensor 2022-09-27T15:35:35.5373784Z processing existing schema: aten::absolute.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5375949Z processing existing schema: aten::__xor__.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5377907Z processing existing schema: aten::__xor__.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.5379877Z processing existing schema: aten::__xor__.bool(bool a, bool b) -> bool 2022-09-27T15:35:35.5381980Z processing existing schema: aten::__xor__.int(int a, int b) -> int 2022-09-27T15:35:35.5384248Z processing existing schema: aten::__or__.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5386364Z processing existing schema: aten::__or__.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.5388434Z processing existing schema: aten::__or__.bool(bool a, bool b) -> bool 2022-09-27T15:35:35.5390570Z processing existing schema: aten::__or__.int(int a, int b) -> int 2022-09-27T15:35:35.5393070Z processing existing schema: aten::kthvalue(Tensor self, int k, int dim=-1, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.5395402Z processing existing schema: aten::kthvalue.dimname(Tensor self, int k, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.5399003Z processing existing schema: aten::kthvalue.dimname_out(Tensor self, int k, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.5402573Z processing existing schema: aten::kthvalue.values(Tensor self, int k, int dim=-1, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.5405222Z processing existing schema: aten::__ior__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.5407992Z processing existing schema: aten::__ior__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.5410120Z processing existing schema: aten::__and__.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.5412403Z processing existing schema: aten::__and__.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5414453Z processing existing schema: aten::__and__.bool(bool a, bool b) -> bool 2022-09-27T15:35:35.5416678Z processing existing schema: aten::__and__.int(int a, int b) -> int 2022-09-27T15:35:35.5419408Z processing existing schema: aten::upsample_nearest3d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.5422660Z processing existing schema: aten::upsample_nearest3d(Tensor self, int[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:35.5426696Z processing existing schema: aten::upsample_nearest3d.out(Tensor self, int[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5430095Z processing existing schema: aten::upsample_nearest3d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5432785Z processing existing schema: aten::dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-09-27T15:35:35.5435196Z processing existing schema: quantized::conv3d_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.5437053Z processing existing schema: aten::signbit(Tensor self) -> Tensor 2022-09-27T15:35:35.5440000Z processing existing schema: aten::signbit.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5442957Z processing existing schema: aten::alpha_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-09-27T15:35:35.5445157Z processing existing schema: aten::masked_select_backward(Tensor grad, Tensor input, Tensor mask) -> Tensor 2022-09-27T15:35:35.5447206Z processing existing schema: aten::masked_select(Tensor self, Tensor mask) -> Tensor 2022-09-27T15:35:35.5450200Z processing existing schema: aten::masked_select.out(Tensor self, Tensor mask, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5452870Z processing existing schema: aten::logical_xor_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.5455044Z processing existing schema: aten::logical_xor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5458165Z processing existing schema: aten::logical_xor.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5460837Z processing existing schema: aten::logical_or_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.5463282Z processing existing schema: aten::_fft_r2c(Tensor self, int[] dim, int normalization, bool onesided) -> Tensor 2022-09-27T15:35:35.5466590Z processing existing schema: aten::_fft_r2c.out(Tensor self, int[] dim, int normalization, bool onesided, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5468601Z processing existing schema: aten::logical_or(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5471576Z processing existing schema: aten::logical_or.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5474228Z processing existing schema: aten::logical_and_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.5476384Z processing existing schema: aten::logical_and(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5479511Z processing existing schema: aten::logical_and.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5482463Z processing existing schema: aten::masked_fill_.Scalar(Tensor(a!) self, Tensor mask, Scalar value) -> Tensor(a!) 2022-09-27T15:35:35.5485294Z processing existing schema: aten::masked_fill_.Tensor(Tensor(a!) self, Tensor mask, Tensor value) -> Tensor(a!) 2022-09-27T15:35:35.5488357Z processing existing schema: aten::upsample_linear1d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.5491537Z processing existing schema: aten::upsample_linear1d_backward(Tensor grad_output, int[1] output_size, int[3] input_size, bool align_corners, float? scales=None) -> Tensor 2022-09-27T15:35:35.5495749Z processing existing schema: aten::upsample_linear1d_backward.grad_input(Tensor grad_output, int[1] output_size, int[3] input_size, bool align_corners, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.5499450Z processing existing schema: aten::upsample_linear1d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5502110Z processing existing schema: aten::div_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.5504670Z processing existing schema: aten::div_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.5507653Z processing existing schema: aten::div_.Tensor_mode(Tensor(a!) self, Tensor other, *, str? rounding_mode) -> Tensor(a!) 2022-09-27T15:35:35.5510801Z processing existing schema: aten::div_.Scalar_mode(Tensor(a!) self, Scalar other, *, str? rounding_mode) -> Tensor(a!) 2022-09-27T15:35:35.5513071Z processing existing schema: quantized::conv2d_output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.5515648Z processing existing schema: aten::mul_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.5518493Z processing existing schema: aten::mul_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.5521496Z processing existing schema: aten::mul_.t(t[](a!) l, int n) -> t[](a!) 2022-09-27T15:35:35.5524746Z processing existing schema: aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:35.5527663Z processing existing schema: aten::sub_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:35.5530010Z processing existing schema: aten::scatter.value(Tensor self, int dim, Tensor index, Scalar value) -> Tensor 2022-09-27T15:35:35.5532332Z processing existing schema: aten::scatter.src(Tensor self, int dim, Tensor index, Tensor src) -> Tensor 2022-09-27T15:35:35.5534853Z processing existing schema: aten::scatter.reduce(Tensor self, int dim, Tensor index, Tensor src, *, str reduce) -> Tensor 2022-09-27T15:35:35.5537909Z processing existing schema: aten::scatter.value_reduce(Tensor self, int dim, Tensor index, Scalar value, *, str reduce) -> Tensor 2022-09-27T15:35:35.5540878Z processing existing schema: aten::scatter.src_out(Tensor self, int dim, Tensor index, Tensor src, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5544055Z processing existing schema: aten::scatter.value_out(Tensor self, int dim, Tensor index, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5547281Z processing existing schema: aten::scatter.reduce_out(Tensor self, int dim, Tensor index, Tensor src, *, str reduce, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5550490Z processing existing schema: aten::scatter.value_reduce_out(Tensor self, int dim, Tensor index, Scalar value, *, str reduce, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5552674Z processing existing schema: aten::scatter.dimname_src(Tensor self, str dim, Tensor index, Tensor src) -> Tensor 2022-09-27T15:35:35.5554944Z processing existing schema: aten::scatter.dimname_value(Tensor self, str dim, Tensor index, Scalar value) -> Tensor 2022-09-27T15:35:35.5557811Z processing existing schema: aten::add_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:35.5560680Z processing existing schema: aten::add_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:35.5563120Z processing existing schema: aten::add_.t(t[](a!) self, t[] b) -> t[] 2022-09-27T15:35:35.5565300Z processing existing schema: aten::aminmax(Tensor self, *, int? dim=None, bool keepdim=False) -> (Tensor min, Tensor max) 2022-09-27T15:35:35.5568449Z processing existing schema: aten::aminmax.out(Tensor self, *, int? dim=None, bool keepdim=False, Tensor(a!) min, Tensor(b!) max) -> (Tensor(a!) min, Tensor(b!) max) 2022-09-27T15:35:35.5570337Z processing existing schema: aten::silu_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:35.5573076Z processing existing schema: aten::silu_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.5574908Z processing existing schema: aten::tanh_backward(Tensor grad_output, Tensor output) -> Tensor 2022-09-27T15:35:35.5577764Z processing existing schema: aten::tanh_backward.grad_input(Tensor grad_output, Tensor output, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.5579418Z processing existing schema: aten::asinh(Tensor self) -> Tensor 2022-09-27T15:35:35.5581942Z processing existing schema: aten::asinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5583659Z processing existing schema: aten::asinh.int(int a) -> float 2022-09-27T15:35:35.5585550Z processing existing schema: aten::asinh.float(float a) -> float 2022-09-27T15:35:35.5587252Z processing existing schema: aten::asinh.complex(complex a) -> complex 2022-09-27T15:35:35.5588975Z processing existing schema: aten::asinh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.5591125Z processing existing schema: aten::softshrink_backward(Tensor grad_output, Tensor self, Scalar lambd) -> Tensor 2022-09-27T15:35:35.5593924Z processing existing schema: aten::softshrink_backward.grad_input(Tensor grad_output, Tensor self, Scalar lambd, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.5596209Z processing existing schema: aten::gelu_backward(Tensor grad_output, Tensor self, *, str approximate="none") -> Tensor 2022-09-27T15:35:35.5599557Z processing existing schema: aten::gelu_backward.grad_input(Tensor grad_output, Tensor self, *, str approximate="none", Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.5601435Z processing existing schema: aten::log_sigmoid_backward(Tensor grad_output, Tensor self, Tensor buffer) -> Tensor 2022-09-27T15:35:35.5604253Z processing existing schema: aten::log_sigmoid_backward.grad_input(Tensor grad_output, Tensor self, Tensor buffer, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.5606346Z processing existing schema: aten::logit_backward(Tensor grad_output, Tensor self, float? eps=None) -> Tensor 2022-09-27T15:35:35.5609322Z processing existing schema: aten::logit_backward.grad_input(Tensor grad_output, Tensor self, float? eps=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.5611202Z processing existing schema: aten::hardswish_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:35.5613855Z processing existing schema: aten::hardswish_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5615745Z processing existing schema: aten::special_erfcx(Tensor self) -> Tensor 2022-09-27T15:35:35.5618336Z processing existing schema: aten::special_erfcx.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5621214Z processing existing schema: aten::bernoulli_.Tensor(Tensor(a!) self, Tensor p, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.5624931Z processing existing schema: aten::bernoulli_.float(Tensor(a!) self, float p=0.5, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.5627214Z processing existing schema: prim::MKLDNNClamp_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.5628948Z processing existing schema: aten::special_erfc(Tensor self) -> Tensor 2022-09-27T15:35:35.5631551Z processing existing schema: aten::special_erfc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5633591Z processing existing schema: aten::bernoulli(Tensor self, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.5636511Z processing existing schema: aten::bernoulli.out(Tensor self, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5638805Z processing existing schema: aten::bernoulli.p(Tensor self, float p, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.5640996Z processing existing schema: aten::bernoulli.Tensor(Tensor self, Tensor p, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.5643995Z processing existing schema: aten::bernoulli.Tensor_out(Tensor self, Tensor p, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5647798Z processing existing schema: aten::bernoulli.float_out(Tensor self, float p=0.5, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5650107Z processing existing schema: prim::MKLDNNHardTanh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.5650934Z schema: aten::linalg_inv(Tensor A) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.5651893Z schema: aten::linalg_inv.out(Tensor A, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.5654025Z processing existing schema: aten::lift_fresh_copy(Tensor self) -> Tensor 2022-09-27T15:35:35.5656881Z processing existing schema: aten::lift_fresh_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5659042Z processing existing schema: aten::lift_fresh(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.5663260Z processing existing schema: aten::avg_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None) -> Tensor 2022-09-27T15:35:35.5668007Z processing existing schema: aten::avg_pool3d.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5669744Z processing existing schema: aten::lift(Tensor self) -> Tensor 2022-09-27T15:35:35.5672355Z processing existing schema: aten::lift.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5675065Z processing existing schema: aten::requires_grad_(Tensor(a!) self, bool requires_grad=True) -> Tensor(a!) 2022-09-27T15:35:35.5677009Z processing existing schema: aten::stride.int(Tensor self, int dim) -> int 2022-09-27T15:35:35.5679120Z processing existing schema: aten::stride.Dimname(Tensor self, str dim) -> int 2022-09-27T15:35:35.5681190Z processing existing schema: aten::stride(Tensor self) -> int[] 2022-09-27T15:35:35.5684756Z processing existing schema: aten::full_like(Tensor self, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.5687668Z processing existing schema: aten::full_like.out(Tensor self, Scalar fill_value, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5690993Z processing existing schema: aten::randint_like(Tensor self, int high, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.5694511Z processing existing schema: aten::randint_like.low_dtype(Tensor self, int low, int high, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.5697646Z processing existing schema: aten::randint_like.out(Tensor self, int high, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5700835Z processing existing schema: aten::randint_like.low_dtype_out(Tensor self, int low, int high, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5703859Z processing existing schema: aten::resize_(Tensor(a!) self, int[] size, *, MemoryFormat? memory_format=None) -> Tensor(a!) 2022-09-27T15:35:35.5706581Z processing existing schema: aten::hsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-09-27T15:35:35.5709443Z processing existing schema: aten::hsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-09-27T15:35:35.5712246Z processing existing schema: aten::rnn_relu_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-09-27T15:35:35.5714457Z processing existing schema: aten::alias(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.5717370Z processing existing schema: aten::margin_ranking_loss(Tensor input1, Tensor input2, Tensor target, float margin=0., int reduction=1) -> Tensor 2022-09-27T15:35:35.5719324Z processing existing schema: prim::MKLDNNScalarMul(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.5722227Z processing existing schema: aten::binary_cross_entropy_with_logits(Tensor self, Tensor target, Tensor? weight=None, Tensor? pos_weight=None, int reduction=1) -> Tensor 2022-09-27T15:35:35.5725869Z processing existing schema: aten::binary_cross_entropy_with_logits.out(Tensor self, Tensor target, Tensor? weight=None, Tensor? pos_weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5727859Z processing existing schema: aten::tril(Tensor self, int diagonal=0) -> Tensor 2022-09-27T15:35:35.5730785Z processing existing schema: aten::tril.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5734364Z processing existing schema: aten::cudnn_convolution_transpose(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32) -> Tensor 2022-09-27T15:35:35.5738630Z processing existing schema: aten::cudnn_convolution_transpose.out(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5740706Z processing existing schema: quantized::linear_dynamic_fp16(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-09-27T15:35:35.5743419Z processing existing schema: aten::index_put(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False) -> Tensor 2022-09-27T15:35:35.5747183Z processing existing schema: aten::index_put.out(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5749578Z processing existing schema: aten::index_put.hacked_twin(Tensor self, Tensor[] indices, Tensor values, bool accumulate=False) -> Tensor 2022-09-27T15:35:35.5752397Z processing existing schema: aten::addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.5755991Z processing existing schema: aten::addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5758360Z processing existing schema: aten::scatter_add(Tensor self, int dim, Tensor index, Tensor src) -> Tensor 2022-09-27T15:35:35.5761224Z processing existing schema: aten::scatter_add.out(Tensor self, int dim, Tensor index, Tensor src, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5763500Z processing existing schema: aten::scatter_add.dimname(Tensor self, str dim, Tensor index, Tensor src) -> Tensor 2022-09-27T15:35:35.5766092Z processing existing schema: aten::linalg_solve_triangular(Tensor self, Tensor B, *, bool upper, bool left=True, bool unitriangular=False) -> Tensor 2022-09-27T15:35:35.5769508Z processing existing schema: aten::linalg_solve_triangular.out(Tensor self, Tensor B, *, bool upper, bool left=True, bool unitriangular=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5771668Z processing existing schema: aten::bmm(Tensor self, Tensor mat2) -> Tensor 2022-09-27T15:35:35.5774347Z processing existing schema: aten::bmm.out(Tensor self, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5777325Z processing existing schema: quantized::quantized_rnn_tanh_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-09-27T15:35:35.5779625Z processing existing schema: aten::embedding_dense_backward(Tensor grad_output, Tensor indices, int num_weights, int padding_idx, bool scale_grad_by_freq) -> Tensor 2022-09-27T15:35:35.5783068Z processing existing schema: aten::embedding_dense_backward.out(Tensor grad_output, Tensor indices, int num_weights, int padding_idx, bool scale_grad_by_freq, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5785308Z processing existing schema: quantized::conv_transpose2d_dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.5787174Z processing existing schema: aten::vdot(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5790258Z processing existing schema: aten::vdot.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5792800Z processing existing schema: aten::tan_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.5796694Z processing existing schema: aten::convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups) -> Tensor 2022-09-27T15:35:35.5800900Z processing existing schema: aten::convolution.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5804303Z processing existing schema: quantized::conv_transpose2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:35.5806427Z processing existing schema: aten::repeat_interleave.Tensor(Tensor repeats, *, int? output_size=None) -> Tensor 2022-09-27T15:35:35.5809296Z processing existing schema: aten::repeat_interleave.self_Tensor(Tensor self, Tensor repeats, int? dim=None, *, int? output_size=None) -> Tensor 2022-09-27T15:35:35.5811991Z processing existing schema: aten::repeat_interleave.self_int(Tensor self, int repeats, int? dim=None, *, int? output_size=None) -> Tensor 2022-09-27T15:35:35.5815091Z processing existing schema: aten::repeat_interleave.Tensor_out(Tensor repeats, *, int? output_size=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5817369Z processing existing schema: aten::ne.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5819531Z processing existing schema: aten::ne.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.5822533Z processing existing schema: aten::ne.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5825488Z processing existing schema: aten::ne.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5827803Z processing existing schema: aten::ne.int_list(int[] a, int[] b) -> bool 2022-09-27T15:35:35.5829996Z processing existing schema: aten::ne.device(Device a, Device b) -> bool 2022-09-27T15:35:35.5832175Z processing existing schema: aten::ne.bool(bool a, bool b) -> bool 2022-09-27T15:35:35.5834417Z processing existing schema: aten::ne.enum(AnyEnumType a, AnyEnumType b) -> bool 2022-09-27T15:35:35.5836533Z processing existing schema: aten::ne.int(int a, int b) -> bool 2022-09-27T15:35:35.5838981Z processing existing schema: aten::ne.complex(complex a, complex b) -> bool 2022-09-27T15:35:35.5841159Z processing existing schema: aten::ne.float(float a, float b) -> bool 2022-09-27T15:35:35.5843370Z processing existing schema: aten::ne.int_float(int a, float b) -> bool 2022-09-27T15:35:35.5845617Z processing existing schema: aten::ne.float_int(float a, int b) -> bool 2022-09-27T15:35:35.5847947Z processing existing schema: aten::ne.float_complex(float a, complex b) -> bool 2022-09-27T15:35:35.5850126Z processing existing schema: aten::ne.complex_float(complex a, float b) -> bool 2022-09-27T15:35:35.5852284Z processing existing schema: aten::ne(Scalar a, Scalar b) -> bool 2022-09-27T15:35:35.5854488Z processing existing schema: aten::ne.str(str a, str b) -> bool 2022-09-27T15:35:35.5857182Z processing existing schema: aten::ne.float_list(float[] a, float[] b) -> bool 2022-09-27T15:35:35.5859601Z processing existing schema: aten::ne.Tensor_list(Tensor[] a, Tensor[] b) -> bool 2022-09-27T15:35:35.5862056Z processing existing schema: aten::ne.bool_list(bool[] a, bool[] b) -> bool 2022-09-27T15:35:35.5864556Z processing existing schema: aten::ne.str_list(str[] a, str[] b) -> bool 2022-09-27T15:35:35.5867287Z processing existing schema: aten::_adaptive_avg_pool2d(Tensor self, int[2] output_size) -> Tensor 2022-09-27T15:35:35.5870695Z processing existing schema: aten::_adaptive_avg_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5872818Z processing existing schema: aten::le.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5874996Z processing existing schema: aten::le.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.5878173Z processing existing schema: aten::le.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5881004Z processing existing schema: aten::le.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5883053Z processing existing schema: aten::le.int(int a, int b) -> bool 2022-09-27T15:35:35.5885223Z processing existing schema: aten::le.float(float a, float b) -> bool 2022-09-27T15:35:35.5887393Z processing existing schema: aten::le.int_float(int a, float b) -> bool 2022-09-27T15:35:35.5889598Z processing existing schema: aten::le.float_int(float a, int b) -> bool 2022-09-27T15:35:35.5891746Z processing existing schema: aten::le(Scalar a, Scalar b) -> bool 2022-09-27T15:35:35.5893928Z processing existing schema: aten::le.str(str a, str b) -> bool 2022-09-27T15:35:35.5896641Z processing existing schema: aten::view_as_complex(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.5899536Z processing existing schema: aten::swapaxes_(Tensor(a!) self, int axis0, int axis1) -> Tensor(a!) 2022-09-27T15:35:35.5902337Z processing existing schema: aten::contiguous(Tensor(a) self, *, MemoryFormat memory_format=0) -> Tensor(a) 2022-09-27T15:35:35.5904993Z processing existing schema: quantized::conv2d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:35.5907002Z processing existing schema: aten::lt.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5909156Z processing existing schema: aten::lt.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.5912182Z processing existing schema: aten::lt.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5915138Z processing existing schema: aten::lt.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5917149Z processing existing schema: aten::lt.int(int a, int b) -> bool 2022-09-27T15:35:35.5919446Z processing existing schema: aten::lt.float(float a, float b) -> bool 2022-09-27T15:35:35.5921607Z processing existing schema: aten::lt.int_float(int a, float b) -> bool 2022-09-27T15:35:35.5923775Z processing existing schema: aten::lt.float_int(float a, int b) -> bool 2022-09-27T15:35:35.5925915Z processing existing schema: aten::lt(Scalar a, Scalar b) -> bool 2022-09-27T15:35:35.5928104Z processing existing schema: aten::lt.str(str a, str b) -> bool 2022-09-27T15:35:35.5930397Z processing existing schema: aten::eq.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.5932576Z processing existing schema: aten::eq.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.5935703Z processing existing schema: aten::eq.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5938716Z processing existing schema: aten::eq.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5940996Z processing existing schema: aten::eq.int_list(int[] a, int[] b) -> bool 2022-09-27T15:35:35.5943153Z processing existing schema: aten::eq.device(Device a, Device b) -> bool 2022-09-27T15:35:35.5945311Z processing existing schema: aten::eq.bool(bool a, bool b) -> bool 2022-09-27T15:35:35.5947557Z processing existing schema: aten::eq.enum(AnyEnumType a, AnyEnumType b) -> bool 2022-09-27T15:35:35.5949684Z processing existing schema: aten::eq.int(int a, int b) -> bool 2022-09-27T15:35:35.5951897Z processing existing schema: aten::eq.complex(complex a, complex b) -> bool 2022-09-27T15:35:35.5954082Z processing existing schema: aten::eq.float(float a, float b) -> bool 2022-09-27T15:35:35.5956296Z processing existing schema: aten::eq.int_float(int a, float b) -> bool 2022-09-27T15:35:35.5958612Z processing existing schema: aten::eq.float_int(float a, int b) -> bool 2022-09-27T15:35:35.5960820Z processing existing schema: aten::eq.float_complex(float a, complex b) -> bool 2022-09-27T15:35:35.5963088Z processing existing schema: aten::eq.complex_float(complex a, float b) -> bool 2022-09-27T15:35:35.5965349Z processing existing schema: aten::eq(Scalar a, Scalar b) -> bool 2022-09-27T15:35:35.5967465Z processing existing schema: aten::eq.str(str a, str b) -> bool 2022-09-27T15:35:35.5969966Z processing existing schema: aten::eq.float_list(float[] a, float[] b) -> bool 2022-09-27T15:35:35.5972484Z processing existing schema: aten::eq.Tensor_list(Tensor[] a, Tensor[] b) -> bool 2022-09-27T15:35:35.5974956Z processing existing schema: aten::eq.bool_list(bool[] a, bool[] b) -> bool 2022-09-27T15:35:35.5977522Z processing existing schema: aten::eq.str_list(str[] a, str[] b) -> bool 2022-09-27T15:35:35.5979955Z processing existing schema: quantized::conv_transpose3d_groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:35.5982711Z processing existing schema: aten::vsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-09-27T15:35:35.5985750Z processing existing schema: aten::vsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-09-27T15:35:35.5989253Z processing existing schema: aten::new_zeros(Tensor self, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.5992132Z processing existing schema: aten::new_zeros.out(Tensor self, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.5994442Z processing existing schema: aten::stack(Tensor[] tensors, int dim=0) -> Tensor 2022-09-27T15:35:35.5997689Z processing existing schema: aten::stack.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6000497Z processing existing schema: aten::mv(Tensor self, Tensor vec) -> Tensor 2022-09-27T15:35:35.6002795Z processing existing schema: aten::mv.out(Tensor self, Tensor vec, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6005813Z processing existing schema: aten::upsample_nearest3d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.6009544Z processing existing schema: aten::upsample_nearest3d_backward(Tensor grad_output, int[3] output_size, int[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:35.6013980Z processing existing schema: aten::upsample_nearest3d_backward.grad_input(Tensor grad_output, int[3] output_size, int[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.6017647Z processing existing schema: aten::upsample_nearest3d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6020397Z processing existing schema: aten::dsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-09-27T15:35:35.6023443Z processing existing schema: aten::dsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-09-27T15:35:35.6025904Z processing existing schema: quantized::conv3d_output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.6028295Z processing existing schema: aten::resolve_neg(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.6030857Z processing existing schema: aten::resolve_conj(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.6033040Z processing existing schema: aten::heaviside(Tensor self, Tensor values) -> Tensor 2022-09-27T15:35:35.6036024Z processing existing schema: aten::heaviside.out(Tensor self, Tensor values, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6038358Z processing existing schema: aten::result_type.Tensor(Tensor tensor, Tensor other) -> ScalarType 2022-09-27T15:35:35.6040590Z processing existing schema: aten::result_type.Scalar(Tensor tensor, Scalar other) -> ScalarType 2022-09-27T15:35:35.6042852Z processing existing schema: aten::result_type.Scalar_Tensor(Scalar scalar, Tensor tensor) -> ScalarType 2022-09-27T15:35:35.6045207Z processing existing schema: aten::result_type.Scalar_Scalar(Scalar scalar1, Scalar scalar2) -> ScalarType 2022-09-27T15:35:35.6047826Z processing existing schema: aten::hinge_embedding_loss(Tensor self, Tensor target, float margin=1., int reduction=1) -> Tensor 2022-09-27T15:35:35.6050106Z processing existing schema: aten::threshold_backward(Tensor grad_output, Tensor self, Scalar threshold) -> Tensor 2022-09-27T15:35:35.6053305Z processing existing schema: aten::threshold_backward.grad_input(Tensor grad_output, Tensor self, Scalar threshold, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.6055670Z processing existing schema: aten::_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-09-27T15:35:35.6058804Z processing existing schema: aten::_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6060995Z processing existing schema: aten::pow.Tensor_Tensor(Tensor self, Tensor exponent) -> Tensor 2022-09-27T15:35:35.6063242Z processing existing schema: aten::pow.Tensor_Scalar(Tensor self, Scalar exponent) -> Tensor 2022-09-27T15:35:35.6065479Z processing existing schema: aten::pow.Scalar(Scalar self, Tensor exponent) -> Tensor 2022-09-27T15:35:35.6068484Z processing existing schema: aten::pow.Scalar_out(Scalar self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6071486Z processing existing schema: aten::pow.Tensor_Scalar_out(Tensor self, Scalar exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6074505Z processing existing schema: aten::pow.Tensor_Tensor_out(Tensor self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6076588Z processing existing schema: aten::pow.int(int a, int b) -> float 2022-09-27T15:35:35.6078953Z processing existing schema: aten::pow.complex(complex a, complex b) -> complex 2022-09-27T15:35:35.6081132Z processing existing schema: aten::pow.float(float a, float b) -> float 2022-09-27T15:35:35.6083351Z processing existing schema: aten::pow.int_float(int a, float b) -> float 2022-09-27T15:35:35.6085611Z processing existing schema: aten::pow.float_int(float a, int b) -> float 2022-09-27T15:35:35.6087849Z processing existing schema: aten::pow.float_complex(float a, complex b) -> complex 2022-09-27T15:35:35.6090100Z processing existing schema: aten::pow.complex_float(complex a, float b) -> complex 2022-09-27T15:35:35.6092369Z processing existing schema: aten::pow.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-09-27T15:35:35.6094591Z processing existing schema: aten::pow.int_to_int(int a, int b) -> int 2022-09-27T15:35:35.6097674Z processing existing schema: aten::upsample_linear1d.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.6100528Z processing existing schema: aten::upsample_linear1d(Tensor self, int[1] output_size, bool align_corners, float? scales=None) -> Tensor 2022-09-27T15:35:35.6104288Z processing existing schema: aten::upsample_linear1d.out(Tensor self, int[1] output_size, bool align_corners, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6107838Z processing existing schema: aten::upsample_linear1d.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6109998Z processing existing schema: aten::div.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.6112107Z processing existing schema: aten::div.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.6114610Z processing existing schema: aten::div.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> Tensor 2022-09-27T15:35:35.6117052Z processing existing schema: aten::div.Scalar_mode(Tensor self, Scalar other, *, str? rounding_mode) -> Tensor 2022-09-27T15:35:35.6120039Z processing existing schema: aten::div.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6123234Z processing existing schema: aten::div.out_mode(Tensor self, Tensor other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6126337Z processing existing schema: aten::div.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6129439Z processing existing schema: aten::div.Scalar_mode_out(Tensor self, Scalar other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6131463Z processing existing schema: aten::div.int(int a, int b) -> float 2022-09-27T15:35:35.6133698Z processing existing schema: aten::div.complex(complex a, complex b) -> complex 2022-09-27T15:35:35.6136033Z processing existing schema: aten::div.float(float a, float b) -> float 2022-09-27T15:35:35.6138145Z processing existing schema: aten::div(Scalar a, Scalar b) -> float 2022-09-27T15:35:35.6140676Z processing existing schema: quantized::conv2d_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.6142646Z processing existing schema: aten::mm(Tensor self, Tensor mat2) -> Tensor 2022-09-27T15:35:35.6145672Z processing existing schema: aten::mm.out(Tensor self, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6148542Z processing existing schema: aten::unfold(Tensor(a) self, int dimension, int size, int step) -> Tensor(a) 2022-09-27T15:35:35.6150820Z processing existing schema: aten::adaptive_max_pool3d_backward(Tensor grad_output, Tensor self, Tensor indices) -> Tensor 2022-09-27T15:35:35.6154017Z processing existing schema: aten::adaptive_max_pool3d_backward.grad_input(Tensor grad_output, Tensor self, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.6156418Z processing existing schema: aten::rsub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.6158995Z processing existing schema: aten::rsub.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.6162172Z processing existing schema: aten::rsub.Tensor_out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6165377Z processing existing schema: aten::rsub.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6167872Z processing existing schema: aten::addcdiv(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor 2022-09-27T15:35:35.6171222Z processing existing schema: aten::addcdiv.out(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6173652Z processing existing schema: aten::combinations(Tensor self, int r=2, bool with_replacement=False) -> Tensor 2022-09-27T15:35:35.6176490Z processing existing schema: quantized::conv_transpose1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.6178722Z processing existing schema: aten::sub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.6181094Z processing existing schema: aten::sub.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.6184365Z processing existing schema: aten::sub.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6187594Z processing existing schema: aten::sub.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6189629Z processing existing schema: aten::sub.int(int a, int b) -> int 2022-09-27T15:35:35.6191807Z processing existing schema: aten::sub.complex(complex a, complex b) -> complex 2022-09-27T15:35:35.6194017Z processing existing schema: aten::sub.float(float a, float b) -> float 2022-09-27T15:35:35.6196215Z processing existing schema: aten::sub.int_complex(int a, complex b) -> complex 2022-09-27T15:35:35.6198465Z processing existing schema: aten::sub.complex_int(complex a, int b) -> complex 2022-09-27T15:35:35.6200663Z processing existing schema: aten::sub.float_complex(float a, complex b) -> complex 2022-09-27T15:35:35.6202989Z processing existing schema: aten::sub.complex_float(complex a, float b) -> complex 2022-09-27T15:35:35.6205065Z processing existing schema: aten::sub.int_float(int a, float b) -> float 2022-09-27T15:35:35.6207280Z processing existing schema: aten::sub.float_int(float a, int b) -> float 2022-09-27T15:35:35.6209442Z processing existing schema: aten::sub(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:35.6211824Z processing existing schema: aten::sum_to_size(Tensor self, int[] size) -> Tensor 2022-09-27T15:35:35.6213833Z processing existing schema: aten::conj_physical(Tensor self) -> Tensor 2022-09-27T15:35:35.6216840Z processing existing schema: aten::conj_physical.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6219539Z processing existing schema: _quantized::conv_transpose1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.6222106Z processing existing schema: aten::lstm_cell(Tensor input, Tensor[] hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> (Tensor, Tensor) 2022-09-27T15:35:35.6224531Z processing existing schema: aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.6226966Z processing existing schema: aten::add.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.6230173Z processing existing schema: aten::add.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6233366Z processing existing schema: aten::add.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6235831Z processing existing schema: aten::add.t(t[] a, t[] b) -> t[] 2022-09-27T15:35:35.6238089Z processing existing schema: aten::add.str(str a, str b) -> str 2022-09-27T15:35:35.6240223Z processing existing schema: aten::add.int(int a, int b) -> int 2022-09-27T15:35:35.6242448Z processing existing schema: aten::add.complex(complex a, complex b) -> complex 2022-09-27T15:35:35.6244593Z processing existing schema: aten::add.float(float a, float b) -> float 2022-09-27T15:35:35.6246846Z processing existing schema: aten::add.int_complex(int a, complex b) -> complex 2022-09-27T15:35:35.6248989Z processing existing schema: aten::add.complex_int(complex a, int b) -> complex 2022-09-27T15:35:35.6251186Z processing existing schema: aten::add.float_complex(float a, complex b) -> complex 2022-09-27T15:35:35.6253421Z processing existing schema: aten::add.complex_float(complex a, float b) -> complex 2022-09-27T15:35:35.6256137Z processing existing schema: aten::add.int_float(int a, float b) -> float 2022-09-27T15:35:35.6258028Z processing existing schema: aten::add.float_int(float a, int b) -> float 2022-09-27T15:35:35.6260705Z processing existing schema: aten::add(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:35.6263128Z processing existing schema: aten::clone(Tensor self, *, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.6266176Z processing existing schema: aten::clone.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6268729Z processing existing schema: quantized::clamp(Tensor qx, Scalar? min=None, Scalar? max=None) -> Tensor qy 2022-09-27T15:35:35.6272939Z processing existing schema: aten::max_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:35.6277111Z processing existing schema: aten::convolution_backward(Tensor grad_output, Tensor input, Tensor weight, int[]? bias_sizes, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.6282889Z processing existing schema: aten::convolution_backward.out(Tensor grad_output, Tensor input, Tensor weight, int[]? bias_sizes, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.6285927Z processing existing schema: quantized::conv_transpose3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-09-27T15:35:35.6287485Z processing existing schema: aten::tanh(Tensor self) -> Tensor 2022-09-27T15:35:35.6290563Z processing existing schema: aten::tanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6292326Z processing existing schema: aten::tanh.int(int a) -> float 2022-09-27T15:35:35.6294359Z processing existing schema: aten::tanh.float(float a) -> float 2022-09-27T15:35:35.6296472Z processing existing schema: aten::tanh.complex(complex a) -> complex 2022-09-27T15:35:35.6298530Z processing existing schema: aten::tanh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6300884Z processing existing schema: aten::align_tensors(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:35.6302908Z processing existing schema: aten::sigmoid(Tensor self) -> Tensor 2022-09-27T15:35:35.6305762Z processing existing schema: aten::sigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6308148Z processing existing schema: aten::adaptive_max_pool2d_backward(Tensor grad_output, Tensor self, Tensor indices) -> Tensor 2022-09-27T15:35:35.6311355Z processing existing schema: aten::adaptive_max_pool2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.6313093Z processing existing schema: aten::rsqrt(Tensor self) -> Tensor 2022-09-27T15:35:35.6315899Z processing existing schema: aten::rsqrt.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6318969Z processing existing schema: aten::addbmm(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.6322543Z processing existing schema: aten::addbmm.out(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6324890Z processing existing schema: aten::squeeze_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.6327714Z processing existing schema: aten::squeeze_.dim(Tensor(a!) self, int dim) -> Tensor(a!) 2022-09-27T15:35:35.6330545Z processing existing schema: aten::squeeze_.dimname(Tensor(a!) self, str dim) -> Tensor(a!) 2022-09-27T15:35:35.6332623Z processing existing schema: aten::reciprocal(Tensor self) -> Tensor 2022-09-27T15:35:35.6335601Z processing existing schema: aten::reciprocal.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6337532Z processing existing schema: aten::neg(Tensor self) -> Tensor 2022-09-27T15:35:35.6340409Z processing existing schema: aten::neg.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6342311Z processing existing schema: aten::neg.int(int a) -> int 2022-09-27T15:35:35.6344382Z processing existing schema: aten::neg.float(float a) -> float 2022-09-27T15:35:35.6346453Z processing existing schema: aten::neg.complex(complex a) -> complex 2022-09-27T15:35:35.6348527Z processing existing schema: aten::neg.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6351130Z processing existing schema: aten::exp2_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.6352760Z schema: prepacked::unpack_prepacked_sizes_conv2d(Any W_prepack) -> Any found on allowlist, skipping 2022-09-27T15:35:35.6354106Z processing existing schema: prim::ConstantMKLDNNTensor(...) -> ... 2022-09-27T15:35:35.6355982Z processing existing schema: aten::log2(Tensor self) -> Tensor 2022-09-27T15:35:35.6358945Z processing existing schema: aten::log2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6361012Z processing existing schema: aten::special_sinc(Tensor self) -> Tensor 2022-09-27T15:35:35.6363933Z processing existing schema: aten::special_sinc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6366207Z processing existing schema: aten::chain_matmul(Tensor[] matrices) -> Tensor 2022-09-27T15:35:35.6369078Z processing existing schema: aten::chain_matmul.out(Tensor[] matrices, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6371035Z processing existing schema: aten::log1p(Tensor self) -> Tensor 2022-09-27T15:35:35.6373978Z processing existing schema: aten::log1p.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6375941Z processing existing schema: aten::log1p.int(int a) -> float 2022-09-27T15:35:35.6377937Z processing existing schema: aten::log1p.float(float a) -> float 2022-09-27T15:35:35.6379991Z processing existing schema: aten::log1p.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6382211Z processing existing schema: aten::log(Tensor self) -> Tensor 2022-09-27T15:35:35.6384956Z processing existing schema: aten::log.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6386844Z processing existing schema: aten::log.int(int a) -> float 2022-09-27T15:35:35.6388855Z processing existing schema: aten::log.float(float a) -> float 2022-09-27T15:35:35.6390919Z processing existing schema: aten::log.complex(complex a) -> complex 2022-09-27T15:35:35.6392972Z processing existing schema: aten::log.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6395130Z processing existing schema: aten::log.int_int(int a, int b) -> float 2022-09-27T15:35:35.6397408Z processing existing schema: aten::log.float_float(float a, float b) -> float 2022-09-27T15:35:35.6399659Z processing existing schema: aten::log.complex_complex(complex a, complex b) -> complex 2022-09-27T15:35:35.6401738Z processing existing schema: aten::log.int_float(int a, float b) -> float 2022-09-27T15:35:35.6403944Z processing existing schema: aten::log.float_int(float a, int b) -> float 2022-09-27T15:35:35.6406214Z processing existing schema: aten::log.int_complex(int a, complex b) -> complex 2022-09-27T15:35:35.6408442Z processing existing schema: aten::log.complex_int(complex a, int b) -> complex 2022-09-27T15:35:35.6410676Z processing existing schema: aten::log.float_complex(float a, complex b) -> complex 2022-09-27T15:35:35.6412913Z processing existing schema: aten::log.complex_float(complex a, float b) -> complex 2022-09-27T15:35:35.6415137Z processing existing schema: aten::log.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-09-27T15:35:35.6418142Z processing existing schema: aten::cdist(Tensor x1, Tensor x2, float p=2., int? compute_mode=None) -> Tensor 2022-09-27T15:35:35.6421039Z processing existing schema: quantized::add_relu_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.6422945Z processing existing schema: aten::linalg_matrix_exp(Tensor self) -> Tensor 2022-09-27T15:35:35.6425849Z processing existing schema: aten::linalg_matrix_exp.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6427796Z processing existing schema: aten::_conj_physical(Tensor self) -> Tensor 2022-09-27T15:35:35.6430712Z processing existing schema: aten::_conj_physical.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6432631Z processing existing schema: aten::lgamma(Tensor self) -> Tensor 2022-09-27T15:35:35.6435469Z processing existing schema: aten::lgamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6437484Z processing existing schema: aten::lgamma.int(int a) -> float 2022-09-27T15:35:35.6439563Z processing existing schema: aten::lgamma.float(float a) -> float 2022-09-27T15:35:35.6441617Z processing existing schema: aten::lgamma.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6443644Z processing existing schema: aten::floor(Tensor self) -> Tensor 2022-09-27T15:35:35.6446536Z processing existing schema: aten::floor.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6448464Z processing existing schema: aten::floor.int(int a) -> int 2022-09-27T15:35:35.6450502Z processing existing schema: aten::floor.float(float a) -> int 2022-09-27T15:35:35.6452556Z processing existing schema: aten::floor.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6454891Z processing existing schema: aten::qr(Tensor self, bool some=True) -> (Tensor Q, Tensor R) 2022-09-27T15:35:35.6458077Z processing existing schema: aten::qr.Q(Tensor self, bool some=True, *, Tensor(a!) Q, Tensor(b!) R) -> (Tensor(a!) Q, Tensor(b!) R) 2022-09-27T15:35:35.6459850Z processing existing schema: aten::sinh(Tensor self) -> Tensor 2022-09-27T15:35:35.6462716Z processing existing schema: aten::sinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6464675Z processing existing schema: aten::sinh.int(int a) -> float 2022-09-27T15:35:35.6466733Z processing existing schema: aten::sinh.float(float a) -> float 2022-09-27T15:35:35.6468818Z processing existing schema: aten::sinh.complex(complex a) -> complex 2022-09-27T15:35:35.6470855Z processing existing schema: aten::sinh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6473890Z processing existing schema: aten::feature_alpha_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-09-27T15:35:35.6476321Z processing existing schema: aten::cpu(Tensor(a) self) -> Tensor(a|b) 2022-09-27T15:35:35.6478695Z processing existing schema: prim::expand_as_copy(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.6481430Z processing existing schema: aten::normal.Tensor_float(Tensor mean, float std=1., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.6484839Z processing existing schema: aten::normal.Tensor_float_out(Tensor mean, float std=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6488000Z processing existing schema: aten::normal.float_Tensor_out(float mean, Tensor std, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6490428Z processing existing schema: aten::normal.float_Tensor(float mean, Tensor std, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.6492953Z processing existing schema: aten::normal.Tensor_Tensor(Tensor mean, Tensor std, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.6496973Z processing existing schema: aten::normal.Tensor_Tensor_out(Tensor mean, Tensor std, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6500531Z processing existing schema: aten::normal.float_float(float mean, float std, int[] size, *, Generator? generator=None, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.6503624Z processing existing schema: aten::normal.float_float_out(float mean, float std, int[] size, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6507263Z processing existing schema: aten::normal.out(Tensor self, float mean=0., float std=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6509426Z processing existing schema: aten::feature_alpha_dropout(Tensor input, float p, bool train) -> Tensor 2022-09-27T15:35:35.6510015Z schema: static_runtime::clamp_nan_to_num(Tensor input, Scalar? min, Scalar? max, float? nan, float? posinf, float? posinf) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.6512182Z processing existing schema: prim::expand_copy(Tensor self, int[] size, *, bool implicit=False) -> Tensor 2022-09-27T15:35:35.6514196Z processing existing schema: prim::unsqueeze_copy(Tensor self, int dim) -> Tensor 2022-09-27T15:35:35.6516324Z processing existing schema: aten::angle(Tensor self) -> Tensor 2022-09-27T15:35:35.6519294Z processing existing schema: aten::angle.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6521541Z processing existing schema: aten::angle.int(int a) -> float 2022-09-27T15:35:35.6523327Z processing existing schema: aten::angle.float(float a) -> float 2022-09-27T15:35:35.6525439Z processing existing schema: aten::angle.complex(complex a) -> float 2022-09-27T15:35:35.6527492Z processing existing schema: aten::angle.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6529686Z processing existing schema: aten::sin(Tensor self) -> Tensor 2022-09-27T15:35:35.6532727Z processing existing schema: aten::sin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6534515Z processing existing schema: aten::sin.int(int a) -> float 2022-09-27T15:35:35.6536608Z processing existing schema: aten::sin.float(float a) -> float 2022-09-27T15:35:35.6538771Z processing existing schema: aten::sin.complex(complex a) -> complex 2022-09-27T15:35:35.6540858Z processing existing schema: aten::sin.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6542906Z processing existing schema: prim::squeeze_copy(Tensor self) -> Tensor 2022-09-27T15:35:35.6545259Z processing existing schema: prim::squeeze_copy.dim(Tensor self, int dim) -> Tensor 2022-09-27T15:35:35.6548499Z processing existing schema: aten::cudnn_batch_norm_backward(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, Tensor reserveSpace) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.6553161Z processing existing schema: aten::cudnn_batch_norm_backward.out(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, Tensor reserveSpace, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.6555481Z processing existing schema: quantized::linear_relu(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-09-27T15:35:35.6557839Z processing existing schema: prim::infer_unsqueeze_size(int[] a, int dim) -> int[] 2022-09-27T15:35:35.6560665Z processing existing schema: aten::bitwise_left_shift_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.6563524Z processing existing schema: aten::bitwise_left_shift_.Tensor_Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.6566029Z processing existing schema: aten::leaky_relu_backward(Tensor grad_output, Tensor self, Scalar negative_slope, bool self_is_result) -> Tensor 2022-09-27T15:35:35.6569388Z processing existing schema: aten::leaky_relu_backward.grad_input(Tensor grad_output, Tensor self, Scalar negative_slope, bool self_is_result, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.6571494Z processing existing schema: aten::_add_batch_dim(Tensor self, int batch_dim, int level) -> Tensor 2022-09-27T15:35:35.6574237Z processing existing schema: aten::unsqueeze_(Tensor(a!) self, int dim) -> Tensor(a!) 2022-09-27T15:35:35.6577542Z processing existing schema: aten::multi_margin_loss(Tensor self, Tensor target, Scalar p=1, Scalar margin=1, Tensor? weight=None, int reduction=1) -> Tensor 2022-09-27T15:35:35.6581465Z processing existing schema: aten::multi_margin_loss.out(Tensor self, Tensor target, Scalar p=1, Scalar margin=1, Tensor? weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6584372Z processing existing schema: aten::upsample_bilinear2d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.6587899Z processing existing schema: aten::upsample_bilinear2d_backward(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:35.6592303Z processing existing schema: aten::upsample_bilinear2d_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.6596001Z processing existing schema: aten::upsample_bilinear2d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6598271Z processing existing schema: aten::dist(Tensor self, Tensor other, Scalar p=2) -> Tensor 2022-09-27T15:35:35.6601594Z processing existing schema: aten::dist.out(Tensor self, Tensor other, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6603978Z processing existing schema: quantized::conv2d_stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.6606042Z processing existing schema: aten::sigmoid_backward(Tensor grad_output, Tensor output) -> Tensor 2022-09-27T15:35:35.6609058Z processing existing schema: aten::sigmoid_backward.grad_input(Tensor grad_output, Tensor output, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.6612236Z processing existing schema: aten::exponential_(Tensor(a!) self, float lambd=1., *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.6615638Z processing existing schema: aten::get_gradients(int context_id) -> Dict(Tensor, Tensor) 2022-09-27T15:35:35.6618524Z processing existing schema: aten::nll_loss(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-09-27T15:35:35.6622324Z processing existing schema: aten::nll_loss.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6624124Z processing existing schema: aten::sqrt(Tensor self) -> Tensor 2022-09-27T15:35:35.6627025Z processing existing schema: aten::sqrt.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6628978Z processing existing schema: aten::sqrt.int(int a) -> float 2022-09-27T15:35:35.6631081Z processing existing schema: aten::sqrt.float(float a) -> float 2022-09-27T15:35:35.6633130Z processing existing schema: aten::sqrt.complex(complex a) -> complex 2022-09-27T15:35:35.6635257Z processing existing schema: aten::sqrt.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6637458Z processing existing schema: aten::clamp_max(Tensor self, Scalar max) -> Tensor 2022-09-27T15:35:35.6639736Z processing existing schema: aten::clamp_max.Tensor(Tensor self, Tensor max) -> Tensor 2022-09-27T15:35:35.6642686Z processing existing schema: aten::clamp_max.out(Tensor self, Scalar max, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6645621Z processing existing schema: aten::clamp_max.Tensor_out(Tensor self, Tensor max, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6648686Z processing existing schema: quantized::max_pool1d(Tensor qx, int[] kernel_size, int[] stride, int[] padding, int[] dilation, bool ceil_mode) -> Tensor 2022-09-27T15:35:35.6650726Z processing existing schema: aten::logaddexp2(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.6653719Z processing existing schema: aten::logaddexp2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6656131Z processing existing schema: aten::_unsafe_view(Tensor self, int[] size) -> Tensor 2022-09-27T15:35:35.6659200Z processing existing schema: aten::_unsafe_view.out(Tensor self, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6661378Z processing existing schema: aten::remainder.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.6663562Z processing existing schema: aten::remainder.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.6665777Z processing existing schema: aten::remainder.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.6668757Z processing existing schema: aten::remainder.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6671706Z processing existing schema: aten::remainder.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6674674Z processing existing schema: aten::remainder.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6676788Z processing existing schema: aten::remainder.int(int a, int b) -> int 2022-09-27T15:35:35.6679071Z processing existing schema: aten::remainder.float(float a, float b) -> float 2022-09-27T15:35:35.6681275Z processing existing schema: aten::remainder.int_float(int a, float b) -> float 2022-09-27T15:35:35.6683596Z processing existing schema: aten::remainder.float_int(float a, int b) -> float 2022-09-27T15:35:35.6685642Z processing existing schema: aten::remainder(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:35.6688400Z processing existing schema: aten::hardsigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.6691081Z processing existing schema: aten::_ncf_unsqueeze(Tensor(a) self, int ndim) -> Tensor(a) 2022-09-27T15:35:35.6693767Z processing existing schema: prim::add_optional(Tensor(a) input, Tensor? bias) -> Tensor(a) 2022-09-27T15:35:35.6696469Z processing existing schema: aten::detach(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.6699535Z processing existing schema: quantized::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.6701347Z processing existing schema: aten::deg2rad(Tensor self) -> Tensor 2022-09-27T15:35:35.6704225Z processing existing schema: aten::deg2rad.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6707173Z processing existing schema: quantized::mul_relu_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.6710035Z processing existing schema: aten::unflatten.int(Tensor(a) self, int dim, int[] sizes) -> Tensor(a) 2022-09-27T15:35:35.6713234Z processing existing schema: aten::unflatten.Dimname(Tensor(a) self, str dim, int[] sizes, str[] names) -> Tensor(a) 2022-09-27T15:35:35.6715799Z processing existing schema: aten::absolute_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.6717868Z processing existing schema: aten::round(Tensor self) -> Tensor 2022-09-27T15:35:35.6720202Z processing existing schema: aten::round.decimals(Tensor self, *, int decimals) -> Tensor 2022-09-27T15:35:35.6723022Z processing existing schema: aten::round.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6726028Z processing existing schema: aten::round.decimals_out(Tensor self, *, int decimals, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6728030Z processing existing schema: aten::round.int(int a) -> float 2022-09-27T15:35:35.6730125Z processing existing schema: aten::round.float(float a) -> float 2022-09-27T15:35:35.6732231Z processing existing schema: aten::round.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6734453Z processing existing schema: aten::hypot(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.6737556Z processing existing schema: aten::hypot.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6740374Z processing existing schema: aten::cov(Tensor self, *, int correction=1, Tensor? fweights=None, Tensor? aweights=None) -> Tensor 2022-09-27T15:35:35.6744049Z processing existing schema: quantized::embedding_bag_4bit_prepack(Tensor weight, bool optimized_qparams=False, int nbins=200, float ratio=0.16) -> Tensor 2022-09-27T15:35:35.6748815Z processing existing schema: prim::MKLDNNLayerNorm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor 2022-09-27T15:35:35.6750863Z processing existing schema: aten::bilinear(Tensor input1, Tensor input2, Tensor weight, Tensor? bias=None) -> Tensor 2022-09-27T15:35:35.6751764Z schema: aten::slice_backward(Tensor grad_output, int[] input_sizes, int dim, int start, int end, int step) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.6752431Z schema: aten::slice_backward.out(Tensor grad_output, int[] input_sizes, int dim, int start, int end, int step, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.6755751Z processing existing schema: aten::ones_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.6758646Z processing existing schema: aten::ones_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6761105Z processing existing schema: aten::_remove_batch_dim(Tensor self, int level, int batch_size, int out_dim) -> Tensor 2022-09-27T15:35:35.6763125Z processing existing schema: aten::real(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.6765619Z processing existing schema: aten::clip(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor 2022-09-27T15:35:35.6768102Z processing existing schema: aten::clip.Tensor(Tensor self, Tensor? min=None, Tensor? max=None) -> Tensor 2022-09-27T15:35:35.6771320Z processing existing schema: aten::clip.out(Tensor self, Scalar? min=None, Scalar? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6774605Z processing existing schema: aten::clip.Tensor_out(Tensor self, Tensor? min=None, Tensor? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6777415Z processing existing schema: quantized::cat_out(Tensor[] qx, int dim, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6779722Z processing existing schema: aten::squeeze(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.6782228Z processing existing schema: aten::squeeze.dim(Tensor(a) self, int dim) -> Tensor(a) 2022-09-27T15:35:35.6784910Z processing existing schema: aten::squeeze.dimname(Tensor(a) self, str dim) -> Tensor(a) 2022-09-27T15:35:35.6787459Z processing existing schema: aten::upsample_nearest2d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.6790434Z processing existing schema: aten::upsample_nearest2d(Tensor self, int[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:35.6794220Z processing existing schema: aten::upsample_nearest2d.out(Tensor self, int[2] output_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6797508Z processing existing schema: aten::upsample_nearest2d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6799413Z processing existing schema: aten::dot(Tensor self, Tensor tensor) -> Tensor 2022-09-27T15:35:35.6802294Z processing existing schema: aten::dot.out(Tensor self, Tensor tensor, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6804570Z processing existing schema: quantized::conv2d_transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:35.6806980Z processing existing schema: aten::multinomial(Tensor self, int num_samples, bool replacement=False, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.6810416Z processing existing schema: aten::multinomial.out(Tensor self, int num_samples, bool replacement=False, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6813257Z processing existing schema: aten::split.Tensor(Tensor(a -> *) self, int split_size, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:35.6816535Z processing existing schema: aten::split.sizes(Tensor(a -> *) self, int[] split_size, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:35.6819133Z processing existing schema: aten::split.str(str self, str? separator=None, int max=-1) -> str[] 2022-09-27T15:35:35.6822253Z processing existing schema: aten::split(Tensor(a -> *) self, int[] split_sizes, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:35.6824658Z processing existing schema: aten::sqrt_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.6827224Z processing existing schema: aten::clamp_max_(Tensor(a!) self, Scalar max) -> Tensor(a!) 2022-09-27T15:35:35.6829926Z processing existing schema: aten::clamp_max_.Tensor(Tensor(a!) self, Tensor max) -> Tensor(a!) 2022-09-27T15:35:35.6832972Z processing existing schema: quantized::max_pool2d(Tensor qx, int[] kernel_size, int[] stride, int[] padding, int[] dilation, bool ceil_mode) -> Tensor 2022-09-27T15:35:35.6836441Z processing existing schema: aten::empty_strided(SymInt[] size, SymInt[] stride, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.6839391Z processing existing schema: aten::empty_strided.out(SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6841905Z processing existing schema: quantized::conv_transpose3d_dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.6844006Z processing existing schema: aten::view_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-09-27T15:35:35.6847378Z processing existing schema: aten::as_strided_(Tensor(a!) self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor(a!) 2022-09-27T15:35:35.6849883Z processing existing schema: aten::__ixor__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.6852548Z processing existing schema: aten::__ixor__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.6856713Z processing existing schema: aten::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor 2022-09-27T15:35:35.6857944Z processing existing schema: prim::oneDNNFusionGuard(...) -> ... 2022-09-27T15:35:35.6859554Z processing existing schema: aten::frac(Tensor self) -> Tensor 2022-09-27T15:35:35.6862412Z processing existing schema: aten::frac.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6864312Z processing existing schema: aten::square(Tensor self) -> Tensor 2022-09-27T15:35:35.6867095Z processing existing schema: aten::square.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6869052Z processing existing schema: aten::clamp_min(Tensor self, Scalar min) -> Tensor 2022-09-27T15:35:35.6871232Z processing existing schema: aten::clamp_min.Tensor(Tensor self, Tensor min) -> Tensor 2022-09-27T15:35:35.6874157Z processing existing schema: aten::clamp_min.out(Tensor self, Scalar min, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6876962Z processing existing schema: aten::clamp_min.Tensor_out(Tensor self, Tensor min, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6879551Z processing existing schema: quantized::cat(Tensor[] qx, int dim, float? scale, int? zero_point) -> Tensor 2022-09-27T15:35:35.6881875Z processing existing schema: aten::cosh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.6886184Z processing existing schema: quantized::embedding_bag_byte_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-09-27T15:35:35.6888125Z processing existing schema: prim::MKLDNNHardSwish_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.6891182Z processing existing schema: aten::batch_norm_stats.out(Tensor input, float eps, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.6892791Z processing existing schema: aten::batch_norm_stats(Tensor input, float eps) -> (Tensor, Tensor) 2022-09-27T15:35:35.6894568Z processing existing schema: aten::relu(Tensor self) -> Tensor 2022-09-27T15:35:35.6897407Z processing existing schema: aten::relu.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6901010Z processing existing schema: aten::to.device(Tensor(a) self, Device device, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-09-27T15:35:35.6904126Z processing existing schema: aten::to.dtype(Tensor(a) self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-09-27T15:35:35.6907247Z processing existing schema: aten::to.other(Tensor(a) self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-09-27T15:35:35.6911510Z processing existing schema: aten::to.dtype_layout(Tensor(a) self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-09-27T15:35:35.6914810Z processing existing schema: aten::to.prim_Device(Tensor(a) self, Device? device, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-09-27T15:35:35.6917848Z processing existing schema: aten::to.prim_dtype(Tensor(a) self, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-09-27T15:35:35.6920795Z processing existing schema: aten::to.prim_other(Tensor(a) self, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-09-27T15:35:35.6922401Z processing existing schema: aten::cos(Tensor self) -> Tensor 2022-09-27T15:35:35.6925120Z processing existing schema: aten::cos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6926848Z processing existing schema: aten::cos.int(int a) -> float 2022-09-27T15:35:35.6928809Z processing existing schema: aten::cos.float(float a) -> float 2022-09-27T15:35:35.6930823Z processing existing schema: aten::cos.complex(complex a) -> complex 2022-09-27T15:35:35.6932754Z processing existing schema: aten::cos.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.6937486Z processing existing schema: quantized::embedding_bag_4bit(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-09-27T15:35:35.6940072Z processing existing schema: aten::new_empty(Tensor self, SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.6942819Z processing existing schema: aten::new_empty.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6945234Z processing existing schema: aten::expm1_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.6947763Z processing existing schema: prepacked::conv2d_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.Conv2dOpContext W_prepack) -> Tensor Y 2022-09-27T15:35:35.6949293Z processing existing schema: prim::MKLDNNClamp(Tensor self) -> Tensor 2022-09-27T15:35:35.6952364Z processing existing schema: aten::expand(Tensor(a) self, SymInt[] size, *, bool implicit=False) -> Tensor(a) 2022-09-27T15:35:35.6955463Z processing existing schema: prepacked::linear_clamp_prepack(Tensor W, Tensor? B=None, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.LinearOpContext 2022-09-27T15:35:35.6956520Z processing existing schema: prim::StaticRuntimeCopyOuts(...) -> ... 2022-09-27T15:35:35.6960439Z processing existing schema: aten::new_empty_strided(Tensor self, SymInt[] size, SymInt[] stride, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.6963395Z processing existing schema: aten::new_empty_strided.out(Tensor self, SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6965731Z processing existing schema: aten::erfinv_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.6970197Z processing existing schema: mkldnn_prepacked::conv2d_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] dilation, int groups, int[4] input_size, str attr) -> __torch__.torch.classes.mkldnn.ConvOpContext 2022-09-27T15:35:35.6973248Z processing existing schema: aten::zeros_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.6976267Z processing existing schema: aten::zeros_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6978268Z processing existing schema: prim::reshape_copy(Tensor self, int[] shape) -> Tensor 2022-09-27T15:35:35.6980283Z processing existing schema: aten::_log_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-09-27T15:35:35.6983308Z processing existing schema: aten::_log_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.6986081Z processing existing schema: aten::narrow(Tensor(a) self, int dim, int start, int length) -> Tensor(a) 2022-09-27T15:35:35.6988696Z processing existing schema: aten::narrow.Tensor(Tensor(a) self, int dim, Tensor start, int length) -> Tensor(a) 2022-09-27T15:35:35.6990577Z processing existing schema: aten::native_dropout(Tensor input, float p, bool? train) -> (Tensor, Tensor) 2022-09-27T15:35:35.6993770Z processing existing schema: aten::native_dropout.out(Tensor input, float p, bool? train, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.6996251Z processing existing schema: aten::_make_dual(Tensor(a) primal, Tensor tangent, int level) -> Tensor(a) 2022-09-27T15:35:35.6998228Z processing existing schema: aten::trunc(Tensor self) -> Tensor 2022-09-27T15:35:35.7001297Z processing existing schema: aten::trunc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7003049Z processing existing schema: aten::trace(Tensor self) -> Tensor 2022-09-27T15:35:35.7006041Z processing existing schema: aten::trace.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7010051Z processing existing schema: aten::ctc_loss.IntList(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, int reduction=1, bool zero_infinity=False) -> Tensor 2022-09-27T15:35:35.7012930Z processing existing schema: aten::ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank=0, int reduction=1, bool zero_infinity=False) -> Tensor 2022-09-27T15:35:35.7014822Z processing existing schema: quantized::embedding_bag_2bit_unpack(Tensor weight) -> Tensor 2022-09-27T15:35:35.7016967Z processing existing schema: prim::TensorExprDynamicGuard(...) -> bool 2022-09-27T15:35:35.7030420Z processing existing schema: aten::binomial(Tensor count, Tensor prob, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.7031143Z processing existing schema: aten::binomial.out(Tensor count, Tensor prob, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7031634Z processing existing schema: aten::expand_copy(Tensor self, SymInt[] size, *, bool implicit=False) -> Tensor 2022-09-27T15:35:35.7032133Z processing existing schema: aten::expand_copy.out(Tensor self, SymInt[] size, *, bool implicit=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7033017Z processing existing schema: prepacked::conv2d_clamp_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] dilation, int groups, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.Conv2dOpContext 2022-09-27T15:35:35.7035284Z processing existing schema: prim::MKLDNNHardSigmoid(Tensor a) -> Tensor 2022-09-27T15:35:35.7038386Z processing existing schema: aten::diagonal(Tensor(a) self, int offset=0, int dim1=0, int dim2=1) -> Tensor(a) 2022-09-27T15:35:35.7041483Z processing existing schema: aten::diagonal.Dimname(Tensor(a) self, *, str outdim, str dim1, str dim2, int offset=0) -> Tensor(a) 2022-09-27T15:35:35.7043774Z processing existing schema: quantized::softmax(Tensor qx, int dim, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.7046640Z processing existing schema: aten::feature_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-09-27T15:35:35.7048786Z processing existing schema: aten::sym_size(Tensor self) -> SymInt[] 2022-09-27T15:35:35.7050743Z processing existing schema: aten::sym_size.int(Tensor self, int dim) -> SymInt 2022-09-27T15:35:35.7052234Z processing existing schema: prim::TensorExprGroup(...) -> ... 2022-09-27T15:35:35.7054160Z processing existing schema: aten::size.int(Tensor self, int dim) -> int 2022-09-27T15:35:35.7056719Z processing existing schema: aten::size.Dimname(Tensor self, str dim) -> int 2022-09-27T15:35:35.7058514Z processing existing schema: aten::size(Tensor self) -> int[] 2022-09-27T15:35:35.7059656Z processing existing schema: prim::MMBatchSide(...) -> ... 2022-09-27T15:35:35.7062550Z processing existing schema: aten::transpose.int(Tensor(a) self, int dim0, int dim1) -> Tensor(a) 2022-09-27T15:35:35.7065507Z processing existing schema: aten::transpose.Dimname(Tensor(a) self, str dim0, str dim1) -> Tensor(a) 2022-09-27T15:35:35.7067180Z processing existing schema: prim::CudaFusionViewGuard(...) -> bool 2022-09-27T15:35:35.7069872Z processing existing schema: aten::bitwise_and_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.7072621Z processing existing schema: aten::bitwise_and_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.7075365Z processing existing schema: aten::triangular_solve(Tensor self, Tensor A, bool upper=True, bool transpose=False, bool unitriangular=False) -> (Tensor solution, Tensor cloned_coefficient) 2022-09-27T15:35:35.7079034Z processing existing schema: aten::triangular_solve.X(Tensor self, Tensor A, bool upper=True, bool transpose=False, bool unitriangular=False, *, Tensor(a!) X, Tensor(b!) M) -> (Tensor(a!) solution, Tensor(b!) cloned_coefficient) 2022-09-27T15:35:35.7081865Z processing existing schema: aten::movedim.intlist(Tensor(a) self, int[] source, int[] destination) -> Tensor(a) 2022-09-27T15:35:35.7084435Z processing existing schema: aten::movedim.int(Tensor(a) self, int source, int destination) -> Tensor(a) 2022-09-27T15:35:35.7087054Z processing existing schema: aten::cos_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.7090032Z processing existing schema: quantized::embedding_byte(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, bool pruned_weights=False) -> Tensor 2022-09-27T15:35:35.7090736Z schema: profiler::_call_end_callbacks_on_jit_fut(Tensor x, Future(t) y) -> Future(t) found on allowlist, skipping 2022-09-27T15:35:35.7091309Z schema: profiler::_call_end_callbacks_on_jit_fut._RecordFunction(__torch__.torch.classes.profiler._RecordFunction x, Future(t) y) -> Future(t) found on allowlist, skipping 2022-09-27T15:35:35.7094944Z processing existing schema: aten::batch_norm_gather_stats.out(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, int count, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.7097451Z processing existing schema: aten::batch_norm_gather_stats(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, int count) -> (Tensor, Tensor) 2022-09-27T15:35:35.7099452Z processing existing schema: aten::greater_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.7101481Z processing existing schema: aten::greater_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.7104423Z processing existing schema: aten::greater_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7107298Z processing existing schema: aten::greater_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7109197Z processing existing schema: prim::MMTreeReduce(...) -> Tensor 2022-09-27T15:35:35.7111445Z processing existing schema: aten::trace_backward(Tensor grad, int[] sizes) -> Tensor 2022-09-27T15:35:35.7113225Z processing existing schema: prim::CudaFusionSizeEq(...) -> bool 2022-09-27T15:35:35.7115303Z processing existing schema: aten::bitwise_and.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.7117527Z processing existing schema: aten::bitwise_and.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.7120474Z processing existing schema: aten::bitwise_and.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7123397Z processing existing schema: aten::bitwise_and.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7125431Z processing existing schema: aten::bitwise_and.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.7128562Z processing existing schema: aten::bitwise_and.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7130205Z processing existing schema: aten::expm1(Tensor self) -> Tensor 2022-09-27T15:35:35.7133043Z processing existing schema: aten::expm1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7134856Z processing existing schema: aten::expm1.int(int a) -> float 2022-09-27T15:35:35.7137047Z processing existing schema: aten::expm1.float(float a) -> float 2022-09-27T15:35:35.7139030Z processing existing schema: aten::expm1.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.7143904Z processing existing schema: prepacked::conv2d_transpose_clamp_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] output_padding, int[2] dilation, int groups, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.TransposeConv2dOpContext 2022-09-27T15:35:35.7145235Z processing existing schema: prim::MKLDNNHardTanh(Tensor self) -> Tensor 2022-09-27T15:35:35.7147897Z processing existing schema: aten::erfc_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.7150432Z processing existing schema: _quantized::linear_prepack_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-09-27T15:35:35.7152908Z processing existing schema: aten::zero_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.7154820Z processing existing schema: aten::is_complex(Tensor self) -> bool 2022-09-27T15:35:35.7157107Z processing existing schema: aten::count_nonzero.dim_IntList(Tensor self, int[] dim) -> Tensor 2022-09-27T15:35:35.7160331Z processing existing schema: aten::count_nonzero.dim_IntList_out(Tensor self, int[] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7162500Z processing existing schema: aten::count_nonzero(Tensor self, int? dim=None) -> Tensor 2022-09-27T15:35:35.7165585Z processing existing schema: aten::count_nonzero.out(Tensor self, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7167590Z processing existing schema: quantized::embedding_bag_byte_prepack(Tensor weight) -> Tensor 2022-09-27T15:35:35.7170377Z processing existing schema: aten::clamp_min_(Tensor(a!) self, Scalar min) -> Tensor(a!) 2022-09-27T15:35:35.7173204Z processing existing schema: aten::clamp_min_.Tensor(Tensor(a!) self, Tensor min) -> Tensor(a!) 2022-09-27T15:35:35.7175955Z processing existing schema: quantized::cat_relu(Tensor[] qx, int dim, float? scale, int? zero_point) -> Tensor 2022-09-27T15:35:35.7178073Z processing existing schema: aten::greater.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.7180231Z processing existing schema: aten::greater.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.7183080Z processing existing schema: aten::greater.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7185976Z processing existing schema: aten::greater.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7187603Z processing existing schema: prim::FusedConcat(...) -> ... 2022-09-27T15:35:35.7191285Z processing existing schema: aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.7194261Z processing existing schema: aten::_to_copy.out(Tensor self, *, bool non_blocking=False, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7196548Z processing existing schema: aten::reflection_pad2d(Tensor self, int[4] padding) -> Tensor 2022-09-27T15:35:35.7199833Z processing existing schema: aten::reflection_pad2d.out(Tensor self, int[4] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7201975Z processing existing schema: aten::glu(Tensor self, int dim=-1) -> Tensor 2022-09-27T15:35:35.7204946Z processing existing schema: aten::glu.out(Tensor self, int dim=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7207434Z processing existing schema: aten::matrix_H(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7209959Z processing existing schema: aten::matrix_H.a(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7212209Z processing existing schema: aten::mH(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7214640Z processing existing schema: aten::mH.a(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7217350Z processing existing schema: aten::constant_pad_nd(Tensor self, int[] pad, Scalar value=0) -> Tensor 2022-09-27T15:35:35.7220508Z processing existing schema: aten::constant_pad_nd.out(Tensor self, int[] pad, Scalar value=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7223084Z processing existing schema: quantized::conv1d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:35.7225553Z processing existing schema: aten::swapaxes(Tensor(a) self, int axis0, int axis1) -> Tensor(a) 2022-09-27T15:35:35.7227860Z processing existing schema: aten::mT(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7230319Z processing existing schema: aten::mT.a(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7232817Z processing existing schema: aten::t_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.7235271Z processing existing schema: aten::conv_tbc(Tensor self, Tensor weight, Tensor bias, int pad=0) -> Tensor 2022-09-27T15:35:35.7238653Z processing existing schema: aten::conv_tbc.out(Tensor self, Tensor weight, Tensor bias, int pad=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7241854Z processing existing schema: quantized::conv_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:35.7244217Z processing existing schema: aten::exp(Tensor self) -> Tensor 2022-09-27T15:35:35.7246350Z processing existing schema: aten::exp.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7248277Z processing existing schema: aten::exp.int(int a) -> float 2022-09-27T15:35:35.7250211Z processing existing schema: aten::exp.float(float a) -> float 2022-09-27T15:35:35.7252229Z processing existing schema: aten::exp.complex(complex a) -> complex 2022-09-27T15:35:35.7254223Z processing existing schema: aten::exp.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.7256825Z processing existing schema: mkldnn_prepacked::conv2d_run(Tensor X, __torch__.torch.classes.mkldnn.ConvOpContext W_prepack) -> Tensor Y 2022-09-27T15:35:35.7259265Z processing existing schema: aten::topk(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True) -> (Tensor values, Tensor indices) 2022-09-27T15:35:35.7262922Z processing existing schema: aten::topk.values(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:35.7265529Z processing existing schema: prim::MKLDNNScalarMul_(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.7267956Z processing existing schema: aten::bincount(Tensor self, Tensor? weights=None, int minlength=0) -> Tensor 2022-09-27T15:35:35.7271171Z processing existing schema: aten::bincount.out(Tensor self, Tensor? weights=None, int minlength=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7273621Z processing existing schema: aten::round_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.7276361Z processing existing schema: aten::round_.decimals(Tensor(a!) self, *, int decimals) -> Tensor(a!) 2022-09-27T15:35:35.7278404Z processing existing schema: aten::acos(Tensor self) -> Tensor 2022-09-27T15:35:35.7281075Z processing existing schema: aten::acos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7283029Z processing existing schema: aten::acos.int(int a) -> float 2022-09-27T15:35:35.7284970Z processing existing schema: aten::acos.float(float a) -> float 2022-09-27T15:35:35.7287014Z processing existing schema: aten::acos.complex(complex a) -> complex 2022-09-27T15:35:35.7288964Z processing existing schema: aten::acos.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.7291556Z processing existing schema: aten::trapezoid.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-09-27T15:35:35.7293819Z processing existing schema: aten::trapezoid.dx(Tensor y, *, Scalar dx=1, int dim=-1) -> Tensor 2022-09-27T15:35:35.7297414Z processing existing schema: aten::cudnn_convolution(Tensor self, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32) -> Tensor 2022-09-27T15:35:35.7301344Z processing existing schema: aten::cudnn_convolution.out(Tensor self, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7303899Z processing existing schema: _quantized::linear(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-09-27T15:35:35.7305894Z processing existing schema: aten::true_divide.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.7308023Z processing existing schema: aten::true_divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.7310934Z processing existing schema: aten::true_divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7313344Z processing existing schema: aten::cumprod(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.7315788Z processing existing schema: aten::cumprod.dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.7319061Z processing existing schema: aten::cumprod.dimname_out(Tensor self, str dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7322178Z processing existing schema: aten::cumprod.out(Tensor self, int dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7324843Z processing existing schema: _quantized::linear_prepack(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-09-27T15:35:35.7326714Z processing existing schema: aten::special_psi(Tensor self) -> Tensor 2022-09-27T15:35:35.7329514Z processing existing schema: aten::special_psi.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7332938Z processing existing schema: aten::cauchy_(Tensor(a!) self, float median=0., float sigma=1., *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.7335482Z processing existing schema: quantized::add(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:35.7338288Z processing existing schema: quantized::add.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.7340462Z processing existing schema: quantized::add.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:35.7342658Z processing existing schema: quantized::add.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-09-27T15:35:35.7345644Z processing existing schema: quantized::add.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.7347991Z processing existing schema: aten::linear(Tensor input, Tensor weight, Tensor? bias=None) -> Tensor 2022-09-27T15:35:35.7351264Z processing existing schema: aten::linear.out(Tensor input, Tensor weight, Tensor? bias=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7353895Z processing existing schema: aten::fill_.Scalar(Tensor(a!) self, Scalar value) -> Tensor(a!) 2022-09-27T15:35:35.7356619Z processing existing schema: aten::fill_.Tensor(Tensor(a!) self, Tensor value) -> Tensor(a!) 2022-09-27T15:35:35.7359165Z processing existing schema: aten::_softmax_backward_data(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype) -> Tensor 2022-09-27T15:35:35.7362457Z processing existing schema: aten::_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.7365148Z processing existing schema: aten::pow_.Scalar(Tensor(a!) self, Scalar exponent) -> Tensor(a!) 2022-09-27T15:35:35.7367820Z processing existing schema: aten::pow_.Tensor(Tensor(a!) self, Tensor exponent) -> Tensor(a!) 2022-09-27T15:35:35.7370235Z processing existing schema: aten::imag(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7372391Z processing existing schema: aten::_has_same_storage_numel(Tensor self, Tensor other) -> bool 2022-09-27T15:35:35.7376225Z processing existing schema: aten::set_.source_Storage_storage_offset(Tensor(a!) self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor(a!) 2022-09-27T15:35:35.7378766Z processing existing schema: aten::set_.source_Tensor(Tensor(a!) self, Tensor source) -> Tensor(a!) 2022-09-27T15:35:35.7381267Z processing existing schema: aten::set_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.7384098Z processing existing schema: aten::set_.source_Storage(Tensor(a!) self, Storage source) -> Tensor(a!) 2022-09-27T15:35:35.7387658Z processing existing schema: aten::set_.source_Tensor_storage_offset(Tensor(a!) self, Tensor source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor(a!) 2022-09-27T15:35:35.7389529Z processing existing schema: aten::inverse(Tensor self) -> Tensor 2022-09-27T15:35:35.7392366Z processing existing schema: aten::inverse.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7395360Z processing existing schema: aten::cudnn_batch_norm(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:35.7400317Z processing existing schema: aten::cudnn_batch_norm.out(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-09-27T15:35:35.7402675Z processing existing schema: quantized::linear(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-09-27T15:35:35.7405652Z processing existing schema: aten::transpose_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-09-27T15:35:35.7407315Z processing existing schema: prim::CudaFusionIvalGuard(...) -> bool 2022-09-27T15:35:35.7409469Z processing existing schema: aten::bitwise_left_shift.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.7411544Z processing existing schema: aten::bitwise_left_shift.Tensor_Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.7413641Z processing existing schema: aten::bitwise_left_shift.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.7416662Z processing existing schema: aten::bitwise_left_shift.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7419477Z processing existing schema: aten::bitwise_left_shift.Tensor_Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7422327Z processing existing schema: aten::bitwise_left_shift.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7424292Z processing existing schema: aten::is_same_size(Tensor self, Tensor other) -> bool 2022-09-27T15:35:35.7426163Z processing existing schema: aten::arcsin(Tensor self) -> Tensor 2022-09-27T15:35:35.7429296Z processing existing schema: aten::arcsin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7432644Z processing existing schema: aten::slice.Tensor(Tensor(a) self, int dim=0, int? start=None, int? end=None, int step=1) -> Tensor(a) 2022-09-27T15:35:35.7435591Z processing existing schema: aten::slice.t(t[] l, int? start=None, int? end=None, int step=1) -> t[] 2022-09-27T15:35:35.7438266Z processing existing schema: aten::slice.str(str string, int? start=None, int? end=None, int step=1) -> str 2022-09-27T15:35:35.7440785Z processing existing schema: aten::_new_zeros_with_same_feature_meta(Tensor self, Tensor other, *, int self_num_batch_dims=0) -> Tensor 2022-09-27T15:35:35.7443835Z processing existing schema: aten::_new_zeros_with_same_feature_meta.out(Tensor self, Tensor other, *, int self_num_batch_dims=0, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7446893Z processing existing schema: aten::cosine_similarity(Tensor x1, Tensor x2, int dim=1, float eps=1e-08) -> Tensor 2022-09-27T15:35:35.7450919Z processing existing schema: quantized::embedding_bag_2bit_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-09-27T15:35:35.7452691Z processing existing schema: aten::minimum(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.7455714Z processing existing schema: aten::minimum.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7458033Z processing existing schema: aten::cumulative_trapezoid.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-09-27T15:35:35.7460818Z processing existing schema: aten::cumulative_trapezoid.dx(Tensor y, *, Scalar dx=1, int dim=-1) -> Tensor 2022-09-27T15:35:35.7463213Z processing existing schema: quantized::mul_relu(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:35.7466153Z processing existing schema: quantized::mul_relu.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.7468270Z processing existing schema: quantized::mul_relu.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:35.7470359Z processing existing schema: quantized::mul_relu.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-09-27T15:35:35.7473321Z processing existing schema: quantized::mul_relu.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.7476219Z processing existing schema: aten::unbind.int(Tensor(a -> *) self, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:35.7479174Z processing existing schema: aten::unbind.Dimname(Tensor(a -> *) self, str dim) -> Tensor(a)[] 2022-09-27T15:35:35.7481345Z processing existing schema: prim::flatten_copy(Tensor self, int start_dim, int end_dim) -> Tensor 2022-09-27T15:35:35.7483513Z processing existing schema: aten::norm.Scalar(Tensor self, Scalar p=2) -> Tensor 2022-09-27T15:35:35.7486339Z processing existing schema: aten::norm.ScalarOpt_dim(Tensor self, Scalar? p, int[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.7489341Z processing existing schema: aten::norm.names_ScalarOpt_dim(Tensor self, Scalar? p, str[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.7492223Z processing existing schema: aten::norm.ScalarOpt_dim_dtype(Tensor self, Scalar? p, int[1] dim, bool keepdim, *, ScalarType dtype) -> Tensor 2022-09-27T15:35:35.7495955Z processing existing schema: aten::norm.dtype_out(Tensor self, Scalar? p, int[1] dim, bool keepdim, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7499313Z processing existing schema: aten::norm.out(Tensor self, Scalar? p, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7501742Z processing existing schema: aten::norm.ScalarOpt_dtype(Tensor self, Scalar? p, *, ScalarType dtype) -> Tensor 2022-09-27T15:35:35.7504721Z processing existing schema: aten::norm.ScalarOpt_dtype_out(Tensor self, Scalar? p, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7507899Z processing existing schema: aten::norm.Scalar_out(Tensor self, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7511038Z processing existing schema: aten::norm.names_ScalarOpt_dim_dtype(Tensor self, Scalar? p, str[1] dim, bool keepdim, *, ScalarType dtype) -> Tensor 2022-09-27T15:35:35.7514624Z processing existing schema: aten::norm.names_dtype_out(Tensor self, Scalar? p, str[1] dim, bool keepdim, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7518558Z processing existing schema: aten::norm.names_out(Tensor self, Scalar? p, str[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7520466Z processing existing schema: aten::atan(Tensor self) -> Tensor 2022-09-27T15:35:35.7524210Z processing existing schema: aten::atan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7525759Z processing existing schema: aten::atan.int(int a) -> float 2022-09-27T15:35:35.7527618Z processing existing schema: aten::atan.float(float a) -> float 2022-09-27T15:35:35.7529562Z processing existing schema: aten::atan.complex(complex a) -> complex 2022-09-27T15:35:35.7531640Z processing existing schema: aten::atan.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.7534186Z processing existing schema: aten::softplus(Tensor self, Scalar beta=1, Scalar threshold=20) -> Tensor 2022-09-27T15:35:35.7538021Z processing existing schema: aten::softplus.out(Tensor self, Scalar beta=1, Scalar threshold=20, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7540395Z processing existing schema: aten::gt.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.7542882Z processing existing schema: aten::gt.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.7546347Z processing existing schema: aten::gt.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7549580Z processing existing schema: aten::gt.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7552004Z processing existing schema: aten::gt.int(int a, int b) -> bool 2022-09-27T15:35:35.7554607Z processing existing schema: aten::gt.float(float a, float b) -> bool 2022-09-27T15:35:35.7557159Z processing existing schema: aten::gt.int_float(int a, float b) -> bool 2022-09-27T15:35:35.7559837Z processing existing schema: aten::gt.float_int(float a, int b) -> bool 2022-09-27T15:35:35.7562302Z processing existing schema: aten::gt(Scalar a, Scalar b) -> bool 2022-09-27T15:35:35.7564911Z processing existing schema: aten::gt.str(str a, str b) -> bool 2022-09-27T15:35:35.7568239Z processing existing schema: aten::_ncf_view(Tensor(a) self, int[] input_shape, int normalized_ndim) -> Tensor(a) 2022-09-27T15:35:35.7572662Z processing existing schema: aten::batch_norm_gather_stats_with_counts.out(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, Tensor counts, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.7575850Z processing existing schema: aten::batch_norm_gather_stats_with_counts(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, Tensor counts) -> (Tensor, Tensor) 2022-09-27T15:35:35.7578016Z processing existing schema: aten::cosh(Tensor self) -> Tensor 2022-09-27T15:35:35.7581229Z processing existing schema: aten::cosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7583602Z processing existing schema: aten::cosh.int(int a) -> float 2022-09-27T15:35:35.7586055Z processing existing schema: aten::cosh.float(float a) -> float 2022-09-27T15:35:35.7588520Z processing existing schema: aten::cosh.complex(complex a) -> complex 2022-09-27T15:35:35.7590948Z processing existing schema: aten::cosh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.7594056Z processing existing schema: quantized::embedding_4bit(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, bool pruned_weights=False) -> Tensor 2022-09-27T15:35:35.7596683Z processing existing schema: aten::conj(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7599893Z processing existing schema: _quantized::conv2d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.7603242Z processing existing schema: aten::sum.dim_IntList(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.7606008Z processing existing schema: aten::sum(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.7609375Z processing existing schema: aten::sum.dim_DimnameList(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.7613569Z processing existing schema: aten::sum.DimnameList_out(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7617841Z processing existing schema: aten::sum.IntList_out(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7621229Z processing existing schema: aten::sum.out(Tensor self, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7623763Z processing existing schema: aten::sum.int(int[] self) -> int 2022-09-27T15:35:35.7626330Z processing existing schema: aten::sum.float(float[] self) -> float 2022-09-27T15:35:35.7628943Z processing existing schema: aten::sum.complex(complex[] self) -> complex 2022-09-27T15:35:35.7631505Z processing existing schema: aten::sum.bool(bool[] self) -> int 2022-09-27T15:35:35.7634801Z processing existing schema: aten::swapdims(Tensor(a) self, int dim0, int dim1) -> Tensor(a) 2022-09-27T15:35:35.7639647Z processing existing schema: aten::conv1d(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], int[1] padding=[0], int[1] dilation=[1], int groups=1) -> Tensor 2022-09-27T15:35:35.7644272Z processing existing schema: aten::conv1d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], str padding="valid", int[1] dilation=[1], int groups=1) -> Tensor 2022-09-27T15:35:35.7647196Z processing existing schema: quantized::conv3d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:35.7650862Z processing existing schema: aten::baddbmm_(Tensor(a!) self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:35.7651300Z schema: static_runtime::dict_unpack(...) -> ... found on allowlist, skipping 2022-09-27T15:35:35.7653605Z processing existing schema: aten::linalg_cholesky_ex(Tensor self, *, bool upper=False, bool check_errors=False) -> (Tensor L, Tensor info) 2022-09-27T15:35:35.7657203Z processing existing schema: aten::linalg_cholesky_ex.L(Tensor self, *, bool upper=False, bool check_errors=False, Tensor(a!) L, Tensor(b!) info) -> (Tensor(a!) L, Tensor(b!) info) 2022-09-27T15:35:35.7661086Z processing existing schema: aten::allclose(Tensor self, Tensor other, float rtol=1.0000000000000001e-05, float atol=1e-08, bool equal_nan=False) -> bool 2022-09-27T15:35:35.7663230Z processing existing schema: aten::sign(Tensor self) -> Tensor 2022-09-27T15:35:35.7666354Z processing existing schema: aten::sign.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7668123Z processing existing schema: prim::oneDNNFusionGroup(...) -> ... 2022-09-27T15:35:35.7671323Z processing existing schema: aten::nll_loss2d(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-09-27T15:35:35.7675751Z processing existing schema: aten::nll_loss2d.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7678083Z processing existing schema: aten::soft_margin_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-09-27T15:35:35.7681503Z processing existing schema: aten::soft_margin_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7684942Z processing existing schema: aten::as_strided(Tensor(a) self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor(a) 2022-09-27T15:35:35.7687055Z processing existing schema: aten::log10(Tensor self) -> Tensor 2022-09-27T15:35:35.7690135Z processing existing schema: aten::log10.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7692513Z processing existing schema: aten::log10.int(int a) -> float 2022-09-27T15:35:35.7694729Z processing existing schema: aten::log10.float(float a) -> float 2022-09-27T15:35:35.7697056Z processing existing schema: aten::log10.complex(complex a) -> complex 2022-09-27T15:35:35.7699309Z processing existing schema: aten::log10.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.7701309Z processing existing schema: aten::ceil(Tensor self) -> Tensor 2022-09-27T15:35:35.7704034Z processing existing schema: aten::ceil.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7705900Z processing existing schema: aten::ceil.int(int a) -> int 2022-09-27T15:35:35.7707900Z processing existing schema: aten::ceil.float(float a) -> int 2022-09-27T15:35:35.7709898Z processing existing schema: aten::ceil.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.7712135Z processing existing schema: quantized::add_scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:35.7714368Z processing existing schema: quantized::add_scalar.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-09-27T15:35:35.7717541Z processing existing schema: aten::chunk(Tensor(a -> *) self, int chunks, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:35.7720602Z processing existing schema: quantized::batch_norm2d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.7722396Z processing existing schema: aten::log_sigmoid_forward(Tensor self) -> (Tensor output, Tensor buffer) 2022-09-27T15:35:35.7725165Z processing existing schema: aten::log_sigmoid_forward.output(Tensor self, *, Tensor(a!) output, Tensor(b!) buffer) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.7726975Z processing existing schema: prim::MKLDNNHardSwish(Tensor a) -> Tensor 2022-09-27T15:35:35.7729581Z processing existing schema: aten::expand_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-09-27T15:35:35.7731987Z processing existing schema: prepacked::linear_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.LinearOpContext W_prepack) -> Tensor Y 2022-09-27T15:35:35.7734616Z processing existing schema: aten::linalg_lu_solve(Tensor LU, Tensor pivots, Tensor B, *, bool left=True, bool adjoint=False) -> Tensor 2022-09-27T15:35:35.7738439Z processing existing schema: aten::linalg_lu_solve.out(Tensor LU, Tensor pivots, Tensor B, *, bool left=True, bool adjoint=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7740672Z processing existing schema: aten::_conj(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7744308Z processing existing schema: aten::empty_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.7747355Z processing existing schema: aten::empty_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7749629Z processing existing schema: quantized::conv_transpose3d_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.7752024Z processing existing schema: aten::view_as_real(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7754173Z processing existing schema: aten::nuclear_norm(Tensor self, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.7756931Z processing existing schema: aten::nuclear_norm.dim(Tensor self, int[2] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.7759949Z processing existing schema: aten::nuclear_norm.out(Tensor self, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7763428Z processing existing schema: aten::nuclear_norm.dim_out(Tensor self, int[2] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7765856Z processing existing schema: aten::numpy_T(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7768361Z processing existing schema: aten::numpy_T.a(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7770494Z processing existing schema: aten::special_ndtri(Tensor self) -> Tensor 2022-09-27T15:35:35.7773359Z processing existing schema: aten::special_ndtri.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7775757Z processing existing schema: aten::cat(Tensor[] tensors, int dim=0) -> Tensor 2022-09-27T15:35:35.7777850Z processing existing schema: aten::cat.names(Tensor[] tensors, str dim) -> Tensor 2022-09-27T15:35:35.7780871Z processing existing schema: aten::cat.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7783904Z processing existing schema: aten::cat.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7786725Z processing existing schema: sparse::qlinear_prepack(Tensor W, Tensor? B, int out_features_block_size, int in_features_block_size) -> __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack 2022-09-27T15:35:35.7789137Z processing existing schema: aten::permute(Tensor(a) self, int[] dims) -> Tensor(a) 2022-09-27T15:35:35.7792397Z processing existing schema: aten::fft_ifftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:35.7796409Z processing existing schema: aten::fft_ifftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7798541Z processing existing schema: prim::type(Device self) -> str 2022-09-27T15:35:35.7801426Z processing existing schema: aten::tensor_split.sections(Tensor(a -> *) self, int sections, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:35.7804511Z processing existing schema: aten::tensor_split.indices(Tensor(a -> *) self, int[] indices, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:35.7807662Z processing existing schema: aten::tensor_split.tensor_indices_or_sections(Tensor(a -> *) self, Tensor tensor_indices_or_sections, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:35.7809795Z processing existing schema: aten::matrix_rank(Tensor self, bool symmetric=False) -> Tensor 2022-09-27T15:35:35.7812060Z processing existing schema: aten::matrix_rank.tol(Tensor self, float tol, bool symmetric=False) -> Tensor 2022-09-27T15:35:35.7814624Z processing existing schema: aten::reshape(Tensor(a) self, int[] shape) -> Tensor(a) 2022-09-27T15:35:35.7817360Z processing existing schema: aten::reshape_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-09-27T15:35:35.7819490Z processing existing schema: aten::hardsigmoid_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:35.7822468Z processing existing schema: aten::hardsigmoid_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.7825015Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-09-27T15:35:35.7828293Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7830319Z processing existing schema: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.7832454Z processing existing schema: aten::mul.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.7835415Z processing existing schema: aten::mul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7838488Z processing existing schema: aten::mul.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7840822Z processing existing schema: aten::mul.left_t(t[] l, int n) -> t[] 2022-09-27T15:35:35.7843247Z processing existing schema: aten::mul.right_(int n, t[] l) -> t[] 2022-09-27T15:35:35.7845287Z processing existing schema: aten::mul.int(int a, int b) -> int 2022-09-27T15:35:35.7847511Z processing existing schema: aten::mul.complex(complex a, complex b) -> complex 2022-09-27T15:35:35.7849609Z processing existing schema: aten::mul.float(float a, float b) -> float 2022-09-27T15:35:35.7851947Z processing existing schema: aten::mul.int_complex(int a, complex b) -> complex 2022-09-27T15:35:35.7854044Z processing existing schema: aten::mul.complex_int(complex a, int b) -> complex 2022-09-27T15:35:35.7856307Z processing existing schema: aten::mul.float_complex(float a, complex b) -> complex 2022-09-27T15:35:35.7858444Z processing existing schema: aten::mul.complex_float(complex a, float b) -> complex 2022-09-27T15:35:35.7860670Z processing existing schema: aten::mul.int_float(int a, float b) -> float 2022-09-27T15:35:35.7862860Z processing existing schema: aten::mul.float_int(float a, int b) -> float 2022-09-27T15:35:35.7864983Z processing existing schema: aten::mul(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:35.7868203Z processing existing schema: aten::upsample_bicubic2d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.7871626Z processing existing schema: aten::upsample_bicubic2d_backward(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:35.7875906Z processing existing schema: aten::upsample_bicubic2d_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.7879624Z processing existing schema: aten::upsample_bicubic2d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7881419Z processing existing schema: aten::digamma(Tensor self) -> Tensor 2022-09-27T15:35:35.7884800Z processing existing schema: aten::digamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7886499Z processing existing schema: quantized::conv2d_unpack_sizes(Any packed_weights) -> Any 2022-09-27T15:35:35.7889600Z processing existing schema: aten::addmm_(Tensor(a!) self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:35.7892458Z processing existing schema: aten::select.int(Tensor(a) self, int dim, int index) -> Tensor(a) 2022-09-27T15:35:35.7895089Z processing existing schema: aten::select.Dimname(Tensor(a) self, str dim, int index) -> Tensor(a) 2022-09-27T15:35:35.7897903Z processing existing schema: aten::select.t(t[](a) list, int idx) -> t(*) 2022-09-27T15:35:35.7900306Z processing existing schema: aten::t(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.7902144Z processing existing schema: aten::tan(Tensor self) -> Tensor 2022-09-27T15:35:35.7904983Z processing existing schema: aten::tan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7906944Z processing existing schema: aten::tan.int(int a) -> float 2022-09-27T15:35:35.7908816Z processing existing schema: aten::tan.float(float a) -> float 2022-09-27T15:35:35.7910809Z processing existing schema: aten::tan.complex(complex a) -> complex 2022-09-27T15:35:35.7912790Z processing existing schema: aten::tan.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.7917568Z processing existing schema: aten::conv_transpose3d.input(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int groups=1, int[3] dilation=1) -> Tensor 2022-09-27T15:35:35.7920961Z processing existing schema: quantized::conv_transpose1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:35.7922584Z processing existing schema: aten::is_floating_point(Tensor self) -> bool 2022-09-27T15:35:35.7925125Z processing existing schema: aten::exp_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.7926954Z schema: prepacked::unpack_prepacked_sizes_linear(Any W_prepack) -> Any found on allowlist, skipping 2022-09-27T15:35:35.7928061Z processing existing schema: prim::BroadcastMKLDNNTensors(...) -> ... 2022-09-27T15:35:35.7930168Z processing existing schema: aten::erfinv(Tensor self) -> Tensor 2022-09-27T15:35:35.7932759Z processing existing schema: aten::erfinv.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7935105Z processing existing schema: aten::where.self(Tensor condition, Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.7937607Z processing existing schema: aten::where.ScalarOther(Tensor condition, Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.7939704Z processing existing schema: aten::where.ScalarSelf(Tensor condition, Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.7941774Z processing existing schema: aten::where(Tensor condition) -> Tensor[] 2022-09-27T15:35:35.7944855Z processing existing schema: aten::where.self_out(Tensor condition, Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7947017Z processing existing schema: aten::where.Scalar(Tensor condition, Scalar self, Scalar other) -> Tensor 2022-09-27T15:35:35.7950543Z processing existing schema: aten::empty.memory_format(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.7953484Z processing existing schema: aten::empty.out(SymInt[] size, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7957348Z processing existing schema: aten::empty.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.7960695Z processing existing schema: aten::empty.names_out(int[] size, *, str[]? names, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7962906Z processing existing schema: quantized::conv_transpose3d_stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:35.7964464Z processing existing schema: prim::CudaFusionGroup(...) -> ... 2022-09-27T15:35:35.7965308Z schema: aten::diagonal_backward(Tensor grad_output, int[] input_sizes, int offset, int dim1, int dim2) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.7966420Z schema: aten::diagonal_backward.out(Tensor grad_output, int[] input_sizes, int offset, int dim1, int dim2, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.7968385Z processing existing schema: quantized::threshold(Tensor qx, Scalar threshold, Scalar value) -> Tensor qy 2022-09-27T15:35:35.7970911Z processing existing schema: aten::unsqueeze(Tensor(a) self, int dim) -> Tensor(a) 2022-09-27T15:35:35.7973721Z processing existing schema: aten::baddbmm(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.7977392Z processing existing schema: aten::baddbmm.out(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7979383Z processing existing schema: aten::linalg_cholesky(Tensor self, *, bool upper=False) -> Tensor 2022-09-27T15:35:35.7982318Z processing existing schema: aten::linalg_cholesky.out(Tensor self, *, bool upper=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.7984884Z processing existing schema: aten::view(Tensor(a) self, SymInt[] size) -> Tensor(a) 2022-09-27T15:35:35.7987675Z processing existing schema: aten::view.dtype(Tensor(a) self, ScalarType dtype) -> Tensor(a) 2022-09-27T15:35:35.7990789Z processing existing schema: aten::split_with_sizes(Tensor(a -> *) self, int[] split_sizes, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:35.7993189Z processing existing schema: aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor 2022-09-27T15:35:35.7995508Z processing existing schema: aten::clamp.Tensor(Tensor self, Tensor? min=None, Tensor? max=None) -> Tensor 2022-09-27T15:35:35.7998644Z processing existing schema: aten::clamp.out(Tensor self, Scalar? min=None, Scalar? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8001717Z processing existing schema: aten::clamp.Tensor_out(Tensor self, Tensor? min=None, Tensor? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8004583Z processing existing schema: quantized::batch_norm3d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.8007024Z processing existing schema: aten::log_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8009347Z processing existing schema: aten::log_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8012421Z processing existing schema: aten::log_softmax.int_out(Tensor self, int dim, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8014579Z processing existing schema: prim::view_copy(Tensor self, int[] size) -> Tensor 2022-09-27T15:35:35.8016466Z processing existing schema: prim::CudaFusionGuard(...) -> bool 2022-09-27T15:35:35.8019053Z processing existing schema: aten::fake_quantize_per_tensor_affine(Tensor self, float scale, int zero_point, int quant_min, int quant_max) -> Tensor 2022-09-27T15:35:35.8021583Z processing existing schema: aten::fake_quantize_per_tensor_affine.tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max) -> Tensor 2022-09-27T15:35:35.8022097Z schema: static_runtime::reshape_copy(Tensor self, int[] shape) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.8024086Z processing existing schema: aten::softplus_backward(Tensor grad_output, Tensor self, Scalar beta, Scalar threshold) -> Tensor 2022-09-27T15:35:35.8027496Z processing existing schema: aten::softplus_backward.grad_input(Tensor grad_output, Tensor self, Scalar beta, Scalar threshold, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.8029225Z processing existing schema: aten::asin(Tensor self) -> Tensor 2022-09-27T15:35:35.8032000Z processing existing schema: aten::asin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8033830Z processing existing schema: aten::asin.int(int a) -> float 2022-09-27T15:35:35.8035557Z processing existing schema: aten::asin.float(float a) -> float 2022-09-27T15:35:35.8037381Z processing existing schema: aten::asin.complex(complex a) -> complex 2022-09-27T15:35:35.8039232Z processing existing schema: aten::asin.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.8041616Z processing existing schema: aten::linalg_svd(Tensor A, bool full_matrices=True, *, str? driver=None) -> (Tensor U, Tensor S, Tensor Vh) 2022-09-27T15:35:35.8045411Z processing existing schema: aten::linalg_svd.U(Tensor A, bool full_matrices=True, *, str? driver=None, Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) 2022-09-27T15:35:35.8047204Z processing existing schema: aten::ge.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.8049093Z processing existing schema: aten::ge.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.8051783Z processing existing schema: aten::ge.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8054462Z processing existing schema: aten::ge.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8056333Z processing existing schema: aten::ge.int(int a, int b) -> bool 2022-09-27T15:35:35.8058133Z processing existing schema: aten::ge.float(float a, float b) -> bool 2022-09-27T15:35:35.8060110Z processing existing schema: aten::ge.int_float(int a, float b) -> bool 2022-09-27T15:35:35.8061945Z processing existing schema: aten::ge.float_int(float a, int b) -> bool 2022-09-27T15:35:35.8063718Z processing existing schema: aten::ge(Scalar a, Scalar b) -> bool 2022-09-27T15:35:35.8065587Z processing existing schema: aten::ge.str(str a, str b) -> bool 2022-09-27T15:35:35.8067690Z processing existing schema: aten::feature_dropout(Tensor input, float p, bool train) -> Tensor 2022-09-27T15:35:35.8069738Z processing existing schema: aten::Size(int[] sizes) -> int[] 2022-09-27T15:35:35.8070870Z processing existing schema: prim::DifferentiableGraph(...) -> ... 2022-09-27T15:35:35.8074219Z processing existing schema: aten::normal_(Tensor(a!) self, float mean=0., float std=1., *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.8076963Z processing existing schema: aten::geometric_(Tensor(a!) self, float p, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.8080198Z processing existing schema: aten::log_normal_(Tensor(a!) self, float mean=1., float std=2., *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.8082088Z processing existing schema: aten::poisson(Tensor self, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.8084993Z processing existing schema: aten::poisson.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8088297Z processing existing schema: aten::fft_irfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:35.8092486Z processing existing schema: aten::fft_irfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8095563Z processing existing schema: aten::random_.from(Tensor(a!) self, int from, int? to, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.8098365Z processing existing schema: aten::random_.to(Tensor(a!) self, int to, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.8100994Z processing existing schema: aten::random_(Tensor(a!) self, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.8102803Z processing existing schema: aten::gcd(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.8105476Z processing existing schema: aten::gcd.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8107200Z processing existing schema: aten::gcd.int(int a, int b) -> int 2022-09-27T15:35:35.8110470Z processing existing schema: aten::rand_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.8113117Z processing existing schema: aten::rand_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8116208Z processing existing schema: aten::randn_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.8119008Z processing existing schema: aten::randn_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8121872Z processing existing schema: aten::rand(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8125023Z processing existing schema: aten::rand.generator(int[] size, *, Generator? generator, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8128206Z processing existing schema: aten::rand.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8131683Z processing existing schema: aten::rand.generator_with_names(int[] size, *, Generator? generator, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8134157Z processing existing schema: aten::rand.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8137184Z processing existing schema: aten::rand.generator_out(int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8140142Z processing existing schema: aten::rand.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8143480Z processing existing schema: aten::rand.generator_with_names_out(int[] size, *, Generator? generator, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8145043Z processing existing schema: aten::frobenius_norm(Tensor self) -> Tensor 2022-09-27T15:35:35.8147574Z processing existing schema: aten::frobenius_norm.dim(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.8150824Z processing existing schema: aten::frobenius_norm.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8153714Z processing existing schema: aten::randn(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8156875Z processing existing schema: aten::randn.generator(int[] size, *, Generator? generator, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8160109Z processing existing schema: aten::randn.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8163575Z processing existing schema: aten::randn.generator_with_names(int[] size, *, Generator? generator, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8165938Z processing existing schema: aten::randn.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8168903Z processing existing schema: aten::randn.generator_out(int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8171805Z processing existing schema: aten::randn.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8175015Z processing existing schema: aten::randn.generator_with_names_out(int[] size, *, Generator? generator, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8176403Z schema: aten::randperm(int n, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.8177119Z schema: aten::randperm.generator(int n, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.8177863Z schema: aten::randperm.out(int n, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.8179010Z schema: aten::randperm.generator_out(int n, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.8181413Z processing existing schema: aten::reciprocal_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.8184104Z processing existing schema: aten::_thnn_fused_gru_cell(Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias=None, Tensor? hidden_bias=None) -> (Tensor, Tensor) 2022-09-27T15:35:35.8187684Z processing existing schema: aten::_thnn_fused_gru_cell.out(Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias=None, Tensor? hidden_bias=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.8190785Z processing existing schema: aten::randint(int high, int[] size, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8194283Z processing existing schema: aten::randint.generator(int high, int[] size, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8197695Z processing existing schema: aten::randint.low(int low, int high, int[] size, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8201384Z processing existing schema: aten::randint.low_generator(int low, int high, int[] size, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.8204230Z processing existing schema: aten::randint.out(int high, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8207377Z processing existing schema: aten::randint.generator_out(int high, int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8210447Z processing existing schema: aten::randint.low_out(int low, int high, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8213897Z processing existing schema: aten::randint.low_generator_out(int low, int high, int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8216543Z processing existing schema: aten::detach_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.8219205Z processing existing schema: quantized::group_norm(Tensor input, int num_groups, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.8222422Z processing existing schema: aten::uniform_(Tensor(a!) self, float from=0., float to=1., *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:35.8225024Z processing existing schema: aten::swapdims_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-09-27T15:35:35.8229095Z processing existing schema: aten::conv2d(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:35.8233017Z processing existing schema: aten::conv2d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, str padding="valid", int[2] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:35.8235496Z processing existing schema: quantized::conv_transpose1d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:35.8237760Z processing existing schema: aten::lu_solve(Tensor self, Tensor LU_data, Tensor LU_pivots) -> Tensor 2022-09-27T15:35:35.8240802Z processing existing schema: aten::lu_solve.out(Tensor self, Tensor LU_data, Tensor LU_pivots, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8243416Z processing existing schema: aten::conj_physical_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.8246380Z processing existing schema: _quantized::conv_transpose2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.8248087Z processing existing schema: aten::svd(Tensor self, bool some=True, bool compute_uv=True) -> (Tensor U, Tensor S, Tensor V) 2022-09-27T15:35:35.8251809Z processing existing schema: aten::svd.U(Tensor self, bool some=True, bool compute_uv=True, *, Tensor(a!) U, Tensor(b!) S, Tensor(c!) V) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) V) 2022-09-27T15:35:35.8256808Z processing existing schema: aten::conv_transpose1d(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], int[1] padding=[0], int[1] output_padding=[0], int groups=1, int[1] dilation=[1]) -> Tensor 2022-09-27T15:35:35.8259650Z processing existing schema: quantized::conv2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:35.8261738Z processing existing schema: aten::take_along_dim(Tensor self, Tensor indices, int? dim=None) -> Tensor 2022-09-27T15:35:35.8264978Z processing existing schema: aten::take_along_dim.out(Tensor self, Tensor indices, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8269438Z processing existing schema: aten::conv_transpose2d.input(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int groups=1, int[2] dilation=1) -> Tensor 2022-09-27T15:35:35.8272544Z processing existing schema: quantized::conv3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-09-27T15:35:35.8276498Z processing existing schema: aten::conv3d(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:35.8280556Z processing existing schema: aten::conv3d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, str padding="valid", int[3] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:35.8282992Z processing existing schema: quantized::conv_transpose2d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:35.8285272Z processing existing schema: aten::symeig(Tensor self, bool eigenvectors=False, bool upper=True) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-09-27T15:35:35.8288565Z processing existing schema: aten::symeig.e(Tensor self, bool eigenvectors=False, bool upper=True, *, Tensor(a!) e, Tensor(b!) V) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-09-27T15:35:35.8290539Z processing existing schema: aten::prelu(Tensor self, Tensor weight) -> Tensor 2022-09-27T15:35:35.8294241Z processing existing schema: aten::prelu.out(Tensor self, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8295171Z schema: aten::select_backward(Tensor grad_output, int[] input_sizes, int dim, int index) -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.8296333Z schema: aten::select_backward.out(Tensor grad_output, int[] input_sizes, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.8299680Z processing existing schema: aten::addmv(Tensor self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.8303811Z processing existing schema: aten::addmv.out(Tensor self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8306778Z processing existing schema: aten::select_scatter(Tensor self, Tensor src, int dim, int index) -> Tensor 2022-09-27T15:35:35.8310649Z processing existing schema: aten::select_scatter.out(Tensor self, Tensor src, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8314164Z processing existing schema: aten::addr(Tensor self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.8318605Z processing existing schema: aten::addr.out(Tensor self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8321421Z processing existing schema: aten::matmul(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.8325099Z processing existing schema: aten::matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8329053Z processing existing schema: aten::upsample_trilinear3d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:35.8333769Z processing existing schema: aten::upsample_trilinear3d_backward(Tensor grad_output, int[3] output_size, int[5] input_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:35.8339158Z processing existing schema: aten::upsample_trilinear3d_backward.grad_input(Tensor grad_output, int[3] output_size, int[5] input_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.8343483Z processing existing schema: aten::upsample_trilinear3d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8346134Z processing existing schema: aten::einsum(str equation, Tensor[] tensors) -> Tensor 2022-09-27T15:35:35.8348820Z processing existing schema: aten::einsum.sublist(Tensor a, ...) -> Tensor 2022-09-27T15:35:35.8351780Z processing existing schema: quantized::conv3d_groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:35.8356720Z processing existing schema: aten::_convolution.deprecated(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled) -> Tensor 2022-09-27T15:35:35.8361337Z processing existing schema: aten::_convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled, bool allow_tf32) -> Tensor 2022-09-27T15:35:35.8366808Z processing existing schema: aten::_convolution.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8369106Z processing existing schema: aten::linalg_multi_dot(Tensor[] tensors) -> Tensor 2022-09-27T15:35:35.8372753Z processing existing schema: aten::linalg_multi_dot.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8376380Z processing existing schema: aten::_thnn_fused_lstm_cell(Tensor input_gates, Tensor hidden_gates, Tensor cx, Tensor? input_bias=None, Tensor? hidden_bias=None) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.8381322Z processing existing schema: aten::_thnn_fused_lstm_cell.out(Tensor input_gates, Tensor hidden_gates, Tensor cx, Tensor? input_bias=None, Tensor? hidden_bias=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.8384641Z processing existing schema: aten::gru_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-09-27T15:35:35.8387618Z processing existing schema: aten::replication_pad1d(Tensor self, int[2] padding) -> Tensor 2022-09-27T15:35:35.8391700Z processing existing schema: aten::replication_pad1d.out(Tensor self, int[2] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8394040Z processing existing schema: aten::abs(Tensor self) -> Tensor 2022-09-27T15:35:35.8397550Z processing existing schema: aten::abs.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8401192Z processing existing schema: aten::rnn_tanh_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-09-27T15:35:35.8404324Z processing existing schema: aten::native_layer_norm(Tensor input, int[] normalized_shape, Tensor? weight, Tensor? bias, float eps) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.8409216Z processing existing schema: aten::native_layer_norm.out(Tensor input, int[] normalized_shape, Tensor? weight, Tensor? bias, float eps, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.8413494Z processing existing schema: aten::group_norm(Tensor input, int num_groups, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enabled=True) -> Tensor 2022-09-27T15:35:35.8417002Z processing existing schema: aten::poisson_nll_loss(Tensor input, Tensor target, bool log_input, bool full, float eps, int reduction) -> Tensor 2022-09-27T15:35:35.8420659Z processing existing schema: aten::fft_irfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:35.8425474Z processing existing schema: aten::fft_irfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8428514Z processing existing schema: prim::MKLDNNHardSigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.8431515Z processing existing schema: aten::batch_norm_update_stats(Tensor input, Tensor? running_mean, Tensor? running_var, float momentum) -> (Tensor, Tensor) 2022-09-27T15:35:35.8435734Z processing existing schema: aten::batch_norm_update_stats.out(Tensor input, Tensor? running_mean, Tensor? running_var, float momentum, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.8439197Z processing existing schema: aten::cosine_embedding_loss(Tensor input1, Tensor input2, Tensor target, float margin=0., int reduction=1) -> Tensor 2022-09-27T15:35:35.8444210Z processing existing schema: quantized::embedding_bag_4bit_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-09-27T15:35:35.8447141Z processing existing schema: aten::__iand__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.8450592Z processing existing schema: aten::__iand__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.8453907Z processing existing schema: aten::kl_div(Tensor self, Tensor target, int reduction=1, *, bool log_target=False) -> Tensor 2022-09-27T15:35:35.8457021Z processing existing schema: aten::argsort(Tensor self, int dim=-1, bool descending=False) -> Tensor 2022-09-27T15:35:35.8460337Z processing existing schema: aten::argsort.stable(Tensor self, *, bool stable, int dim=-1, bool descending=False) -> Tensor 2022-09-27T15:35:35.8464413Z processing existing schema: aten::argsort.stable_out(Tensor self, *, bool stable, int dim=-1, bool descending=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8467401Z processing existing schema: aten::argsort.dimname(Tensor self, str dim, bool descending=False) -> Tensor 2022-09-27T15:35:35.8470691Z processing existing schema: aten::smooth_l1_loss(Tensor self, Tensor target, int reduction=1, float beta=1.) -> Tensor 2022-09-27T15:35:35.8474803Z processing existing schema: aten::smooth_l1_loss.out(Tensor self, Tensor target, int reduction=1, float beta=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8478044Z processing existing schema: aten::huber_loss(Tensor self, Tensor target, int reduction=1, float delta=1.) -> Tensor 2022-09-27T15:35:35.8482299Z processing existing schema: aten::huber_loss.out(Tensor self, Tensor target, int reduction=1, float delta=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8485130Z processing existing schema: aten::mse_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-09-27T15:35:35.8488991Z processing existing schema: aten::mse_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8492023Z processing existing schema: aten::multilabel_margin_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-09-27T15:35:35.8496031Z processing existing schema: aten::multilabel_margin_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8501140Z processing existing schema: aten::triplet_margin_loss(Tensor anchor, Tensor positive, Tensor negative, float margin=1., float p=2., float eps=9.9999999999999995e-07, bool swap=False, int reduction=1) -> Tensor 2022-09-27T15:35:35.8503347Z processing existing schema: aten::special_expm1(Tensor self) -> Tensor 2022-09-27T15:35:35.8506797Z processing existing schema: aten::special_expm1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8510551Z processing existing schema: aten::linalg_lstsq(Tensor self, Tensor b, float? rcond=None, *, str? driver=None) -> (Tensor solution, Tensor residuals, Tensor rank, Tensor singular_values) 2022-09-27T15:35:35.8516256Z processing existing schema: aten::linalg_lstsq.out(Tensor self, Tensor b, float? rcond=None, *, str? driver=None, Tensor(a!) solution, Tensor(b!) residuals, Tensor(c!) rank, Tensor(d!) singular_values) -> (Tensor(a!) solution, Tensor(b!) residuals, Tensor(c!) rank, Tensor(d!) singular_values) 2022-09-27T15:35:35.8518920Z processing existing schema: aten::pdist(Tensor self, float p=2.) -> Tensor 2022-09-27T15:35:35.8523113Z processing existing schema: aten::fft_ifft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:35.8528430Z processing existing schema: aten::fft_ifft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8530986Z processing existing schema: aten::extend.t(t[](a!) self, t[] other) -> () 2022-09-27T15:35:35.8534021Z processing existing schema: aten::renorm(Tensor self, Scalar p, int dim, Scalar maxnorm) -> Tensor 2022-09-27T15:35:35.8538081Z processing existing schema: aten::renorm.out(Tensor self, Scalar p, int dim, Scalar maxnorm, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8541303Z processing existing schema: aten::grid_sampler_3d(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-09-27T15:35:35.8545565Z processing existing schema: aten::grid_sampler_3d.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8548662Z processing existing schema: aten::logsumexp(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.8551987Z processing existing schema: aten::logsumexp.names(Tensor self, str[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.8556198Z processing existing schema: aten::logsumexp.names_out(Tensor self, str[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8560375Z processing existing schema: aten::logsumexp.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8563274Z processing existing schema: aten::prod(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8566752Z processing existing schema: aten::prod.dim_int(Tensor self, int dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8570153Z processing existing schema: aten::prod.dim_Dimname(Tensor self, str dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8574276Z processing existing schema: aten::prod.Dimname_out(Tensor self, str dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8578523Z processing existing schema: aten::prod.int_out(Tensor self, int dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8582146Z processing existing schema: aten::prod.out(Tensor self, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8585249Z processing existing schema: aten::softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8588402Z processing existing schema: aten::softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8592298Z processing existing schema: aten::softmax.int_out(Tensor self, int dim, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8595330Z processing existing schema: aten::trunc_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.8598585Z processing existing schema: aten::cumsum(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8601691Z processing existing schema: aten::cumsum.dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8605622Z processing existing schema: aten::cumsum.dimname_out(Tensor self, str dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8609523Z processing existing schema: aten::cumsum.out(Tensor self, int dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8612558Z processing existing schema: quantized::matmul(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:35.8615976Z processing existing schema: aten::addcmul(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor 2022-09-27T15:35:35.8619974Z processing existing schema: aten::addcmul.out(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8622586Z processing existing schema: aten::atan2(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.8626368Z processing existing schema: aten::atan2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8628876Z processing existing schema: aten::atan2.int(int a, int b) -> float 2022-09-27T15:35:35.8631676Z processing existing schema: aten::atan2.float(float a, float b) -> float 2022-09-27T15:35:35.8634355Z processing existing schema: aten::atan2.int_float(int a, float b) -> float 2022-09-27T15:35:35.8637137Z processing existing schema: aten::atan2.float_int(float a, int b) -> float 2022-09-27T15:35:35.8640088Z processing existing schema: aten::atan2.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-09-27T15:35:35.8642850Z processing existing schema: aten::special_erfinv(Tensor self) -> Tensor 2022-09-27T15:35:35.8646289Z processing existing schema: aten::special_erfinv.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8651914Z processing existing schema: prim::MKLDNNLayerNorm_(Tensor(a!) input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor(a!) 2022-09-27T15:35:35.8655009Z processing existing schema: aten::binary_cross_entropy(Tensor self, Tensor target, Tensor? weight=None, int reduction=1) -> Tensor 2022-09-27T15:35:35.8659436Z processing existing schema: aten::binary_cross_entropy.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8662289Z processing existing schema: aten::cross(Tensor self, Tensor other, int? dim=None) -> Tensor 2022-09-27T15:35:35.8666178Z processing existing schema: aten::cross.out(Tensor self, Tensor other, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8670335Z processing existing schema: quantized::embedding_bag_2bit_prepack(Tensor weight, bool optimized_qparams=False, int nbins=200, float ratio=0.16) -> Tensor 2022-09-27T15:35:35.8673517Z processing existing schema: aten::max_unpool2d(Tensor self, Tensor indices, int[2] output_size) -> Tensor 2022-09-27T15:35:35.8677691Z processing existing schema: aten::max_unpool2d.out(Tensor self, Tensor indices, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8680971Z processing existing schema: aten::grid_sampler(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-09-27T15:35:35.8684443Z processing existing schema: aten::copy_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!) 2022-09-27T15:35:35.8687835Z processing existing schema: aten::copy_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.8691177Z processing existing schema: aten::copy_.int(Tensor(a!) self, int other) -> Tensor(a!) 2022-09-27T15:35:35.8694522Z processing existing schema: aten::copy_.float(Tensor(a!) self, float other) -> Tensor(a!) 2022-09-27T15:35:35.8699157Z processing existing schema: _quantized::conv_transpose2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:35.8702124Z processing existing schema: aten::tensordot(Tensor self, Tensor other, int[] dims_self, int[] dims_other) -> Tensor 2022-09-27T15:35:35.8706189Z processing existing schema: aten::tensordot.out(Tensor self, Tensor other, int[] dims_self, int[] dims_other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8708688Z processing existing schema: aten::special_exp2(Tensor self) -> Tensor 2022-09-27T15:35:35.8712150Z processing existing schema: aten::special_exp2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8714907Z processing existing schema: aten::polar(Tensor abs, Tensor angle) -> Tensor 2022-09-27T15:35:35.8718594Z processing existing schema: aten::polar.out(Tensor abs, Tensor angle, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8721248Z processing existing schema: aten::polar.int(int a, int b) -> complex 2022-09-27T15:35:35.8724225Z processing existing schema: aten::polar.float(float a, float b) -> complex 2022-09-27T15:35:35.8726902Z processing existing schema: aten::polar.int_float(int a, float b) -> complex 2022-09-27T15:35:35.8729643Z processing existing schema: aten::polar.float_int(float a, int b) -> complex 2022-09-27T15:35:35.8732499Z processing existing schema: aten::polar.Scalar_Scalar(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:35.8736220Z processing existing schema: aten::fft_rfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:35.8740650Z processing existing schema: aten::fft_rfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8744013Z processing existing schema: aten::_sparse_log_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8747068Z processing existing schema: aten::_sparse_log_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8750697Z processing existing schema: aten::_sparse_log_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8753613Z processing existing schema: aten::_sparse_log_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-09-27T15:35:35.8756390Z schema: aten::quantile(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.8759224Z schema: aten::quantile.scalar(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.8762091Z schema: aten::quantile.out(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.8765196Z schema: aten::quantile.scalar_out(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.8767896Z processing existing schema: aten::floor_divide(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.8770613Z processing existing schema: aten::floor_divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.8774171Z processing existing schema: aten::floor_divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8777820Z processing existing schema: aten::_linalg_svd(Tensor A, bool full_matrices=False, bool compute_uv=True, *, str? driver=None) -> (Tensor U, Tensor S, Tensor Vh) 2022-09-27T15:35:35.8781877Z processing existing schema: aten::_linalg_svd.U(Tensor A, bool full_matrices=False, bool compute_uv=True, *, str? driver=None, Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) 2022-09-27T15:35:35.8783768Z schema: aten::nanquantile(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.8785746Z schema: aten::nanquantile.scalar(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor found on allowlist, skipping 2022-09-27T15:35:35.8788207Z schema: aten::nanquantile.out(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.8790632Z schema: aten::nanquantile.scalar_out(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:35.8794278Z processing existing schema: aten::stft(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool normalized=False, bool? onesided=None, bool? return_complex=None) -> Tensor 2022-09-27T15:35:35.8799003Z processing existing schema: aten::stft.center(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool center=True, str pad_mode="reflect", bool normalized=False, bool? onesided=None, bool? return_complex=None) -> Tensor 2022-09-27T15:35:35.8801081Z processing existing schema: aten::grid_sampler_2d(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-09-27T15:35:35.8804403Z processing existing schema: aten::grid_sampler_2d.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8806324Z processing existing schema: aten::special_xlog1py(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.8808625Z processing existing schema: aten::special_xlog1py.other_scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.8810868Z processing existing schema: aten::special_xlog1py.self_scalar(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.8813809Z processing existing schema: aten::special_xlog1py.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8816918Z processing existing schema: aten::special_xlog1py.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8819859Z processing existing schema: aten::special_xlog1py.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8821989Z processing existing schema: aten::cholesky(Tensor self, bool upper=False) -> Tensor 2022-09-27T15:35:35.8825105Z processing existing schema: aten::cholesky.out(Tensor self, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8828145Z processing existing schema: quantized::batch_norm_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.8830129Z processing existing schema: aten::special_zeta(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.8832297Z processing existing schema: aten::special_zeta.other_scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.8834520Z processing existing schema: aten::special_zeta.self_scalar(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.8837634Z processing existing schema: aten::special_zeta.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8840620Z processing existing schema: aten::special_zeta.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8843593Z processing existing schema: aten::special_zeta.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8845985Z processing existing schema: aten::cholesky_solve(Tensor self, Tensor input2, bool upper=False) -> Tensor 2022-09-27T15:35:35.8849149Z processing existing schema: aten::cholesky_solve.out(Tensor self, Tensor input2, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8852293Z processing existing schema: quantized::batch_norm1d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.8855061Z processing existing schema: aten::_reshape_alias(Tensor(a) self, int[] size, int[] stride) -> Tensor(a) 2022-09-27T15:35:35.8857335Z processing existing schema: aten::orgqr(Tensor self, Tensor input2) -> Tensor 2022-09-27T15:35:35.8860239Z processing existing schema: aten::orgqr.out(Tensor self, Tensor input2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8863017Z processing existing schema: aten::ormqr(Tensor self, Tensor input2, Tensor input3, bool left=True, bool transpose=False) -> Tensor 2022-09-27T15:35:35.8866486Z processing existing schema: aten::ormqr.out(Tensor self, Tensor input2, Tensor input3, bool left=True, bool transpose=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8869833Z processing existing schema: aten::fft_fftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:35.8874123Z processing existing schema: aten::fft_fftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8875915Z processing existing schema: aten::element_size(Tensor self) -> int 2022-09-27T15:35:35.8879115Z processing existing schema: aten::pinverse(Tensor self, float rcond=1.0000000000000001e-15) -> Tensor 2022-09-27T15:35:35.8882331Z processing existing schema: aten::max_unpool3d(Tensor self, Tensor indices, int[3] output_size, int[3] stride, int[3] padding) -> Tensor 2022-09-27T15:35:35.8886459Z processing existing schema: aten::max_unpool3d.out(Tensor self, Tensor indices, int[3] output_size, int[3] stride, int[3] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8889648Z processing existing schema: aten::cross_entropy_loss(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, float label_smoothing=0.) -> Tensor 2022-09-27T15:35:35.8892008Z processing existing schema: quantized::embedding_bag_prepack(Tensor weight) -> __torch__.torch.classes.quantized.EmbeddingPackedParamsBase W_prepack 2022-09-27T15:35:35.8894306Z processing existing schema: aten::reflection_pad1d(Tensor self, int[2] padding) -> Tensor 2022-09-27T15:35:35.8897743Z processing existing schema: aten::reflection_pad1d.out(Tensor self, int[2] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8899562Z processing existing schema: aten::geqrf(Tensor self) -> (Tensor a, Tensor tau) 2022-09-27T15:35:35.8902512Z processing existing schema: aten::geqrf.a(Tensor self, *, Tensor(a!) a, Tensor(b!) tau) -> (Tensor(a!) a, Tensor(b!) tau) 2022-09-27T15:35:35.8905025Z processing existing schema: aten::replication_pad2d(Tensor self, int[4] padding) -> Tensor 2022-09-27T15:35:35.8908378Z processing existing schema: aten::replication_pad2d.out(Tensor self, int[4] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8910807Z processing existing schema: aten::replication_pad3d(Tensor self, int[6] padding) -> Tensor 2022-09-27T15:35:35.8914145Z processing existing schema: aten::replication_pad3d.out(Tensor self, int[6] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8915744Z processing existing schema: prim::TensorExprDynamicGroup(...) -> ... 2022-09-27T15:35:35.8918572Z processing existing schema: aten::fft_fft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:35.8922177Z processing existing schema: aten::fft_fft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8924261Z processing existing schema: aten::sym_stride.int(Tensor self, int dim) -> SymInt 2022-09-27T15:35:35.8926489Z processing existing schema: aten::sym_stride(Tensor self) -> SymInt[] 2022-09-27T15:35:35.8929320Z processing existing schema: aten::fft_ifft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:35.8932985Z processing existing schema: aten::fft_ifft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8934899Z processing existing schema: aten::reverse.t(t[](a!) self) -> () 2022-09-27T15:35:35.8936781Z processing existing schema: prim::StaticSubgraph(...) -> ... 2022-09-27T15:35:35.8940252Z processing existing schema: aten::fft_fft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:35.8944663Z processing existing schema: aten::fft_fft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8946608Z schema: aten::sym_numel(Tensor self) -> SymInt found on allowlist, skipping 2022-09-27T15:35:35.8949429Z processing existing schema: aten::fft_irfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:35.8953021Z processing existing schema: aten::fft_irfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8956525Z processing existing schema: aten::fft_rfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:35.8961107Z processing existing schema: aten::fft_rfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8962977Z processing existing schema: aten::polygamma(int n, Tensor self) -> Tensor 2022-09-27T15:35:35.8965890Z processing existing schema: aten::polygamma.out(int n, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8969309Z processing existing schema: aten::fft_rfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:35.8973452Z processing existing schema: aten::fft_rfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8976346Z processing existing schema: aten::fft_hfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:35.8979914Z processing existing schema: aten::fft_hfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8981844Z processing existing schema: aten::get_device(Tensor self) -> int 2022-09-27T15:35:35.8984631Z processing existing schema: aten::fft_ihfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:35.8988276Z processing existing schema: aten::fft_ihfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.8991595Z processing existing schema: aten::linalg_matrix_norm(Tensor self, Scalar ord, int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8995084Z processing existing schema: aten::linalg_matrix_norm.str_ord(Tensor self, str ord="fro", int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:35.8999173Z processing existing schema: aten::linalg_matrix_norm.out(Tensor self, Scalar ord, int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9003488Z processing existing schema: aten::linalg_matrix_norm.str_ord_out(Tensor self, str ord="fro", int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9006925Z processing existing schema: aten::_batch_norm_impl_index(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, bool cudnn_enabled) -> (Tensor, Tensor, Tensor, Tensor, int) 2022-09-27T15:35:35.9008769Z processing existing schema: aten::linalg_cond(Tensor self, Scalar? p=None) -> Tensor 2022-09-27T15:35:35.9010849Z processing existing schema: aten::linalg_cond.p_str(Tensor self, str p) -> Tensor 2022-09-27T15:35:35.9014005Z processing existing schema: aten::linalg_cond.out(Tensor self, Scalar? p=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9017098Z processing existing schema: aten::linalg_cond.p_str_out(Tensor self, str p, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9019465Z processing existing schema: aten::linalg_matrix_rank(Tensor self, float tol, bool hermitian=False) -> Tensor 2022-09-27T15:35:35.9021908Z processing existing schema: aten::linalg_matrix_rank.tol_tensor(Tensor input, Tensor tol, bool hermitian=False) -> Tensor 2022-09-27T15:35:35.9024836Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_tensor(Tensor input, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False) -> Tensor 2022-09-27T15:35:35.9027807Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_float(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False) -> Tensor 2022-09-27T15:35:35.9031295Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_tensor_out(Tensor input, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9034889Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_float_out(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9038087Z processing existing schema: aten::linalg_matrix_rank.out(Tensor self, float tol, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9041370Z processing existing schema: aten::linalg_matrix_rank.out_tol_tensor(Tensor input, Tensor tol, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9043316Z processing existing schema: aten::special_i1e(Tensor self) -> Tensor 2022-09-27T15:35:35.9046197Z processing existing schema: aten::special_i1e.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9048439Z processing existing schema: aten::bitwise_or.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9050654Z processing existing schema: aten::bitwise_or.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.9053734Z processing existing schema: aten::bitwise_or.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9056839Z processing existing schema: aten::bitwise_or.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9059040Z processing existing schema: aten::bitwise_or.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.9062574Z processing existing schema: aten::bitwise_or.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9065267Z processing existing schema: aten::quantized_gru.input(Tensor input, Tensor hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:35.9067926Z processing existing schema: aten::quantized_gru.data(Tensor data, Tensor batch_sizes, Tensor hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-09-27T15:35:35.9070562Z processing existing schema: aten::quantized_gru.input_legacy(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:35.9073271Z processing existing schema: aten::quantized_gru.data_legacy(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-09-27T15:35:35.9075351Z processing existing schema: aten::linalg_solve(Tensor A, Tensor B, *, bool left=True) -> Tensor 2022-09-27T15:35:35.9078497Z processing existing schema: aten::linalg_solve.out(Tensor A, Tensor B, *, bool left=True, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9080711Z processing existing schema: aten::linalg_svdvals(Tensor A, *, str? driver=None) -> Tensor 2022-09-27T15:35:35.9083705Z processing existing schema: aten::linalg_svdvals.out(Tensor A, *, str? driver=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9085684Z processing existing schema: aten::linalg_eigvals(Tensor self) -> Tensor 2022-09-27T15:35:35.9088488Z processing existing schema: aten::linalg_eigvals.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9090752Z processing existing schema: aten::_cdist_forward(Tensor x1, Tensor x2, float p, int? compute_mode) -> Tensor 2022-09-27T15:35:35.9093839Z processing existing schema: aten::_cdist_forward.out(Tensor x1, Tensor x2, float p, int? compute_mode, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9096152Z processing existing schema: aten::linalg_eigvalsh(Tensor self, str UPLO="L") -> Tensor 2022-09-27T15:35:35.9099215Z processing existing schema: aten::linalg_eigvalsh.out(Tensor self, str UPLO="L", *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9101123Z processing existing schema: aten::linalg_householder_product(Tensor input, Tensor tau) -> Tensor 2022-09-27T15:35:35.9104069Z processing existing schema: aten::linalg_householder_product.out(Tensor input, Tensor tau, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9106111Z processing existing schema: aten::linalg_tensorinv(Tensor self, int ind=2) -> Tensor 2022-09-27T15:35:35.9108880Z processing existing schema: aten::linalg_tensorinv.out(Tensor self, int ind=2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9111248Z processing existing schema: aten::linalg_tensorsolve(Tensor self, Tensor other, int[]? dims=None) -> Tensor 2022-09-27T15:35:35.9114476Z processing existing schema: aten::linalg_tensorsolve.out(Tensor self, Tensor other, int[]? dims=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9116284Z processing existing schema: aten::lstsq(Tensor self, Tensor A) -> (Tensor solution, Tensor QR) 2022-09-27T15:35:35.9119356Z processing existing schema: aten::lstsq.X(Tensor self, Tensor A, *, Tensor(a!) X, Tensor(b!) qr) -> (Tensor(a!) solution, Tensor(b!) QR) 2022-09-27T15:35:35.9121711Z processing existing schema: aten::_lu_with_info(Tensor self, bool pivot=True, bool check_errors=True) -> (Tensor LU, Tensor pivots, Tensor info) 2022-09-27T15:35:35.9124195Z processing existing schema: aten::fractional_max_pool2d(Tensor self, int[2] kernel_size, int[2] output_size, Tensor random_samples) -> (Tensor, Tensor) 2022-09-27T15:35:35.9127960Z processing existing schema: aten::fractional_max_pool2d.output(Tensor self, int[2] kernel_size, int[2] output_size, Tensor random_samples, *, Tensor(a!) output, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.9130393Z processing existing schema: aten::fractional_max_pool3d(Tensor self, int[3] kernel_size, int[3] output_size, Tensor random_samples) -> (Tensor, Tensor) 2022-09-27T15:35:35.9134243Z processing existing schema: aten::fractional_max_pool3d.output(Tensor self, int[3] kernel_size, int[3] output_size, Tensor random_samples, *, Tensor(a!) output, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.9136448Z processing existing schema: aten::rsqrt_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.9138675Z processing existing schema: aten::adaptive_max_pool3d(Tensor self, int[3] output_size) -> (Tensor, Tensor) 2022-09-27T15:35:35.9142045Z processing existing schema: aten::adaptive_max_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.9144323Z processing existing schema: aten::adaptive_avg_pool3d(Tensor self, int[3] output_size) -> Tensor 2022-09-27T15:35:35.9147484Z processing existing schema: aten::adaptive_avg_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9151522Z processing existing schema: aten::rrelu_with_noise(Tensor self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.9156425Z processing existing schema: aten::rrelu_with_noise.out(Tensor self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9158454Z processing existing schema: aten::multilabel_margin_loss_forward(Tensor self, Tensor target, int reduction) -> (Tensor output, Tensor is_target) 2022-09-27T15:35:35.9161495Z processing existing schema: aten::multilabel_margin_loss_forward.output(Tensor self, Tensor target, int reduction, *, Tensor(a!) output, Tensor(b!) is_target) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.9163607Z processing existing schema: aten::linalg_qr(Tensor A, str mode="reduced") -> (Tensor Q, Tensor R) 2022-09-27T15:35:35.9166904Z processing existing schema: aten::linalg_qr.out(Tensor A, str mode="reduced", *, Tensor(a!) Q, Tensor(b!) R) -> (Tensor(a!) Q, Tensor(b!) R) 2022-09-27T15:35:35.9168865Z processing existing schema: aten::bitwise_xor.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9170891Z processing existing schema: aten::bitwise_xor.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.9173766Z processing existing schema: aten::bitwise_xor.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9176811Z processing existing schema: aten::bitwise_xor.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9178679Z processing existing schema: aten::bitwise_xor.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.9181522Z processing existing schema: aten::bitwise_xor.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9184085Z processing existing schema: quantized::make_quantized_cell_params(Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh) -> __torch__.torch.classes.rnn.CellParamsBase 2022-09-27T15:35:35.9185752Z processing existing schema: aten::linalg_eig(Tensor self) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-09-27T15:35:35.9188665Z processing existing schema: aten::linalg_eig.out(Tensor self, *, Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-09-27T15:35:35.9190700Z processing existing schema: aten::linalg_eigh(Tensor self, str UPLO="L") -> (Tensor eigenvalues, Tensor eigenvectors) 2022-09-27T15:35:35.9193946Z processing existing schema: aten::linalg_eigh.eigvals(Tensor self, str UPLO="L", *, Tensor(a!) eigvals, Tensor(b!) eigvecs) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-09-27T15:35:35.9194681Z schema: aten::linalg_inv_ex(Tensor A, *, bool check_errors=False) -> (Tensor inverse, Tensor info) found on allowlist, skipping 2022-09-27T15:35:35.9195756Z schema: aten::linalg_inv_ex.inverse(Tensor A, *, bool check_errors=False, Tensor(a!) inverse, Tensor(b!) info) -> (Tensor(a!) inverse, Tensor(b!) info) found on allowlist, skipping 2022-09-27T15:35:35.9198267Z processing existing schema: aten::_cdist_backward(Tensor grad, Tensor x1, Tensor x2, float p, Tensor cdist) -> Tensor 2022-09-27T15:35:35.9201517Z processing existing schema: aten::_cdist_backward.out(Tensor grad, Tensor x1, Tensor x2, float p, Tensor cdist, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9203675Z processing existing schema: aten::index_copy(Tensor self, int dim, Tensor index, Tensor source) -> Tensor 2022-09-27T15:35:35.9206078Z processing existing schema: aten::index_copy.dimname(Tensor self, str dim, Tensor index, Tensor source) -> Tensor 2022-09-27T15:35:35.9209223Z processing existing schema: aten::index_copy.out(Tensor self, int dim, Tensor index, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9211383Z processing existing schema: aten::glu_backward(Tensor grad_output, Tensor self, int dim) -> Tensor 2022-09-27T15:35:35.9214522Z processing existing schema: aten::glu_backward.grad_input(Tensor grad_output, Tensor self, int dim, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.9216664Z processing existing schema: aten::prelu_backward(Tensor grad_output, Tensor self, Tensor weight) -> (Tensor, Tensor) 2022-09-27T15:35:35.9219674Z processing existing schema: aten::prelu_backward.out(Tensor grad_output, Tensor self, Tensor weight, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.9221715Z processing existing schema: aten::special_gammaincc(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9224682Z processing existing schema: aten::special_gammaincc.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9226711Z processing existing schema: aten::kron(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9229660Z processing existing schema: aten::kron.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9232399Z processing existing schema: aten::__ilshift__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.9235128Z processing existing schema: aten::__ilshift__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.9237515Z processing existing schema: aten::l1_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-09-27T15:35:35.9240324Z processing existing schema: aten::__irshift__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.9243408Z processing existing schema: aten::__irshift__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.9245433Z processing existing schema: aten::ldexp.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9248689Z processing existing schema: aten::ldexp.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9250897Z processing existing schema: aten::ldexp(float x, int i) -> float 2022-09-27T15:35:35.9253564Z processing existing schema: aten::__rshift__.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9256065Z processing existing schema: aten::__rshift__.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.9259394Z processing existing schema: aten::__rshift__.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9262538Z processing existing schema: aten::__rshift__.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9264919Z processing existing schema: aten::__rshift__.int(int a, int b) -> int 2022-09-27T15:35:35.9267278Z processing existing schema: aten::special_gammaln(Tensor self) -> Tensor 2022-09-27T15:35:35.9270568Z processing existing schema: aten::special_gammaln.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9273020Z processing existing schema: aten::bitwise_right_shift.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9275591Z processing existing schema: aten::bitwise_right_shift.Tensor_Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.9278019Z processing existing schema: aten::bitwise_right_shift.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.9281380Z processing existing schema: aten::bitwise_right_shift.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9284601Z processing existing schema: aten::bitwise_right_shift.Tensor_Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9287945Z processing existing schema: aten::bitwise_right_shift.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9291560Z processing existing schema: quantized::make_quantized_cell_params_dynamic(__torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor bias_ih, Tensor bias_hh, bool reduce_range=False) -> __torch__.torch.classes.rnn.CellParamsBase 2022-09-27T15:35:35.9293586Z processing existing schema: aten::fmax(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9296994Z processing existing schema: aten::fmax.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9299502Z processing existing schema: aten::fmin(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9302644Z processing existing schema: aten::fmin.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9305025Z processing existing schema: aten::fmod.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9307543Z processing existing schema: aten::fmod.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.9310783Z processing existing schema: aten::fmod.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9314028Z processing existing schema: aten::fmod.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9316309Z processing existing schema: aten::fmod.int(int a, int b) -> float 2022-09-27T15:35:35.9318944Z processing existing schema: aten::fmod.float(float a, float b) -> float 2022-09-27T15:35:35.9321297Z processing existing schema: aten::fmod.int_float(int a, float b) -> float 2022-09-27T15:35:35.9323783Z processing existing schema: aten::fmod.float_int(float a, int b) -> float 2022-09-27T15:35:35.9326195Z processing existing schema: aten::fmod(Scalar a, Scalar b) -> float 2022-09-27T15:35:35.9328655Z processing existing schema: aten::frexp.Tensor(Tensor self) -> (Tensor mantissa, Tensor exponent) 2022-09-27T15:35:35.9331831Z processing existing schema: aten::frexp.Tensor_out(Tensor self, *, Tensor(a!) mantissa, Tensor(b!) exponent) -> (Tensor(a!) mantissa, Tensor(b!) exponent) 2022-09-27T15:35:35.9333606Z processing existing schema: aten::frexp(float a) -> (float, int) 2022-09-27T15:35:35.9336203Z processing existing schema: aten::igamma(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9339438Z processing existing schema: aten::igamma.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9341822Z processing existing schema: aten::igammac(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9345044Z processing existing schema: aten::igammac.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9347439Z processing existing schema: aten::_euclidean_dist(Tensor x1, Tensor x2) -> Tensor 2022-09-27T15:35:35.9350801Z processing existing schema: aten::_euclidean_dist.out(Tensor x1, Tensor x2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9353109Z processing existing schema: aten::logaddexp(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9356354Z processing existing schema: aten::logaddexp.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9358999Z processing existing schema: aten::cholesky_inverse(Tensor self, bool upper=False) -> Tensor 2022-09-27T15:35:35.9362342Z processing existing schema: aten::cholesky_inverse.out(Tensor self, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9365667Z processing existing schema: quantized::batch_norm1d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9367884Z processing existing schema: aten::special_xlogy(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9370406Z processing existing schema: aten::special_xlogy.other_scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.9372809Z processing existing schema: aten::special_xlogy.self_scalar(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.9376187Z processing existing schema: aten::special_xlogy.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9379442Z processing existing schema: aten::special_xlogy.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9382685Z processing existing schema: aten::special_xlogy.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9385454Z processing existing schema: aten::_add_relu.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.9388995Z processing existing schema: aten::_add_relu.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9391615Z processing existing schema: aten::_add_relu.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:35.9395173Z processing existing schema: aten::_add_relu.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9397749Z processing existing schema: aten::lerp.Scalar(Tensor self, Tensor end, Scalar weight) -> Tensor 2022-09-27T15:35:35.9400366Z processing existing schema: aten::lerp.Tensor(Tensor self, Tensor end, Tensor weight) -> Tensor 2022-09-27T15:35:35.9403802Z processing existing schema: aten::lerp.Scalar_out(Tensor self, Tensor end, Scalar weight, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9407106Z processing existing schema: aten::lerp.Tensor_out(Tensor self, Tensor end, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9409568Z processing existing schema: aten::__lshift__.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9412131Z processing existing schema: aten::__lshift__.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.9415587Z processing existing schema: aten::__lshift__.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9418773Z processing existing schema: aten::__lshift__.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9421032Z processing existing schema: aten::__lshift__.int(int a, int b) -> int 2022-09-27T15:35:35.9423498Z processing existing schema: aten::lcm(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9426758Z processing existing schema: aten::lcm.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9429226Z processing existing schema: aten::maximum(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9432472Z processing existing schema: aten::maximum.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9434892Z processing existing schema: aten::nextafter(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9438178Z processing existing schema: aten::nextafter.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9440488Z processing existing schema: aten::erf(Tensor self) -> Tensor 2022-09-27T15:35:35.9443773Z processing existing schema: aten::erf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9445896Z processing existing schema: aten::erf.int(int a) -> float 2022-09-27T15:35:35.9448313Z processing existing schema: aten::erf.float(float a) -> float 2022-09-27T15:35:35.9450776Z processing existing schema: aten::erf.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:35.9453287Z processing existing schema: quantized::linear_unpack_fp16(__torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-09-27T15:35:35.9455665Z processing existing schema: quantized::linear_unpack_fp16.legacy(Tensor W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-09-27T15:35:35.9458013Z processing existing schema: aten::xlogy.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9460488Z processing existing schema: aten::xlogy.Scalar_Other(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:35.9463013Z processing existing schema: aten::xlogy.Scalar_Self(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:35.9466405Z processing existing schema: aten::xlogy.OutTensor(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9469585Z processing existing schema: aten::xlogy.OutScalar_Self(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9472831Z processing existing schema: aten::xlogy.OutScalar_Other(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9475909Z processing existing schema: aten::elu_backward(Tensor grad_output, Scalar alpha, Scalar scale, Scalar input_scale, bool is_result, Tensor self_or_result) -> Tensor 2022-09-27T15:35:35.9479739Z processing existing schema: aten::elu_backward.grad_input(Tensor grad_output, Scalar alpha, Scalar scale, Scalar input_scale, bool is_result, Tensor self_or_result, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.9482028Z processing existing schema: quantized::conv_transpose2d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:35.9484689Z processing existing schema: aten::hardtanh_backward(Tensor grad_output, Tensor self, Scalar min_val, Scalar max_val) -> Tensor 2022-09-27T15:35:35.9488183Z processing existing schema: aten::hardtanh_backward.grad_input(Tensor grad_output, Tensor self, Scalar min_val, Scalar max_val, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.9490880Z processing existing schema: aten::hardshrink_backward(Tensor grad_out, Tensor self, Scalar lambd) -> Tensor 2022-09-27T15:35:35.9494155Z processing existing schema: aten::hardshrink_backward.grad_input(Tensor grad_out, Tensor self, Scalar lambd, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.9497216Z processing existing schema: aten::align_to(Tensor(a) self, str[] names) -> Tensor(a) 2022-09-27T15:35:35.9500621Z processing existing schema: aten::align_to.ellipsis_idx(Tensor(a) self, str[] order, int ellipsis_idx) -> Tensor(a) 2022-09-27T15:35:35.9502896Z processing existing schema: aten::all(Tensor self) -> Tensor 2022-09-27T15:35:35.9505364Z processing existing schema: aten::all.dim(Tensor self, int dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.9508866Z processing existing schema: aten::all.out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9511790Z processing existing schema: aten::all.all_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9514527Z processing existing schema: aten::all.dimname(Tensor self, str dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:35.9518204Z processing existing schema: aten::all.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9520486Z processing existing schema: aten::all.int(int[] self) -> bool 2022-09-27T15:35:35.9523088Z processing existing schema: aten::all.float(float[] self) -> bool 2022-09-27T15:35:35.9525693Z processing existing schema: aten::all.bool(bool[] self) -> bool 2022-09-27T15:35:35.9528559Z processing existing schema: aten::arccosh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.9531458Z processing existing schema: aten::atan2_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.9535583Z processing existing schema: aten::clamp_(Tensor(a!) self, Scalar? min=None, Scalar? max=None) -> Tensor(a!) 2022-09-27T15:35:35.9538592Z processing existing schema: aten::clamp_.Tensor(Tensor(a!) self, Tensor? min=None, Tensor? max=None) -> Tensor(a!) 2022-09-27T15:35:35.9541850Z processing existing schema: quantized::batch_norm3d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9543969Z processing existing schema: aten::equal(Tensor self, Tensor other) -> bool 2022-09-27T15:35:35.9546533Z processing existing schema: quantized::linear_unpack(__torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-09-27T15:35:35.9548919Z processing existing schema: quantized::linear_unpack.legacy(Tensor W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-09-27T15:35:35.9551628Z processing existing schema: aten::floor_divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.9554612Z processing existing schema: aten::floor_divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.9557580Z processing existing schema: aten::hypot_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.9560803Z processing existing schema: aten::igamma_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.9563618Z processing existing schema: aten::igammac_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.9566452Z processing existing schema: aten::index_fill.Dimname_Scalar(Tensor self, str dim, Tensor index, Scalar value) -> Tensor 2022-09-27T15:35:35.9569132Z processing existing schema: aten::index_fill.Dimname_Tensor(Tensor self, str dim, Tensor index, Tensor value) -> Tensor 2022-09-27T15:35:35.9571868Z processing existing schema: aten::index_fill.int_Scalar(Tensor self, int dim, Tensor index, Scalar value) -> Tensor 2022-09-27T15:35:35.9574548Z processing existing schema: aten::index_fill.int_Tensor(Tensor self, int dim, Tensor index, Tensor value) -> Tensor 2022-09-27T15:35:35.9578145Z processing existing schema: aten::index_fill.int_Scalar_out(Tensor self, int dim, Tensor index, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9581503Z processing existing schema: aten::index_fill.int_Tensor_out(Tensor self, int dim, Tensor index, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9584913Z processing existing schema: aten::index_fill_.Dimname_Scalar(Tensor(a!) self, str dim, Tensor index, Scalar value) -> Tensor(a!) 2022-09-27T15:35:35.9588875Z processing existing schema: aten::index_fill_.Dimname_Tensor(Tensor(a!) self, str dim, Tensor index, Tensor value) -> Tensor(a!) 2022-09-27T15:35:35.9592010Z processing existing schema: aten::index_fill_.int_Scalar(Tensor(a!) self, int dim, Tensor index, Scalar value) -> Tensor(a!) 2022-09-27T15:35:35.9595082Z processing existing schema: aten::index_fill_.int_Tensor(Tensor(a!) self, int dim, Tensor index, Tensor value) -> Tensor(a!) 2022-09-27T15:35:35.9597346Z processing existing schema: aten::is_coalesced(Tensor self) -> bool 2022-09-27T15:35:35.9599634Z processing existing schema: aten::is_inference(Tensor self) -> bool 2022-09-27T15:35:35.9602266Z processing existing schema: aten::is_pinned(Tensor self, Device? device=None) -> bool 2022-09-27T15:35:35.9604337Z processing existing schema: aten::is_signed(Tensor self) -> bool 2022-09-27T15:35:35.9609244Z processing existing schema: aten::max_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> Tensor 2022-09-27T15:35:35.9613381Z processing existing schema: aten::max_pool3d_with_indices(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> (Tensor, Tensor) 2022-09-27T15:35:35.9618872Z processing existing schema: aten::max_pool3d_with_indices.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:35.9621596Z processing existing schema: aten::nextafter_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.9623878Z processing existing schema: aten::output_nr(Tensor self) -> int 2022-09-27T15:35:35.9626947Z processing existing schema: aten::polygamma_(Tensor(a!) self, int n) -> Tensor(a!) 2022-09-27T15:35:35.9630008Z processing existing schema: aten::refine_names(Tensor(a) self, str[] names) -> Tensor(a) 2022-09-27T15:35:35.9633168Z processing existing schema: aten::rename(Tensor(a) self, str[]? names) -> Tensor(a) 2022-09-27T15:35:35.9636413Z processing existing schema: aten::rename_(Tensor(a!) self, str[]? names) -> Tensor(a!) 2022-09-27T15:35:35.9640186Z processing existing schema: aten::resize_as_(Tensor(a!) self, Tensor the_template, *, MemoryFormat? memory_format=None) -> Tensor(a!) 2022-09-27T15:35:35.9643025Z processing existing schema: aten::square_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:35.9646092Z processing existing schema: aten::unsafe_chunk(Tensor self, int chunks, int dim=0) -> Tensor[] 2022-09-27T15:35:35.9649102Z processing existing schema: aten::unsafe_split.Tensor(Tensor self, int split_size, int dim=0) -> Tensor[] 2022-09-27T15:35:35.9652062Z processing existing schema: aten::unsafe_split.Tensor_out(Tensor self, int split_size, int dim=0, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:35.9655120Z processing existing schema: aten::unsafe_split_with_sizes(Tensor self, int[] split_sizes, int dim=0) -> Tensor[] 2022-09-27T15:35:35.9658365Z processing existing schema: aten::unsafe_split_with_sizes.out(Tensor self, int[] split_sizes, int dim=0, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:35.9661234Z processing existing schema: aten::vander(Tensor x, int? N=None, bool increasing=False) -> Tensor 2022-09-27T15:35:35.9664011Z processing existing schema: aten::_backward(Tensor self, Tensor[] inputs, Tensor? gradient=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-09-27T15:35:35.9666153Z processing existing schema: aten::set_data(Tensor(a!) self, Tensor new_data) -> () 2022-09-27T15:35:35.9668426Z processing existing schema: aten::data(Tensor self) -> Tensor 2022-09-27T15:35:35.9671775Z processing existing schema: quantized::mul_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.9673945Z processing existing schema: aten::is_leaf(Tensor self) -> bool 2022-09-27T15:35:35.9676264Z processing existing schema: aten::_version(Tensor self) -> int 2022-09-27T15:35:35.9678893Z processing existing schema: aten::retain_grad(Tensor(a!) self) -> () 2022-09-27T15:35:35.9681585Z processing existing schema: aten::_fw_primal(Tensor(a) self, int level) -> Tensor(a) 2022-09-27T15:35:35.9684728Z processing existing schema: quantized::make_quantized_cell_params_fp16(__torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh) -> __torch__.torch.classes.rnn.CellParamsBase 2022-09-27T15:35:35.9687351Z processing existing schema: aten::bitwise_right_shift_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.9690379Z processing existing schema: aten::bitwise_right_shift_.Tensor_Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.9693573Z processing existing schema: quantized::quantized_lstm_cell_dynamic(Tensor input, Tensor[] hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor bias_ih, Tensor bias_hh) -> (Tensor, Tensor) 2022-09-27T15:35:35.9696301Z processing existing schema: aten::bitwise_xor_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:35.9699480Z processing existing schema: aten::bitwise_xor_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:35.9702912Z processing existing schema: quantized::quantized_gru_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-09-27T15:35:35.9706034Z processing existing schema: aten::blackman_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.9709692Z processing existing schema: aten::blackman_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:35.9712611Z processing existing schema: aten::blackman_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9715855Z processing existing schema: aten::blackman_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9719067Z processing existing schema: sparse::qlinear_relu(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-09-27T15:35:35.9721926Z processing existing schema: aten::bucketize.Tensor(Tensor self, Tensor boundaries, *, bool out_int32=False, bool right=False) -> Tensor 2022-09-27T15:35:35.9725645Z processing existing schema: aten::bucketize.Tensor_out(Tensor self, Tensor boundaries, *, bool out_int32=False, bool right=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9728595Z processing existing schema: aten::bucketize.Scalar(Scalar self, Tensor boundaries, *, bool out_int32=False, bool right=False) -> Tensor 2022-09-27T15:35:35.9732296Z processing existing schema: aten::bucketize.Scalar_out(Scalar self, Tensor boundaries, *, bool out_int32=False, bool right=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9734980Z processing existing schema: sparse::qlinear_dynamic(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-09-27T15:35:35.9737387Z processing existing schema: aten::can_cast(ScalarType from, ScalarType to) -> bool 2022-09-27T15:35:35.9740873Z processing existing schema: sparse::qlinear_unpack(__torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin, int[] block_pattern) 2022-09-27T15:35:35.9743353Z processing existing schema: aten::cauchy(Tensor self, float median=0., float sigma=1., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:35.9747311Z processing existing schema: aten::cauchy.out(Tensor self, float median=0., float sigma=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9750220Z processing existing schema: quantized::add_relu(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:35.9753450Z processing existing schema: quantized::add_relu.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.9756059Z processing existing schema: quantized::add_relu.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:35.9758866Z processing existing schema: quantized::add_relu.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-09-27T15:35:35.9762277Z processing existing schema: quantized::add_relu.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.9765141Z processing existing schema: aten::ccol_indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.9768508Z processing existing schema: quantized::add_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:35.9770914Z processing existing schema: aten::ccol_indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:35.9774168Z processing existing schema: aten::ccol_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9777291Z processing existing schema: _quantized::add(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:35.9779966Z processing existing schema: aten::chalf(Tensor self, *, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:35.9783424Z processing existing schema: quantized::batch_norm(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9785711Z processing existing schema: aten::channel_shuffle(Tensor self, int groups) -> Tensor 2022-09-27T15:35:35.9789087Z processing existing schema: aten::channel_shuffle.out(Tensor self, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9792511Z processing existing schema: quantized::batch_norm2d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9795069Z processing existing schema: aten::choose_qparams_optimized(Tensor input, int numel, int n_bins, float ratio, int bit_width) -> (Tensor, Tensor) 2022-09-27T15:35:35.9798382Z processing existing schema: quantized::cat_relu_out(Tensor[] qx, int dim, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9801919Z processing existing schema: aten::clip_(Tensor(a!) self, Scalar? min=None, Scalar? max=None) -> Tensor(a!) 2022-09-27T15:35:35.9805495Z processing existing schema: aten::clip_.Tensor(Tensor(a!) self, Tensor? min=None, Tensor? max=None) -> Tensor(a!) 2022-09-27T15:35:35.9808569Z processing existing schema: quantized::conv1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9811203Z processing existing schema: aten::coalesce(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.9814328Z processing existing schema: quantized::conv1d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9818473Z processing existing schema: aten::col2im(Tensor self, int[2] output_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-09-27T15:35:35.9823370Z processing existing schema: aten::col2im.out(Tensor self, int[2] output_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9826361Z processing existing schema: quantized::conv2d.new(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9830012Z processing existing schema: quantized::conv2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9833794Z processing existing schema: aten::col2im_backward(Tensor grad_output, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-09-27T15:35:35.9838551Z processing existing schema: aten::col2im_backward.grad_input(Tensor grad_output, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:35.9841534Z processing existing schema: quantized::conv2d_relu.new(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9845129Z processing existing schema: quantized::conv2d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9847706Z processing existing schema: aten::col_indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:35.9850896Z processing existing schema: quantized::conv3d.new(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9854508Z processing existing schema: quantized::conv3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9857632Z processing existing schema: aten::col_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9859917Z processing existing schema: aten::col_indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:35.9863331Z processing existing schema: quantized::conv3d_relu.new(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9866761Z processing existing schema: quantized::conv3d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9868977Z processing existing schema: aten::column_stack(Tensor[] tensors) -> Tensor 2022-09-27T15:35:35.9872180Z processing existing schema: aten::column_stack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9875170Z processing existing schema: quantized::conv_transpose2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9878319Z processing existing schema: aten::complex.out(Tensor real, Tensor imag, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9880657Z processing existing schema: aten::complex(Tensor real, Tensor imag) -> Tensor 2022-09-27T15:35:35.9883682Z processing existing schema: _quantized::conv2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:35.9886153Z processing existing schema: aten::concatenate(Tensor[] tensors, int dim=0) -> Tensor 2022-09-27T15:35:35.9889644Z processing existing schema: aten::concatenate.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9892187Z processing existing schema: aten::concatenate.names(Tensor[] tensors, str dim) -> Tensor 2022-09-27T15:35:35.9895760Z processing existing schema: aten::concatenate.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9898577Z processing existing schema: quantized::conv_transpose3d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:35.9903322Z processing existing schema: aten::conv_depthwise3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, int[3] dilation, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9907377Z processing existing schema: aten::conv_depthwise3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, int[3] dilation) -> Tensor 2022-09-27T15:35:35.9910760Z processing existing schema: quantized::conv1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:35.9913172Z processing existing schema: aten::conv_tbc_backward(Tensor self, Tensor input, Tensor weight, Tensor bias, int pad) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:35.9916668Z processing existing schema: _quantized::conv2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:35.9920977Z processing existing schema: aten::convolution_backward_overrideable(Tensor grad_output, Tensor input, Tensor weight, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor grad_input, Tensor grad_weight, Tensor grad_bias) 2022-09-27T15:35:35.9926379Z processing existing schema: aten::convolution_backward_overrideable.out(Tensor grad_output, Tensor input, Tensor weight, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:35.9929587Z processing existing schema: _quantized::conv3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-09-27T15:35:35.9933216Z processing existing schema: aten::convolution_overrideable(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups) -> Tensor 2022-09-27T15:35:35.9937962Z processing existing schema: aten::convolution_overrideable.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9941394Z processing existing schema: _quantized::conv_transpose1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:35.9944313Z processing existing schema: aten::copy.out(Tensor self, Tensor src, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9946711Z processing existing schema: aten::copy(Tensor self, Tensor src, bool non_blocking=False) -> Tensor 2022-09-27T15:35:35.9949120Z processing existing schema: aten::copy.t(t[](a) self) -> t[] 2022-09-27T15:35:35.9952990Z processing existing schema: aten::copy.Dict_str(Dict(str, t)(a) self) -> Dict(str, t) 2022-09-27T15:35:35.9956792Z processing existing schema: aten::copy.Dict_int(Dict(int, t)(a) self) -> Dict(int, t) 2022-09-27T15:35:35.9960642Z processing existing schema: aten::copy.Dict_bool(Dict(bool, t)(a) self) -> Dict(bool, t) 2022-09-27T15:35:35.9964404Z processing existing schema: aten::copy.Dict_float(Dict(float, t)(a) self) -> Dict(float, t) 2022-09-27T15:35:35.9968589Z processing existing schema: aten::copy.Dict_complex(Dict(complex, t)(a) self) -> Dict(complex, t) 2022-09-27T15:35:35.9972355Z processing existing schema: aten::copy.Dict_Tensor(Dict(Tensor, t)(a) self) -> Dict(Tensor, t) 2022-09-27T15:35:35.9976191Z processing existing schema: _quantized::conv_transpose3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-09-27T15:35:35.9978326Z processing existing schema: aten::copy_sparse_to_sparse(Tensor self, Tensor src, bool non_blocking=False) -> Tensor 2022-09-27T15:35:35.9981484Z processing existing schema: aten::copy_sparse_to_sparse.out(Tensor self, Tensor src, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9985235Z processing existing schema: quantized::dropout(Tensor self, float output_scale, int output_zero_point, Scalar p=0.5, bool training=False) -> Tensor 2022-09-27T15:35:35.9987960Z processing existing schema: aten::copy_sparse_to_sparse_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!) 2022-09-27T15:35:35.9990984Z processing existing schema: quantized::elu(Tensor self, float output_scale, int output_zero_point, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor 2022-09-27T15:35:35.9993050Z processing existing schema: aten::copysign.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:35.9996016Z processing existing schema: aten::copysign.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:35.9998299Z processing existing schema: aten::copysign.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.0001258Z processing existing schema: aten::copysign.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0003437Z processing existing schema: aten::copysign.int(int a, int b) -> float 2022-09-27T15:35:36.0005590Z processing existing schema: aten::copysign.float(float a, float b) -> float 2022-09-27T15:35:36.0007734Z processing existing schema: aten::copysign.int_float(int a, float b) -> float 2022-09-27T15:35:36.0009998Z processing existing schema: aten::copysign.float_int(float a, int b) -> float 2022-09-27T15:35:36.0012156Z processing existing schema: aten::copysign(Scalar a, Scalar b) -> float 2022-09-27T15:35:36.0014874Z processing existing schema: quantized::celu(Tensor self, float output_scale, int output_zero_point, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.0017744Z processing existing schema: aten::copysign_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0020507Z processing existing schema: aten::copysign_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.0022600Z processing existing schema: quantized::embedding_bag_byte_unpack(Tensor weight) -> Tensor 2022-09-27T15:35:36.0025071Z processing existing schema: aten::crow_indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.0027173Z processing existing schema: quantized::embedding_bag_4bit_unpack(Tensor weight) -> Tensor 2022-09-27T15:35:36.0030084Z processing existing schema: aten::crow_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0032089Z processing existing schema: aten::crow_indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.0034541Z processing existing schema: quantized::embedding_bag_unpack(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase W_prepack) -> Tensor W_origin 2022-09-27T15:35:36.0037799Z processing existing schema: aten::cudnn_affine_grid_generator.out(Tensor theta, int N, int C, int H, int W, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0040331Z processing existing schema: aten::cudnn_affine_grid_generator(Tensor theta, int N, int C, int H, int W) -> Tensor grid 2022-09-27T15:35:36.0042644Z processing existing schema: quantized::hardswish(Tensor input, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.0045954Z processing existing schema: aten::cudnn_affine_grid_generator_backward.out(Tensor grad, int N, int C, int H, int W, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0048599Z processing existing schema: aten::cudnn_affine_grid_generator_backward(Tensor grad, int N, int C, int H, int W) -> Tensor grad_theta 2022-09-27T15:35:36.0051290Z processing existing schema: quantized::linear_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-09-27T15:35:36.0055646Z processing existing schema: aten::cudnn_convolution_add_relu.out(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0059015Z processing existing schema: aten::cudnn_convolution_add_relu(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:36.0061485Z processing existing schema: quantized::linear_relu_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-09-27T15:35:36.0065317Z processing existing schema: aten::cudnn_convolution_relu.out(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0068326Z processing existing schema: aten::cudnn_convolution_relu(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:36.0070974Z processing existing schema: quantized::linear_prepack(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-09-27T15:35:36.0072857Z processing existing schema: aten::cudnn_is_acceptable(Tensor self) -> bool 2022-09-27T15:35:36.0075622Z processing existing schema: quantized::linear_prepack_fp16(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-09-27T15:35:36.0077983Z processing existing schema: aten::cummaxmin_backward(Tensor grad, Tensor input, Tensor indices, int dim) -> Tensor 2022-09-27T15:35:36.0080726Z processing existing schema: _quantized::linear_prepack_fp16(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-09-27T15:35:36.0083679Z processing existing schema: aten::cumprod_(Tensor(a!) self, int dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-09-27T15:35:36.0086847Z processing existing schema: aten::cumprod_.dimname(Tensor(a!) self, str dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-09-27T15:35:36.0089362Z processing existing schema: _quantized::linear_prepack_fp16_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-09-27T15:35:36.0091772Z processing existing schema: aten::cumprod_backward(Tensor grad, Tensor input, int dim, Tensor output) -> Tensor 2022-09-27T15:35:36.0094261Z processing existing schema: quantized::mul(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:36.0097298Z processing existing schema: quantized::mul.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.0099525Z processing existing schema: quantized::mul.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:36.0101804Z processing existing schema: quantized::mul.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-09-27T15:35:36.0104814Z processing existing schema: quantized::mul.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.0107929Z processing existing schema: aten::cumsum_(Tensor(a!) self, int dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-09-27T15:35:36.0111079Z processing existing schema: aten::cumsum_.dimname(Tensor(a!) self, str dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-09-27T15:35:36.0113283Z processing existing schema: quantized::mul_scalar_relu(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:36.0115601Z processing existing schema: quantized::mul_scalar_relu.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-09-27T15:35:36.0117666Z processing existing schema: aten::dense_dim(Tensor self) -> int 2022-09-27T15:35:36.0120703Z processing existing schema: quantized::mul_scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.0123689Z processing existing schema: quantized::mul_scalar_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.0125741Z processing existing schema: aten::dequantize.self(Tensor self) -> Tensor 2022-09-27T15:35:36.0128599Z processing existing schema: aten::dequantize.self_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0130909Z processing existing schema: aten::dequantize.tensors_out(Tensor[] tensors, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.0133373Z processing existing schema: aten::dequantize.tensors(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:36.0135522Z processing existing schema: aten::dequantize.tensor(Tensor qtensor) -> Tensor 2022-09-27T15:35:36.0137957Z processing existing schema: aten::dequantize.list(Tensor[] qtensors) -> Tensor[] 2022-09-27T15:35:36.0139951Z processing existing schema: aten::dequantize.any(Any tensors) -> Any 2022-09-27T15:35:36.0142841Z processing existing schema: quantized::instance_norm(Tensor input, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.0145564Z processing existing schema: aten::detach_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0147600Z processing existing schema: aten::detach_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.0149986Z processing existing schema: quantized::sigmoid(Tensor qx, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.0152193Z processing existing schema: aten::diagflat(Tensor self, int offset=0) -> Tensor 2022-09-27T15:35:36.0154430Z processing existing schema: quantized::conv_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:36.0157869Z processing existing schema: aten::diagonal_copy.out(Tensor self, int offset=0, int dim1=0, int dim2=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0160483Z processing existing schema: aten::diagonal_copy(Tensor self, int offset=0, int dim1=0, int dim2=1) -> Tensor 2022-09-27T15:35:36.0162953Z processing existing schema: quantized::conv_transpose2d_output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.0166513Z processing existing schema: aten::embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.0169468Z processing existing schema: aten::embedding_bag.padding_idx(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, bool include_last_offset, int? padding_idx) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.0171440Z processing existing schema: quantized::conv_transpose2d_groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:36.0173798Z processing existing schema: aten::embedding_renorm(Tensor self, Tensor indices, float max_norm, float norm_type) -> Tensor 2022-09-27T15:35:36.0177538Z processing existing schema: aten::embedding_renorm.out(Tensor self, Tensor indices, float max_norm, float norm_type, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0179588Z processing existing schema: quantized::conv_transpose2d_transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:36.0182168Z processing existing schema: aten::embedding_renorm_(Tensor(a!) self, Tensor indices, float max_norm, float norm_type) -> Tensor(a!) 2022-09-27T15:35:36.0184233Z processing existing schema: quantized::conv_transpose3d_unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:36.0186842Z processing existing schema: aten::embedding_sparse_backward(Tensor grad, Tensor indices, int num_weights, int padding_idx, bool scale_grad_by_freq) -> Tensor 2022-09-27T15:35:36.0189290Z processing existing schema: quantized::conv_transpose3d_output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.0192798Z processing existing schema: aten::empty_quantized(int[] size, Tensor qtensor, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.0196391Z processing existing schema: aten::empty_quantized.out(int[] size, Tensor qtensor, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0198353Z processing existing schema: quantized::conv_transpose3d_transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:36.0200898Z processing existing schema: aten::eq_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.0203692Z processing existing schema: aten::eq_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0206711Z processing existing schema: prepacked::conv2d_transpose_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.TransposeConv2dOpContext W_prepack) -> Tensor Y 2022-09-27T15:35:36.0208633Z processing existing schema: aten::exponential(Tensor self, float lambd=1., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.0212176Z processing existing schema: aten::exponential.out(Tensor self, float lambd=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0215639Z processing existing schema: aten::_cudnn_init_dropout_state(float dropout, bool train, int dropout_seed, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0218564Z processing existing schema: aten::_cudnn_init_dropout_state.out(float dropout, bool train, int dropout_seed, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0221471Z processing existing schema: aten::arange(Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0224650Z processing existing schema: aten::arange.start(Scalar start, Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0228118Z processing existing schema: aten::arange.start_step(Scalar start, Scalar end, Scalar step=1, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0231176Z processing existing schema: aten::arange.start_out(Scalar start, Scalar end, Scalar step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0234487Z processing existing schema: aten::arange.out(Scalar end, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0237108Z processing existing schema: aten::bartlett_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0240606Z processing existing schema: aten::bartlett_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0243023Z processing existing schema: aten::bartlett_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0245975Z processing existing schema: aten::bartlett_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0246187Z schema: static_runtime::VarTupleUnpack(...) -> ... found on allowlist, skipping 2022-09-27T15:35:36.0250038Z processing existing schema: aten::_empty_affine_quantized(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, float scale=1., int zero_point=0, MemoryFormat? memory_format=0) -> Tensor 2022-09-27T15:35:36.0253516Z processing existing schema: aten::_empty_affine_quantized.out(int[] size, *, float scale=1., int zero_point=0, MemoryFormat? memory_format=0, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0257706Z processing existing schema: aten::_empty_per_channel_affine_quantized(int[] size, *, Tensor scales, Tensor zero_points, int axis, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=0) -> Tensor 2022-09-27T15:35:36.0261150Z processing existing schema: aten::_empty_per_channel_affine_quantized.out(int[] size, *, Tensor scales, Tensor zero_points, int axis, MemoryFormat? memory_format=0, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0264275Z processing existing schema: aten::eye(int n, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0267573Z processing existing schema: aten::eye.m(int n, int m, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0270019Z processing existing schema: aten::eye.out(int n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0273377Z processing existing schema: aten::eye.m_out(int n, int m, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0273800Z schema: profiler::_record_function_enter(str name, str? args=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.0277528Z processing existing schema: aten::full.names(int[] size, Scalar fill_value, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0280432Z processing existing schema: aten::full(int[] size, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0283565Z processing existing schema: aten::full.names_out(int[] size, Scalar fill_value, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0286641Z processing existing schema: aten::full.out(int[] size, Scalar fill_value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0290110Z processing existing schema: aten::from_file(str filename, bool? shared=None, int? size=0, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0293503Z processing existing schema: aten::from_file.out(str filename, bool? shared=None, int? size=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0296515Z processing existing schema: aten::hann_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0299729Z processing existing schema: aten::hann_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0302165Z processing existing schema: aten::hann_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0304953Z processing existing schema: aten::hann_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0307995Z processing existing schema: aten::hamming_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0311003Z processing existing schema: aten::hamming_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0314310Z processing existing schema: aten::hamming_window.periodic_alpha(int window_length, bool periodic, float alpha, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0317688Z processing existing schema: aten::hamming_window.periodic_alpha_beta(int window_length, bool periodic, float alpha, float beta, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0320209Z processing existing schema: aten::hamming_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0323098Z processing existing schema: aten::hamming_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0326176Z processing existing schema: aten::hamming_window.periodic_alpha_out(int window_length, bool periodic, float alpha, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0329156Z processing existing schema: aten::hamming_window.periodic_alpha_beta_out(int window_length, bool periodic, float alpha, float beta, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0332152Z processing existing schema: aten::kaiser_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0335047Z processing existing schema: aten::kaiser_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0338250Z processing existing schema: aten::kaiser_window.beta(int window_length, bool periodic, float beta, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0340787Z processing existing schema: aten::kaiser_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0343684Z processing existing schema: aten::kaiser_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0346795Z processing existing schema: aten::kaiser_window.beta_out(int window_length, bool periodic, float beta, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0350177Z processing existing schema: aten::linspace(Scalar start, Scalar end, int steps, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0353128Z processing existing schema: aten::linspace.out(Scalar start, Scalar end, int steps, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0356788Z processing existing schema: aten::logspace(Scalar start, Scalar end, int steps, float base=10., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0360092Z processing existing schema: aten::logspace.out(Scalar start, Scalar end, int steps, float base=10., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0363599Z processing existing schema: aten::ones.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0366701Z processing existing schema: aten::ones(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0369861Z processing existing schema: aten::ones.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0372801Z processing existing schema: aten::ones.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0376104Z processing existing schema: aten::scalar_tensor(Scalar s, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0378774Z processing existing schema: aten::scalar_tensor.out(Scalar s, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0382381Z processing existing schema: aten::range.step(Scalar start, Scalar end, Scalar step=1, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0385482Z processing existing schema: aten::range(Scalar start, Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0388547Z processing existing schema: aten::range.out(Scalar start, Scalar end, Scalar step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0391456Z processing existing schema: aten::range.out_(Scalar start, Scalar end, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0395041Z processing existing schema: aten::zeros.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0398020Z schema: aten::zeros(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.0401192Z processing existing schema: aten::zeros.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0404219Z processing existing schema: aten::zeros.out(SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0407442Z processing existing schema: aten::_efficientzerotensor(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0410255Z processing existing schema: aten::_efficientzerotensor.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0414215Z processing existing schema: aten::sparse_compressed_tensor.comp_plain_value_size(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0417769Z processing existing schema: aten::sparse_compressed_tensor.comp_plain_value(Tensor compressed_indices, Tensor plain_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0421249Z processing existing schema: aten::sparse_csr_tensor.crow_col_value_size(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0424570Z processing existing schema: aten::sparse_csr_tensor.crow_col_value(Tensor crow_indices, Tensor col_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0428163Z processing existing schema: aten::sparse_csc_tensor.ccol_row_value_size(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0431564Z processing existing schema: aten::sparse_csc_tensor.ccol_row_value(Tensor ccol_indices, Tensor row_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0435144Z processing existing schema: aten::sparse_bsr_tensor.crow_col_value_size(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0438615Z processing existing schema: aten::sparse_bsr_tensor.crow_col_value(Tensor crow_indices, Tensor col_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0442213Z processing existing schema: aten::sparse_bsc_tensor.ccol_row_value_size(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0445520Z processing existing schema: aten::sparse_bsc_tensor.ccol_row_value(Tensor ccol_indices, Tensor row_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0449132Z processing existing schema: aten::_sparse_compressed_tensor_unsafe(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0452581Z processing existing schema: aten::_sparse_csr_tensor_unsafe(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0456335Z processing existing schema: aten::_sparse_csc_tensor_unsafe(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0459856Z processing existing schema: aten::_sparse_bsr_tensor_unsafe(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0463258Z processing existing schema: aten::_sparse_bsc_tensor_unsafe(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0466426Z processing existing schema: aten::sparse_coo_tensor.size(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0469700Z processing existing schema: aten::sparse_coo_tensor.indices(Tensor indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0473171Z processing existing schema: aten::sparse_coo_tensor.indices_size(Tensor indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0475979Z processing existing schema: aten::sparse_coo_tensor.size_out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0479618Z processing existing schema: aten::_sparse_coo_tensor_unsafe(Tensor indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0483039Z processing existing schema: aten::_sparse_coo_tensor_with_dims(int sparse_dim, int dense_dim, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0486134Z processing existing schema: aten::_sparse_coo_tensor_with_dims.out(int sparse_dim, int dense_dim, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0490031Z processing existing schema: aten::_sparse_coo_tensor_with_dims_and_tensors(int sparse_dim, int dense_dim, int[] size, Tensor indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:36.0493241Z processing existing schema: aten::_sparse_coo_tensor_with_dims_and_tensors.out(int sparse_dim, int dense_dim, int[] size, Tensor indices, Tensor values, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0496871Z processing existing schema: aten::tril_indices(int row, int col, int offset=0, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0499802Z processing existing schema: aten::tril_indices.out(int row, int col, int offset=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0503337Z processing existing schema: aten::triu_indices(int row, int col, int offset=0, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0506396Z processing existing schema: aten::triu_indices.out(int row, int col, int offset=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0509760Z processing existing schema: aten::fft_fftfreq(int n, float d=1., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0512700Z processing existing schema: aten::fft_fftfreq.out(int n, float d=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0514702Z processing existing schema: aten::sym_storage_offset(Tensor self) -> SymInt 2022-09-27T15:35:36.0518448Z processing existing schema: aten::fft_rfftfreq(int n, float d=1., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.0521425Z processing existing schema: aten::fft_rfftfreq.out(int n, float d=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0523581Z processing existing schema: aten::_pin_memory(Tensor self, Device? device=None) -> Tensor 2022-09-27T15:35:36.0526695Z processing existing schema: aten::_pin_memory.out(Tensor self, Device? device=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0528583Z processing existing schema: aten::_assert_async(Tensor self) -> () 2022-09-27T15:35:36.0530924Z processing existing schema: aten::native_dropout_backward(Tensor grad_output, Tensor mask, float scale) -> Tensor 2022-09-27T15:35:36.0533797Z processing existing schema: aten::native_dropout_backward.out(Tensor grad_output, Tensor mask, float scale, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0536251Z processing existing schema: aten::_cummax_helper(Tensor self, Tensor(a!) values, Tensor(b!) indices, int dim) -> () 2022-09-27T15:35:36.0538494Z processing existing schema: aten::_cummin_helper(Tensor self, Tensor(a!) values, Tensor(b!) indices, int dim) -> () 2022-09-27T15:35:36.0541290Z processing existing schema: aten::_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, bool zero_infinity=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.0543852Z processing existing schema: aten::_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank=0, bool zero_infinity=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.0547733Z processing existing schema: aten::_ctc_loss.out(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, bool zero_infinity=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.0550941Z processing existing schema: aten::_ctc_loss_backward(Tensor grad, Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False) -> Tensor 2022-09-27T15:35:36.0553976Z processing existing schema: aten::_ctc_loss_backward.Tensor(Tensor grad, Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False) -> Tensor 2022-09-27T15:35:36.0558118Z processing existing schema: aten::_ctc_loss_backward.out(Tensor grad, Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0561665Z processing existing schema: aten::_embedding_bag_forward_only(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.0567221Z processing existing schema: aten::_embedding_bag_forward_only.out(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-09-27T15:35:36.0570463Z processing existing schema: aten::_embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.0576231Z processing existing schema: aten::_embedding_bag.out(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-09-27T15:35:36.0577065Z schema: aten::_embedding_bag_dense_backward(Tensor grad, Tensor indices, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.0578211Z schema: aten::_embedding_bag_dense_backward.out(Tensor grad, Tensor indices, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.0581012Z processing existing schema: aten::_embedding_bag_per_sample_weights_backward(Tensor grad, Tensor weight, Tensor indices, Tensor offsets, Tensor offset2bag, int mode, int padding_idx=-1) -> Tensor 2022-09-27T15:35:36.0584821Z processing existing schema: aten::_embedding_bag_per_sample_weights_backward.out(Tensor grad, Tensor weight, Tensor indices, Tensor offsets, Tensor offset2bag, int mode, int padding_idx=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0587021Z processing existing schema: aten::gcd_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0589903Z processing existing schema: aten::lcm_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0592263Z processing existing schema: aten::_validate_compressed_sparse_indices(bool is_crow, Tensor compressed_idx, Tensor plain_idx, int cdim, int dim, int nnz) -> () 2022-09-27T15:35:36.0594913Z processing existing schema: aten::index_copy_(Tensor(a!) self, int dim, Tensor index, Tensor source) -> Tensor(a!) 2022-09-27T15:35:36.0597868Z processing existing schema: aten::index_copy_.dimname(Tensor(a!) self, str dim, Tensor index, Tensor source) -> Tensor(a!) 2022-09-27T15:35:36.0600484Z processing existing schema: aten::isin.Tensor_Tensor(Tensor elements, Tensor test_elements, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-09-27T15:35:36.0603791Z processing existing schema: aten::isin.Tensor_Tensor_out(Tensor elements, Tensor test_elements, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0606335Z processing existing schema: aten::isin.Tensor_Scalar(Tensor elements, Scalar test_element, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-09-27T15:35:36.0609624Z processing existing schema: aten::isin.Tensor_Scalar_out(Tensor elements, Scalar test_element, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0612086Z processing existing schema: aten::isin.Scalar_Tensor(Scalar element, Tensor test_elements, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-09-27T15:35:36.0615558Z processing existing schema: aten::isin.Scalar_Tensor_out(Scalar element, Tensor test_elements, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0618134Z processing existing schema: aten::xlogy_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0620811Z processing existing schema: aten::xlogy_.Scalar_Other(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.0622819Z processing existing schema: aten::_logcumsumexp(Tensor self, int dim) -> Tensor 2022-09-27T15:35:36.0625665Z processing existing schema: aten::_logcumsumexp.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0627282Z processing existing schema: aten::_aminmax(Tensor self) -> (Tensor, Tensor) 2022-09-27T15:35:36.0629420Z processing existing schema: aten::_aminmax.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.0632121Z processing existing schema: aten::_aminmax.out(Tensor self, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.0635267Z processing existing schema: aten::_aminmax.dim_out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.0637349Z processing existing schema: aten::_compute_linear_combination(Tensor input, Tensor coefficients) -> Tensor 2022-09-27T15:35:36.0640276Z processing existing schema: aten::_compute_linear_combination.out(Tensor input, Tensor coefficients, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0642490Z processing existing schema: aten::narrow_copy(Tensor self, int dim, SymInt start, SymInt length) -> Tensor 2022-09-27T15:35:36.0645997Z processing existing schema: aten::narrow_copy.out(Tensor self, int dim, SymInt start, SymInt length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0648095Z processing existing schema: aten::_pdist_forward(Tensor self, float p=2.) -> Tensor 2022-09-27T15:35:36.0650892Z processing existing schema: aten::_pdist_forward.out(Tensor self, float p=2., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0653094Z processing existing schema: aten::_pdist_backward(Tensor grad, Tensor self, float p, Tensor pdist) -> Tensor 2022-09-27T15:35:36.0656516Z processing existing schema: aten::_pdist_backward.out(Tensor grad, Tensor self, float p, Tensor pdist, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0658354Z processing existing schema: aten::native_channel_shuffle(Tensor self, int groups) -> Tensor 2022-09-27T15:35:36.0661480Z processing existing schema: aten::gelu_(Tensor(a!) self, *, str approximate="none") -> Tensor(a!) 2022-09-27T15:35:36.0663413Z processing existing schema: aten::mish_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:36.0667311Z processing existing schema: aten::sspaddmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0669590Z processing existing schema: aten::sspaddmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.0672246Z processing existing schema: aten::_stack(Tensor[] tensors, int dim=0) -> Tensor 2022-09-27T15:35:36.0675321Z processing existing schema: aten::_stack.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0678386Z processing existing schema: aten::nansum(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.0682357Z processing existing schema: aten::nansum.out(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0683926Z schema: aten::_transform_bias_rescale_qkv(Tensor qkv, Tensor qkv_bias, int num_heads) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:36.0686635Z schema: aten::_transform_bias_rescale_qkv.out(Tensor qkv, Tensor qkv_bias, int num_heads, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) found on allowlist, skipping 2022-09-27T15:35:36.0687641Z schema: aten::_nested_tensor_from_mask(Tensor t, Tensor mask, bool mask_check=True) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.0689650Z schema: aten::_nested_tensor_from_mask.out(Tensor t, Tensor mask, bool mask_check=True, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.0690850Z schema: aten::_nested_tensor_from_mask_left_aligned(Tensor t, Tensor mask) -> bool found on allowlist, skipping 2022-09-27T15:35:36.0693278Z processing existing schema: aten::_nested_from_padded(Tensor padded, Tensor cpu_nested_shape_example, bool fuse_transform_0213=False) -> Tensor 2022-09-27T15:35:36.0696323Z processing existing schema: aten::_nested_from_padded.out(Tensor padded, Tensor cpu_nested_shape_example, bool fuse_transform_0213=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0699016Z processing existing schema: aten::_nested_view_from_buffer(Tensor(a) self, Tensor nested_size, Tensor nested_strides, int[] offsets) -> Tensor(a) 2022-09-27T15:35:36.0701036Z processing existing schema: aten::_unique(Tensor self, bool sorted=True, bool return_inverse=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.0704405Z processing existing schema: aten::_unique.out(Tensor self, bool sorted=True, bool return_inverse=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.0706223Z processing existing schema: aten::_weight_norm_interface(Tensor v, Tensor g, int dim=0) -> (Tensor, Tensor) 2022-09-27T15:35:36.0709445Z processing existing schema: aten::_weight_norm_interface.out(Tensor v, Tensor g, int dim=0, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.0712051Z processing existing schema: aten::_weight_norm_interface_backward(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim) -> (Tensor, Tensor) 2022-09-27T15:35:36.0715271Z processing existing schema: aten::_weight_norm_interface_backward.out(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.0717040Z processing existing schema: aten::_standard_gamma_grad(Tensor self, Tensor output) -> Tensor 2022-09-27T15:35:36.0720070Z processing existing schema: aten::_standard_gamma_grad.out(Tensor self, Tensor output, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0722211Z processing existing schema: aten::_dirichlet_grad(Tensor x, Tensor alpha, Tensor total) -> Tensor 2022-09-27T15:35:36.0725227Z processing existing schema: aten::_dirichlet_grad.out(Tensor x, Tensor alpha, Tensor total, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0727765Z processing existing schema: aten::_spdiags(Tensor diagonals, Tensor offsets, int[] shape, Layout? layout=None) -> Tensor 2022-09-27T15:35:36.0731231Z processing existing schema: aten::_spdiags.out(Tensor diagonals, Tensor offsets, int[] shape, Layout? layout=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0733765Z processing existing schema: aten::heaviside_(Tensor(a!) self, Tensor values) -> Tensor(a!) 2022-09-27T15:35:36.0736836Z processing existing schema: aten::_addmm_activation(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, bool use_gelu=False) -> Tensor 2022-09-27T15:35:36.0740379Z processing existing schema: aten::_addmm_activation.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, bool use_gelu=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0742390Z processing existing schema: aten::to_sparse.sparse_dim(Tensor self, int sparse_dim) -> Tensor 2022-09-27T15:35:36.0744185Z processing existing schema: aten::to_sparse(Tensor self) -> Tensor 2022-09-27T15:35:36.0747162Z processing existing schema: aten::to_sparse.sparse_dim_out(Tensor self, int sparse_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0749740Z processing existing schema: aten::to_sparse.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0751664Z processing existing schema: aten::to_sparse_csr(Tensor self) -> Tensor 2022-09-27T15:35:36.0754349Z processing existing schema: aten::to_sparse_csr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0756296Z processing existing schema: aten::to_sparse_csc(Tensor self) -> Tensor 2022-09-27T15:35:36.0759167Z processing existing schema: aten::to_sparse_csc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0761513Z processing existing schema: aten::to_sparse_bsr(Tensor self, int[2] blocksize) -> Tensor 2022-09-27T15:35:36.0764655Z processing existing schema: aten::to_sparse_bsr.out(Tensor self, int[2] blocksize, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0767050Z processing existing schema: aten::to_sparse_bsc(Tensor self, int[2] blocksize) -> Tensor 2022-09-27T15:35:36.0770282Z processing existing schema: aten::to_sparse_bsc.out(Tensor self, int[2] blocksize, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0772597Z processing existing schema: aten::to_mkldnn(Tensor self, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.0775650Z processing existing schema: aten::to_mkldnn.out(Tensor self, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0777794Z processing existing schema: aten::quantize_per_tensor_dynamic(Tensor self, ScalarType dtype, bool reduce_range) -> Tensor 2022-09-27T15:35:36.0780715Z processing existing schema: aten::quantize_per_tensor_dynamic.out(Tensor self, ScalarType dtype, bool reduce_range, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0783008Z processing existing schema: aten::quantize_per_tensor(Tensor self, float scale, int zero_point, ScalarType dtype) -> Tensor 2022-09-27T15:35:36.0785410Z processing existing schema: aten::quantize_per_tensor.tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, ScalarType dtype) -> Tensor 2022-09-27T15:35:36.0788017Z processing existing schema: aten::quantize_per_tensor.tensors(Tensor[] tensors, Tensor scales, Tensor zero_points, ScalarType dtype) -> Tensor[] 2022-09-27T15:35:36.0791086Z processing existing schema: aten::quantize_per_tensor.out(Tensor self, float scale, int zero_point, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0794694Z processing existing schema: aten::quantize_per_tensor.tensor_qparams_out(Tensor self, Tensor scale, Tensor zero_point, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0797085Z processing existing schema: aten::quantize_per_tensor.tensors_out(Tensor[] tensors, Tensor scales, Tensor zero_points, ScalarType dtype, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.0799568Z processing existing schema: aten::quantize_per_channel(Tensor self, Tensor scales, Tensor zero_points, int axis, ScalarType dtype) -> Tensor 2022-09-27T15:35:36.0802712Z processing existing schema: aten::quantize_per_channel.out(Tensor self, Tensor scales, Tensor zero_points, int axis, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0804862Z processing existing schema: aten::_make_per_tensor_quantized_tensor(Tensor self, float scale, int zero_point) -> Tensor 2022-09-27T15:35:36.0807869Z processing existing schema: aten::_make_per_tensor_quantized_tensor.out(Tensor self, float scale, int zero_point, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0810170Z processing existing schema: aten::_make_per_channel_quantized_tensor(Tensor self, Tensor scale, Tensor zero_point, int axis) -> Tensor 2022-09-27T15:35:36.0813242Z processing existing schema: aten::_make_per_channel_quantized_tensor.out(Tensor self, Tensor scale, Tensor zero_point, int axis, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0815696Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask(Tensor self, float scale, int zero_point, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-09-27T15:35:36.0819003Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask.out(Tensor self, float scale, int zero_point, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.0819308Z schema: static_runtime::flatten_copy.using_ints(Tensor self, int start_dim=0, int end_dim=-1) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.0821425Z processing existing schema: aten::_fake_quantize_per_tensor_affine_cachemask_tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, Tensor fake_quant_enabled, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-09-27T15:35:36.0824826Z processing existing schema: aten::_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.out(Tensor self, Tensor scale, Tensor zero_point, Tensor fake_quant_enabled, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.0827111Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1.) -> Tensor 2022-09-27T15:35:36.0830580Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine.out(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0832983Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine_backward(Tensor grad, Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1.) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.0835251Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-09-27T15:35:36.0838827Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask.out(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.0839813Z processing existing schema: profiler::_record_function_exit(Tensor _0) -> () 2022-09-27T15:35:36.0841519Z processing existing schema: profiler::_record_function_exit._RecordFunction(__torch__.torch.classes.profiler._RecordFunction _0) -> () 2022-09-27T15:35:36.0844209Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1.) -> Tensor 2022-09-27T15:35:36.0847718Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine.out(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0850497Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine_backward(Tensor grad, Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1.) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.0854877Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> (Tensor output, Tensor mask) 2022-09-27T15:35:36.0859932Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper.out(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False, *, Tensor(e!) out0, Tensor(f!) out1) -> (Tensor(e!), Tensor(f!)) 2022-09-27T15:35:36.0861386Z processing existing schema: aten::is_set_to(Tensor self, Tensor tensor) -> bool 2022-09-27T15:35:36.0864140Z processing existing schema: aten::masked_scatter_(Tensor(a!) self, Tensor mask, Tensor source) -> Tensor(a!) 2022-09-27T15:35:36.0866721Z processing existing schema: aten::_masked_softmax(Tensor self, Tensor mask, int? dim=None, int? mask_type=None) -> Tensor 2022-09-27T15:35:36.0870116Z processing existing schema: aten::_masked_softmax.out(Tensor self, Tensor mask, int? dim=None, int? mask_type=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0872589Z processing existing schema: aten::_masked_softmax_backward(Tensor grad_output, Tensor output, Tensor mask, int? dim=None) -> Tensor 2022-09-27T15:35:36.0875863Z processing existing schema: aten::_masked_softmax_backward.out(Tensor grad_output, Tensor output, Tensor mask, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0879001Z processing existing schema: aten::put_(Tensor(a!) self, Tensor index, Tensor source, bool accumulate=False) -> Tensor(a!) 2022-09-27T15:35:36.0882196Z processing existing schema: aten::index_add_(Tensor(a!) self, int dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.0884792Z processing existing schema: aten::index_reduce(Tensor self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True) -> Tensor 2022-09-27T15:35:36.0888317Z processing existing schema: aten::index_reduce.out(Tensor self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0891597Z processing existing schema: aten::index_reduce_(Tensor(a!) self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True) -> Tensor(a!) 2022-09-27T15:35:36.0894555Z processing existing schema: aten::scatter_.src(Tensor(a!) self, int dim, Tensor index, Tensor src) -> Tensor(a!) 2022-09-27T15:35:36.0897517Z processing existing schema: aten::scatter_.value(Tensor(a!) self, int dim, Tensor index, Scalar value) -> Tensor(a!) 2022-09-27T15:35:36.0900731Z processing existing schema: aten::scatter_.reduce(Tensor(a!) self, int dim, Tensor index, Tensor src, *, str reduce) -> Tensor(a!) 2022-09-27T15:35:36.0903807Z processing existing schema: aten::scatter_.value_reduce(Tensor(a!) self, int dim, Tensor index, Scalar value, *, str reduce) -> Tensor(a!) 2022-09-27T15:35:36.0906829Z processing existing schema: aten::scatter_add_(Tensor(a!) self, int dim, Tensor index, Tensor src) -> Tensor(a!) 2022-09-27T15:35:36.0909485Z processing existing schema: aten::scatter_reduce.two(Tensor self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True) -> Tensor 2022-09-27T15:35:36.0912966Z processing existing schema: aten::scatter_reduce.two_out(Tensor self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0916313Z processing existing schema: aten::scatter_reduce_.two(Tensor(a!) self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True) -> Tensor(a!) 2022-09-27T15:35:36.0919135Z processing existing schema: aten::bitwise_or_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0922282Z processing existing schema: aten::bitwise_or_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.0924463Z processing existing schema: aten::tril_(Tensor(a!) self, int diagonal=0) -> Tensor(a!) 2022-09-27T15:35:36.0927204Z processing existing schema: aten::triu_(Tensor(a!) self, int diagonal=0) -> Tensor(a!) 2022-09-27T15:35:36.0929985Z processing existing schema: aten::lerp_.Scalar(Tensor(a!) self, Tensor end, Scalar weight) -> Tensor(a!) 2022-09-27T15:35:36.0932819Z processing existing schema: aten::lerp_.Tensor(Tensor(a!) self, Tensor end, Tensor weight) -> Tensor(a!) 2022-09-27T15:35:36.0936201Z processing existing schema: aten::addbmm_(Tensor(a!) self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.0938750Z processing existing schema: aten::ne_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.0941426Z processing existing schema: aten::ne_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0944067Z processing existing schema: aten::ge_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.0946740Z processing existing schema: aten::ge_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0949458Z processing existing schema: aten::le_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.0952093Z processing existing schema: aten::le_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0954748Z processing existing schema: aten::gt_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.0957486Z processing existing schema: aten::gt_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0960131Z processing existing schema: aten::lt_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.0962892Z processing existing schema: aten::lt_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.0964896Z processing existing schema: aten::take(Tensor self, Tensor index) -> Tensor 2022-09-27T15:35:36.0967839Z processing existing schema: aten::take.out(Tensor self, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0969770Z processing existing schema: aten::_symeig_helper(Tensor self, bool eigenvectors, bool upper) -> (Tensor, Tensor) 2022-09-27T15:35:36.0972899Z processing existing schema: aten::_symeig_helper.out(Tensor self, bool eigenvectors, bool upper, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.0974994Z processing existing schema: aten::_cholesky_solve_helper(Tensor self, Tensor A, bool upper) -> Tensor 2022-09-27T15:35:36.0978078Z processing existing schema: aten::_cholesky_solve_helper.out(Tensor self, Tensor A, bool upper, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0980636Z processing existing schema: aten::lu_unpack(Tensor LU_data, Tensor LU_pivots, bool unpack_data=True, bool unpack_pivots=True) -> (Tensor P, Tensor L, Tensor U) 2022-09-27T15:35:36.0984460Z processing existing schema: aten::lu_unpack.out(Tensor LU_data, Tensor LU_pivots, bool unpack_data=True, bool unpack_pivots=True, *, Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) -> (Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) 2022-09-27T15:35:36.0986864Z processing existing schema: aten::histc(Tensor self, int bins=100, Scalar min=0, Scalar max=0) -> Tensor 2022-09-27T15:35:36.0990303Z processing existing schema: aten::histc.out(Tensor self, int bins=100, Scalar min=0, Scalar max=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.0992820Z processing existing schema: aten::histogram.bins_tensor(Tensor self, Tensor bins, *, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor bin_edges) 2022-09-27T15:35:36.0996291Z processing existing schema: aten::histogram.bins_tensor_out(Tensor self, Tensor bins, *, Tensor? weight=None, bool density=False, Tensor(a!) hist, Tensor(b!) bin_edges) -> (Tensor(a!) hist, Tensor(b!) bin_edges) 2022-09-27T15:35:36.0999347Z processing existing schema: aten::histogram.bin_ct(Tensor self, int bins=100, *, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor bin_edges) 2022-09-27T15:35:36.1003371Z processing existing schema: aten::histogram.bin_ct_out(Tensor self, int bins=100, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!) hist, Tensor(b!) bin_edges) -> (Tensor(a!) hist, Tensor(b!) bin_edges) 2022-09-27T15:35:36.1006593Z processing existing schema: aten::_histogramdd_bin_edges(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False) -> Tensor[] 2022-09-27T15:35:36.1009681Z processing existing schema: aten::_histogramdd_bin_edges.out(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1012685Z processing existing schema: aten::_histogramdd_from_bin_cts(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False) -> Tensor 2022-09-27T15:35:36.1016672Z processing existing schema: aten::_histogramdd_from_bin_cts.out(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1019233Z processing existing schema: aten::_histogramdd_from_bin_tensors(Tensor self, Tensor[] bins, *, Tensor? weight=None, bool density=False) -> Tensor 2022-09-27T15:35:36.1022789Z processing existing schema: aten::_histogramdd_from_bin_tensors.out(Tensor self, Tensor[] bins, *, Tensor? weight=None, bool density=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1025335Z processing existing schema: aten::fmod_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.1028043Z processing existing schema: aten::fmod_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.1030727Z processing existing schema: aten::remainder_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.1033460Z processing existing schema: aten::remainder_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.1036323Z processing existing schema: aten::renorm_(Tensor(a!) self, Scalar p, int dim, Scalar maxnorm) -> Tensor(a!) 2022-09-27T15:35:36.1038971Z processing existing schema: aten::unfold_backward(Tensor grad_in, int[] input_sizes, int dim, int size, int step) -> Tensor 2022-09-27T15:35:36.1042196Z processing existing schema: aten::unfold_backward.out(Tensor grad_in, int[] input_sizes, int dim, int size, int step, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1044542Z processing existing schema: aten::_foreach_add.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-09-27T15:35:36.1047309Z processing existing schema: aten::_foreach_add.List(Tensor[] self, Tensor[] other, *, Scalar alpha=1) -> Tensor[] 2022-09-27T15:35:36.1049997Z processing existing schema: aten::_foreach_add.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:36.1052232Z processing existing schema: aten::_foreach_add.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1055020Z processing existing schema: aten::_foreach_add.List_out(Tensor[] self, Tensor[] other, *, Scalar alpha=1, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1057617Z processing existing schema: aten::_foreach_add.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1059735Z processing existing schema: aten::_foreach_add_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-09-27T15:35:36.1062159Z processing existing schema: aten::_foreach_add_.List(Tensor(a!)[] self, Tensor[] other, *, Scalar alpha=1) -> () 2022-09-27T15:35:36.1064363Z processing existing schema: aten::_foreach_add_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-09-27T15:35:36.1066726Z processing existing schema: aten::_foreach_sub.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-09-27T15:35:36.1069567Z processing existing schema: aten::_foreach_sub.List(Tensor[] self, Tensor[] other, *, Scalar alpha=1) -> Tensor[] 2022-09-27T15:35:36.1072046Z processing existing schema: aten::_foreach_sub.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:36.1074438Z processing existing schema: aten::_foreach_sub.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1077112Z processing existing schema: aten::_foreach_sub.List_out(Tensor[] self, Tensor[] other, *, Scalar alpha=1, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1079698Z processing existing schema: aten::_foreach_sub.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1081755Z processing existing schema: aten::_foreach_sub_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-09-27T15:35:36.1084251Z processing existing schema: aten::_foreach_sub_.List(Tensor(a!)[] self, Tensor[] other, *, Scalar alpha=1) -> () 2022-09-27T15:35:36.1086418Z processing existing schema: aten::_foreach_sub_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-09-27T15:35:36.1088843Z processing existing schema: aten::_foreach_mul.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-09-27T15:35:36.1091323Z processing existing schema: aten::_foreach_mul.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-09-27T15:35:36.1093919Z processing existing schema: aten::_foreach_mul.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:36.1096354Z processing existing schema: aten::_foreach_mul.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1098721Z processing existing schema: aten::_foreach_mul.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1101230Z processing existing schema: aten::_foreach_mul.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1103288Z processing existing schema: aten::_foreach_mul_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-09-27T15:35:36.1105450Z processing existing schema: aten::_foreach_mul_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-09-27T15:35:36.1107648Z processing existing schema: aten::_foreach_mul_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-09-27T15:35:36.1110063Z processing existing schema: aten::_foreach_div.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-09-27T15:35:36.1112570Z processing existing schema: aten::_foreach_div.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-09-27T15:35:36.1115104Z processing existing schema: aten::_foreach_div.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:36.1117507Z processing existing schema: aten::_foreach_div.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1120023Z processing existing schema: aten::_foreach_div.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1122663Z processing existing schema: aten::_foreach_div.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1124544Z processing existing schema: aten::_foreach_div_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-09-27T15:35:36.1126806Z processing existing schema: aten::_foreach_div_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-09-27T15:35:36.1129091Z processing existing schema: aten::_foreach_div_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-09-27T15:35:36.1131377Z processing existing schema: aten::_foreach_exp(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1133674Z processing existing schema: aten::_foreach_exp.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1135889Z processing existing schema: aten::_foreach_exp_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1137784Z processing existing schema: aten::_foreach_zero_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1140106Z processing existing schema: aten::_foreach_sqrt(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1142401Z processing existing schema: aten::_foreach_sqrt.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1144412Z processing existing schema: aten::_foreach_sqrt_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1146748Z processing existing schema: aten::_foreach_abs(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1149079Z processing existing schema: aten::_foreach_abs.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1151188Z processing existing schema: aten::_foreach_abs_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1153165Z processing existing schema: aten::_foreach_acos(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1155377Z processing existing schema: aten::_foreach_acos.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1157363Z processing existing schema: aten::_foreach_acos_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1159835Z processing existing schema: aten::_foreach_asin(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1162134Z processing existing schema: aten::_foreach_asin.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1163993Z processing existing schema: aten::_foreach_asin_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1166223Z processing existing schema: aten::_foreach_atan(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1168607Z processing existing schema: aten::_foreach_atan.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1170585Z processing existing schema: aten::_foreach_atan_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1172918Z processing existing schema: aten::_foreach_ceil(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1175207Z processing existing schema: aten::_foreach_ceil.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1177324Z processing existing schema: aten::_foreach_ceil_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1179598Z processing existing schema: aten::_foreach_cos(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1181918Z processing existing schema: aten::_foreach_cos.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1183895Z processing existing schema: aten::_foreach_cos_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1186216Z processing existing schema: aten::_foreach_cosh(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1188524Z processing existing schema: aten::_foreach_cosh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1190491Z processing existing schema: aten::_foreach_cosh_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1192820Z processing existing schema: aten::_foreach_erf(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1195110Z processing existing schema: aten::_foreach_erf.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1197125Z processing existing schema: aten::_foreach_erf_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1199525Z processing existing schema: aten::_foreach_erfc(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1201936Z processing existing schema: aten::_foreach_erfc.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1203856Z processing existing schema: aten::_foreach_erfc_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1206173Z processing existing schema: aten::_foreach_expm1(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1208494Z processing existing schema: aten::_foreach_expm1.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1210482Z processing existing schema: aten::_foreach_expm1_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1212787Z processing existing schema: aten::_foreach_floor(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1215137Z processing existing schema: aten::_foreach_floor.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1217225Z processing existing schema: aten::_foreach_floor_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1219507Z processing existing schema: aten::_foreach_log(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1221806Z processing existing schema: aten::_foreach_log.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1223806Z processing existing schema: aten::_foreach_log_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1226093Z processing existing schema: aten::_foreach_log10(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1228440Z processing existing schema: aten::_foreach_log10.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1230476Z processing existing schema: aten::_foreach_log10_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1232767Z processing existing schema: aten::_foreach_log1p(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1235062Z processing existing schema: aten::_foreach_log1p.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1237082Z processing existing schema: aten::_foreach_log1p_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1239477Z processing existing schema: aten::_foreach_log2(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1241776Z processing existing schema: aten::_foreach_log2.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1243792Z processing existing schema: aten::_foreach_log2_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1246073Z processing existing schema: aten::_foreach_neg(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1248400Z processing existing schema: aten::_foreach_neg.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1250392Z processing existing schema: aten::_foreach_neg_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1252704Z processing existing schema: aten::_foreach_tan(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1255007Z processing existing schema: aten::_foreach_tan.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1257135Z processing existing schema: aten::_foreach_tan_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1259412Z processing existing schema: aten::_foreach_tanh(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1261763Z processing existing schema: aten::_foreach_tanh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1263731Z processing existing schema: aten::_foreach_tanh_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1265980Z processing existing schema: aten::_foreach_sin(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1268295Z processing existing schema: aten::_foreach_sin.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1270281Z processing existing schema: aten::_foreach_sin_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1272617Z processing existing schema: aten::_foreach_sinh(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1274909Z processing existing schema: aten::_foreach_sinh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1276891Z processing existing schema: aten::_foreach_sinh_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1279274Z processing existing schema: aten::_foreach_round(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1281604Z processing existing schema: aten::_foreach_round.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1283701Z processing existing schema: aten::_foreach_round_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1285944Z processing existing schema: aten::_foreach_lgamma(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1288236Z processing existing schema: aten::_foreach_lgamma.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1290242Z processing existing schema: aten::_foreach_lgamma_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1292577Z processing existing schema: aten::_foreach_frac(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1294899Z processing existing schema: aten::_foreach_frac.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1297086Z processing existing schema: aten::_foreach_frac_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1299327Z processing existing schema: aten::_foreach_reciprocal(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1301627Z processing existing schema: aten::_foreach_reciprocal.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1303637Z processing existing schema: aten::_foreach_reciprocal_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1305911Z processing existing schema: aten::_foreach_sigmoid(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1308199Z processing existing schema: aten::_foreach_sigmoid.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1310186Z processing existing schema: aten::_foreach_sigmoid_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1312496Z processing existing schema: aten::_foreach_trunc(Tensor[] self) -> Tensor[] 2022-09-27T15:35:36.1314774Z processing existing schema: aten::_foreach_trunc.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1316753Z processing existing schema: aten::_foreach_trunc_(Tensor(a!)[] self) -> () 2022-09-27T15:35:36.1319991Z processing existing schema: aten::_foreach_addcdiv.Scalar(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> Tensor[] 2022-09-27T15:35:36.1323014Z processing existing schema: aten::_foreach_addcdiv.ScalarList(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:36.1325967Z processing existing schema: aten::_foreach_addcdiv.Scalar_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1328915Z processing existing schema: aten::_foreach_addcdiv.ScalarList_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1331560Z processing existing schema: aten::_foreach_addcdiv_.Scalar(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> () 2022-09-27T15:35:36.1334280Z processing existing schema: aten::_foreach_addcdiv_.ScalarList(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> () 2022-09-27T15:35:36.1337413Z processing existing schema: aten::_foreach_addcmul.Scalar(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> Tensor[] 2022-09-27T15:35:36.1340368Z processing existing schema: aten::_foreach_addcmul.ScalarList(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:36.1343346Z processing existing schema: aten::_foreach_addcmul.Scalar_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1346333Z processing existing schema: aten::_foreach_addcmul.ScalarList_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1348978Z processing existing schema: aten::_foreach_addcmul_.Scalar(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> () 2022-09-27T15:35:36.1351693Z processing existing schema: aten::_foreach_addcmul_.ScalarList(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> () 2022-09-27T15:35:36.1354243Z processing existing schema: aten::_foreach_maximum.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-09-27T15:35:36.1356834Z processing existing schema: aten::_foreach_maximum.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1359100Z processing existing schema: aten::_foreach_maximum_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-09-27T15:35:36.1361641Z processing existing schema: aten::_foreach_minimum.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-09-27T15:35:36.1364163Z processing existing schema: aten::_foreach_minimum.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1366397Z processing existing schema: aten::_foreach_minimum_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-09-27T15:35:36.1369028Z processing existing schema: aten::_foreach_norm.Scalar(Tensor[] self, Scalar ord=2) -> Tensor[] 2022-09-27T15:35:36.1371578Z processing existing schema: aten::_foreach_norm.Scalar_out(Tensor[] self, Scalar ord=2, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.1374004Z processing existing schema: aten::_convert_indices_from_coo_to_csr(Tensor self, int size, *, bool out_int32=False) -> Tensor 2022-09-27T15:35:36.1377310Z processing existing schema: aten::_convert_indices_from_coo_to_csr.out(Tensor self, int size, *, bool out_int32=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1379918Z processing existing schema: aten::_convert_indices_from_csr_to_coo(Tensor crow_indices, Tensor col_indices, *, bool out_int32=False, bool transpose=False) -> Tensor 2022-09-27T15:35:36.1383336Z processing existing schema: aten::_convert_indices_from_csr_to_coo.out(Tensor crow_indices, Tensor col_indices, *, bool out_int32=False, bool transpose=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1385643Z processing existing schema: aten::mse_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction) -> Tensor 2022-09-27T15:35:36.1388880Z processing existing schema: aten::mse_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1391931Z processing existing schema: aten::multi_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, Scalar p, Scalar margin, Tensor? weight=None, int reduction=1) -> Tensor 2022-09-27T15:35:36.1395912Z processing existing schema: aten::multi_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Scalar p, Scalar margin, Tensor? weight=None, int reduction=1, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1398265Z processing existing schema: aten::multilabel_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, Tensor is_target) -> Tensor 2022-09-27T15:35:36.1401724Z processing existing schema: aten::multilabel_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, Tensor is_target, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1405000Z processing existing schema: aten::smooth_l1_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, float beta, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1407470Z processing existing schema: aten::smooth_l1_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, float beta) -> Tensor 2022-09-27T15:35:36.1410775Z processing existing schema: aten::huber_loss_backward.out(Tensor grad_output, Tensor self, Tensor target, int reduction, float delta, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1413278Z processing existing schema: aten::huber_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, float delta) -> Tensor 2022-09-27T15:35:36.1415726Z processing existing schema: aten::glu_jvp(Tensor glu, Tensor x, Tensor dx, int dim) -> Tensor 2022-09-27T15:35:36.1418894Z processing existing schema: aten::glu_jvp.out(Tensor glu, Tensor x, Tensor dx, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1421449Z processing existing schema: aten::glu_backward_jvp(Tensor grad_x, Tensor grad_glu, Tensor x, Tensor dgrad_glu, Tensor dx, int dim) -> Tensor 2022-09-27T15:35:36.1425045Z processing existing schema: aten::glu_backward_jvp.out(Tensor grad_x, Tensor grad_glu, Tensor x, Tensor dgrad_glu, Tensor dx, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1425987Z schema: aten::adaptive_avg_pool3d_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.1429173Z processing existing schema: aten::fractional_max_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] output_size, Tensor indices) -> Tensor 2022-09-27T15:35:36.1433044Z processing existing schema: aten::fractional_max_pool2d_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] output_size, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1435915Z processing existing schema: aten::fractional_max_pool3d_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] output_size, Tensor indices) -> Tensor 2022-09-27T15:35:36.1439732Z processing existing schema: aten::fractional_max_pool3d_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] output_size, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1443483Z processing existing schema: aten::max_pool3d_with_indices_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, int[3] dilation, bool ceil_mode, Tensor indices) -> Tensor 2022-09-27T15:35:36.1448036Z processing existing schema: aten::max_pool3d_with_indices_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, int[3] dilation, bool ceil_mode, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1450470Z processing existing schema: aten::_upsample_nearest_exact3d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.1453512Z processing existing schema: aten::_upsample_nearest_exact3d(Tensor self, int[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.1457622Z processing existing schema: aten::_upsample_nearest_exact3d.out(Tensor self, int[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1460787Z processing existing schema: aten::_upsample_nearest_exact3d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1463553Z processing existing schema: aten::_upsample_nearest_exact3d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.1467098Z processing existing schema: aten::_upsample_nearest_exact3d_backward(Tensor grad_output, int[3] output_size, int[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.1471504Z processing existing schema: aten::_upsample_nearest_exact3d_backward.grad_input(Tensor grad_output, int[3] output_size, int[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1474794Z processing existing schema: aten::_upsample_nearest_exact3d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1477882Z processing existing schema: aten::_upsample_bilinear2d_aa(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.1481686Z processing existing schema: aten::_upsample_bilinear2d_aa.out(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1484244Z processing existing schema: aten::_upsample_bilinear2d_aa.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.1487762Z processing existing schema: aten::_upsample_bilinear2d_aa.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1491102Z processing existing schema: aten::_upsample_bilinear2d_aa_backward(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.1495373Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1498093Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.1501679Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1504596Z processing existing schema: aten::_upsample_bicubic2d_aa(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.1508416Z processing existing schema: aten::_upsample_bicubic2d_aa.out(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1510964Z processing existing schema: aten::_upsample_bicubic2d_aa.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.1514449Z processing existing schema: aten::_upsample_bicubic2d_aa.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1517925Z processing existing schema: aten::_upsample_bicubic2d_aa_backward(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.1522402Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1525172Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.1528601Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1531060Z processing existing schema: aten::_upsample_nearest_exact1d(Tensor self, int[1] output_size, float? scales=None) -> Tensor 2022-09-27T15:35:36.1534493Z processing existing schema: aten::_upsample_nearest_exact1d.out(Tensor self, int[1] output_size, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1537091Z processing existing schema: aten::_upsample_nearest_exact1d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.1540239Z processing existing schema: aten::_upsample_nearest_exact1d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1543755Z processing existing schema: aten::_upsample_nearest_exact1d_backward(Tensor grad_output, int[1] output_size, int[3] input_size, float? scales=None) -> Tensor 2022-09-27T15:35:36.1547930Z processing existing schema: aten::_upsample_nearest_exact1d_backward.grad_input(Tensor grad_output, int[1] output_size, int[3] input_size, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1551059Z processing existing schema: aten::_upsample_nearest_exact1d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.1555018Z processing existing schema: aten::_upsample_nearest_exact1d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1558381Z processing existing schema: aten::_upsample_nearest_exact2d(Tensor self, int[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.1562275Z processing existing schema: aten::_upsample_nearest_exact2d.out(Tensor self, int[2] output_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1565193Z processing existing schema: aten::_upsample_nearest_exact2d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.1568910Z processing existing schema: aten::_upsample_nearest_exact2d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1572863Z processing existing schema: aten::_upsample_nearest_exact2d_backward(Tensor grad_output, int[2] output_size, int[4] input_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.1577209Z processing existing schema: aten::_upsample_nearest_exact2d_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.1580124Z processing existing schema: aten::_upsample_nearest_exact2d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.1584042Z processing existing schema: aten::_upsample_nearest_exact2d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1588934Z processing existing schema: aten::slow_conv_transpose2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int[2] dilation=1) -> Tensor 2022-09-27T15:35:36.1594631Z processing existing schema: aten::slow_conv_transpose2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int[2] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1599580Z processing existing schema: aten::slow_conv_transpose3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int[3] dilation=1) -> Tensor 2022-09-27T15:35:36.1605185Z processing existing schema: aten::slow_conv_transpose3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int[3] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1608776Z processing existing schema: aten::_slow_conv2d_forward(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding) -> Tensor 2022-09-27T15:35:36.1613313Z processing existing schema: aten::_slow_conv2d_forward.output(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, *, Tensor(a!) output) -> Tensor(a!) 2022-09-27T15:35:36.1618585Z processing existing schema: aten::_slow_conv2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, *, Tensor(a!) grad_input, Tensor(b!) grad_weight, Tensor(c!) grad_bias) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.1622463Z processing existing schema: aten::_slow_conv2d_backward.output_mask(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, bool[3] output_mask) -> (Tensor grad_input, Tensor grad_weight, Tensor grad_bias) 2022-09-27T15:35:36.1627974Z processing existing schema: aten::_slow_conv2d_backward.output_mask_out(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.1631302Z processing existing schema: aten::slow_conv3d_forward(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding) -> Tensor 2022-09-27T15:35:36.1635831Z processing existing schema: aten::slow_conv3d_forward.output(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, *, Tensor(a!) output) -> Tensor(a!) 2022-09-27T15:35:36.1640314Z processing existing schema: aten::slow_conv_dilated2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1) -> Tensor 2022-09-27T15:35:36.1645845Z processing existing schema: aten::slow_conv_dilated2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1650081Z processing existing schema: aten::slow_conv_dilated3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1) -> Tensor 2022-09-27T15:35:36.1655512Z processing existing schema: aten::slow_conv_dilated3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1657553Z processing existing schema: aten::special_log_ndtr(Tensor self) -> Tensor 2022-09-27T15:35:36.1660734Z processing existing schema: aten::special_log_ndtr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1663176Z processing existing schema: aten::linalg_lu(Tensor A, *, bool pivot=True) -> (Tensor P, Tensor L, Tensor U) 2022-09-27T15:35:36.1667295Z processing existing schema: aten::linalg_lu.out(Tensor A, *, bool pivot=True, Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) -> (Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) 2022-09-27T15:35:36.1669948Z processing existing schema: aten::linalg_ldl_solve(Tensor LD, Tensor pivots, Tensor B, *, bool hermitian=False) -> Tensor 2022-09-27T15:35:36.1673489Z processing existing schema: aten::linalg_ldl_solve.out(Tensor LD, Tensor pivots, Tensor B, *, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1676110Z processing existing schema: aten::_test_optional_intlist(Tensor values, int[]? addends) -> Tensor 2022-09-27T15:35:36.1679626Z processing existing schema: aten::_test_optional_intlist.out(Tensor values, int[]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1682255Z processing existing schema: aten::_test_optional_filled_intlist(Tensor values, int[2]? addends) -> Tensor 2022-09-27T15:35:36.1686094Z processing existing schema: aten::_test_optional_filled_intlist.out(Tensor values, int[2]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1688604Z processing existing schema: aten::_test_optional_floatlist(Tensor values, float[]? addends) -> Tensor 2022-09-27T15:35:36.1691942Z processing existing schema: aten::_test_optional_floatlist.out(Tensor values, float[]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1696132Z processing existing schema: aten::segment_reduce(Tensor data, str reduce, *, Tensor? lengths=None, Tensor? indices=None, Tensor? offsets=None, int axis=0, bool unsafe=False, Scalar? initial=None) -> Tensor 2022-09-27T15:35:36.1700690Z processing existing schema: aten::segment_reduce.out(Tensor data, str reduce, *, Tensor? lengths=None, Tensor? indices=None, Tensor? offsets=None, int axis=0, bool unsafe=False, Scalar? initial=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1704322Z processing existing schema: aten::_segment_reduce_backward(Tensor grad, Tensor output, Tensor data, str reduce, *, Tensor? lengths=None, Tensor? offsets=None, int axis=0, Scalar? initial=None) -> Tensor 2022-09-27T15:35:36.1708885Z processing existing schema: aten::_segment_reduce_backward.out(Tensor grad, Tensor output, Tensor data, str reduce, *, Tensor? lengths=None, Tensor? offsets=None, int axis=0, Scalar? initial=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1713891Z processing existing schema: aten::_transformer_encoder_layer_fwd(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, int? mask_type=None) -> Tensor 2022-09-27T15:35:36.1719595Z processing existing schema: aten::_transformer_encoder_layer_fwd.out(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, int? mask_type=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1723281Z processing existing schema: aten::_native_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, bool need_weights=True, bool average_attn_weights=True, int? mask_type=None) -> (Tensor, Tensor) 2022-09-27T15:35:36.1728301Z processing existing schema: aten::_native_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, bool need_weights=True, bool average_attn_weights=True, int? mask_type=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.1730132Z processing existing schema: aten::special_airy_ai(Tensor x) -> Tensor 2022-09-27T15:35:36.1733266Z processing existing schema: aten::special_airy_ai.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1738760Z processing existing schema: aten::_transformer_decoder_only_layer_fwd(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.1745340Z processing existing schema: aten::_transformer_decoder_only_layer_fwd.out(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.1749252Z processing existing schema: aten::_native_decoder_only_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, bool need_weights=True, bool average_attn_weights=True) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.1755682Z processing existing schema: aten::_native_decoder_only_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, bool need_weights=True, bool average_attn_weights=True, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-09-27T15:35:36.1757532Z processing existing schema: aten::special_bessel_j0(Tensor self) -> Tensor 2022-09-27T15:35:36.1760524Z processing existing schema: aten::special_bessel_j0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1762787Z processing existing schema: aten::special_bessel_j1(Tensor self) -> Tensor 2022-09-27T15:35:36.1765934Z processing existing schema: aten::special_bessel_j1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1768202Z processing existing schema: aten::special_bessel_y0(Tensor self) -> Tensor 2022-09-27T15:35:36.1771342Z processing existing schema: aten::special_bessel_y0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1773640Z processing existing schema: aten::special_bessel_y1(Tensor self) -> Tensor 2022-09-27T15:35:36.1777088Z processing existing schema: aten::special_bessel_y1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1779365Z processing existing schema: aten::special_chebyshev_polynomial_t(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1782636Z processing existing schema: aten::special_chebyshev_polynomial_t.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1785831Z processing existing schema: aten::special_chebyshev_polynomial_t.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1788261Z processing existing schema: aten::special_chebyshev_polynomial_t.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1791535Z processing existing schema: aten::special_chebyshev_polynomial_t.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1793987Z processing existing schema: aten::special_chebyshev_polynomial_t.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.1796517Z processing existing schema: aten::special_chebyshev_polynomial_u(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1799796Z processing existing schema: aten::special_chebyshev_polynomial_u.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1803005Z processing existing schema: aten::special_chebyshev_polynomial_u.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1805468Z processing existing schema: aten::special_chebyshev_polynomial_u.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1808714Z processing existing schema: aten::special_chebyshev_polynomial_u.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1811156Z processing existing schema: aten::special_chebyshev_polynomial_u.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.1813617Z processing existing schema: aten::special_chebyshev_polynomial_v(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1816997Z processing existing schema: aten::special_chebyshev_polynomial_v.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1820155Z processing existing schema: aten::special_chebyshev_polynomial_v.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1822621Z processing existing schema: aten::special_chebyshev_polynomial_v.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1825914Z processing existing schema: aten::special_chebyshev_polynomial_v.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1828376Z processing existing schema: aten::special_chebyshev_polynomial_v.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.1830825Z processing existing schema: aten::special_chebyshev_polynomial_w(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1834110Z processing existing schema: aten::special_chebyshev_polynomial_w.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1837381Z processing existing schema: aten::special_chebyshev_polynomial_w.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1839835Z processing existing schema: aten::special_chebyshev_polynomial_w.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1843208Z processing existing schema: aten::special_chebyshev_polynomial_w.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1845588Z processing existing schema: aten::special_chebyshev_polynomial_w.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.1848020Z processing existing schema: aten::special_hermite_polynomial_h(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1851287Z processing existing schema: aten::special_hermite_polynomial_h.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1854539Z processing existing schema: aten::special_hermite_polynomial_h.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1857060Z processing existing schema: aten::special_hermite_polynomial_h.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1860296Z processing existing schema: aten::special_hermite_polynomial_h.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1862717Z processing existing schema: aten::special_hermite_polynomial_h.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.1865157Z processing existing schema: aten::special_hermite_polynomial_he(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1868412Z processing existing schema: aten::special_hermite_polynomial_he.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1871631Z processing existing schema: aten::special_hermite_polynomial_he.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1874088Z processing existing schema: aten::special_hermite_polynomial_he.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1877447Z processing existing schema: aten::special_hermite_polynomial_he.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1879957Z processing existing schema: aten::special_hermite_polynomial_he.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.1882370Z processing existing schema: aten::special_laguerre_polynomial_l(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1885633Z processing existing schema: aten::special_laguerre_polynomial_l.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1888869Z processing existing schema: aten::special_laguerre_polynomial_l.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1891307Z processing existing schema: aten::special_laguerre_polynomial_l.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1894581Z processing existing schema: aten::special_laguerre_polynomial_l.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1897274Z processing existing schema: aten::special_laguerre_polynomial_l.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.1899632Z processing existing schema: aten::special_legendre_polynomial_p(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1902916Z processing existing schema: aten::special_legendre_polynomial_p.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1906291Z processing existing schema: aten::special_legendre_polynomial_p.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1908832Z processing existing schema: aten::special_legendre_polynomial_p.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1911887Z processing existing schema: aten::special_legendre_polynomial_p.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1914331Z processing existing schema: aten::special_legendre_polynomial_p.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.1916678Z processing existing schema: aten::special_modified_bessel_i0(Tensor self) -> Tensor 2022-09-27T15:35:36.1920082Z processing existing schema: aten::special_modified_bessel_i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1922228Z processing existing schema: aten::special_modified_bessel_i1(Tensor self) -> Tensor 2022-09-27T15:35:36.1925622Z processing existing schema: aten::special_modified_bessel_i1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1927786Z processing existing schema: aten::special_modified_bessel_k0(Tensor self) -> Tensor 2022-09-27T15:35:36.1930844Z processing existing schema: aten::special_modified_bessel_k0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1933053Z processing existing schema: aten::special_modified_bessel_k1(Tensor self) -> Tensor 2022-09-27T15:35:36.1936343Z processing existing schema: aten::special_modified_bessel_k1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1938638Z processing existing schema: aten::special_scaled_modified_bessel_k0(Tensor x) -> Tensor 2022-09-27T15:35:36.1941734Z processing existing schema: aten::special_scaled_modified_bessel_k0.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1944005Z processing existing schema: aten::special_scaled_modified_bessel_k1(Tensor x) -> Tensor 2022-09-27T15:35:36.1947153Z processing existing schema: aten::special_scaled_modified_bessel_k1.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1949568Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1952796Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1955982Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1958666Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1961835Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1964310Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.1966806Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1970057Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1973187Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1975759Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1979038Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1981496Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.1983902Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.1987135Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1990451Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.1993353Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.1997441Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2000154Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.2003595Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:36.2006558Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2009578Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2011947Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:36.2015452Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2017866Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:36.2020144Z processing existing schema: aten::special_spherical_bessel_j0(Tensor x) -> Tensor 2022-09-27T15:35:36.2023457Z processing existing schema: aten::special_spherical_bessel_j0.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2026310Z processing existing schema: aten::_foobar(Tensor self, bool arg1=True, bool arg2=True, *, bool arg3=True) -> Tensor 2022-09-27T15:35:36.2030102Z processing existing schema: aten::_foobar.out(Tensor self, bool arg1=True, bool arg2=True, *, bool arg3=True, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2034252Z processing existing schema: aten::_cudnn_ctc_loss.out(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank, bool deterministic, bool zero_infinity, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.2037112Z processing existing schema: aten::_cudnn_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank, bool deterministic, bool zero_infinity) -> (Tensor, Tensor) 2022-09-27T15:35:36.2040024Z processing existing schema: aten::_cudnn_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank, bool deterministic, bool zero_infinity) -> (Tensor, Tensor) 2022-09-27T15:35:36.2044209Z processing existing schema: aten::_cudnn_rnn_flatten_weight.out(Tensor[] weight_arr, int weight_stride0, int input_size, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, bool bidirectional, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2047463Z processing existing schema: aten::_cudnn_rnn_flatten_weight(Tensor[] weight_arr, int weight_stride0, int input_size, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, bool bidirectional) -> Tensor 2022-09-27T15:35:36.2054535Z processing existing schema: aten::_cudnn_rnn.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor? weight_buf, Tensor hx, Tensor? cx, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-09-27T15:35:36.2058746Z processing existing schema: aten::_cudnn_rnn(Tensor input, Tensor[] weight, int weight_stride0, Tensor? weight_buf, Tensor hx, Tensor? cx, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.2065548Z processing existing schema: aten::_cudnn_rnn_backward.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!)[] out3) -> () 2022-09-27T15:35:36.2071045Z processing existing schema: aten::_cudnn_rnn_backward(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask) -> (Tensor, Tensor, Tensor, Tensor[]) 2022-09-27T15:35:36.2073798Z processing existing schema: aten::_masked_scale.out(Tensor self, Tensor mask, float scale, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2076318Z processing existing schema: aten::_masked_scale(Tensor self, Tensor mask, float scale) -> Tensor 2022-09-27T15:35:36.2079220Z processing existing schema: aten::_neg_view(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.2082920Z processing existing schema: aten::addr_(Tensor(a!) self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.2085578Z processing existing schema: aten::affine_grid_generator(Tensor theta, int[] size, bool align_corners) -> Tensor 2022-09-27T15:35:36.2089092Z processing existing schema: aten::affine_grid_generator.out(Tensor theta, int[] size, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2093248Z processing existing schema: aten::quantized_batch_norm.out(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2096533Z processing existing schema: aten::quantized_batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.2099867Z processing existing schema: aten::_copy_from.out(Tensor self, Tensor dst, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2102486Z processing existing schema: aten::_copy_from(Tensor self, Tensor dst, bool non_blocking=False) -> Tensor 2022-09-27T15:35:36.2105743Z processing existing schema: aten::_copy_from_and_resize.out(Tensor self, Tensor dst, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2108145Z processing existing schema: aten::_copy_from_and_resize(Tensor self, Tensor dst) -> Tensor 2022-09-27T15:35:36.2112515Z processing existing schema: aten::_mps_convolution_transpose.out(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2115855Z processing existing schema: aten::_mps_convolution_transpose(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:36.2121004Z processing existing schema: aten::mps_convolution_transpose_backward.out(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.2124594Z processing existing schema: aten::mps_convolution_transpose_backward(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool[2] output_mask) -> (Tensor, Tensor) 2022-09-27T15:35:36.2127275Z processing existing schema: aten::resize(Tensor self, int[] size, *, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.2130922Z processing existing schema: aten::resize.out(Tensor self, int[] size, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2133533Z processing existing schema: aten::_resize_output(Tensor self, int[] size, Device device) -> Tensor 2022-09-27T15:35:36.2137108Z processing existing schema: aten::_resize_output.out(Tensor self, int[] size, Device device, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2139490Z processing existing schema: aten::fill.Scalar(Tensor self, Scalar value) -> Tensor 2022-09-27T15:35:36.2142738Z processing existing schema: aten::fill.Scalar_out(Tensor self, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2145778Z processing existing schema: aten::fill.Tensor(Tensor self, Tensor value) -> Tensor 2022-09-27T15:35:36.2148695Z processing existing schema: aten::fill.Tensor_out(Tensor self, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2152136Z processing existing schema: aten::_index_put_impl(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor 2022-09-27T15:35:36.2156553Z processing existing schema: aten::_index_put_impl.out(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2160740Z processing existing schema: aten::linear_backward.out(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.2163123Z processing existing schema: aten::linear_backward(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.2166319Z processing existing schema: aten::mkldnn_linear.out(Tensor self, Tensor weight, Tensor? bias=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2168590Z processing existing schema: aten::mkldnn_linear(Tensor self, Tensor weight, Tensor? bias=None) -> Tensor 2022-09-27T15:35:36.2171926Z processing existing schema: aten::mkldnn_linear_backward_input.out(int[] input_size, Tensor grad_output, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2174243Z processing existing schema: aten::mkldnn_linear_backward_input(int[] input_size, Tensor grad_output, Tensor weight) -> Tensor 2022-09-27T15:35:36.2177845Z processing existing schema: aten::mkldnn_linear_backward_weights.out(Tensor grad_output, Tensor input, Tensor weight, bool bias_defined, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.2180037Z processing existing schema: aten::mkldnn_linear_backward_weights(Tensor grad_output, Tensor input, Tensor weight, bool bias_defined) -> (Tensor, Tensor) 2022-09-27T15:35:36.2183894Z processing existing schema: aten::mkldnn_linear_backward.out(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.2197319Z processing existing schema: aten::mkldnn_linear_backward(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.2198049Z processing existing schema: aten::matmul_backward.out(Tensor grad, Tensor self, Tensor other, bool[2] mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.2198596Z processing existing schema: aten::matmul_backward(Tensor grad, Tensor self, Tensor other, bool[2] mask) -> (Tensor, Tensor) 2022-09-27T15:35:36.2199191Z processing existing schema: aten::_mps_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2201656Z processing existing schema: aten::_mps_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:36.2206148Z processing existing schema: aten::mps_max_pool2d_backward.out(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2210084Z processing existing schema: aten::mps_max_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:36.2214951Z processing existing schema: aten::mkldnn_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2219154Z processing existing schema: aten::mkldnn_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:36.2224168Z processing existing schema: aten::mkldnn_max_pool2d_backward.out(Tensor grad_output, Tensor output, Tensor input, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2228290Z processing existing schema: aten::mkldnn_max_pool2d_backward(Tensor grad_output, Tensor output, Tensor input, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:36.2233083Z processing existing schema: aten::mkldnn_max_pool3d.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2236976Z processing existing schema: aten::mkldnn_max_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:36.2242333Z processing existing schema: aten::mkldnn_max_pool3d_backward.out(Tensor grad_output, Tensor output, Tensor input, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2246421Z processing existing schema: aten::mkldnn_max_pool3d_backward(Tensor grad_output, Tensor output, Tensor input, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:36.2251361Z processing existing schema: aten::quantized_max_pool1d.out(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2255550Z processing existing schema: aten::quantized_max_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> Tensor 2022-09-27T15:35:36.2260320Z processing existing schema: aten::quantized_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2264136Z processing existing schema: aten::quantized_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:36.2267902Z processing existing schema: aten::_mps_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2270759Z processing existing schema: aten::_mps_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:36.2275702Z processing existing schema: aten::mps_convolution_backward.out(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.2278879Z processing existing schema: aten::mps_convolution_backward(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.2281656Z processing existing schema: aten::mkldnn_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:36.2285417Z processing existing schema: aten::mkldnn_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2289505Z processing existing schema: aten::miopen_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2292492Z processing existing schema: aten::miopen_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-09-27T15:35:36.2296983Z processing existing schema: aten::miopen_convolution_transpose.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2300206Z processing existing schema: aten::miopen_convolution_transpose(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-09-27T15:35:36.2304165Z processing existing schema: aten::miopen_depthwise_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2307245Z processing existing schema: aten::miopen_depthwise_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-09-27T15:35:36.2313660Z processing existing schema: aten::miopen_rnn.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor hx, Tensor? cx, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-09-27T15:35:36.2317102Z processing existing schema: aten::miopen_rnn(Tensor input, Tensor[] weight, int weight_stride0, Tensor hx, Tensor? cx, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.2323512Z processing existing schema: aten::miopen_rnn_backward.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!)[] out3) -> () 2022-09-27T15:35:36.2328406Z processing existing schema: aten::miopen_rnn_backward(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask) -> (Tensor, Tensor, Tensor, Tensor[]) 2022-09-27T15:35:36.2330760Z processing existing schema: aten::_sparse_sparse_matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2332768Z processing existing schema: aten::_sparse_sparse_matmul(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.2335801Z processing existing schema: aten::_sparse_mask_helper.out(Tensor t, Tensor mask_indices, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2337818Z processing existing schema: aten::_sparse_mask_helper(Tensor t, Tensor mask_indices) -> Tensor 2022-09-27T15:35:36.2342742Z processing existing schema: aten::batch_norm_backward_reduce.out(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, bool input_g, bool weight_g, bool bias_g, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-09-27T15:35:36.2345320Z processing existing schema: aten::batch_norm_backward_reduce(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, bool input_g, bool weight_g, bool bias_g) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.2348809Z processing existing schema: aten::batch_norm_backward_elemt.out(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, Tensor mean_dy, Tensor mean_dy_xmu, Tensor count, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2351610Z processing existing schema: aten::batch_norm_backward_elemt(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, Tensor mean_dy, Tensor mean_dy_xmu, Tensor count) -> Tensor 2022-09-27T15:35:36.2352202Z schema: static_runtime::create_owned_ref(...) -> ... found on allowlist, skipping 2022-09-27T15:35:36.2355163Z processing existing schema: aten::_nnpack_spatial_convolution(Tensor input, Tensor weight, Tensor? bias, int[2] padding, int[2] stride=1) -> Tensor 2022-09-27T15:35:36.2359006Z processing existing schema: aten::_nnpack_spatial_convolution.out(Tensor input, Tensor weight, Tensor? bias, int[2] padding, int[2] stride=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2361893Z processing existing schema: aten::_mkldnn_reshape.out(Tensor self, int[] shape, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2364296Z processing existing schema: aten::_mkldnn_reshape(Tensor self, int[] shape) -> Tensor 2022-09-27T15:35:36.2367431Z processing existing schema: aten::as_strided_scatter(Tensor self, Tensor src, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor 2022-09-27T15:35:36.2370917Z processing existing schema: aten::as_strided_scatter.out(Tensor self, Tensor src, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2373560Z processing existing schema: aten::_mkldnn_transpose.out(Tensor self, int dim0, int dim1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2375792Z processing existing schema: aten::_mkldnn_transpose(Tensor self, int dim0, int dim1) -> Tensor 2022-09-27T15:35:36.2377509Z schema: aten::_nested_tensor_size.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.2378349Z schema: aten::_nested_tensor_size(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.2380275Z schema: aten::_nested_tensor_strides.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.2381670Z schema: aten::_nested_tensor_strides(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.2384661Z processing existing schema: aten::_nested_from_padded_and_nested_example.out(Tensor padded, Tensor nt_example, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2386822Z processing existing schema: aten::_nested_from_padded_and_nested_example(Tensor padded, Tensor nt_example) -> Tensor 2022-09-27T15:35:36.2390252Z processing existing schema: aten::_nested_view_from_buffer_copy.out(Tensor self, Tensor nested_size, Tensor nested_strides, int[] offsets, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2392797Z processing existing schema: aten::_nested_view_from_buffer_copy(Tensor self, Tensor nested_size, Tensor nested_strides, int[] offsets) -> Tensor 2022-09-27T15:35:36.2397304Z processing existing schema: aten::_trilinear.out(Tensor i1, Tensor i2, Tensor i3, int[] expand1, int[] expand2, int[] expand3, int[] sumdim, int unroll_dim=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2400545Z processing existing schema: aten::_trilinear(Tensor i1, Tensor i2, Tensor i3, int[] expand1, int[] expand2, int[] expand3, int[] sumdim, int unroll_dim=1) -> Tensor 2022-09-27T15:35:36.2403620Z processing existing schema: aten::native_norm.out(Tensor self, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2407628Z processing existing schema: aten::native_norm.ScalarOpt_dim_dtype_out(Tensor self, Scalar? p, int[1] dim, bool keepdim, ScalarType? dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2409721Z processing existing schema: aten::native_norm(Tensor self, Scalar p=2) -> Tensor 2022-09-27T15:35:36.2412634Z processing existing schema: aten::native_norm.ScalarOpt_dim_dtype(Tensor self, Scalar? p, int[1] dim, bool keepdim, ScalarType? dtype) -> Tensor 2022-09-27T15:35:36.2415037Z processing existing schema: aten::_sparse_sum.dim(Tensor self, int[1] dim) -> Tensor 2022-09-27T15:35:36.2418510Z processing existing schema: aten::_sparse_sum.dim_out(Tensor self, int[1] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2420419Z processing existing schema: aten::_sparse_sum(Tensor self) -> Tensor 2022-09-27T15:35:36.2422770Z processing existing schema: aten::_sparse_sum.dtype(Tensor self, *, ScalarType dtype) -> Tensor 2022-09-27T15:35:36.2425590Z processing existing schema: aten::_sparse_sum.dim_dtype(Tensor self, int[1] dim, *, ScalarType dtype) -> Tensor 2022-09-27T15:35:36.2428687Z processing existing schema: aten::_sparse_sum_backward.out(Tensor grad, Tensor self, int[] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2431014Z processing existing schema: aten::_sparse_sum_backward(Tensor grad, Tensor self, int[] dim) -> Tensor 2022-09-27T15:35:36.2434869Z processing existing schema: aten::_sparse_csr_sum.dim_dtype_out(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2437831Z processing existing schema: aten::_sparse_csr_sum.dim_dtype(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.2441604Z processing existing schema: aten::_sparse_csr_prod.dim_dtype_out(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2444557Z processing existing schema: aten::_sparse_csr_prod.dim_dtype(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.2447804Z processing existing schema: aten::_sparse_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2450139Z processing existing schema: aten::_sparse_softmax_backward_data(Tensor grad_output, Tensor output, int dim, Tensor self) -> Tensor 2022-09-27T15:35:36.2453395Z processing existing schema: aten::_sparse_log_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2455918Z processing existing schema: aten::_sparse_log_softmax_backward_data(Tensor grad_output, Tensor output, int dim, Tensor self) -> Tensor 2022-09-27T15:35:36.2458265Z processing existing schema: aten::resize_as(Tensor self, Tensor the_template, *, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.2461450Z processing existing schema: aten::resize_as.out(Tensor self, Tensor the_template, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2463596Z processing existing schema: aten::resize_as_sparse(Tensor self, Tensor the_template) -> Tensor 2022-09-27T15:35:36.2466584Z processing existing schema: aten::resize_as_sparse.out(Tensor self, Tensor the_template, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2468480Z processing existing schema: aten::zero(Tensor self) -> Tensor 2022-09-27T15:35:36.2471316Z processing existing schema: aten::zero.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2474122Z processing existing schema: aten::_sparse_addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.2477688Z processing existing schema: aten::_sparse_addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2480118Z processing existing schema: aten::sparse_resize(Tensor self, int[] size, int sparse_dim, int dense_dim) -> Tensor 2022-09-27T15:35:36.2483418Z processing existing schema: aten::sparse_resize.out(Tensor self, int[] size, int sparse_dim, int dense_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2485958Z processing existing schema: aten::sparse_resize_and_clear(Tensor self, int[] size, int sparse_dim, int dense_dim) -> Tensor 2022-09-27T15:35:36.2489218Z processing existing schema: aten::sparse_resize_and_clear.out(Tensor self, int[] size, int sparse_dim, int dense_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2492105Z processing existing schema: aten::sparse_mask.out(Tensor self, Tensor mask, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2494177Z processing existing schema: aten::sparse_mask(Tensor self, Tensor mask) -> Tensor 2022-09-27T15:35:36.2497359Z processing existing schema: aten::_to_dense.out(Tensor self, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2499500Z processing existing schema: aten::_to_dense(Tensor self, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.2502245Z processing existing schema: aten::_coalesce.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2504178Z processing existing schema: aten::_coalesce(Tensor self) -> Tensor 2022-09-27T15:35:36.2506269Z processing existing schema: aten::_coalesced(Tensor self, bool coalesced) -> Tensor 2022-09-27T15:35:36.2509208Z processing existing schema: aten::_coalesced.out(Tensor self, bool coalesced, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2513742Z processing existing schema: aten::mkldnn_reorder_conv2d_weight.out(Tensor self, int[2] padding=0, int[2] stride=1, int[2] dilation=1, int groups=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2517343Z processing existing schema: aten::mkldnn_reorder_conv2d_weight(Tensor self, int[2] padding=0, int[2] stride=1, int[2] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:36.2522050Z processing existing schema: aten::mkldnn_reorder_conv3d_weight.out(Tensor self, int[3] padding=0, int[3] stride=1, int[3] dilation=1, int groups=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2525716Z processing existing schema: aten::mkldnn_reorder_conv3d_weight(Tensor self, int[3] padding=0, int[3] stride=1, int[3] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:36.2528207Z processing existing schema: aten::q_per_channel_scales.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2530360Z processing existing schema: aten::q_per_channel_scales(Tensor self) -> Tensor 2022-09-27T15:35:36.2533108Z processing existing schema: aten::q_per_channel_zero_points.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2534979Z processing existing schema: aten::q_per_channel_zero_points(Tensor self) -> Tensor 2022-09-27T15:35:36.2537789Z processing existing schema: aten::int_repr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2539587Z processing existing schema: aten::int_repr(Tensor self) -> Tensor 2022-09-27T15:35:36.2544052Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper_functional(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor running_min, Tensor running_max, Tensor scale, Tensor zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> (Tensor output, Tensor mask, Tensor running_min_out, Tensor running_max_out, Tensor scale_out, Tensor zero_point_out) 2022-09-27T15:35:36.2549109Z processing existing schema: aten::_lstm_mps.out(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-09-27T15:35:36.2551883Z processing existing schema: aten::_lstm_mps(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.2556623Z processing existing schema: aten::lstm_mps_backward.out(Tensor grad_y, Tensor? grad_hy, Tensor? grad_cy, Tensor z_state, Tensor cell_state_fwd, Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, Tensor(a!) out0, Tensor(b!)[] out1, Tensor(c!)[] out2) -> () 2022-09-27T15:35:36.2560255Z processing existing schema: aten::lstm_mps_backward(Tensor grad_y, Tensor? grad_hy, Tensor? grad_cy, Tensor z_state, Tensor cell_state_fwd, Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor[], Tensor[]) 2022-09-27T15:35:36.2564107Z processing existing schema: aten::_thnn_fused_lstm_cell_backward_impl.out(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.2566362Z processing existing schema: aten::_thnn_fused_lstm_cell_backward_impl(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.2570918Z processing existing schema: aten::_thnn_fused_gru_cell_backward.out(Tensor grad_hy, Tensor workspace, bool has_bias, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-09-27T15:35:36.2572981Z processing existing schema: aten::_thnn_fused_gru_cell_backward(Tensor grad_hy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.2574889Z processing existing schema: aten::_pack_padded_sequence(Tensor input, Tensor lengths, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:36.2577910Z processing existing schema: aten::_pack_padded_sequence.out(Tensor input, Tensor lengths, bool batch_first, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.2579867Z processing existing schema: aten::set.source_Storage(Tensor self, Storage source) -> Tensor 2022-09-27T15:35:36.2582746Z processing existing schema: aten::set.source_Storage_out(Tensor self, Storage source, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2585689Z processing existing schema: aten::set.source_Storage_storage_offset(Tensor self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor 2022-09-27T15:35:36.2589360Z processing existing schema: aten::set.source_Storage_storage_offset_out(Tensor self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[], *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2591244Z processing existing schema: aten::set.source_Tensor(Tensor self, Tensor source) -> Tensor 2022-09-27T15:35:36.2594126Z processing existing schema: aten::set.source_Tensor_out(Tensor self, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2595915Z processing existing schema: aten::set(Tensor self) -> Tensor 2022-09-27T15:35:36.2598816Z processing existing schema: aten::set.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2600975Z processing existing schema: aten::masked_scatter(Tensor self, Tensor mask, Tensor source) -> Tensor 2022-09-27T15:35:36.2603968Z processing existing schema: aten::masked_scatter.out(Tensor self, Tensor mask, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2606199Z processing existing schema: aten::put(Tensor self, Tensor index, Tensor source, bool accumulate=False) -> Tensor 2022-09-27T15:35:36.2609414Z processing existing schema: aten::put.out(Tensor self, Tensor index, Tensor source, bool accumulate=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2611875Z processing existing schema: aten::random.from(Tensor self, int from, int? to, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.2615089Z processing existing schema: aten::random.from_out(Tensor self, int from, int? to, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2617530Z processing existing schema: aten::random.to(Tensor self, int to, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.2620722Z processing existing schema: aten::random.to_out(Tensor self, int to, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2622692Z processing existing schema: aten::random(Tensor self, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.2625709Z processing existing schema: aten::random.out(Tensor self, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2628372Z processing existing schema: aten::uniform(Tensor self, float from=0., float to=1., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.2631901Z processing existing schema: aten::uniform.out(Tensor self, float from=0., float to=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2634498Z processing existing schema: aten::log_normal(Tensor self, float mean=1., float std=2., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.2638041Z processing existing schema: aten::log_normal.out(Tensor self, float mean=1., float std=2., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2640270Z processing existing schema: aten::geometric(Tensor self, float p, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.2643451Z processing existing schema: aten::geometric.out(Tensor self, float p, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2646186Z processing existing schema: aten::normal_functional(Tensor self, float mean=0., float std=1., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.2648372Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale(Tensor[] self, Tensor found_inf, Tensor inv_scale) -> (Tensor[] self_out, Tensor found_inf_out) 2022-09-27T15:35:36.2650885Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale.out(Tensor[] self, Tensor(b!) found_inf, Tensor inv_scale, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.2653280Z processing existing schema: aten::_amp_update_scale(Tensor self, Tensor growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval) -> (Tensor, Tensor growth_tracker_out) 2022-09-27T15:35:36.2657058Z processing existing schema: aten::_amp_update_scale.out(Tensor self, Tensor(b!) growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2658886Z processing existing schema: aten::_foreach_zero(Tensor[] self) -> Tensor[] self_out 2022-09-27T15:35:36.2661086Z processing existing schema: aten::_foreach_zero.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.2663787Z processing existing schema: aten::_torch_cuda_cu_linker_symbol_op.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2665859Z processing existing schema: aten::_torch_cuda_cu_linker_symbol_op(Tensor self) -> Tensor 2022-09-27T15:35:36.2668221Z processing existing schema: aten::soft_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction) -> Tensor 2022-09-27T15:35:36.2672067Z processing existing schema: aten::soft_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.2674306Z processing existing schema: aten::rrelu_with_noise_backward(Tensor grad_output, Tensor self, Tensor noise, Scalar lower, Scalar upper, bool training, bool self_is_result) -> Tensor 2022-09-27T15:35:36.2677975Z processing existing schema: aten::rrelu_with_noise_backward.out(Tensor grad_output, Tensor self, Tensor noise, Scalar lower, Scalar upper, bool training, bool self_is_result, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2680660Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2682714Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:36.2684788Z processing existing schema: aten::_test_warn_in_autograd(Tensor self) -> Tensor 2022-09-27T15:35:36.2687404Z processing existing schema: aten::_test_warn_in_autograd.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2689267Z processing existing schema: aten::_test_autograd_multiple_dispatch.fullcoverage(Tensor self) -> Tensor 2022-09-27T15:35:36.2691863Z processing existing schema: aten::_test_autograd_multiple_dispatch.fullcoverage_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2693858Z processing existing schema: aten::_test_autograd_multiple_dispatch.ntonly(Tensor self, bool b) -> Tensor 2022-09-27T15:35:36.2696329Z processing existing schema: aten::_test_autograd_multiple_dispatch_view(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.2698916Z processing existing schema: aten::_test_autograd_multiple_dispatch_view_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2700815Z processing existing schema: aten::_test_autograd_multiple_dispatch_view_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2703813Z processing existing schema: aten::nested_tensor(Tensor[] list, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.2707706Z processing existing schema: aten::nested_tensor.out(Tensor[] list, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2710338Z processing existing schema: aten::_fw_primal_copy.out(Tensor self, int level, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2712189Z processing existing schema: aten::_fw_primal_copy(Tensor self, int level) -> Tensor 2022-09-27T15:35:36.2715249Z processing existing schema: aten::_make_dual_copy.out(Tensor primal, Tensor tangent, int level, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2717332Z processing existing schema: aten::_make_dual_copy(Tensor primal, Tensor tangent, int level) -> Tensor 2022-09-27T15:35:36.2720080Z processing existing schema: aten::view_as_real_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2721974Z processing existing schema: aten::view_as_real_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2724588Z processing existing schema: aten::view_as_complex_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2726357Z processing existing schema: aten::view_as_complex_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2728949Z processing existing schema: aten::_conj_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2730746Z processing existing schema: aten::_conj_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2733631Z processing existing schema: aten::_neg_view_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2735634Z processing existing schema: aten::_neg_view_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2739232Z processing existing schema: aten::as_strided_copy.out(Tensor self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2741850Z processing existing schema: aten::as_strided_copy(Tensor self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor 2022-09-27T15:35:36.2744791Z processing existing schema: aten::_sparse_broadcast_to_copy.out(Tensor self, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2746941Z processing existing schema: aten::_sparse_broadcast_to_copy(Tensor self, int[] size) -> Tensor 2022-09-27T15:35:36.2749935Z processing existing schema: aten::permute_copy.out(Tensor self, int[] dims, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2752036Z processing existing schema: aten::permute_copy(Tensor self, int[] dims) -> Tensor 2022-09-27T15:35:36.2755246Z processing existing schema: aten::_reshape_alias_copy.out(Tensor self, int[] size, int[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2757798Z processing existing schema: aten::_reshape_alias_copy(Tensor self, int[] size, int[] stride) -> Tensor 2022-09-27T15:35:36.2760684Z processing existing schema: aten::select_copy.int_out(Tensor self, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2762814Z processing existing schema: aten::select_copy.int(Tensor self, int dim, int index) -> Tensor 2022-09-27T15:35:36.2766590Z processing existing schema: aten::slice_copy.Tensor_out(Tensor self, int dim=0, int? start=None, int? end=None, int step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2769422Z processing existing schema: aten::slice_copy.Tensor(Tensor self, int dim=0, int? start=None, int? end=None, int step=1) -> Tensor 2022-09-27T15:35:36.2771884Z processing existing schema: aten::split_copy.Tensor_out(Tensor self, int split_size, int dim=0, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.2774361Z processing existing schema: aten::split_copy.Tensor(Tensor self, int split_size, int dim=0) -> Tensor[] 2022-09-27T15:35:36.2777017Z processing existing schema: aten::split_with_sizes_copy.out(Tensor self, int[] split_sizes, int dim=0, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.2779501Z processing existing schema: aten::split_with_sizes_copy(Tensor self, int[] split_sizes, int dim=0) -> Tensor[] 2022-09-27T15:35:36.2782249Z processing existing schema: aten::squeeze_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2785122Z processing existing schema: aten::squeeze_copy.dim_out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2787068Z processing existing schema: aten::squeeze_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2789096Z processing existing schema: aten::squeeze_copy.dim(Tensor self, int dim) -> Tensor 2022-09-27T15:35:36.2791844Z processing existing schema: aten::t_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2793727Z processing existing schema: aten::t_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2796739Z processing existing schema: aten::transpose_copy.int_out(Tensor self, int dim0, int dim1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2799055Z processing existing schema: aten::transpose_copy.int(Tensor self, int dim0, int dim1) -> Tensor 2022-09-27T15:35:36.2801905Z processing existing schema: aten::unsqueeze_copy.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2803899Z processing existing schema: aten::unsqueeze_copy(Tensor self, int dim) -> Tensor 2022-09-27T15:35:36.2806660Z processing existing schema: aten::_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2808550Z processing existing schema: aten::_indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2811370Z processing existing schema: aten::_values_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2813269Z processing existing schema: aten::_values_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2816214Z processing existing schema: aten::indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2818057Z processing existing schema: aten::indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2820793Z processing existing schema: aten::values_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2822693Z processing existing schema: aten::values_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2824641Z processing existing schema: aten::row_indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2827446Z processing existing schema: aten::row_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2829807Z processing existing schema: aten::unbind_copy.int_out(Tensor self, int dim=0, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.2832127Z processing existing schema: aten::unbind_copy.int(Tensor self, int dim=0) -> Tensor[] 2022-09-27T15:35:36.2835194Z processing existing schema: aten::view_copy.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2838199Z processing existing schema: aten::view_copy.dtype_out(Tensor self, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2840240Z processing existing schema: aten::view_copy(Tensor self, SymInt[] size) -> Tensor 2022-09-27T15:35:36.2842351Z processing existing schema: aten::view_copy.dtype(Tensor self, ScalarType dtype) -> Tensor 2022-09-27T15:35:36.2845485Z processing existing schema: aten::unfold_copy.out(Tensor self, int dimension, int size, int step, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2847686Z processing existing schema: aten::unfold_copy(Tensor self, int dimension, int size, int step) -> Tensor 2022-09-27T15:35:36.2850389Z processing existing schema: aten::alias_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2852324Z processing existing schema: aten::alias_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.2855935Z schema: aten::to_padded_tensor.out(Tensor self, float padding, int[]? output_size=None, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.2858110Z schema: aten::to_padded_tensor(Tensor self, float padding, int[]? output_size=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.2860065Z schema: aten::_nested_tensor_layer_norm.out(Tensor self, Tensor? weight, Tensor? bias, float eps, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.2861707Z schema: aten::_nested_tensor_layer_norm(Tensor self, Tensor? weight, Tensor? bias, float eps) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.2864797Z processing existing schema: aten::_triton_scaled_dot_attention.out(Tensor q, Tensor k, Tensor v, float dropout_p=0., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2867228Z processing existing schema: aten::_triton_scaled_dot_attention(Tensor q, Tensor k, Tensor v, float dropout_p=0.) -> Tensor 2022-09-27T15:35:36.2871418Z processing existing schema: aten::_triton_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.2874475Z processing existing schema: aten::_triton_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None) -> Tensor 2022-09-27T15:35:36.2879919Z processing existing schema: aten::_fused_adam(Tensor[] self, Tensor[] grads, Tensor[] exp_avgs, Tensor[] exp_avg_sqs, Tensor[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> (Tensor[] self_out, Tensor[] grads_out, Tensor[] exp_avgs_out, Tensor[] exp_avg_sqs_out, Tensor[] max_exp_avg_sqs_out) 2022-09-27T15:35:36.2884992Z processing existing schema: aten::_fused_adam.out(Tensor[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None, Tensor(a!)[] out) -> () 2022-09-27T15:35:36.2886772Z processing existing schema: aten::_cast_Byte(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:36.2889054Z processing existing schema: aten::_cast_Char(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:36.2891134Z processing existing schema: aten::_cast_Double(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:36.2893867Z processing existing schema: aten::_cast_Float(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:36.2896103Z processing existing schema: aten::_cast_Int(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:36.2898163Z processing existing schema: aten::_cast_Long(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:36.2900342Z processing existing schema: aten::_cast_Short(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:36.2902534Z processing existing schema: aten::_cast_Half(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:36.2904399Z processing existing schema: aten::retains_grad(Tensor self) -> bool 2022-09-27T15:35:36.2906734Z processing existing schema: aten::_unpack_dual(Tensor(a) dual, int level) -> (Tensor(a) primal, Tensor tangent) 2022-09-27T15:35:36.2909394Z processing existing schema: aten::_assert_tensor_metadata(Tensor a, int[]? size=None, int[]? stride=None, ScalarType? dtype=None) -> () 2022-09-27T15:35:36.2911145Z processing existing schema: aten::_use_cudnn_rnn_flatten_weight() -> bool 2022-09-27T15:35:36.2913292Z processing existing schema: aten::_debug_has_internal_overlap(Tensor self) -> int 2022-09-27T15:35:36.2915724Z processing existing schema: aten::_sobol_engine_draw(Tensor quasi, int n, Tensor sobolstate, int dimension, int num_generated, ScalarType? dtype) -> (Tensor, Tensor) 2022-09-27T15:35:36.2918723Z processing existing schema: aten::_sobol_engine_ff_(Tensor(a!) self, int n, Tensor sobolstate, int dimension, int num_generated) -> Tensor(a!) 2022-09-27T15:35:36.2921608Z processing existing schema: aten::_sobol_engine_scramble_(Tensor(a!) self, Tensor ltm, int dimension) -> Tensor(a!) 2022-09-27T15:35:36.2924014Z processing existing schema: aten::_sobol_engine_initialize_state_(Tensor(a!) self, int dimension) -> Tensor(a!) 2022-09-27T15:35:36.2926064Z processing existing schema: aten::_reshape_from_tensor(Tensor self, Tensor shape) -> Tensor 2022-09-27T15:35:36.2928171Z processing existing schema: aten::_shape_as_tensor(Tensor self) -> Tensor 2022-09-27T15:35:36.2930558Z processing existing schema: aten::arccos_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.2933212Z processing existing schema: aten::affine_grid_generator_backward(Tensor grad, int[] size, bool align_corners) -> Tensor 2022-09-27T15:35:36.2934903Z processing existing schema: aten::_dim_arange(Tensor like, int dim) -> Tensor 2022-09-27T15:35:36.2937608Z processing existing schema: aten::arcsinh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.2940118Z processing existing schema: aten::arctanh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.2942649Z processing existing schema: aten::arcsin_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.2945303Z processing existing schema: aten::arctan_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.2949828Z processing existing schema: aten::_batch_norm_impl_index_backward(int impl_index, Tensor input, Tensor grad_output, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var_transform, bool train, float eps, bool[3] output_mask, Tensor reservedSpace) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.2952049Z processing existing schema: aten::fill_diagonal_(Tensor(a!) self, Scalar fill_value, bool wrap=False) -> Tensor(a!) 2022-09-27T15:35:36.2954094Z processing existing schema: aten::_rowwise_prune(Tensor weight, Tensor mask, ScalarType compressed_indices_dtype) -> (Tensor, Tensor) 2022-09-27T15:35:36.2958106Z processing existing schema: aten::_embedding_bag_backward(Tensor grad, Tensor indices, Tensor offsets, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor 2022-09-27T15:35:36.2961360Z processing existing schema: aten::_embedding_bag_sparse_backward(Tensor grad, Tensor indices, Tensor offsets, Tensor offset2bag, Tensor bag_size, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor 2022-09-27T15:35:36.2963331Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> (Tensor, Tensor) 2022-09-27T15:35:36.2964998Z processing existing schema: aten::_cufft_get_plan_cache_size(int device_index) -> int 2022-09-27T15:35:36.2967183Z processing existing schema: aten::_cufft_get_plan_cache_max_size(int device_index) -> int 2022-09-27T15:35:36.2969083Z processing existing schema: aten::_cufft_set_plan_cache_max_size(int device_index, int max_size) -> () 2022-09-27T15:35:36.2970617Z processing existing schema: aten::_cufft_clear_plan_cache(int device_index) -> () 2022-09-27T15:35:36.2974666Z processing existing schema: aten::isclose(Tensor self, Tensor other, float rtol=1.0000000000000001e-05, float atol=1e-08, bool equal_nan=False) -> Tensor 2022-09-27T15:35:36.2976770Z processing existing schema: aten::is_distributed(Tensor self) -> bool 2022-09-27T15:35:36.2978778Z processing existing schema: aten::is_conj(Tensor self) -> bool 2022-09-27T15:35:36.2980885Z processing existing schema: aten::_is_zerotensor(Tensor self) -> bool 2022-09-27T15:35:36.2982933Z processing existing schema: aten::is_neg(Tensor self) -> bool 2022-09-27T15:35:36.2986149Z processing existing schema: aten::fbgemm_linear_int8_weight_fp32_activation(Tensor input, Tensor weight, Tensor packed, Tensor col_offsets, Scalar weight_scale, Scalar weight_zero_point, Tensor bias) -> Tensor 2022-09-27T15:35:36.2986696Z schema: static_runtime::signed_log1p(Tensor input) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.2989319Z processing existing schema: aten::fbgemm_linear_int8_weight(Tensor input, Tensor weight, Tensor packed, Tensor col_offsets, Scalar weight_scale, Scalar weight_zero_point, Tensor bias) -> Tensor 2022-09-27T15:35:36.2990041Z schema: static_runtime::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:36.2991843Z processing existing schema: aten::fbgemm_linear_quantize_weight(Tensor input) -> (Tensor, Tensor, float, int) 2022-09-27T15:35:36.2992300Z schema: static_runtime::dequantize_copy.self(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.2994458Z processing existing schema: aten::fbgemm_pack_gemm_matrix_fp16(Tensor input) -> Tensor 2022-09-27T15:35:36.2997769Z schema: static_runtime::select_tensor(Tensor(a) a, Tensor(b) b, bool use_b) -> Tensor(a|b) found on allowlist, skipping 2022-09-27T15:35:36.2998284Z processing existing schema: aten::fbgemm_linear_fp16_weight_fp32_activation(Tensor input, Tensor packed_weight, Tensor bias) -> Tensor 2022-09-27T15:35:36.2998847Z schema: static_runtime::to_copy.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.2999471Z schema: static_runtime::to_copy.dtype(Tensor self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.3000267Z schema: static_runtime::to_copy.other(Tensor self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.3001135Z processing existing schema: aten::fbgemm_linear_fp16_weight(Tensor input, Tensor packed_weight, Tensor bias) -> Tensor 2022-09-27T15:35:36.3001994Z schema: static_runtime::to_maybe_copy_out.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=False, bool copy=False) -> (Tensor, bool) found on allowlist, skipping 2022-09-27T15:35:36.3002838Z schema: static_runtime::to_maybe_copy_out.dtype(Tensor self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> (Tensor, bool) found on allowlist, skipping 2022-09-27T15:35:36.3003958Z schema: static_runtime::to_maybe_copy_out.other(Tensor self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> (Tensor, bool) found on allowlist, skipping 2022-09-27T15:35:36.3004494Z processing existing schema: aten::fbgemm_pack_quantized_matrix(Tensor input) -> Tensor 2022-09-27T15:35:36.3005746Z processing existing schema: aten::fbgemm_pack_quantized_matrix.KN(Tensor input, int K, int N) -> Tensor 2022-09-27T15:35:36.3007195Z schema: static_runtime::embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:36.3008328Z schema: static_runtime::embedding_bag.padding_idx(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, bool include_last_offset, int? padding_idx) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:36.3009449Z processing existing schema: aten::ldexp_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.3011584Z processing existing schema: aten::matrix_exp(Tensor self) -> Tensor 2022-09-27T15:35:36.3013715Z processing existing schema: aten::matrix_exp_backward(Tensor self, Tensor grad) -> Tensor 2022-09-27T15:35:36.3016868Z processing existing schema: aten::nanmean(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.3020589Z processing existing schema: aten::nanmean.out(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3022447Z processing existing schema: aten::_sparse_mm(Tensor sparse, Tensor dense) -> Tensor 2022-09-27T15:35:36.3024215Z processing existing schema: aten::is_vulkan_available() -> bool 2022-09-27T15:35:36.3025939Z processing existing schema: aten::_nnpack_available() -> bool 2022-09-27T15:35:36.3028729Z processing existing schema: aten::pin_memory(Tensor(a) self, Device? device=None) -> Tensor(a) 2022-09-27T15:35:36.3031150Z processing existing schema: aten::negative_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.3033335Z processing existing schema: aten::infinitely_differentiable_gelu_backward(Tensor grad, Tensor self) -> Tensor 2022-09-27T15:35:36.3035213Z processing existing schema: aten::smm(Tensor self, Tensor mat2) -> Tensor 2022-09-27T15:35:36.3039518Z processing existing schema: aten::istft(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool center=True, bool normalized=False, bool? onesided=None, int? length=None, bool return_complex=False) -> Tensor 2022-09-27T15:35:36.3041652Z processing existing schema: aten::fix_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.3043770Z processing existing schema: aten::_has_compatible_shallow_copy_type(Tensor self, Tensor from) -> bool 2022-09-27T15:35:36.3046036Z processing existing schema: aten::norm_except_dim(Tensor v, int pow=2, int dim=0) -> Tensor 2022-09-27T15:35:36.3048272Z processing existing schema: aten::_weight_norm(Tensor v, Tensor g, int dim=0) -> Tensor 2022-09-27T15:35:36.3050558Z processing existing schema: aten::_weight_norm_differentiable_backward(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim) -> (Tensor, Tensor) 2022-09-27T15:35:36.3053428Z processing existing schema: aten::subtract_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.3056291Z processing existing schema: aten::subtract_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.3058287Z processing existing schema: aten::_validate_sparse_coo_tensor_args(Tensor indices, Tensor values, int[] size) -> () 2022-09-27T15:35:36.3060604Z processing existing schema: aten::_validate_sparse_compressed_tensor_args(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, Layout layout) -> () 2022-09-27T15:35:36.3062559Z processing existing schema: aten::_validate_sparse_csr_tensor_args(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size) -> () 2022-09-27T15:35:36.3064587Z processing existing schema: aten::_validate_sparse_csc_tensor_args(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size) -> () 2022-09-27T15:35:36.3066695Z processing existing schema: aten::_validate_sparse_bsr_tensor_args(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size) -> () 2022-09-27T15:35:36.3068584Z processing existing schema: aten::_validate_sparse_bsc_tensor_args(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size) -> () 2022-09-27T15:35:36.3070619Z processing existing schema: aten::_to_cpu(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:36.3072840Z processing existing schema: aten::to_dense(Tensor self, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.3074910Z processing existing schema: aten::to_dense_backward(Tensor grad, Tensor input) -> Tensor 2022-09-27T15:35:36.3076930Z processing existing schema: aten::to_mkldnn_backward(Tensor grad, Tensor input) -> Tensor 2022-09-27T15:35:36.3079145Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask_backward(Tensor grad, Tensor mask) -> Tensor 2022-09-27T15:35:36.3079629Z schema: static_runtime::expand_dims_copy(Tensor input, int[] dims) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.3082482Z processing existing schema: aten::fake_quantize_per_channel_affine(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max) -> Tensor 2022-09-27T15:35:36.3083097Z schema: profiler::_record_function_enter_new(str name, str? args=None) -> __torch__.torch.classes.profiler._RecordFunction found on allowlist, skipping 2022-09-27T15:35:36.3084991Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask_backward(Tensor grad, Tensor mask) -> Tensor 2022-09-27T15:35:36.3085465Z schema: static_runtime::permute_copy(Tensor self, int[] dims) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.3089832Z processing existing schema: aten::fused_moving_avg_obs_fake_quant(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> Tensor 2022-09-27T15:35:36.3091470Z processing existing schema: aten::_choose_qparams_per_tensor(Tensor self, bool reduce_range=False) -> (float, int) 2022-09-27T15:35:36.3093564Z processing existing schema: aten::_saturate_weight_to_fp16(Tensor weight) -> Tensor 2022-09-27T15:35:36.3096984Z processing existing schema: aten::_autocast_to_reduced_precision(Tensor(a) self, bool cuda_enabled, bool cpu_enabled, ScalarType cuda_dtype, ScalarType cpu_dtype) -> Tensor(a) 2022-09-27T15:35:36.3099626Z processing existing schema: aten::_autocast_to_full_precision(Tensor(a) self, bool cuda_enabled, bool cpu_enabled) -> Tensor(a) 2022-09-27T15:35:36.3101839Z processing existing schema: aten::promote_types(ScalarType type1, ScalarType type2) -> ScalarType 2022-09-27T15:35:36.3104754Z processing existing schema: aten::_thnn_fused_lstm_cell_backward(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.3107930Z processing existing schema: aten::_thnn_differentiable_lstm_cell_backward(Tensor? grad_hy, Tensor? grad_cy, Tensor input_gates, Tensor hidden_gates, Tensor? input_bias, Tensor? hidden_bias, Tensor cx, Tensor cy) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.3110636Z processing existing schema: aten::_thnn_differentiable_gru_cell_backward(Tensor grad_hy, Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias, Tensor? hidden_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.3113673Z processing existing schema: aten::lstm.input(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.3116749Z processing existing schema: aten::lstm.data(Tensor data, Tensor batch_sizes, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.3119827Z processing existing schema: aten::gru.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:36.3122641Z processing existing schema: aten::gru.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-09-27T15:35:36.3125546Z processing existing schema: aten::rnn_tanh.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:36.3128457Z processing existing schema: aten::rnn_tanh.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-09-27T15:35:36.3131329Z processing existing schema: aten::rnn_relu.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:36.3134239Z processing existing schema: aten::rnn_relu.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-09-27T15:35:36.3137982Z processing existing schema: aten::quantized_lstm_cell(Tensor input, Tensor[] hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> (Tensor, Tensor) 2022-09-27T15:35:36.3142201Z processing existing schema: aten::quantized_gru_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-09-27T15:35:36.3145252Z processing existing schema: aten::quantized_rnn_relu_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-09-27T15:35:36.3148791Z processing existing schema: aten::quantized_rnn_tanh_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-09-27T15:35:36.3151112Z processing existing schema: aten::_pack_padded_sequence_backward(Tensor grad, int[] input_size, Tensor batch_sizes, bool batch_first) -> Tensor 2022-09-27T15:35:36.3153555Z processing existing schema: aten::_pad_packed_sequence(Tensor data, Tensor batch_sizes, bool batch_first, Scalar padding_value, int total_length) -> (Tensor, Tensor) 2022-09-27T15:35:36.3156255Z processing existing schema: aten::not_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.3159202Z processing existing schema: aten::not_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.3162064Z processing existing schema: aten::greater_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.3164903Z processing existing schema: aten::greater_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.3167781Z processing existing schema: aten::less_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.3170674Z processing existing schema: aten::less_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.3173556Z processing existing schema: aten::greater_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.3176578Z processing existing schema: aten::greater_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.3179482Z processing existing schema: aten::less_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.3182322Z processing existing schema: aten::less_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.3184567Z processing existing schema: aten::nonzero_numpy(Tensor self) -> Tensor[] 2022-09-27T15:35:36.3186720Z processing existing schema: aten::argwhere(Tensor self) -> Tensor 2022-09-27T15:35:36.3189256Z processing existing schema: aten::_gather_sparse_backward(Tensor self, int dim, Tensor index, Tensor grad) -> Tensor 2022-09-27T15:35:36.3191661Z processing existing schema: aten::linalg_vander(Tensor x, *, int? N=None) -> Tensor 2022-09-27T15:35:36.3194465Z processing existing schema: aten::arctan2_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.3197719Z processing existing schema: aten::histogramdd(Tensor self, int[] bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-09-27T15:35:36.3200790Z processing existing schema: aten::histogramdd.int_bins(Tensor self, int bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-09-27T15:35:36.3203876Z processing existing schema: aten::histogramdd.TensorList_bins(Tensor self, Tensor[] bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-09-27T15:35:36.3206646Z processing existing schema: aten::float_power_.Tensor(Tensor(a!) self, Tensor exponent) -> Tensor(a!) 2022-09-27T15:35:36.3209553Z processing existing schema: aten::float_power_.Scalar(Tensor(a!) self, Scalar exponent) -> Tensor(a!) 2022-09-27T15:35:36.3212220Z processing existing schema: aten::_pad_enum(Tensor self, int[] pad, int mode, float? value=None) -> Tensor 2022-09-27T15:35:36.3216440Z processing existing schema: aten::thnn_conv2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0) -> Tensor 2022-09-27T15:35:36.3221139Z processing existing schema: aten::thnn_conv2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3224835Z processing existing schema: aten::slow_conv3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0) -> Tensor 2022-09-27T15:35:36.3229468Z processing existing schema: aten::slow_conv3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3232995Z processing existing schema: aten::fft_ihfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:36.3237567Z processing existing schema: aten::fft_ihfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3240978Z processing existing schema: aten::fft_ihfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:36.3245186Z processing existing schema: aten::fft_ihfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3247371Z processing existing schema: aten::linalg_lu_factor(Tensor A, *, bool pivot=True) -> (Tensor LU, Tensor pivots) 2022-09-27T15:35:36.3250654Z processing existing schema: aten::linalg_lu_factor.out(Tensor A, *, bool pivot=True, Tensor(a!) LU, Tensor(b!) pivots) -> (Tensor(a!) LU, Tensor(b!) pivots) 2022-09-27T15:35:36.3252837Z processing existing schema: aten::linalg_ldl_factor(Tensor self, *, bool hermitian=False) -> (Tensor LD, Tensor pivots) 2022-09-27T15:35:36.3256334Z processing existing schema: aten::linalg_ldl_factor.out(Tensor self, *, bool hermitian=False, Tensor(a!) LD, Tensor(b!) pivots) -> (Tensor(a!) LD, Tensor(b!) pivots) 2022-09-27T15:35:36.3258568Z processing existing schema: aten::linalg_vecdot(Tensor x, Tensor y, *, int dim=-1) -> Tensor 2022-09-27T15:35:36.3262005Z processing existing schema: aten::linalg_vecdot.out(Tensor x, Tensor y, *, int dim=-1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3263897Z processing existing schema: aten::slogdet(Tensor self) -> (Tensor sign, Tensor logabsdet) 2022-09-27T15:35:36.3266964Z processing existing schema: aten::slogdet.out(Tensor self, *, Tensor(a!) sign, Tensor(b!) logabsdet) -> (Tensor(a!) sign, Tensor(b!) logabsdet) 2022-09-27T15:35:36.3269607Z schema: aten::nested_to_padded_tensor(Tensor self, float padding, int[]? output_size=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.3272010Z processing existing schema: aten::_test_serialization_subcmul(Tensor self, Tensor other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.3274841Z processing existing schema: aten::_test_string_default(Tensor dummy, str a="\"\'\\", str b="\"\'\\") -> Tensor 2022-09-27T15:35:36.3277515Z processing existing schema: aten::_test_ambiguous_defaults.a(Tensor dummy, int a=1, int b=1) -> Tensor 2022-09-27T15:35:36.3280228Z processing existing schema: aten::_test_ambiguous_defaults.b(Tensor dummy, int a=2, str b="2") -> Tensor 2022-09-27T15:35:36.3282988Z processing existing schema: aten::pad_sequence(Tensor[] sequences, bool batch_first=False, float padding_value=0.) -> Tensor 2022-09-27T15:35:36.3285185Z processing existing schema: aten::flatten_dense_tensors(Tensor[] tensors) -> Tensor 2022-09-27T15:35:36.3287710Z processing existing schema: aten::unflatten_dense_tensors(Tensor flat, Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:36.3290965Z processing existing schema: aten::_scaled_dot_product_attention(Tensor query, Tensor key, Tensor value, Tensor? attn_mask=None, float dropout_p=0., bool need_attn_weights=True, bool is_causal=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.3293838Z processing existing schema: aten::_resize_output_(Tensor(a!) self, int[] size, Device device) -> Tensor(a!) 2022-09-27T15:35:36.3296914Z processing existing schema: aten::_mkldnn_transpose_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-09-27T15:35:36.3300077Z processing existing schema: aten::sparse_resize_(Tensor(a!) self, int[] size, int sparse_dim, int dense_dim) -> Tensor(a!) 2022-09-27T15:35:36.3303714Z processing existing schema: aten::_amp_update_scale_(Tensor(a!) self, Tensor(b!) growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval) -> Tensor(a!) 2022-09-27T15:35:36.3308304Z processing existing schema: aten::_conv_depthwise2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, int[2] dilation, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3312031Z processing existing schema: aten::_conv_depthwise2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, int[2] dilation) -> Tensor 2022-09-27T15:35:36.3317434Z processing existing schema: aten::_fused_adam_(Tensor(a!)[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> () 2022-09-27T15:35:36.3319903Z processing existing schema: aten::_sparse_broadcast_to(Tensor(a) self, int[] size) -> Tensor(a) 2022-09-27T15:35:36.3322456Z processing existing schema: aten::values(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.3325682Z processing existing schema: aten::values.str(Dict(str, t) self) -> t[](*) 2022-09-27T15:35:36.3328834Z processing existing schema: aten::values.int(Dict(int, t) self) -> t[](*) 2022-09-27T15:35:36.3332083Z processing existing schema: aten::values.bool(Dict(bool, t) self) -> t[](*) 2022-09-27T15:35:36.3335435Z processing existing schema: aten::values.float(Dict(float, t) self) -> t[](*) 2022-09-27T15:35:36.3338743Z processing existing schema: aten::values.complex(Dict(complex, t) self) -> t[](*) 2022-09-27T15:35:36.3342422Z processing existing schema: aten::values.Tensor(Dict(Tensor, t) self) -> t[](*) 2022-09-27T15:35:36.3344975Z processing existing schema: aten::row_indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.3348541Z processing existing schema: aten::batch_norm_elemt.out(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor invstd, float eps, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3351270Z processing existing schema: aten::batch_norm_elemt(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor invstd, float eps) -> Tensor 2022-09-27T15:35:36.3353932Z processing existing schema: aten::resize_as_sparse_(Tensor(a!) self, Tensor the_template) -> Tensor(a!) 2022-09-27T15:35:36.3356908Z processing existing schema: aten::sparse_resize_and_clear_(Tensor(a!) self, int[] size, int sparse_dim, int dense_dim) -> Tensor(a!) 2022-09-27T15:35:36.3359837Z processing existing schema: aten::hspmm.out(Tensor mat1, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3361955Z processing existing schema: aten::hspmm(Tensor mat1, Tensor mat2) -> Tensor 2022-09-27T15:35:36.3364371Z processing existing schema: aten::_indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.3366837Z processing existing schema: aten::indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.3370413Z processing existing schema: aten::sparse_sampled_addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3373124Z processing existing schema: aten::sparse_sampled_addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.3375883Z processing existing schema: aten::_coalesced_(Tensor(a!) self, bool coalesced) -> Tensor(a!) 2022-09-27T15:35:36.3378358Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale_(Tensor(a!)[] self, Tensor(b!) found_inf, Tensor inv_scale) -> () 2022-09-27T15:35:36.3381583Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.3384004Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d(Tensor self, int[2] output_size) -> Tensor 2022-09-27T15:35:36.3386398Z processing existing schema: aten::_values(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.3388832Z processing existing schema: aten::_nested_select_backward(Tensor grad_output, Tensor self, int dim, int index) -> Tensor 2022-09-27T15:35:36.3391615Z processing existing schema: aten::_nested_sum_backward(Tensor grad, Tensor self, int[1]? dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.3393226Z schema: aten::_nested_tensor_offsets(Tensor self) -> int[] found on allowlist, skipping 2022-09-27T15:35:36.3394352Z schema: aten::_nested_tensor_softmax_with_shape(Tensor self, Tensor query) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.3396170Z processing existing schema: aten::q_scale(Tensor self) -> float 2022-09-27T15:35:36.3398626Z processing existing schema: aten::q_zero_point(Tensor self) -> int 2022-09-27T15:35:36.3400199Z processing existing schema: aten::q_per_channel_axis(Tensor self) -> int 2022-09-27T15:35:36.3401936Z processing existing schema: aten::qscheme(Tensor self) -> QScheme 2022-09-27T15:35:36.3404651Z processing existing schema: aten::_use_cudnn_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank) -> bool 2022-09-27T15:35:36.3407141Z processing existing schema: aten::_use_cudnn_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank) -> bool 2022-09-27T15:35:36.3410163Z processing existing schema: aten::miopen_convolution_relu(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:36.3413624Z processing existing schema: aten::miopen_convolution_add_relu(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:36.3415622Z processing existing schema: aten::sparse_dim(Tensor self) -> int 2022-09-27T15:35:36.3417417Z processing existing schema: aten::_dimI(Tensor self) -> int 2022-09-27T15:35:36.3419300Z processing existing schema: aten::_dimV(Tensor self) -> int 2022-09-27T15:35:36.3421232Z processing existing schema: aten::_nnz(Tensor self) -> int 2022-09-27T15:35:36.3423326Z processing existing schema: aten::record_stream(Tensor(a!) self, Stream s) -> () 2022-09-27T15:35:36.3426466Z processing existing schema: aten::_flash_scaled_dot_product_attention(Tensor query, Tensor key, Tensor value, Tensor cum_seq_q, Tensor cum_seq_k, int max_q, int max_k, float dropout_p, bool causal) -> Tensor 2022-09-27T15:35:36.3428004Z processing existing schema: aten::str(t elem) -> str 2022-09-27T15:35:36.3430086Z processing existing schema: aten::list(str t) -> str[] 2022-09-27T15:35:36.3432334Z processing existing schema: aten::list.t(t[] l) -> t[] 2022-09-27T15:35:36.3434608Z processing existing schema: aten::__range_length(int lo, int hi, int step) -> int 2022-09-27T15:35:36.3436762Z processing existing schema: aten::__derive_index(int index, int start, int step) -> int 2022-09-27T15:35:36.3438230Z processing existing schema: prim::TupleUnpack(Any tup) -> ... 2022-09-27T15:35:36.3440157Z processing existing schema: prim::unchecked_cast(t x) -> t 2022-09-27T15:35:36.3442054Z processing existing schema: aten::IntImplicit(Tensor a) -> int 2022-09-27T15:35:36.3443923Z processing existing schema: aten::ComplexImplicit(Tensor a) -> complex 2022-09-27T15:35:36.3445710Z processing existing schema: aten::FloatImplicit(Tensor a) -> float 2022-09-27T15:35:36.3447566Z processing existing schema: aten::ScalarImplicit(Tensor a) -> Scalar 2022-09-27T15:35:36.3449393Z processing existing schema: aten::Bool.Tensor(Tensor a) -> bool 2022-09-27T15:35:36.3451169Z processing existing schema: aten::Bool.int(int a) -> bool 2022-09-27T15:35:36.3453027Z processing existing schema: aten::Bool.float(float a) -> bool 2022-09-27T15:35:36.3454862Z processing existing schema: aten::Int.Tensor(Tensor a) -> int 2022-09-27T15:35:36.3456766Z processing existing schema: aten::Int.bool(bool a) -> int 2022-09-27T15:35:36.3458568Z processing existing schema: aten::Int.float(float a) -> int 2022-09-27T15:35:36.3460390Z processing existing schema: aten::Int.Scalar(Scalar a) -> int 2022-09-27T15:35:36.3462219Z processing existing schema: aten::Int.str(str a) -> int 2022-09-27T15:35:36.3464105Z processing existing schema: aten::Float.Tensor(Tensor a) -> float 2022-09-27T15:35:36.3465940Z processing existing schema: aten::Float.Scalar(Scalar a) -> float 2022-09-27T15:35:36.3467732Z processing existing schema: aten::Float.int(int a) -> float 2022-09-27T15:35:36.3469551Z processing existing schema: aten::Float.bool(bool a) -> float 2022-09-27T15:35:36.3471375Z processing existing schema: aten::Float.str(str a) -> float 2022-09-27T15:35:36.3473274Z processing existing schema: aten::Complex.Scalar(Scalar a) -> complex 2022-09-27T15:35:36.3475259Z processing existing schema: aten::Complex.Tensor_Tensor(Tensor a, Tensor b) -> complex 2022-09-27T15:35:36.3477145Z processing existing schema: aten::Complex.int_bool(int x, bool y) -> complex 2022-09-27T15:35:36.3479170Z processing existing schema: aten::Complex.bool_int(bool x, int y) -> complex 2022-09-27T15:35:36.3481120Z processing existing schema: aten::Complex.float_bool(float x, bool y) -> complex 2022-09-27T15:35:36.3483081Z processing existing schema: aten::Complex.bool_float(bool x, float y) -> complex 2022-09-27T15:35:36.3485034Z processing existing schema: aten::Complex.float_int(float x, int y) -> complex 2022-09-27T15:35:36.3487058Z processing existing schema: aten::Complex.int_float(int x, float y) -> complex 2022-09-27T15:35:36.3489003Z processing existing schema: aten::Complex.int_int(int x, int y) -> complex 2022-09-27T15:35:36.3491055Z processing existing schema: aten::Complex.bool_bool(bool x, bool y) -> complex 2022-09-27T15:35:36.3493036Z processing existing schema: aten::Complex.float_float(float x, float y) -> complex 2022-09-27T15:35:36.3495152Z processing existing schema: aten::Complex.Tensor_float(Tensor x, float y) -> complex 2022-09-27T15:35:36.3497189Z processing existing schema: aten::Complex.float_Tensor(float x, Tensor y) -> complex 2022-09-27T15:35:36.3499283Z processing existing schema: aten::Complex.Tensor_int(Tensor x, int y) -> complex 2022-09-27T15:35:36.3501300Z processing existing schema: aten::Complex.int_Tensor(int x, Tensor y) -> complex 2022-09-27T15:35:36.3503478Z processing existing schema: aten::Complex.Tensor_bool(Tensor x, bool y) -> complex 2022-09-27T15:35:36.3505569Z processing existing schema: aten::Complex.bool_Tensor(bool x, Tensor y) -> complex 2022-09-27T15:35:36.3507617Z processing existing schema: aten::format(str self, ...) -> str 2022-09-27T15:35:36.3509537Z processing existing schema: prim::NumToTensor.Scalar(Scalar a) -> Tensor 2022-09-27T15:35:36.3511488Z processing existing schema: prim::NumToTensor.bool(bool a) -> Tensor 2022-09-27T15:35:36.3513289Z processing existing schema: prim::RaiseException(str msg, str? cls=None) -> () 2022-09-27T15:35:36.3515156Z processing existing schema: prim::EnumName(AnyEnumType enum) -> str 2022-09-27T15:35:36.3517130Z processing existing schema: prim::EnumValue.int(AnyEnumType enum) -> int 2022-09-27T15:35:36.3519154Z processing existing schema: prim::EnumValue.float(AnyEnumType enum) -> float 2022-09-27T15:35:36.3521047Z processing existing schema: prim::EnumValue.str(AnyEnumType enum) -> str 2022-09-27T15:35:36.3523993Z processing existing schema: prim::TupleIndex(Any tup, int i) -> Any 2022-09-27T15:35:36.3525714Z processing existing schema: prim::unchecked_unwrap_optional(t(a)? optional) -> t(a) 2022-09-27T15:35:36.3527397Z processing existing schema: prim::device(Tensor a) -> Device 2022-09-27T15:35:36.3529030Z processing existing schema: prim::dtype(Tensor a) -> int 2022-09-27T15:35:36.3530847Z processing existing schema: prim::layout(Tensor a) -> Layout 2022-09-27T15:35:36.3532736Z processing existing schema: aten::__not__(bool self) -> bool 2022-09-27T15:35:36.3534779Z processing existing schema: aten::__is__(t1 self, t2 obj) -> bool 2022-09-27T15:35:36.3536868Z processing existing schema: aten::__isnot__(t1 self, t2 obj) -> bool 2022-09-27T15:35:36.3538654Z processing existing schema: aten::dim(Tensor self) -> int 2022-09-27T15:35:36.3541240Z processing existing schema: aten::__getitem__.t(t[](a) list, int idx) -> t(*) 2022-09-27T15:35:36.3543288Z processing existing schema: aten::__getitem__.str(str s, int index) -> str 2022-09-27T15:35:36.3546226Z processing existing schema: aten::__getitem__.Dict_str(Dict(str, t) self, str key) -> t(*) 2022-09-27T15:35:36.3549128Z processing existing schema: aten::__getitem__.Dict_int(Dict(int, t) self, int key) -> t(*) 2022-09-27T15:35:36.3551993Z processing existing schema: aten::__getitem__.Dict_bool(Dict(bool, t) self, bool key) -> t(*) 2022-09-27T15:35:36.3554870Z processing existing schema: aten::__getitem__.Dict_float(Dict(float, t) self, float key) -> t(*) 2022-09-27T15:35:36.3557945Z processing existing schema: aten::__getitem__.Dict_complex(Dict(complex, t) self, complex key) -> t(*) 2022-09-27T15:35:36.3560816Z processing existing schema: aten::__getitem__.Dict_Tensor(Dict(Tensor, t) self, Tensor key) -> t(*) 2022-09-27T15:35:36.3563923Z processing existing schema: aten::append.t(t[](a!) self, t(c -> *) el) -> t[](a!) 2022-09-27T15:35:36.3567095Z processing existing schema: aten::_set_item.t(t[](a!) l, int idx, t(b -> *) el) -> t[](a!) 2022-09-27T15:35:36.3570135Z processing existing schema: aten::_set_item.str(Dict(str, t)(a!) l, str(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:36.3573069Z processing existing schema: aten::_set_item.int(Dict(int, t)(a!) l, int(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:36.3576153Z processing existing schema: aten::_set_item.bool(Dict(bool, t)(a!) l, bool(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:36.3579104Z processing existing schema: aten::_set_item.float(Dict(float, t)(a!) l, float(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:36.3582296Z processing existing schema: aten::_set_item.complex(Dict(complex, t)(a!) l, complex(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:36.3585191Z processing existing schema: aten::_set_item.Tensor(Dict(Tensor, t)(a!) l, Tensor(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:36.3587060Z processing existing schema: aten::clear.t(t[](a!) self) -> () 2022-09-27T15:35:36.3589452Z processing existing schema: aten::clear.str(Dict(str, t)(a!) self) -> () 2022-09-27T15:35:36.3591780Z processing existing schema: aten::clear.int(Dict(int, t)(a!) self) -> () 2022-09-27T15:35:36.3594214Z processing existing schema: aten::clear.bool(Dict(bool, t)(a!) self) -> () 2022-09-27T15:35:36.3596568Z processing existing schema: aten::clear.float(Dict(float, t)(a!) self) -> () 2022-09-27T15:35:36.3599327Z processing existing schema: aten::clear.complex(Dict(complex, t)(a!) self) -> () 2022-09-27T15:35:36.3602068Z processing existing schema: aten::clear.Tensor(Dict(Tensor, t)(a!) self) -> () 2022-09-27T15:35:36.3604107Z processing existing schema: aten::Delete.t(t[](a!) self, int idx) -> () 2022-09-27T15:35:36.3606714Z processing existing schema: aten::Delete.Dict_str(Dict(str, t)(a!) self, str key) -> () 2022-09-27T15:35:36.3609065Z processing existing schema: aten::Delete.Dict_int(Dict(int, t)(a!) self, int key) -> () 2022-09-27T15:35:36.3611646Z processing existing schema: aten::Delete.Dict_bool(Dict(bool, t)(a!) self, bool key) -> () 2022-09-27T15:35:36.3614241Z processing existing schema: aten::Delete.Dict_float(Dict(float, t)(a!) self, float key) -> () 2022-09-27T15:35:36.3617184Z processing existing schema: aten::Delete.Dict_complex(Dict(complex, t)(a!) self, complex key) -> () 2022-09-27T15:35:36.3619800Z processing existing schema: aten::Delete.Dict_Tensor(Dict(Tensor, t)(a!) self, Tensor key) -> () 2022-09-27T15:35:36.3622234Z processing existing schema: aten::insert.t(t[](a!) self, int idx, t(b -> *) el) -> () 2022-09-27T15:35:36.3625104Z processing existing schema: aten::pop.t(t[](a!) self, int idx=-1) -> t(*) 2022-09-27T15:35:36.3628465Z processing existing schema: aten::pop.Dict_str(Dict(str, t)(a!) self, str key) -> t(*) 2022-09-27T15:35:36.3631787Z processing existing schema: aten::pop.Dict_default_str(Dict(str, t)(a!) self, str key, t default_value) -> t(*) 2022-09-27T15:35:36.3634934Z processing existing schema: aten::pop.Dict_int(Dict(int, t)(a!) self, int key) -> t(*) 2022-09-27T15:35:36.3638247Z processing existing schema: aten::pop.Dict_default_int(Dict(int, t)(a!) self, int key, t default_value) -> t(*) 2022-09-27T15:35:36.3641397Z processing existing schema: aten::pop.Dict_bool(Dict(bool, t)(a!) self, bool key) -> t(*) 2022-09-27T15:35:36.3644796Z processing existing schema: aten::pop.Dict_default_bool(Dict(bool, t)(a!) self, bool key, t default_value) -> t(*) 2022-09-27T15:35:36.3647904Z processing existing schema: aten::pop.Dict_float(Dict(float, t)(a!) self, float key) -> t(*) 2022-09-27T15:35:36.3651304Z processing existing schema: aten::pop.Dict_default_float(Dict(float, t)(a!) self, float key, t default_value) -> t(*) 2022-09-27T15:35:36.3654556Z processing existing schema: aten::pop.Dict_complex(Dict(complex, t)(a!) self, complex key) -> t(*) 2022-09-27T15:35:36.3658210Z processing existing schema: aten::pop.Dict_default_complex(Dict(complex, t)(a!) self, complex key, t default_value) -> t(*) 2022-09-27T15:35:36.3661328Z processing existing schema: aten::pop.Dict_Tensor(Dict(Tensor, t)(a!) self, Tensor key) -> t(*) 2022-09-27T15:35:36.3664776Z processing existing schema: aten::pop.Dict_default_Tensor(Dict(Tensor, t)(a!) self, Tensor key, t default_value) -> t(*) 2022-09-27T15:35:36.3666781Z processing existing schema: aten::len.t(t[] a) -> int 2022-09-27T15:35:36.3668894Z processing existing schema: aten::len.Tensor(Tensor t) -> int 2022-09-27T15:35:36.3670836Z processing existing schema: aten::len.str(str s) -> int 2022-09-27T15:35:36.3673415Z processing existing schema: aten::len.Dict_str(Dict(str, t) self) -> int 2022-09-27T15:35:36.3676068Z processing existing schema: aten::len.Dict_int(Dict(int, t) self) -> int 2022-09-27T15:35:36.3678639Z processing existing schema: aten::len.Dict_bool(Dict(bool, t) self) -> int 2022-09-27T15:35:36.3681245Z processing existing schema: aten::len.Dict_float(Dict(float, t) self) -> int 2022-09-27T15:35:36.3684190Z processing existing schema: aten::len.Dict_complex(Dict(complex, t) self) -> int 2022-09-27T15:35:36.3686619Z processing existing schema: aten::len.Dict_Tensor(Dict(Tensor, t) self) -> int 2022-09-27T15:35:36.3688728Z processing existing schema: aten::len.any(Any[] a) -> int 2022-09-27T15:35:36.3690811Z processing existing schema: aten::is_autocast_enabled() -> bool 2022-09-27T15:35:36.3692737Z processing existing schema: aten::is_autocast_cpu_enabled() -> bool 2022-09-27T15:35:36.3694585Z processing existing schema: prim::Uninitialized() -> Any 2022-09-27T15:35:36.3696177Z processing existing schema: prim::Print(...) -> () 2022-09-27T15:35:36.3698100Z processing existing schema: prim::VarConcat(...) -> Tensor 2022-09-27T15:35:36.3699995Z processing existing schema: prim::VarStack(...) -> Tensor 2022-09-27T15:35:36.3703010Z processing existing schema: prim::IfThenElse(bool cond, Any(a) x, Any(b) y) -> Any(a|b) 2022-09-27T15:35:36.3705046Z processing existing schema: aten::floordiv.int(int a, int b) -> int 2022-09-27T15:35:36.3707090Z processing existing schema: aten::floordiv.float(float a, float b) -> float 2022-09-27T15:35:36.3709213Z processing existing schema: aten::floordiv.int_float(int a, float b) -> float 2022-09-27T15:35:36.3711214Z processing existing schema: aten::floordiv.float_int(float a, int b) -> float 2022-09-27T15:35:36.3713306Z processing existing schema: aten::floordiv(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:36.3715311Z processing existing schema: prim::min.int(int a, int b) -> int 2022-09-27T15:35:36.3717473Z processing existing schema: prim::min.float(float a, float b) -> float 2022-09-27T15:35:36.3719558Z processing existing schema: prim::min.int_float(int a, float b) -> float 2022-09-27T15:35:36.3721650Z processing existing schema: prim::min.float_int(float a, int b) -> float 2022-09-27T15:35:36.3723718Z processing existing schema: prim::min(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:36.3726243Z processing existing schema: prim::min.int_list(int[] l, int[] r) -> int[] 2022-09-27T15:35:36.3728341Z processing existing schema: prim::min.self_int(int[] self) -> int 2022-09-27T15:35:36.3730924Z processing existing schema: prim::min.float_list(float[] l, float[] r) -> float[] 2022-09-27T15:35:36.3733021Z processing existing schema: prim::min.self_float(float[] self) -> float 2022-09-27T15:35:36.3735784Z processing existing schema: prim::min.bool_list(bool[] l, bool[] r) -> bool[] 2022-09-27T15:35:36.3737957Z processing existing schema: prim::min.self_bool(bool[] self) -> bool 2022-09-27T15:35:36.3739953Z processing existing schema: prim::max.int(int a, int b) -> int 2022-09-27T15:35:36.3741977Z processing existing schema: prim::max.float(float a, float b) -> float 2022-09-27T15:35:36.3744070Z processing existing schema: prim::max.int_float(int a, float b) -> float 2022-09-27T15:35:36.3746139Z processing existing schema: prim::max.float_int(float a, int b) -> float 2022-09-27T15:35:36.3748254Z processing existing schema: prim::max(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:36.3750848Z processing existing schema: prim::max.int_list(int[] l, int[] r) -> int[] 2022-09-27T15:35:36.3752947Z processing existing schema: prim::max.self_int(int[] self) -> int 2022-09-27T15:35:36.3755503Z processing existing schema: prim::max.float_list(float[] l, float[] r) -> float[] 2022-09-27T15:35:36.3757747Z processing existing schema: prim::max.self_float(float[] self) -> float 2022-09-27T15:35:36.3760236Z processing existing schema: prim::max.bool_list(bool[] l, bool[] r) -> bool[] 2022-09-27T15:35:36.3762374Z processing existing schema: prim::max.self_bool(bool[] self) -> bool 2022-09-27T15:35:36.3764322Z processing existing schema: aten::ord(str string) -> int 2022-09-27T15:35:36.3766753Z processing existing schema: aten::__contains__.int_list(int[] l, int item) -> bool 2022-09-27T15:35:36.3768883Z processing existing schema: aten::__contains__.str_list(str[] l, str item) -> bool 2022-09-27T15:35:36.3771475Z processing existing schema: aten::__contains__.str(Dict(str, t) dict, str key) -> bool 2022-09-27T15:35:36.3774076Z processing existing schema: aten::__contains__.int(Dict(int, t) dict, int key) -> bool 2022-09-27T15:35:36.3776901Z processing existing schema: aten::__contains__.bool(Dict(bool, t) dict, bool key) -> bool 2022-09-27T15:35:36.3779505Z processing existing schema: aten::__contains__.float(Dict(float, t) dict, float key) -> bool 2022-09-27T15:35:36.3782138Z processing existing schema: aten::__contains__.complex(Dict(complex, t) dict, complex key) -> bool 2022-09-27T15:35:36.3784789Z processing existing schema: aten::__contains__.Tensor(Dict(Tensor, t) dict, Tensor key) -> bool 2022-09-27T15:35:36.3787056Z processing existing schema: aten::__contains__.float_list(float[] l, float item) -> bool 2022-09-27T15:35:36.3790016Z processing existing schema: aten::dict() -> Dict(str, Tensor) 2022-09-27T15:35:36.3793739Z processing existing schema: aten::dict.str((str, tVal)[] inputs) -> Dict(str, tVal) 2022-09-27T15:35:36.3797496Z processing existing schema: aten::dict.Dict_str(Dict(str, t)(a) self) -> Dict(str, t) 2022-09-27T15:35:36.3801096Z processing existing schema: aten::dict.int((int, tVal)[] inputs) -> Dict(int, tVal) 2022-09-27T15:35:36.3804727Z processing existing schema: aten::dict.Dict_int(Dict(int, t)(a) self) -> Dict(int, t) 2022-09-27T15:35:36.3808606Z processing existing schema: aten::dict.bool((bool, tVal)[] inputs) -> Dict(bool, tVal) 2022-09-27T15:35:36.3812263Z processing existing schema: aten::dict.Dict_bool(Dict(bool, t)(a) self) -> Dict(bool, t) 2022-09-27T15:35:36.3816273Z processing existing schema: aten::dict.float((float, tVal)[] inputs) -> Dict(float, tVal) 2022-09-27T15:35:36.3820007Z processing existing schema: aten::dict.Dict_float(Dict(float, t)(a) self) -> Dict(float, t) 2022-09-27T15:35:36.3823974Z processing existing schema: aten::dict.complex((complex, tVal)[] inputs) -> Dict(complex, tVal) 2022-09-27T15:35:36.3827981Z processing existing schema: aten::dict.Dict_complex(Dict(complex, t)(a) self) -> Dict(complex, t) 2022-09-27T15:35:36.3831922Z processing existing schema: aten::dict.Tensor((Tensor, tVal)[] inputs) -> Dict(Tensor, tVal) 2022-09-27T15:35:36.3835607Z processing existing schema: aten::dict.Dict_Tensor(Dict(Tensor, t)(a) self) -> Dict(Tensor, t) 2022-09-27T15:35:36.3840626Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-09-27T15:35:36.3843498Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.LinearPackedParamsBase _0, (Tensor, Tensor?) _1) -> NoneType _0 2022-09-27T15:35:36.3845628Z processing existing schema: bias(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> Tensor? _0 2022-09-27T15:35:36.3849912Z processing existing schema: unpack(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-09-27T15:35:36.3857405Z processing existing schema: __getstate__(__torch__.torch.classes.rnn.CellParamsBase _0) -> ((str, Tensor[], float[], int[], __torch__.torch.classes.quantized.LinearPackedParamsBase[]) _0) 2022-09-27T15:35:36.3862121Z processing existing schema: __setstate__(__torch__.torch.classes.rnn.CellParamsBase _0, (str, Tensor[], float[], int[], __torch__.torch.classes.quantized.LinearPackedParamsBase[]) _1) -> NoneType _0 2022-09-27T15:35:36.3867590Z processing existing schema: __getstate__(__torch__.torch.classes.sparse.LinearPackedParamsBase _0) -> ((int, Tensor?, int, int, Tensor, Tensor, bool, Tensor, Tensor, Tensor, int, int) _0) 2022-09-27T15:35:36.3871593Z processing existing schema: __setstate__(__torch__.torch.classes.sparse.LinearPackedParamsBase _0, (int, Tensor?, int, int, Tensor, Tensor, bool, Tensor, Tensor, Tensor, int, int) _1) -> NoneType _0 2022-09-27T15:35:36.3877431Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> ((str, Tensor[], Tensor?[]) _0) 2022-09-27T15:35:36.3879596Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0, Any _1) -> NoneType _0 2022-09-27T15:35:36.3881756Z processing existing schema: weight(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> Tensor _0 2022-09-27T15:35:36.3883985Z processing existing schema: bias(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> Tensor? _0 2022-09-27T15:35:36.3888300Z processing existing schema: unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-09-27T15:35:36.3890490Z processing existing schema: stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:36.3892807Z processing existing schema: padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:36.3895116Z processing existing schema: output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:36.3897542Z processing existing schema: dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:36.3899607Z processing existing schema: groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int _0 2022-09-27T15:35:36.3901723Z processing existing schema: transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> bool _0 2022-09-27T15:35:36.3907760Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> ((str, Tensor[], Tensor?[]) _0) 2022-09-27T15:35:36.3910027Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0, Any _1) -> NoneType _0 2022-09-27T15:35:36.3912150Z processing existing schema: weight(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> Tensor _0 2022-09-27T15:35:36.3914384Z processing existing schema: bias(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> Tensor? _0 2022-09-27T15:35:36.3918776Z processing existing schema: unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-09-27T15:35:36.3921039Z processing existing schema: stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:36.3923339Z processing existing schema: padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:36.3925739Z processing existing schema: output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:36.3928007Z processing existing schema: dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:36.3930154Z processing existing schema: groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int _0 2022-09-27T15:35:36.3932234Z processing existing schema: transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> bool _0 2022-09-27T15:35:36.3938505Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> ((int, Tensor[], float[], int[]) _0) 2022-09-27T15:35:36.3942730Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0, (int, Tensor[], float[], int[]) _1) -> NoneType _0 2022-09-27T15:35:36.3945210Z processing existing schema: bit_rate(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> int _0 2022-09-27T15:35:36.3947007Z processing existing schema: version(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> int _0 2022-09-27T15:35:36.3954934Z processing existing schema: __getstate__(__torch__.torch.classes.mkldnn.ConvOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int, int[], str) _0) 2022-09-27T15:35:36.3960050Z processing existing schema: __setstate__(__torch__.torch.classes.mkldnn.ConvOpContext _0, (Tensor, Tensor?, int[], int[], int[], int, int[], str) _1) -> NoneType _0 2022-09-27T15:35:36.3966040Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.LinearOpContext _0) -> ((Tensor, Tensor?, Scalar?, Scalar?) _0) 2022-09-27T15:35:36.3970033Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.LinearOpContext _0, (Tensor, Tensor?, Scalar?, Scalar?) _1) -> NoneType _0 2022-09-27T15:35:36.3979042Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.Conv2dOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int, Scalar?, Scalar?) _0) 2022-09-27T15:35:36.3984493Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.Conv2dOpContext _0, (Tensor, Tensor?, int[], int[], int[], int, Scalar?, Scalar?) _1) -> NoneType _0 2022-09-27T15:35:36.3994087Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.TransposeConv2dOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int[], int, Scalar?, Scalar?) _0) 2022-09-27T15:35:36.4000100Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.TransposeConv2dOpContext _0, (Tensor, Tensor?, int[], int[], int[], int[], int, Scalar?, Scalar?) _1) -> NoneType _0 2022-09-27T15:35:36.4002015Z processing existing schema: __init__(__torch__.torch.classes._nnapi.Compilation _0) -> NoneType _0 2022-09-27T15:35:36.4004402Z processing existing schema: init(__torch__.torch.classes._nnapi.Compilation _0, Tensor _1, Tensor[] _2) -> NoneType _0 2022-09-27T15:35:36.4006966Z processing existing schema: init2(__torch__.torch.classes._nnapi.Compilation _0, Tensor _1, Tensor[] _2, int _3, bool _4) -> NoneType _0 2022-09-27T15:35:36.4009372Z processing existing schema: run(__torch__.torch.classes._nnapi.Compilation _0, Tensor[] _1, Tensor[] _2) -> NoneType _0 2022-09-27T15:35:36.4011467Z processing existing schema: __init__(__torch__.torch.classes.backendutils.BackendDebugInfo _0) -> NoneType _0 2022-09-27T15:35:36.4013488Z processing existing schema: starting_lineno(__torch__.torch.classes.profiling.SourceRef _0) -> int _0 2022-09-27T15:35:36.4015664Z processing existing schema: text(__torch__.torch.classes.profiling.SourceRef _0) -> str _0 2022-09-27T15:35:36.4017653Z processing existing schema: count(__torch__.torch.classes.profiling.InstructionStats _0) -> int _0 2022-09-27T15:35:36.4019757Z processing existing schema: duration_ns(__torch__.torch.classes.profiling.InstructionStats _0) -> int _0 2022-09-27T15:35:36.4021959Z processing existing schema: source(__torch__.torch.classes.profiling.SourceStats _0) -> __torch__.torch.classes.profiling.SourceRef _0 2022-09-27T15:35:36.4025367Z processing existing schema: line_map(__torch__.torch.classes.profiling.SourceStats _0) -> Dict(int, __torch__.torch.classes.profiling.InstructionStats) _0 2022-09-27T15:35:36.4027224Z processing existing schema: __init__(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-09-27T15:35:36.4029373Z processing existing schema: enable(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-09-27T15:35:36.4031294Z processing existing schema: disable(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-09-27T15:35:36.4033802Z processing existing schema: _dump_stats(__torch__.torch.classes.profiling._ScriptProfile _0) -> __torch__.torch.classes.profiling.SourceStats[] _0 2022-09-27T15:35:36.4035987Z processing existing schema: __init__(__torch__.torch.classes.c10d.ProcessGroup _0, int _1, int _2) -> NoneType _0 2022-09-27T15:35:36.4038098Z processing existing schema: __init__(__torch__.torch.classes.c10d.Work _0) -> NoneType _0 2022-09-27T15:35:36.4040104Z processing existing schema: wait(__torch__.torch.classes.c10d.Work _0) -> NoneType _0 2022-09-27T15:35:36.4042149Z processing existing schema: __init__(__torch__.torch.classes.c10d.ReduceOp _0) -> NoneType _0 2022-09-27T15:35:36.4044679Z processing existing schema: __init__(__torch__.torch.classes.dist_rpc.WorkerInfo _0, str _1, int _2) -> NoneType _0 2022-09-27T15:35:36.4044797Z Found forward compatible schemas for all existing schemas 2022-09-27T15:35:36.4547114Z schema: nvprims::amin(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4548109Z schema: nvprims::amax(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4550504Z schema: nvprims::var(Tensor inp, int[]? dims, *, int correction, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4552752Z schema: nvprims::sum(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4554669Z schema: nvprims::convert_element_type(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4556742Z schema: nvprims::where(Tensor pred, Tensor a, Tensor b) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4559576Z schema: nvprims::broadcast_in_dim(Tensor(a) a, SymInt[] shape, int[] broadcast_dimensions) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4561947Z schema: nvprims::view_of(Tensor(a) a) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4564116Z schema: nvprims::squeeze(Tensor(a) a, int[] dimensions) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4565903Z schema: nvprims::sub(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4567681Z schema: nvprims::remainder(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4569633Z schema: nvprims::pow(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4571354Z schema: nvprims::ne(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4573264Z schema: nvprims::mul(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4575096Z schema: nvprims::lt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4577419Z schema: nvprims::le(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4578929Z schema: nvprims::gt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4580796Z schema: nvprims::ge(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4582461Z schema: nvprims::fmod(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4584393Z schema: nvprims::eq(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4586309Z schema: nvprims::div(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4588141Z schema: nvprims::bitwise_xor(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4590051Z schema: nvprims::bitwise_or(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4591821Z schema: nvprims::bitwise_and(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4593843Z schema: nvprims::atan2(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4595524Z schema: nvprims::add(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4597317Z schema: nvprims::trunc(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4599757Z schema: nvprims::transpose(Tensor(a) a, int[] permutation) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4601479Z schema: nvprims::tanh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4603142Z schema: nvprims::tan(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4604901Z schema: nvprims::sqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4606637Z schema: nvprims::sinh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4608562Z schema: nvprims::sin(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4610147Z schema: nvprims::sign(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4611840Z schema: nvprims::rsqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4613606Z schema: nvprims::round(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4615465Z schema: nvprims::neg(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4617257Z schema: nvprims::reciprocal(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4619025Z schema: nvprims::real(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4620620Z schema: nvprims::log10(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4622331Z schema: nvprims::log2(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4624167Z schema: nvprims::log1p(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4625892Z schema: nvprims::log(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4627622Z schema: nvprims::lgamma(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4629370Z schema: nvprims::isfinite(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4631115Z schema: nvprims::imag(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4632826Z schema: nvprims::floor(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4634564Z schema: nvprims::expm1(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4636258Z schema: nvprims::exp(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4638156Z schema: nvprims::erfc(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4639919Z schema: nvprims::erf(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4641581Z schema: nvprims::ceil(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4643267Z schema: nvprims::bitwise_not(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4644964Z schema: nvprims::cosh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4646714Z schema: nvprims::cos(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4648437Z schema: nvprims::atanh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4650168Z schema: nvprims::atan(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4651940Z schema: nvprims::asin(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4653680Z schema: nvprims::acos(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4655535Z schema: nvprims::abs(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4657274Z schema: nvprims::var_mean(Tensor inp, bool unbiased) -> (Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:36.4660148Z schema: nvprims::var_mean.main(Tensor inp, int[1]? dim=None, bool? unbiased=None, bool keepdim=False, *, int? correction=None) -> (Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:36.4662087Z schema: prims::fft_c2r(Tensor self, *, int[] dim, SymInt last_dim_size) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4664129Z schema: prims::fft_c2c(Tensor self, *, int[] dim, bool forward) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4666189Z schema: prims::fft_r2c(Tensor self, *, int[] dim, bool onesided) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4668609Z schema: prims::uniform(SymInt[] shape, *, Scalar low, Scalar high, ScalarType dtype, Device device) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4671059Z schema: prims::normal(SymInt[] shape, *, Scalar mean, Scalar std, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4672929Z schema: prims::svd(Tensor A, *, bool full_matrices) -> (Tensor U, Tensor S, Tensor Vh) found on allowlist, skipping 2022-09-27T15:35:36.4675105Z schema: prims::scalar_tensor(Scalar s, *, ScalarType? dtype=None, Device? device=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4677410Z schema: prims::full_like(Tensor a, Scalar fill_value, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4679810Z schema: prims::full(SymInt[] shape, Scalar fill_value, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4682250Z schema: prims::empty_strided(SymInt[] shape, SymInt[] strides, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4684401Z schema: prims::empty(SymInt[] shape, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4686838Z schema: prims::arange(Scalar start, Scalar end, Scalar step, *, ScalarType? dtype, Device? device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4689058Z schema: prims::amin(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4691259Z schema: prims::amax(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4693714Z schema: prims::var(Tensor inp, int[]? dims, *, int correction, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4696052Z schema: prims::prod(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4698329Z schema: prims::sum(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4700786Z schema: prims::resize(Tensor(a!) a, SymInt[] shape) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.4703153Z schema: prims::copy_to(Tensor(a!) a, Tensor b) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.4704991Z schema: prims::to_dtype(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4706721Z schema: prims::minium_value(ScalarType dtype) -> Scalar found on allowlist, skipping 2022-09-27T15:35:36.4708438Z schema: prims::maximum_value(ScalarType dtype) -> Scalar found on allowlist, skipping 2022-09-27T15:35:36.4710139Z schema: prims::item(Tensor a) -> Scalar found on allowlist, skipping 2022-09-27T15:35:36.4712003Z schema: prims::device_put(Tensor a, Device device) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4713881Z schema: prims::convert_element_type(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4715807Z schema: prims::where(Tensor pred, Tensor a, Tensor b) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4717768Z schema: prims::rev(Tensor a, int[] dims) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4719730Z schema: prims::reshape(Tensor a, SymInt[] shape) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4721625Z schema: prims::cat(Tensor[] tensors, int dim) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4723602Z schema: prims::view_of(Tensor(a) a) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4726103Z schema: prims::transpose(Tensor(a) a, int[] permutation) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4728487Z schema: prims::squeeze(Tensor(a) a, int[] dimensions) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4730957Z schema: prims::split_dim(Tensor(a) a, int dim, SymInt outer_length) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4733887Z schema: prims::slice_in_dim(Tensor(a) a, SymInt start_index, SymInt limit_index, int stride=1, int axis=0) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4737071Z schema: prims::slice(Tensor(a) a, SymInt[] start_indices, SymInt[] limit_indices, SymInt[]? strides=None) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4738998Z schema: prims::conj(Tensor(a) a) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4741442Z schema: prims::collapse_view(Tensor(a) a, int start, int end) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4744098Z schema: prims::broadcast_in_dim(Tensor(a) a, SymInt[] shape, int[] broadcast_dimensions) -> Tensor(a) found on allowlist, skipping 2022-09-27T15:35:36.4746943Z schema: prims::as_strided(Tensor(a!) a, SymInt[] size, SymInt[] stride, SymInt storage_offset) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.4748724Z schema: prims::zeta(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4750534Z schema: prims::sub(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4752438Z schema: prims::shift_right_arithmetic(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4754247Z schema: prims::shift_left(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4756114Z schema: prims::remainder(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4757987Z schema: prims::pow(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4759870Z schema: prims::nextafter(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4761679Z schema: prims::ne(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4763543Z schema: prims::mul(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4765376Z schema: prims::minimum(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4767243Z schema: prims::maximum(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4769095Z schema: prims::lt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4770916Z schema: prims::le(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4772754Z schema: prims::igammac(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4774590Z schema: prims::igamma(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4776578Z schema: prims::hypot(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4778398Z schema: prims::gt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4780206Z schema: prims::ge(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4782032Z schema: prims::gcd(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4783867Z schema: prims::fmod(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4785713Z schema: prims::fmin(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4787547Z schema: prims::fmax(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4789388Z schema: prims::eq(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4791391Z schema: prims::div(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4793084Z schema: prims::bitwise_xor(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4794854Z schema: prims::bitwise_or(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4796751Z schema: prims::bitwise_and(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4798458Z schema: prims::atan2(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4800272Z schema: prims::add(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4801819Z schema: prims::trunc(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4803485Z schema: prims::tanh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4805278Z schema: prims::tan(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4807076Z schema: prims::sqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4808974Z schema: prims::sinh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4810673Z schema: prims::sin(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4812702Z schema: prims::signbit(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4814486Z schema: prims::sign(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4816745Z schema: prims::rsqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4818495Z schema: prims::round(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4820166Z schema: prims::neg(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4822179Z schema: prims::reciprocal(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4823925Z schema: prims::real(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4825700Z schema: prims::log10(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4827881Z schema: prims::log2(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4829953Z schema: prims::log1p(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4831819Z schema: prims::log(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4833935Z schema: prims::lgamma(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4836099Z schema: prims::isfinite(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4838430Z schema: prims::imag(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4840514Z schema: prims::floor(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4842603Z schema: prims::fill(Tensor self, Scalar value) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4844730Z schema: prims::exp2(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4846831Z schema: prims::expm1(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4848999Z schema: prims::exp(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4851129Z schema: prims::erfc(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4853383Z schema: prims::erf_inv(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4855170Z schema: prims::erf(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4857059Z schema: prims::digamma(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4858961Z schema: prims::conj_physical(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4860735Z schema: prims::ceil(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4862563Z schema: prims::cbrt(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4864424Z schema: prims::bitwise_not(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4866255Z schema: prims::bessel_i1e(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4868114Z schema: prims::bessel_i1(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4870198Z schema: prims::bessel_i0e(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4872140Z schema: prims::bessel_i0(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4873705Z schema: prims::cosh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4875607Z schema: prims::cos(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4877316Z schema: prims::atanh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4879262Z schema: prims::atan(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4880985Z schema: prims::asinh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4882871Z schema: prims::asin(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4884652Z schema: prims::acosh(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4886501Z schema: prims::acos(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4888282Z schema: prims::abs(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.4889791Z processing existing schema: prim::rpc_async(...) -> ... 2022-09-27T15:35:36.4891245Z processing existing schema: prim::rpc_remote(...) -> ... 2022-09-27T15:35:36.4892731Z processing existing schema: prim::rpc_sync(...) -> ... 2022-09-27T15:35:36.4894960Z processing existing schema: aten::dist_backward(int context_id, Tensor[] roots, bool retain_graph=False) -> () 2022-09-27T15:35:36.4897491Z processing existing schema: aten::confirmed_by_owner(RRef(t) self) -> bool 2022-09-27T15:35:36.4899834Z processing existing schema: aten::owner_name(RRef(t) self) -> str 2022-09-27T15:35:36.4902544Z processing existing schema: aten::owner(RRef(t) self) -> __torch__.torch.classes.dist_rpc.WorkerInfo 2022-09-27T15:35:36.4904880Z processing existing schema: aten::is_owner(RRef(t) self) -> bool 2022-09-27T15:35:36.4907639Z processing existing schema: aten::local_value(RRef(t) self) -> t(*) 2022-09-27T15:35:36.4910786Z processing existing schema: aten::to_here(RRef(t) self, float timeout=60.) -> t(*) 2022-09-27T15:35:36.4912353Z processing existing schema: prim::PythonOp(...) -> ... 2022-09-27T15:35:36.4914372Z processing existing schema: quantization::_FloatToBfloat16Quantized(Tensor input) -> Tensor 2022-09-27T15:35:36.4916256Z processing existing schema: quantization::_Bfloat16QuantizedToFloat(Tensor input) -> Tensor 2022-09-27T15:35:36.4919242Z schema: c10d::recv_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:36.4921949Z schema: c10d::send(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:36.4924277Z schema: c10d::barrier(__torch__.torch.classes.c10d.ProcessGroup _0, int[] _1, int _2) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:36.4926965Z schema: c10d::alltoall_(Tensor[] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:36.4929998Z schema: c10d::scatter_(Tensor[] _0, Tensor[][] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) found on allowlist, skipping 2022-09-27T15:35:36.4933189Z schema: c10d::gather_(Tensor[][] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3, int _4) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:36.4936308Z schema: c10d::reduce_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, __torch__.torch.classes.c10d.ReduceOp _2, int _3, int _4, int _5) -> __torch__.torch.classes.c10d.Work _0 found on allowlist, skipping 2022-09-27T15:35:36.4939441Z schema: c10d::reduce_scatter_(Tensor[] _0, Tensor[][] _1, __torch__.torch.classes.c10d.ProcessGroup _2, __torch__.torch.classes.c10d.ReduceOp _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) found on allowlist, skipping 2022-09-27T15:35:36.4942541Z schema: c10d::allgather_(Tensor[][] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3) -> (Tensor[][] _0, __torch__.torch.classes.c10d.Work _1) found on allowlist, skipping 2022-09-27T15:35:36.4945008Z schema: c10d::allreduce_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, __torch__.torch.classes.c10d.ReduceOp _2, int _3) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) found on allowlist, skipping 2022-09-27T15:35:36.4947191Z schema: c10d::broadcast_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) found on allowlist, skipping 2022-09-27T15:35:36.4948565Z processing existing schema: aten::set_grad_enabled(bool val) -> () 2022-09-27T15:35:36.4950348Z processing existing schema: aten::is_grad_enabled() -> bool 2022-09-27T15:35:36.4953033Z processing existing schema: aten::_no_grad_zero_(Tensor(a!) tensor) -> Tensor(a!) 2022-09-27T15:35:36.4955673Z processing existing schema: aten::_no_grad_fill_(Tensor(a!) tensor, float val) -> Tensor(a!) 2022-09-27T15:35:36.4958587Z processing existing schema: aten::_no_grad_normal_(Tensor(a!) tensor, float mean, float std) -> Tensor(a!) 2022-09-27T15:35:36.4961273Z processing existing schema: aten::_no_grad_uniform_(Tensor(a!) tensor, float a, float b) -> Tensor(a!) 2022-09-27T15:35:36.4963072Z processing existing schema: aten::has_torch_function(...) -> bool 2022-09-27T15:35:36.4964923Z processing existing schema: aten::is_scripting() -> bool 2022-09-27T15:35:36.4966807Z processing existing schema: aten::_get_tracing_state() -> bool 2022-09-27T15:35:36.4969497Z processing existing schema: aten::_pack_sequence(Tensor output, Tensor batch_sizes, Tensor? sorted_indices, Tensor? unsorted_indices) -> (Tensor, Tensor, Tensor?, Tensor?) 2022-09-27T15:35:36.4971769Z processing existing schema: aten::_no_grad_embedding_renorm_(Tensor weight, Tensor input, float max_norm, float norm_type) -> Tensor 2022-09-27T15:35:36.4974089Z processing existing schema: aten::_infer_size(int[] a, int[] b) -> int[] 2022-09-27T15:35:36.4976862Z processing existing schema: aten::as_tensor.float(float t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-09-27T15:35:36.4979361Z processing existing schema: aten::as_tensor.int(int t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-09-27T15:35:36.4981848Z processing existing schema: aten::as_tensor.bool(bool t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-09-27T15:35:36.4984372Z processing existing schema: aten::as_tensor.complex(complex t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-09-27T15:35:36.4987552Z processing existing schema: aten::as_tensor(Tensor(a) data, *, ScalarType? dtype=None, Device? device=None) -> Tensor(a|b) 2022-09-27T15:35:36.4990229Z processing existing schema: aten::as_tensor.list(t[] data, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-09-27T15:35:36.4992997Z processing existing schema: aten::tensor.float(float t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-09-27T15:35:36.4995730Z processing existing schema: aten::tensor.int(int t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-09-27T15:35:36.4998478Z processing existing schema: aten::tensor.bool(bool t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-09-27T15:35:36.5001231Z processing existing schema: aten::tensor.complex(complex t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-09-27T15:35:36.5004048Z processing existing schema: aten::tensor(t[] data, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-09-27T15:35:36.5006471Z processing existing schema: _test::get_first(str[][] _0) -> str _0 2022-09-27T15:35:36.5008520Z processing existing schema: _test::cat(Tensor[] inputs) -> Tensor 2022-09-27T15:35:36.5011473Z processing existing schema: _test::leaky_relu(Tensor self, float v=0.01) -> Tensor 2022-09-27T15:35:36.5014133Z processing existing schema: aten::__upsample_bilinear(Tensor input, int? size=None, int? scale_factor=None) -> Tensor 2022-09-27T15:35:36.5017001Z processing existing schema: aten::__upsample_bilinear.size_list(Tensor input, int[]? size=None, int? scale_factor=None) -> Tensor 2022-09-27T15:35:36.5019541Z processing existing schema: aten::__upsample_bilinear.scale_list(Tensor input, int? size=None, int[]? scale_factor=None) -> Tensor 2022-09-27T15:35:36.5022305Z processing existing schema: aten::__upsample_bilinear.size_list_scale_list(Tensor input, int[]? size=None, int[]? scale_factor=None) -> Tensor 2022-09-27T15:35:36.5025469Z processing existing schema: aten::__upsample(Tensor input, int? size=None, int? scale_factor=None, str mode="nearest", bool? align_corners=None) -> Tensor 2022-09-27T15:35:36.5028737Z processing existing schema: aten::__upsample.size_list(Tensor input, int[]? size=None, int? scale_factor=None, str mode="nearest", bool? align_corners=None) -> Tensor 2022-09-27T15:35:36.5031098Z processing existing schema: aten::__upsample_nearest(Tensor input, int? size=None, int? scale_factor=None) -> Tensor 2022-09-27T15:35:36.5033743Z processing existing schema: aten::__upsample_nearest.size_list(Tensor input, int[]? size=None, int? scale_factor=None) -> Tensor 2022-09-27T15:35:36.5037728Z processing existing schema: aten::__interpolate.scale_list(Tensor input, int? size=None, float[]? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-09-27T15:35:36.5041871Z processing existing schema: aten::__interpolate.size_list_scale_list(Tensor input, int[]? size=None, float[]? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-09-27T15:35:36.5045335Z processing existing schema: aten::__interpolate(Tensor input, int? size=None, float? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-09-27T15:35:36.5049060Z processing existing schema: aten::__interpolate.size_list(Tensor input, int[]? size=None, float? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-09-27T15:35:36.5050983Z processing existing schema: prim::TimePoint() -> int 2022-09-27T15:35:36.5052594Z processing existing schema: prim::AddStatValue(str key, int val) -> () 2022-09-27T15:35:36.5055453Z processing existing schema: aten::wait(Future(t) self) -> t 2022-09-27T15:35:36.5058061Z processing existing schema: prim::IgnoredPythonOp(...) -> NoneType 2022-09-27T15:35:36.5059970Z processing existing schema: aten::save(t item, str filename) -> () 2022-09-27T15:35:36.5065451Z processing existing schema: aten::grad(Tensor[] outputs, Tensor[] inputs, Tensor?[]? grad_outputs=None, bool? retain_graph=None, bool create_graph=False, bool allow_unused=False) -> Tensor?[] 2022-09-27T15:35:36.5067405Z processing existing schema: prim::BailoutTemplate() -> int 2022-09-27T15:35:36.5070059Z processing existing schema: prim::BailOut(...) -> Tensor(a) 2022-09-27T15:35:36.5072874Z processing existing schema: prim::Guard(Tensor(a) t) -> Tensor(a) 2022-09-27T15:35:36.5074761Z processing existing schema: prim::FallbackGraph(...) -> ... 2022-09-27T15:35:36.5076657Z processing existing schema: prim::TypeCheck(...) -> ... 2022-09-27T15:35:36.5079934Z processing existing schema: aten::_grad_sum_to_size(Tensor(a) self, int[]? size) -> Tensor(a) 2022-09-27T15:35:36.5081717Z processing existing schema: prim::ChunkSizes(...) -> ... 2022-09-27T15:35:36.5083620Z processing existing schema: prim::ConstantChunk(...) -> ... 2022-09-27T15:35:36.5085545Z processing existing schema: prim::RequiresGradCheck(...) -> ... 2022-09-27T15:35:36.5087421Z processing existing schema: prim::FusionGroup(...) -> ... 2022-09-27T15:35:36.5089303Z processing existing schema: prim::profile_ivalue(...) -> ... 2022-09-27T15:35:36.5091179Z processing existing schema: prim::profile(...) -> ... 2022-09-27T15:35:36.5093643Z processing existing schema: aten::hash.generic(t value) -> int 2022-09-27T15:35:36.5096407Z processing existing schema: prim::ModuleContainerIndex.list(Any self, int ind) -> Any 2022-09-27T15:35:36.5098871Z processing existing schema: prim::ModuleContainerIndex.dict(Any self, str ind) -> Any 2022-09-27T15:35:36.5101104Z processing existing schema: prim::id(AnyClassType? x) -> int 2022-09-27T15:35:36.5103387Z processing existing schema: aten::divmod.int(int x, int y) -> (int, int) 2022-09-27T15:35:36.5105592Z processing existing schema: aten::divmod.float(float x, float y) -> (float, float) 2022-09-27T15:35:36.5107825Z processing existing schema: aten::divmod.int_float(int x, float y) -> (float, float) 2022-09-27T15:35:36.5110093Z processing existing schema: aten::divmod.float_int(float x, int y) -> (float, float) 2022-09-27T15:35:36.5112503Z processing existing schema: aten::_list_to_tensor(int[] self) -> Tensor 2022-09-27T15:35:36.5115049Z processing existing schema: aten::_tensor_to_list(Tensor self) -> int[] 2022-09-27T15:35:36.5117471Z processing existing schema: prim::abs.int(int a) -> int 2022-09-27T15:35:36.5119894Z processing existing schema: prim::abs.float(float a) -> float 2022-09-27T15:35:36.5122283Z processing existing schema: prim::abs.complex(complex a) -> float 2022-09-27T15:35:36.5124633Z processing existing schema: prim::abs.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.5126967Z processing existing schema: prim::abs(Tensor x) -> Tensor 2022-09-27T15:35:36.5129398Z processing existing schema: aten::fabs.int(int a) -> float 2022-09-27T15:35:36.5131756Z processing existing schema: aten::fabs.float(float a) -> float 2022-09-27T15:35:36.5134152Z processing existing schema: aten::fabs.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.5136630Z processing existing schema: aten::gamma.int(int a) -> float 2022-09-27T15:35:36.5138999Z processing existing schema: aten::gamma.float(float a) -> float 2022-09-27T15:35:36.5141379Z processing existing schema: aten::gamma.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.5143743Z processing existing schema: aten::factorial.int(int a) -> int 2022-09-27T15:35:36.5146178Z processing existing schema: aten::radians.int(int a) -> float 2022-09-27T15:35:36.5148515Z processing existing schema: aten::radians.float(float a) -> float 2022-09-27T15:35:36.5150909Z processing existing schema: aten::radians.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.5153291Z processing existing schema: aten::degrees.int(int a) -> float 2022-09-27T15:35:36.5155646Z processing existing schema: aten::degrees.float(float a) -> float 2022-09-27T15:35:36.5158107Z processing existing schema: aten::degrees.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.5160691Z processing existing schema: aten::mathremainder.int(int a, int b) -> float 2022-09-27T15:35:36.5163162Z processing existing schema: aten::mathremainder.float(float a, float b) -> float 2022-09-27T15:35:36.5165673Z processing existing schema: aten::mathremainder.int_float(int a, float b) -> float 2022-09-27T15:35:36.5168170Z processing existing schema: aten::mathremainder.float_int(float a, int b) -> float 2022-09-27T15:35:36.5170602Z processing existing schema: aten::mathremainder(Scalar a, Scalar b) -> float 2022-09-27T15:35:36.5172648Z processing existing schema: aten::modf(float a) -> (float, float) 2022-09-27T15:35:36.5175232Z processing existing schema: aten::__round_to_zero_floordiv.int(int a, int b) -> int 2022-09-27T15:35:36.5177606Z processing existing schema: aten::chr(int i) -> str 2022-09-27T15:35:36.5180115Z processing existing schema: prim::StringIndex(str string, int index) -> str 2022-09-27T15:35:36.5182490Z processing existing schema: aten::bin(int i) -> str 2022-09-27T15:35:36.5184791Z processing existing schema: aten::oct(int i) -> str 2022-09-27T15:35:36.5187152Z processing existing schema: aten::hex(int i) -> str 2022-09-27T15:35:36.5190131Z processing existing schema: aten::sorted.int(int[](a) input) -> int[] 2022-09-27T15:35:36.5193009Z processing existing schema: aten::sorted.float(float[](a) input) -> float[] 2022-09-27T15:35:36.5196080Z processing existing schema: aten::sorted.Tensor(Tensor[](a) input) -> Tensor[] 2022-09-27T15:35:36.5198982Z processing existing schema: aten::sorted.bool(bool[](a) input) -> bool[] 2022-09-27T15:35:36.5201833Z processing existing schema: aten::sorted.str(str[](a) input) -> str[] 2022-09-27T15:35:36.5204711Z processing existing schema: aten::sorted.any(t[](a) self) -> t[] 2022-09-27T15:35:36.5207282Z processing existing schema: aten::remove.int(int[](a!) self, int el) -> () 2022-09-27T15:35:36.5209740Z processing existing schema: aten::remove.float(float[](a!) self, float el) -> () 2022-09-27T15:35:36.5212198Z processing existing schema: aten::remove.bool(bool[](a!) self, bool el) -> () 2022-09-27T15:35:36.5214665Z processing existing schema: aten::remove.Tensor(Tensor[](a!) self, Tensor el) -> () 2022-09-27T15:35:36.5217351Z processing existing schema: aten::remove.str(str[](a!) self, str el) -> () 2022-09-27T15:35:36.5220155Z processing existing schema: aten::_unwrap_optional(t(a)? optional) -> t(a) 2022-09-27T15:35:36.5223174Z processing existing schema: aten::_size_if_not_equal(int[] self_size, int[] other_size) -> int[]? 2022-09-27T15:35:36.5225517Z processing existing schema: prim::AutogradAdd(Any a, Any b) -> Any 2022-09-27T15:35:36.5227772Z processing existing schema: prim::AutogradAllNonZero(...) -> bool 2022-09-27T15:35:36.5230079Z processing existing schema: prim::AutogradAllZero(...) -> bool 2022-09-27T15:35:36.5232354Z processing existing schema: prim::AutogradAnyNonZero(...) -> bool 2022-09-27T15:35:36.5234722Z processing existing schema: onnx::Shape(Tensor t) -> Tensor 2022-09-27T15:35:36.5237275Z processing existing schema: onnx::Reshape(Tensor input, Tensor shape) -> Tensor 2022-09-27T15:35:36.5239506Z processing existing schema: aten::warn(str message, int stacklevel=2) -> () 2022-09-27T15:35:36.5241986Z processing existing schema: prim::BroadcastSizes(...) -> int[] 2022-09-27T15:35:36.5245194Z processing existing schema: prim::ReductionSizes(int[] size, int[] red_axes, bool keepdim=False) -> int[] 2022-09-27T15:35:36.5247314Z processing existing schema: prim::AutogradZero() -> Tensor 2022-09-27T15:35:36.5250300Z processing existing schema: aten::cuda(Tensor(a) self) -> Tensor(a|b) 2022-09-27T15:35:36.5252253Z processing existing schema: aten::manual_seed(int seed) -> () 2022-09-27T15:35:36.5254643Z processing existing schema: prim::index(Device self) -> int? 2022-09-27T15:35:36.5257180Z processing existing schema: prim::name(Tensor a) -> str? 2022-09-27T15:35:36.5260368Z processing existing schema: prim::is_nested(Tensor a) -> bool 2022-09-27T15:35:36.5262265Z processing existing schema: prim::is_ort(Tensor a) -> bool 2022-09-27T15:35:36.5264099Z processing existing schema: prim::is_meta(Tensor a) -> bool 2022-09-27T15:35:36.5265914Z processing existing schema: prim::is_quantized(Tensor a) -> bool 2022-09-27T15:35:36.5267724Z processing existing schema: prim::is_ipu(Tensor a) -> bool 2022-09-27T15:35:36.5269758Z processing existing schema: prim::is_vulkan(Tensor a) -> bool 2022-09-27T15:35:36.5271642Z processing existing schema: prim::is_mps(Tensor a) -> bool 2022-09-27T15:35:36.5273647Z processing existing schema: prim::is_mkldnn(Tensor a) -> bool 2022-09-27T15:35:36.5275618Z processing existing schema: prim::is_sparse_csr(Tensor a) -> bool 2022-09-27T15:35:36.5277626Z processing existing schema: prim::is_sparse(Tensor a) -> bool 2022-09-27T15:35:36.5279942Z processing existing schema: prim::grad(Tensor a) -> Tensor(*) 2022-09-27T15:35:36.5282079Z processing existing schema: prim::requires_grad(Tensor a) -> bool 2022-09-27T15:35:36.5284086Z processing existing schema: aten::percentFormat(str self, ...) -> str 2022-09-27T15:35:36.5286036Z processing existing schema: aten::device(str a) -> Device 2022-09-27T15:35:36.5288260Z processing existing schema: prim::rangelist(int n) -> int[] 2022-09-27T15:35:36.5290536Z processing existing schema: aten::join(str self, str[] values) -> str 2022-09-27T15:35:36.5293478Z processing existing schema: aten::rsplit(str self, str separator=" ", int max=-1) -> str[] 2022-09-27T15:35:36.5295509Z processing existing schema: aten::rpartition(str self, str separator) -> (str, str, str) 2022-09-27T15:35:36.5297445Z processing existing schema: aten::partition(str self, str separator) -> (str, str, str) 2022-09-27T15:35:36.5299834Z processing existing schema: aten::replace(str self, str old, str new, int max=-1) -> str 2022-09-27T15:35:36.5302194Z processing existing schema: aten::rstrip(str self, str chars=" \n\t\f\v") -> str 2022-09-27T15:35:36.5304636Z processing existing schema: aten::lstrip(str self, str chars=" \n\t\f\v") -> str 2022-09-27T15:35:36.5306723Z processing existing schema: aten::zfill(str self, int width) -> str 2022-09-27T15:35:36.5309140Z processing existing schema: aten::rjust(str self, int width, str fillchar=" ") -> str 2022-09-27T15:35:36.5311489Z processing existing schema: aten::ljust(str self, int width, str fillchar=" ") -> str 2022-09-27T15:35:36.5313489Z processing existing schema: aten::isprintable(str self) -> bool 2022-09-27T15:35:36.5315561Z processing existing schema: aten::istitle(str self) -> bool 2022-09-27T15:35:36.5317612Z processing existing schema: aten::isidentifier(str self) -> bool 2022-09-27T15:35:36.5320250Z processing existing schema: aten::rindex(str self, str substr, int start=0, int end=-1) -> int 2022-09-27T15:35:36.5322807Z processing existing schema: aten::rfind(str self, str substr, int start=0, int end=-1) -> int 2022-09-27T15:35:36.5325283Z processing existing schema: aten::find(str self, str substr, int start=0, int end=-1) -> int 2022-09-27T15:35:36.5327513Z processing existing schema: aten::expandtabs(str self, int tabsize=8) -> str 2022-09-27T15:35:36.5330148Z processing existing schema: aten::startswith(str self, str substr, int start=0, int end=-1) -> bool 2022-09-27T15:35:36.5332630Z processing existing schema: aten::endswith(str self, str substr, int start=0, int end=-1) -> bool 2022-09-27T15:35:36.5335152Z processing existing schema: aten::count(str self, str substr, int start=0, int end=-1) -> int 2022-09-27T15:35:36.5337497Z processing existing schema: aten::count.int(int[] self, int el) -> int 2022-09-27T15:35:36.5339723Z processing existing schema: aten::count.float(float[] self, float el) -> int 2022-09-27T15:35:36.5341977Z processing existing schema: aten::count.bool(bool[] self, bool el) -> int 2022-09-27T15:35:36.5344268Z processing existing schema: aten::count.Tensor(Tensor[] self, Tensor el) -> int 2022-09-27T15:35:36.5346531Z processing existing schema: aten::count.str(str[] self, str el) -> int 2022-09-27T15:35:36.5348961Z processing existing schema: aten::center(str self, int width, str fillchar=" ") -> str 2022-09-27T15:35:36.5350916Z processing existing schema: aten::title(str self) -> str 2022-09-27T15:35:36.5352947Z processing existing schema: aten::capitalize(str self) -> str 2022-09-27T15:35:36.5354966Z processing existing schema: aten::islower(str self) -> bool 2022-09-27T15:35:36.5356942Z processing existing schema: aten::isupper(str self) -> bool 2022-09-27T15:35:36.5359498Z processing existing schema: aten::splitlines(str self, bool keepends=False) -> str[] 2022-09-27T15:35:36.5361924Z processing existing schema: aten::strip(str self, str chars=" \n\t\f\v") -> str 2022-09-27T15:35:36.5365845Z processing existing schema: aten::items.str(Dict(str, t) self) -> ((str, t)[]) 2022-09-27T15:35:36.5369740Z processing existing schema: aten::items.int(Dict(int, t) self) -> ((int, t)[]) 2022-09-27T15:35:36.5373650Z processing existing schema: aten::items.bool(Dict(bool, t) self) -> ((bool, t)[]) 2022-09-27T15:35:36.5377638Z processing existing schema: aten::items.float(Dict(float, t) self) -> ((float, t)[]) 2022-09-27T15:35:36.5381656Z processing existing schema: aten::items.complex(Dict(complex, t) self) -> ((complex, t)[]) 2022-09-27T15:35:36.5385499Z processing existing schema: aten::items.Tensor(Dict(Tensor, t) self) -> ((Tensor, t)[]) 2022-09-27T15:35:36.5388832Z processing existing schema: aten::update.str(Dict(str, t)(a!) self, Dict(str, t)(a!) to_add) -> () 2022-09-27T15:35:36.5392146Z processing existing schema: aten::update.int(Dict(int, t)(a!) self, Dict(int, t)(a!) to_add) -> () 2022-09-27T15:35:36.5395301Z processing existing schema: aten::update.bool(Dict(bool, t)(a!) self, Dict(bool, t)(a!) to_add) -> () 2022-09-27T15:35:36.5398619Z processing existing schema: aten::update.float(Dict(float, t)(a!) self, Dict(float, t)(a!) to_add) -> () 2022-09-27T15:35:36.5401986Z processing existing schema: aten::update.complex(Dict(complex, t)(a!) self, Dict(complex, t)(a!) to_add) -> () 2022-09-27T15:35:36.5405242Z processing existing schema: aten::update.Tensor(Dict(Tensor, t)(a!) self, Dict(Tensor, t)(a!) to_add) -> () 2022-09-27T15:35:36.5409198Z processing existing schema: aten::popitem.str(Dict(str, t)(a!) self) -> ((str, t)) 2022-09-27T15:35:36.5413116Z processing existing schema: aten::popitem.int(Dict(int, t)(a!) self) -> ((int, t)) 2022-09-27T15:35:36.5417185Z processing existing schema: aten::popitem.bool(Dict(bool, t)(a!) self) -> ((bool, t)) 2022-09-27T15:35:36.5421058Z processing existing schema: aten::popitem.float(Dict(float, t)(a!) self) -> ((float, t)) 2022-09-27T15:35:36.5425106Z processing existing schema: aten::popitem.complex(Dict(complex, t)(a!) self) -> ((complex, t)) 2022-09-27T15:35:36.5428997Z processing existing schema: aten::popitem.Tensor(Dict(Tensor, t)(a!) self) -> ((Tensor, t)) 2022-09-27T15:35:36.5432849Z processing existing schema: aten::setdefault.str(Dict(str, t)(a!) self, str(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:36.5436603Z processing existing schema: aten::setdefault.int(Dict(int, t)(a!) self, int(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:36.5440441Z processing existing schema: aten::setdefault.bool(Dict(bool, t)(a!) self, bool(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:36.5444208Z processing existing schema: aten::setdefault.float(Dict(float, t)(a!) self, float(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:36.5448042Z processing existing schema: aten::setdefault.complex(Dict(complex, t)(a!) self, complex(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:36.5451796Z processing existing schema: aten::setdefault.Tensor(Dict(Tensor, t)(a!) self, Tensor(b -> *) key, t(c -> *) default_value) -> t(*) 2022-09-27T15:35:36.5454844Z processing existing schema: aten::get.str(Dict(str, t) self, str key) -> t(*)? 2022-09-27T15:35:36.5458221Z processing existing schema: aten::get.default_str(Dict(str, t) self, str key, t default_value) -> t(*) 2022-09-27T15:35:36.5461222Z processing existing schema: aten::get.int(Dict(int, t) self, int key) -> t(*)? 2022-09-27T15:35:36.5464382Z processing existing schema: aten::get.default_int(Dict(int, t) self, int key, t default_value) -> t(*) 2022-09-27T15:35:36.5467424Z processing existing schema: aten::get.bool(Dict(bool, t) self, bool key) -> t(*)? 2022-09-27T15:35:36.5470627Z processing existing schema: aten::get.default_bool(Dict(bool, t) self, bool key, t default_value) -> t(*) 2022-09-27T15:35:36.5473686Z processing existing schema: aten::get.float(Dict(float, t) self, float key) -> t(*)? 2022-09-27T15:35:36.5476933Z processing existing schema: aten::get.default_float(Dict(float, t) self, float key, t default_value) -> t(*) 2022-09-27T15:35:36.5480135Z processing existing schema: aten::get.complex(Dict(complex, t) self, complex key) -> t(*)? 2022-09-27T15:35:36.5483423Z processing existing schema: aten::get.default_complex(Dict(complex, t) self, complex key, t default_value) -> t(*) 2022-09-27T15:35:36.5486488Z processing existing schema: aten::get.Tensor(Dict(Tensor, t) self, Tensor key) -> t(*)? 2022-09-27T15:35:36.5489802Z processing existing schema: aten::get.default_Tensor(Dict(Tensor, t) self, Tensor key, t default_value) -> t(*) 2022-09-27T15:35:36.5492903Z processing existing schema: aten::keys.str(Dict(str, t) self) -> str[](*) 2022-09-27T15:35:36.5496462Z processing existing schema: aten::keys.int(Dict(int, t) self) -> int[](*) 2022-09-27T15:35:36.5499768Z processing existing schema: aten::keys.bool(Dict(bool, t) self) -> bool[](*) 2022-09-27T15:35:36.5502470Z processing existing schema: aten::keys.float(Dict(float, t) self) -> float[](*) 2022-09-27T15:35:36.5505527Z processing existing schema: aten::keys.complex(Dict(complex, t) self) -> complex[](*) 2022-09-27T15:35:36.5508503Z processing existing schema: aten::keys.Tensor(Dict(Tensor, t) self) -> Tensor[](*) 2022-09-27T15:35:36.5510039Z processing existing schema: prim::tolist(...) -> ... 2022-09-27T15:35:36.5512228Z processing existing schema: aten::swapcase(str self) -> str 2022-09-27T15:35:36.5513860Z processing existing schema: aten::upper(str self) -> str 2022-09-27T15:35:36.5515881Z processing existing schema: aten::isnumeric(str self) -> bool 2022-09-27T15:35:36.5517479Z processing existing schema: aten::isdecimal(str self) -> bool 2022-09-27T15:35:36.5519197Z processing existing schema: aten::isalpha(str self) -> bool 2022-09-27T15:35:36.5520919Z processing existing schema: aten::isalnum(str self) -> bool 2022-09-27T15:35:36.5523158Z processing existing schema: aten::isspace(str self) -> bool 2022-09-27T15:35:36.5524724Z processing existing schema: aten::isdigit(str self) -> bool 2022-09-27T15:35:36.5527459Z processing existing schema: prim::data(Tensor(a) a) -> Tensor(a) 2022-09-27T15:35:36.5529146Z processing existing schema: prim::is_xpu(Tensor a) -> bool 2022-09-27T15:35:36.5530915Z processing existing schema: prim::is_cpu(Tensor a) -> bool 2022-09-27T15:35:36.5532746Z processing existing schema: prim::is_cuda(Tensor a) -> bool 2022-09-27T15:35:36.5535530Z processing existing schema: aten::backward(Tensor self, Tensor? gradient=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-09-27T15:35:36.5538449Z processing existing schema: aten::backward.TensorList(Tensor[] tensors, Tensor?[]? grad_tensors=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-09-27T15:35:36.5541699Z processing existing schema: aten::addmv_(Tensor(a!) self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.5544930Z processing existing schema: aten::addcdiv_(Tensor(a!) self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor(a!) 2022-09-27T15:35:36.5547586Z processing existing schema: aten::_add_relu_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.5550517Z processing existing schema: aten::_add_relu_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.5552978Z processing existing schema: aten::_sparse_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.5555508Z processing existing schema: aten::_sparse_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.5558942Z processing existing schema: aten::_sparse_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5561298Z processing existing schema: aten::_sparse_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-09-27T15:35:36.5563448Z processing existing schema: aten::_fused_dropout(Tensor self, float p, Generator? generator=None) -> (Tensor, Tensor) 2022-09-27T15:35:36.5567317Z processing existing schema: aten::_fused_dropout.out(Tensor self, float p, Generator? generator=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.5572825Z processing existing schema: aten::rrelu_with_noise_(Tensor(a!) self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:36.5576107Z processing existing schema: aten::diag_embed(Tensor self, int offset=0, int dim1=-2, int dim2=-1) -> Tensor 2022-09-27T15:35:36.5579983Z processing existing schema: aten::diag_embed.out(Tensor self, int offset=0, int dim1=-2, int dim2=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5582565Z processing existing schema: quantized::prelu(Tensor qx, Tensor weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.5584545Z processing existing schema: aten::repeat(Tensor self, int[] repeats) -> Tensor 2022-09-27T15:35:36.5587605Z processing existing schema: aten::repeat.out(Tensor self, int[] repeats, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5589849Z processing existing schema: aten::flip(Tensor self, int[] dims) -> Tensor 2022-09-27T15:35:36.5592942Z processing existing schema: aten::flip.out(Tensor self, int[] dims, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5595970Z processing existing schema: aten::flatten.using_ints(Tensor(a) self, int start_dim=0, int end_dim=-1) -> Tensor(a) 2022-09-27T15:35:36.5599064Z processing existing schema: aten::flatten.DimnameList(Tensor(a) self, str[] dims, str out_dim) -> Tensor(a) 2022-09-27T15:35:36.5602033Z processing existing schema: aten::flatten.named_out_dim(Tensor(a) self, int start_dim, int end_dim, str out_dim) -> Tensor(a) 2022-09-27T15:35:36.5605023Z processing existing schema: aten::flatten.using_names(Tensor(a) self, str start_dim, str end_dim, str out_dim) -> Tensor(a) 2022-09-27T15:35:36.5607548Z processing existing schema: aten::tanh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5610191Z processing existing schema: aten::sigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5612731Z processing existing schema: aten::gelu(Tensor self, *, str approximate="none") -> Tensor 2022-09-27T15:35:36.5616175Z processing existing schema: aten::gelu.out(Tensor self, *, str approximate="none", Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5618345Z processing existing schema: aten::celu(Tensor self, Scalar alpha=1.) -> Tensor 2022-09-27T15:35:36.5621519Z processing existing schema: aten::celu.out(Tensor self, Scalar alpha=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5624440Z processing existing schema: quantized::add_scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.5627489Z processing existing schema: quantized::add_scalar_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.5630297Z processing existing schema: aten::celu_(Tensor(a!) self, Scalar alpha=1.) -> Tensor(a!) 2022-09-27T15:35:36.5633307Z processing existing schema: quantized::add_scalar_relu_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.5636264Z processing existing schema: quantized::add_scalar_relu_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.5638352Z processing existing schema: aten::selu(Tensor self) -> Tensor 2022-09-27T15:35:36.5640403Z processing existing schema: aten::relu6(Tensor self) -> Tensor 2022-09-27T15:35:36.5643062Z processing existing schema: aten::relu6_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5645682Z processing existing schema: aten::relu_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5647728Z processing existing schema: aten::log_sigmoid(Tensor self) -> Tensor 2022-09-27T15:35:36.5650589Z processing existing schema: aten::log_sigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5652583Z processing existing schema: aten::hardswish(Tensor self) -> Tensor 2022-09-27T15:35:36.5655671Z processing existing schema: aten::hardswish.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5658139Z processing existing schema: aten::hardswish_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5660615Z processing existing schema: aten::hardtanh(Tensor self, Scalar min_val=-1, Scalar max_val=1) -> Tensor 2022-09-27T15:35:36.5663937Z processing existing schema: aten::hardtanh.out(Tensor self, Scalar min_val=-1, Scalar max_val=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5666960Z processing existing schema: aten::hardtanh_(Tensor(a!) self, Scalar min_val=-1, Scalar max_val=1) -> Tensor(a!) 2022-09-27T15:35:36.5668974Z processing existing schema: aten::hardsigmoid(Tensor self) -> Tensor 2022-09-27T15:35:36.5671973Z processing existing schema: aten::hardsigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5674796Z processing existing schema: aten::hardshrink(Tensor self, Scalar lambd=0.5) -> Tensor 2022-09-27T15:35:36.5678609Z processing existing schema: aten::hardshrink.out(Tensor self, Scalar lambd=0.5, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5681896Z processing existing schema: aten::elu_(Tensor(a!) self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor(a!) 2022-09-27T15:35:36.5684129Z processing existing schema: quantized::conv_transpose1d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:36.5686286Z processing existing schema: aten::special_round(Tensor self, *, int decimals=0) -> Tensor 2022-09-27T15:35:36.5689419Z processing existing schema: aten::special_round.out(Tensor self, *, int decimals=0, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5691386Z processing existing schema: aten::special_log1p(Tensor self) -> Tensor 2022-09-27T15:35:36.5694288Z processing existing schema: aten::special_log1p.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5696439Z processing existing schema: aten::special_i0(Tensor self) -> Tensor 2022-09-27T15:35:36.5699218Z processing existing schema: aten::special_i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5701218Z processing existing schema: aten::special_digamma(Tensor self) -> Tensor 2022-09-27T15:35:36.5704152Z processing existing schema: aten::special_digamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5706298Z processing existing schema: aten::special_erf(Tensor self) -> Tensor 2022-09-27T15:35:36.5709031Z processing existing schema: aten::special_erf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5711008Z processing existing schema: aten::special_entr(Tensor self) -> Tensor 2022-09-27T15:35:36.5713854Z processing existing schema: aten::special_entr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5715780Z processing existing schema: aten::exp2(Tensor self) -> Tensor 2022-09-27T15:35:36.5718683Z processing existing schema: aten::exp2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5720642Z processing existing schema: aten::erfc(Tensor self) -> Tensor 2022-09-27T15:35:36.5723492Z processing existing schema: aten::erfc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5725481Z processing existing schema: aten::erfc.int(int a) -> float 2022-09-27T15:35:36.5727507Z processing existing schema: aten::erfc.float(float a) -> float 2022-09-27T15:35:36.5729580Z processing existing schema: aten::erfc.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.5732374Z processing existing schema: _quantized::conv3d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.5734143Z processing existing schema: aten::i0(Tensor self) -> Tensor 2022-09-27T15:35:36.5737185Z processing existing schema: aten::i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5739716Z processing existing schema: aten::i0_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5742041Z processing existing schema: aten::threshold(Tensor self, Scalar threshold, Scalar value) -> Tensor 2022-09-27T15:35:36.5745087Z processing existing schema: aten::threshold.out(Tensor self, Scalar threshold, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5747866Z processing existing schema: aten::threshold_(Tensor(a!) self, Scalar threshold, Scalar value) -> Tensor(a!) 2022-09-27T15:35:36.5749793Z processing existing schema: aten::sinc(Tensor self) -> Tensor 2022-09-27T15:35:36.5752723Z processing existing schema: aten::sinc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5754965Z processing existing schema: aten::alpha_dropout(Tensor input, float p, bool train) -> Tensor 2022-09-27T15:35:36.5757721Z processing existing schema: aten::sign_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5759668Z processing existing schema: aten::sgn(Tensor self) -> Tensor 2022-09-27T15:35:36.5762457Z processing existing schema: aten::sgn.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5764600Z processing existing schema: aten::align_as(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.5767226Z processing existing schema: aten::sgn_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5769828Z processing existing schema: aten::rad2deg_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5772417Z processing existing schema: aten::neg_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5774536Z processing existing schema: aten::mvlgamma(Tensor self, int p) -> Tensor 2022-09-27T15:35:36.5777598Z processing existing schema: aten::mvlgamma.out(Tensor self, int p, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5779476Z processing existing schema: aten::mish(Tensor self) -> Tensor 2022-09-27T15:35:36.5782325Z processing existing schema: aten::mish.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5784862Z processing existing schema: aten::mish_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5787207Z processing existing schema: aten::logit(Tensor self, float? eps=None) -> Tensor 2022-09-27T15:35:36.5790375Z processing existing schema: aten::logit.out(Tensor self, float? eps=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5793182Z processing existing schema: aten::logit_(Tensor(a!) self, float? eps=None) -> Tensor(a!) 2022-09-27T15:35:36.5795885Z processing existing schema: aten::log2_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5798516Z processing existing schema: aten::log1p_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5801011Z processing existing schema: aten::log10_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5803640Z processing existing schema: aten::log_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5806237Z processing existing schema: aten::lgamma_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5808228Z processing existing schema: aten::isreal(Tensor self) -> Tensor 2022-09-27T15:35:36.5810327Z processing existing schema: aten::isneginf(Tensor self) -> Tensor 2022-09-27T15:35:36.5813218Z processing existing schema: aten::isneginf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5815130Z processing existing schema: aten::isposinf(Tensor self) -> Tensor 2022-09-27T15:35:36.5818139Z processing existing schema: aten::isposinf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5820067Z processing existing schema: aten::isinf(Tensor self) -> Tensor 2022-09-27T15:35:36.5822914Z processing existing schema: aten::isinf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5824862Z processing existing schema: aten::isinf.float(float a) -> bool 2022-09-27T15:35:36.5826942Z processing existing schema: aten::isinf.complex(complex a) -> bool 2022-09-27T15:35:36.5828963Z processing existing schema: aten::isnan(Tensor self) -> Tensor 2022-09-27T15:35:36.5831797Z processing existing schema: aten::isnan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5833714Z processing existing schema: aten::isnan.float(float a) -> bool 2022-09-27T15:35:36.5835834Z processing existing schema: aten::isnan.complex(complex a) -> bool 2022-09-27T15:35:36.5837951Z processing existing schema: aten::isfinite(Tensor self) -> Tensor 2022-09-27T15:35:36.5839969Z processing existing schema: aten::isfinite.float(float a) -> bool 2022-09-27T15:35:36.5842018Z processing existing schema: aten::isfinite.complex(complex a) -> bool 2022-09-27T15:35:36.5844621Z processing existing schema: aten::frac_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5847228Z processing existing schema: aten::floor_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5849878Z processing existing schema: aten::erf_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5852836Z processing existing schema: _quantized::conv3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.5855430Z processing existing schema: aten::deg2rad_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5857487Z processing existing schema: quantized::mul_scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:36.5859634Z processing existing schema: quantized::mul_scalar.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-09-27T15:35:36.5862189Z processing existing schema: aten::ceil_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5864503Z processing existing schema: quantized::add_scalar_relu(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:36.5866799Z processing existing schema: quantized::add_scalar_relu.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-09-27T15:35:36.5868745Z processing existing schema: aten::special_i0e(Tensor self) -> Tensor 2022-09-27T15:35:36.5871585Z processing existing schema: aten::special_i0e.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5873554Z processing existing schema: aten::bitwise_not(Tensor self) -> Tensor 2022-09-27T15:35:36.5876466Z processing existing schema: aten::bitwise_not.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5878468Z schema: prim::infer_squeeze_size.dim(int[] a, int dim) -> int[] found on allowlist, skipping 2022-09-27T15:35:36.5880406Z schema: prim::infer_squeeze_size(int[] a) -> int[] found on allowlist, skipping 2022-09-27T15:35:36.5882139Z processing existing schema: aten::special_i1(Tensor self) -> Tensor 2022-09-27T15:35:36.5885340Z processing existing schema: aten::special_i1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5887571Z processing existing schema: aten::bitwise_not_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5891599Z processing existing schema: aten::quantized_lstm.input(Tensor input, Tensor[] hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.5895141Z processing existing schema: aten::quantized_lstm.data(Tensor data, Tensor batch_sizes, Tensor[] hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.5898755Z processing existing schema: aten::quantized_lstm.input_legacy(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.5902199Z processing existing schema: aten::quantized_lstm.data_legacy(Tensor data, Tensor batch_sizes, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.5903972Z processing existing schema: aten::atanh(Tensor self) -> Tensor 2022-09-27T15:35:36.5906734Z processing existing schema: aten::atanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5908674Z processing existing schema: aten::atanh.int(int a) -> float 2022-09-27T15:35:36.5910744Z processing existing schema: aten::atanh.float(float a) -> float 2022-09-27T15:35:36.5912809Z processing existing schema: aten::atanh.complex(complex a) -> complex 2022-09-27T15:35:36.5914868Z processing existing schema: aten::atanh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.5917575Z processing existing schema: aten::atanh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5920269Z processing existing schema: aten::atan_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5923212Z processing existing schema: aten::softshrink(Tensor self, Scalar lambd=0.5) -> Tensor 2022-09-27T15:35:36.5927181Z processing existing schema: aten::softshrink.out(Tensor self, Scalar lambd=0.5, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5929557Z processing existing schema: aten::asin_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5931522Z processing existing schema: aten::acosh(Tensor self) -> Tensor 2022-09-27T15:35:36.5934347Z processing existing schema: aten::acosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5936590Z processing existing schema: aten::acosh.int(int a) -> float 2022-09-27T15:35:36.5938590Z processing existing schema: aten::acosh.float(float a) -> float 2022-09-27T15:35:36.5940673Z processing existing schema: aten::acosh.complex(complex a) -> complex 2022-09-27T15:35:36.5942673Z processing existing schema: aten::acosh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.5945302Z processing existing schema: aten::acos_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5948328Z processing existing schema: aten::roll(Tensor self, int[1] shifts, int[1] dims=[]) -> Tensor 2022-09-27T15:35:36.5952160Z processing existing schema: aten::roll.out(Tensor self, int[1] shifts, int[1] dims=[], *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5954736Z processing existing schema: aten::abs_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.5957416Z processing existing schema: aten::gather_backward(Tensor grad, Tensor self, int dim, Tensor index, bool sparse_grad) -> Tensor 2022-09-27T15:35:36.5959869Z processing existing schema: aten::gather(Tensor self, int dim, Tensor index, *, bool sparse_grad=False) -> Tensor 2022-09-27T15:35:36.5963202Z processing existing schema: aten::gather.out(Tensor self, int dim, Tensor index, *, bool sparse_grad=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5965726Z processing existing schema: aten::gather.dimname(Tensor self, str dim, Tensor index, *, bool sparse_grad=False) -> Tensor 2022-09-27T15:35:36.5969085Z processing existing schema: aten::gather.dimname_out(Tensor self, str dim, Tensor index, *, bool sparse_grad=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5971874Z processing existing schema: aten::diagonal_scatter(Tensor self, Tensor src, int offset=0, int dim1=0, int dim2=1) -> Tensor 2022-09-27T15:35:36.5975587Z processing existing schema: aten::diagonal_scatter.out(Tensor self, Tensor src, int offset=0, int dim1=0, int dim2=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5977716Z processing existing schema: quantized::conv1d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:36.5980165Z processing existing schema: aten::index_add(Tensor self, int dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.5983632Z processing existing schema: aten::index_add.out(Tensor self, int dim, Tensor index, Tensor source, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5986317Z processing existing schema: aten::index_add.dimname(Tensor self, str dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.5988572Z processing existing schema: aten::masked_fill.Scalar(Tensor self, Tensor mask, Scalar value) -> Tensor 2022-09-27T15:35:36.5990887Z processing existing schema: aten::masked_fill.Tensor(Tensor self, Tensor mask, Tensor value) -> Tensor 2022-09-27T15:35:36.5994011Z processing existing schema: aten::masked_fill.Scalar_out(Tensor self, Tensor mask, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5997089Z processing existing schema: aten::masked_fill.Tensor_out(Tensor self, Tensor mask, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.5999392Z processing existing schema: aten::index_select(Tensor self, int dim, Tensor index) -> Tensor 2022-09-27T15:35:36.6002452Z processing existing schema: aten::index_select.out(Tensor self, int dim, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6004760Z processing existing schema: aten::index_select.dimname(Tensor self, str dim, Tensor index) -> Tensor 2022-09-27T15:35:36.6008091Z processing existing schema: aten::index_select.dimname_out(Tensor self, str dim, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6011066Z processing existing schema: aten::slice_scatter(Tensor self, Tensor src, int dim=0, int? start=None, int? end=None, int step=1) -> Tensor 2022-09-27T15:35:36.6014996Z processing existing schema: aten::slice_scatter.out(Tensor self, Tensor src, int dim=0, int? start=None, int? end=None, int step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6018575Z processing existing schema: aten::index_put_(Tensor(a!) self, Tensor?[] indices, Tensor values, bool accumulate=False) -> Tensor(a!) 2022-09-27T15:35:36.6021927Z processing existing schema: aten::index_put_.hacked_twin(Tensor(a!) self, Tensor[] indices, Tensor values, bool accumulate=False) -> Tensor(a!) 2022-09-27T15:35:36.6024467Z processing existing schema: aten::index.Tensor(Tensor self, Tensor?[] indices) -> Tensor 2022-09-27T15:35:36.6028036Z processing existing schema: aten::index.Tensor_out(Tensor self, Tensor?[] indices, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6030251Z processing existing schema: aten::index.Tensor_hacked_twin(Tensor self, Tensor[] indices) -> Tensor 2022-09-27T15:35:36.6032940Z processing existing schema: aten::index.str(str self, str substr, int start=0, int end=-1) -> int 2022-09-27T15:35:36.6035054Z processing existing schema: aten::index.list_int(int[] self, int el) -> int 2022-09-27T15:35:36.6037455Z processing existing schema: aten::index.list_float(float[] self, float el) -> int 2022-09-27T15:35:36.6039805Z processing existing schema: aten::index.list_bool(bool[] self, bool el) -> int 2022-09-27T15:35:36.6042052Z processing existing schema: aten::index.list_Tensor(Tensor[] self, Tensor el) -> int 2022-09-27T15:35:36.6044305Z processing existing schema: aten::index.list_str(str[] self, str el) -> int 2022-09-27T15:35:36.6047712Z processing existing schema: aten::_log_softmax_backward_data(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype) -> Tensor 2022-09-27T15:35:36.6051529Z processing existing schema: aten::_log_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6054726Z processing existing schema: aten::asinh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.6057890Z processing existing schema: aten::sort(Tensor self, int dim=-1, bool descending=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6061022Z processing existing schema: aten::sort.stable(Tensor self, *, bool? stable, int dim=-1, bool descending=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6065453Z processing existing schema: aten::sort.values_stable(Tensor self, *, bool? stable, int dim=-1, bool descending=False, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6069482Z processing existing schema: aten::sort.values(Tensor self, int dim=-1, bool descending=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6072421Z processing existing schema: aten::sort.dimname(Tensor self, str dim, bool descending=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6076527Z processing existing schema: aten::sort.dimname_values(Tensor self, str dim, bool descending=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6079786Z processing existing schema: aten::sort.dimname_stable(Tensor self, *, bool? stable, str dim, bool descending=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6084076Z processing existing schema: aten::sort.dimname_values_stable(Tensor self, *, bool? stable, str dim, bool descending=False, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6086760Z processing existing schema: aten::sort.int(int[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:36.6089881Z processing existing schema: aten::sort.float(float[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:36.6092619Z processing existing schema: aten::sort.Tensor(Tensor[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:36.6095703Z processing existing schema: aten::sort.bool(bool[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:36.6098591Z processing existing schema: aten::sort.str(str[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:36.6101501Z processing existing schema: aten::sort.any(t[](a!) self, bool reverse=False) -> () 2022-09-27T15:35:36.6104559Z processing existing schema: aten::mode(Tensor self, int dim=-1, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6107608Z processing existing schema: aten::mode.dimname(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6111707Z processing existing schema: aten::mode.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6115879Z processing existing schema: aten::mode.values(Tensor self, int dim=-1, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6118348Z processing existing schema: aten::median(Tensor self) -> Tensor 2022-09-27T15:35:36.6121355Z processing existing schema: aten::median.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6125439Z processing existing schema: aten::median.dim_values(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6128505Z processing existing schema: aten::median.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6132482Z processing existing schema: aten::median.names_dim_values(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6135999Z processing existing schema: aten::median.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6138932Z processing existing schema: aten::mean(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.6142702Z processing existing schema: aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.6146370Z processing existing schema: aten::mean.names_dim(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.6150867Z processing existing schema: aten::mean.names_out(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6155270Z processing existing schema: aten::mean.out(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6158004Z processing existing schema: aten::logcumsumexp(Tensor self, int dim) -> Tensor 2022-09-27T15:35:36.6160862Z processing existing schema: aten::logcumsumexp.dimname(Tensor self, str dim) -> Tensor 2022-09-27T15:35:36.6164516Z processing existing schema: aten::logcumsumexp.dimname_out(Tensor self, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6168043Z processing existing schema: aten::logcumsumexp.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6172206Z processing existing schema: aten::linalg_vector_norm(Tensor self, Scalar ord=2, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.6177150Z processing existing schema: aten::linalg_vector_norm.out(Tensor self, Scalar ord=2, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6179821Z processing existing schema: aten::cummin(Tensor self, int dim) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6182678Z processing existing schema: aten::cummin.dimname(Tensor self, str dim) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6186441Z processing existing schema: aten::cummin.dimname_out(Tensor self, str dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6190123Z processing existing schema: aten::cummin.out(Tensor self, int dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6193198Z processing existing schema: quantized::linear_prepack_fp16_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-09-27T15:35:36.6196115Z processing existing schema: aten::triu(Tensor self, int diagonal=0) -> Tensor 2022-09-27T15:35:36.6199932Z processing existing schema: aten::triu.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6202501Z processing existing schema: aten::cummax(Tensor self, int dim) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6205241Z processing existing schema: aten::cummax.dimname(Tensor self, str dim) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6209052Z processing existing schema: aten::cummax.dimname_out(Tensor self, str dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6212741Z processing existing schema: aten::cummax.out(Tensor self, int dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6215999Z processing existing schema: quantized::linear_prepack_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-09-27T15:35:36.6219097Z processing existing schema: aten::argmin(Tensor self, int? dim=None, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.6222975Z processing existing schema: aten::argmin.out(Tensor self, int? dim=None, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6226010Z processing existing schema: aten::argmax(Tensor self, int? dim=None, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.6229914Z processing existing schema: aten::argmax.out(Tensor self, int? dim=None, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6232975Z processing existing schema: aten::sin_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.6236025Z processing existing schema: aten::any.dim(Tensor self, int dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.6238612Z processing existing schema: aten::any(Tensor self) -> Tensor 2022-09-27T15:35:36.6242495Z processing existing schema: aten::any.out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6245829Z processing existing schema: aten::any.all_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6248908Z processing existing schema: aten::any.dimname(Tensor self, str dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.6252737Z processing existing schema: aten::any.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6255542Z processing existing schema: aten::any.str(str[] self) -> bool 2022-09-27T15:35:36.6258387Z processing existing schema: aten::any.int(int[] self) -> bool 2022-09-27T15:35:36.6261002Z processing existing schema: aten::any.float(float[] self) -> bool 2022-09-27T15:35:36.6263655Z processing existing schema: aten::any.bool(bool[] self) -> bool 2022-09-27T15:35:36.6266868Z processing existing schema: aten::silu_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.6270380Z processing existing schema: aten::amin(Tensor self, int[1] dim=[], bool keepdim=False) -> Tensor 2022-09-27T15:35:36.6274684Z processing existing schema: aten::amin.out(Tensor self, int[1] dim=[], bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6277156Z processing existing schema: aten::silu(Tensor self) -> Tensor 2022-09-27T15:35:36.6280711Z processing existing schema: aten::silu.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6284340Z processing existing schema: aten::amax(Tensor self, int[1] dim=[], bool keepdim=False) -> Tensor 2022-09-27T15:35:36.6288635Z processing existing schema: aten::amax.out(Tensor self, int[1] dim=[], bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6291451Z processing existing schema: aten::logical_not(Tensor self) -> Tensor 2022-09-27T15:35:36.6294580Z processing existing schema: aten::logical_not.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6297832Z processing existing schema: aten::_fft_c2c(Tensor self, int[] dim, int normalization, bool forward) -> Tensor 2022-09-27T15:35:36.6301693Z processing existing schema: aten::_fft_c2c.out(Tensor self, int[] dim, int normalization, bool forward, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6304847Z processing existing schema: aten::logical_not_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.6307932Z processing existing schema: aten::_fft_c2r(Tensor self, int[] dim, int normalization, int last_dim_size) -> Tensor 2022-09-27T15:35:36.6311818Z processing existing schema: aten::_fft_c2r.out(Tensor self, int[] dim, int normalization, int last_dim_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6315538Z processing existing schema: aten::addcmul_(Tensor(a!) self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor(a!) 2022-09-27T15:35:36.6319738Z processing existing schema: aten::searchsorted.Tensor(Tensor sorted_sequence, Tensor self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None) -> Tensor 2022-09-27T15:35:36.6324314Z processing existing schema: aten::searchsorted.Tensor_out(Tensor sorted_sequence, Tensor self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6328191Z processing existing schema: aten::searchsorted.Scalar(Tensor sorted_sequence, Scalar self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None) -> Tensor 2022-09-27T15:35:36.6332808Z processing existing schema: aten::searchsorted.Scalar_out(Tensor sorted_sequence, Scalar self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6335220Z processing existing schema: aten::rad2deg(Tensor self) -> Tensor 2022-09-27T15:35:36.6338741Z processing existing schema: aten::rad2deg.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6341632Z processing existing schema: aten::_standard_gamma(Tensor self, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.6345461Z processing existing schema: aten::_standard_gamma.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6350407Z processing existing schema: aten::max_pool2d_with_indices_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, int[2] dilation, bool ceil_mode, Tensor indices) -> Tensor 2022-09-27T15:35:36.6355734Z processing existing schema: aten::max_pool2d_with_indices_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, int[2] dilation, bool ceil_mode, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6360214Z processing existing schema: aten::max_pool2d_with_indices(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.6366050Z processing existing schema: aten::max_pool2d_with_indices.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.6368577Z processing existing schema: aten::adaptive_max_pool2d(Tensor self, int[2] output_size) -> (Tensor, Tensor) 2022-09-27T15:35:36.6372753Z processing existing schema: aten::adaptive_max_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.6377543Z processing existing schema: aten::avg_pool3d_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, bool ceil_mode, bool count_include_pad, int? divisor_override) -> Tensor 2022-09-27T15:35:36.6382563Z processing existing schema: aten::avg_pool3d_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, bool ceil_mode, bool count_include_pad, int? divisor_override, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6386847Z processing existing schema: aten::avg_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, bool ceil_mode, bool count_include_pad, int? divisor_override) -> Tensor 2022-09-27T15:35:36.6392177Z processing existing schema: aten::avg_pool2d_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, bool ceil_mode, bool count_include_pad, int? divisor_override, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6396864Z processing existing schema: aten::avg_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None) -> Tensor 2022-09-27T15:35:36.6402605Z processing existing schema: aten::avg_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6406509Z processing existing schema: aten::leaky_relu_(Tensor(a!) self, Scalar negative_slope=0.01) -> Tensor(a!) 2022-09-27T15:35:36.6409326Z processing existing schema: aten::_adaptive_avg_pool3d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:36.6412971Z processing existing schema: aten::_adaptive_avg_pool3d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6416588Z processing existing schema: aten::leaky_relu(Tensor self, Scalar negative_slope=0.01) -> Tensor 2022-09-27T15:35:36.6420900Z processing existing schema: aten::leaky_relu.out(Tensor self, Scalar negative_slope=0.01, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6423944Z processing existing schema: aten::_adaptive_avg_pool3d(Tensor self, int[3] output_size) -> Tensor 2022-09-27T15:35:36.6427850Z processing existing schema: aten::_adaptive_avg_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6430637Z processing existing schema: aten::_adaptive_avg_pool2d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:36.6434298Z processing existing schema: aten::_adaptive_avg_pool2d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6438459Z processing existing schema: aten::native_layer_norm_backward(Tensor grad_out, Tensor input, int[] normalized_shape, Tensor mean, Tensor rstd, Tensor? weight, Tensor? bias, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.6444196Z processing existing schema: aten::native_layer_norm_backward.out(Tensor grad_out, Tensor input, int[] normalized_shape, Tensor mean, Tensor rstd, Tensor? weight, Tensor? bias, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.6447970Z processing existing schema: aten::native_group_norm_backward(Tensor grad_out, Tensor input, Tensor mean, Tensor rstd, Tensor? weight, int N, int C, int HxW, int group, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.6453611Z processing existing schema: aten::native_group_norm_backward.out(Tensor grad_out, Tensor input, Tensor mean, Tensor rstd, Tensor? weight, int N, int C, int HxW, int group, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.6457081Z processing existing schema: aten::native_group_norm(Tensor input, Tensor? weight, Tensor? bias, int N, int C, int HxW, int group, float eps) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.6461985Z processing existing schema: aten::native_group_norm.out(Tensor input, Tensor? weight, Tensor? bias, int N, int C, int HxW, int group, float eps, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.6465540Z processing existing schema: aten::miopen_batch_norm_backward(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.6470814Z processing existing schema: aten::miopen_batch_norm_backward.out(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.6475012Z processing existing schema: aten::native_batch_norm_backward(Tensor grad_out, Tensor input, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_invstd, bool train, float eps, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.6481045Z processing existing schema: aten::native_batch_norm_backward.out(Tensor grad_out, Tensor input, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_invstd, bool train, float eps, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.6484450Z processing existing schema: aten::miopen_batch_norm(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.6489757Z processing existing schema: aten::miopen_batch_norm.out(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.6492372Z processing existing schema: aten::native_batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.6496632Z processing existing schema: aten::native_batch_norm.out(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, *, Tensor(a!) out, Tensor(b!) save_mean, Tensor(c!) save_invstd) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.6498531Z processing existing schema: aten::one_hot(Tensor self, int num_classes=-1) -> Tensor 2022-09-27T15:35:36.6500810Z processing existing schema: aten::dropout(Tensor input, float p, bool train) -> Tensor 2022-09-27T15:35:36.6503362Z processing existing schema: quantized::conv3d_stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.6506181Z processing existing schema: aten::upsample_nearest2d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.6509546Z processing existing schema: aten::upsample_nearest2d_backward(Tensor grad_output, int[2] output_size, int[4] input_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.6513752Z processing existing schema: aten::upsample_nearest2d_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6517407Z processing existing schema: aten::upsample_nearest2d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6519840Z processing existing schema: aten::digamma_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.6522280Z processing existing schema: quantized::conv3d_unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:36.6524812Z processing existing schema: aten::upsample_bilinear2d.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.6528341Z processing existing schema: aten::upsample_bilinear2d(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.6532226Z processing existing schema: aten::upsample_bilinear2d.out(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6535739Z processing existing schema: aten::upsample_bilinear2d.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6538187Z processing existing schema: aten::reflection_pad3d_backward(Tensor grad_output, Tensor self, int[6] padding) -> Tensor 2022-09-27T15:35:36.6541753Z processing existing schema: aten::reflection_pad3d_backward.grad_input(Tensor grad_output, Tensor self, int[6] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6544128Z processing existing schema: aten::reflection_pad2d_backward(Tensor grad_output, Tensor self, int[4] padding) -> Tensor 2022-09-27T15:35:36.6547550Z processing existing schema: aten::reflection_pad2d_backward.grad_input(Tensor grad_output, Tensor self, int[4] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6550092Z processing existing schema: aten::reflection_pad1d_backward(Tensor grad_output, Tensor self, int[2] padding) -> Tensor 2022-09-27T15:35:36.6553563Z processing existing schema: aten::reflection_pad1d_backward.grad_input(Tensor grad_output, Tensor self, int[2] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6556103Z processing existing schema: aten::replication_pad3d_backward(Tensor grad_output, Tensor self, int[6] padding) -> Tensor 2022-09-27T15:35:36.6559691Z processing existing schema: aten::replication_pad3d_backward.grad_input(Tensor grad_output, Tensor self, int[6] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6562225Z processing existing schema: aten::replication_pad2d_backward(Tensor grad_output, Tensor self, int[4] padding) -> Tensor 2022-09-27T15:35:36.6565709Z processing existing schema: aten::replication_pad2d_backward.grad_input(Tensor grad_output, Tensor self, int[4] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6568245Z processing existing schema: aten::replication_pad1d_backward(Tensor grad_output, Tensor self, int[2] padding) -> Tensor 2022-09-27T15:35:36.6571704Z processing existing schema: aten::replication_pad1d_backward.grad_input(Tensor grad_output, Tensor self, int[2] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6574074Z processing existing schema: aten::reflection_pad3d(Tensor self, int[6] padding) -> Tensor 2022-09-27T15:35:36.6577494Z processing existing schema: aten::reflection_pad3d.out(Tensor self, int[6] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6579595Z processing existing schema: aten::pixel_unshuffle(Tensor self, int downscale_factor) -> Tensor 2022-09-27T15:35:36.6582591Z processing existing schema: aten::pixel_unshuffle.out(Tensor self, int downscale_factor, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6584688Z processing existing schema: aten::pixel_shuffle(Tensor self, int upscale_factor) -> Tensor 2022-09-27T15:35:36.6587693Z processing existing schema: aten::pixel_shuffle.out(Tensor self, int upscale_factor, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6589904Z processing existing schema: aten::cudnn_grid_sampler(Tensor self, Tensor grid) -> Tensor output 2022-09-27T15:35:36.6592869Z processing existing schema: aten::cudnn_grid_sampler.out(Tensor self, Tensor grid, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6595502Z processing existing schema: quantized::linear_relu_dynamic_fp16(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-09-27T15:35:36.6597524Z processing existing schema: aten::cudnn_grid_sampler_backward(Tensor self, Tensor grid, Tensor grad_output) -> (Tensor grad_self, Tensor grad_grid) 2022-09-27T15:35:36.6600650Z processing existing schema: aten::cudnn_grid_sampler_backward.out(Tensor self, Tensor grid, Tensor grad_output, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.6603238Z processing existing schema: _quantized::linear_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-09-27T15:35:36.6605292Z schema: aten::grid_sampler_3d_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask) -> (Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:36.6607978Z schema: aten::grid_sampler_3d_backward.out(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) found on allowlist, skipping 2022-09-27T15:35:36.6610686Z processing existing schema: aten::grid_sampler_2d_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask) -> (Tensor, Tensor) 2022-09-27T15:35:36.6614702Z processing existing schema: aten::grid_sampler_2d_backward.out(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.6617470Z processing existing schema: aten::embedding(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False) -> Tensor 2022-09-27T15:35:36.6621075Z processing existing schema: aten::embedding.out(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6623381Z processing existing schema: quantized::conv_transpose2d_stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.6627113Z processing existing schema: aten::im2col_backward(Tensor grad_output, int[2] input_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-09-27T15:35:36.6631795Z processing existing schema: aten::im2col_backward.grad_input(Tensor grad_output, int[2] input_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6635047Z processing existing schema: aten::im2col(Tensor self, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-09-27T15:35:36.6639489Z processing existing schema: aten::im2col.out(Tensor self, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6641314Z processing existing schema: aten::special_expit(Tensor self) -> Tensor 2022-09-27T15:35:36.6644188Z processing existing schema: aten::special_expit.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6647082Z processing existing schema: aten::binary_cross_entropy_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight=None, int reduction=1) -> Tensor 2022-09-27T15:35:36.6650796Z processing existing schema: aten::binary_cross_entropy_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight=None, int reduction=1, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6653744Z processing existing schema: prim::mkldnn_convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:36.6656825Z processing existing schema: aten::nll_loss2d_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight) -> Tensor 2022-09-27T15:35:36.6660408Z processing existing schema: aten::nll_loss2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6663114Z processing existing schema: aten::nll_loss_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight) -> Tensor 2022-09-27T15:35:36.6666715Z processing existing schema: aten::nll_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6668850Z processing existing schema: aten::nll_loss2d_forward(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index) -> (Tensor output, Tensor total_weight) 2022-09-27T15:35:36.6672306Z processing existing schema: aten::nll_loss2d_forward.output(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, *, Tensor(a!) output, Tensor(b!) total_weight) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.6674584Z processing existing schema: aten::nll_loss_forward(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index) -> (Tensor output, Tensor total_weight) 2022-09-27T15:35:36.6678134Z processing existing schema: aten::nll_loss_forward.output(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, *, Tensor(a!) output, Tensor(b!) total_weight) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.6680747Z processing existing schema: aten::mvlgamma_(Tensor(a!) self, int p) -> Tensor(a!) 2022-09-27T15:35:36.6682705Z processing existing schema: aten::_linalg_check_errors(Tensor info, str api_name, *, bool is_matrix) -> () 2022-09-27T15:35:36.6685117Z processing existing schema: aten::linalg_cross(Tensor self, Tensor other, *, int dim=-1) -> Tensor 2022-09-27T15:35:36.6688329Z processing existing schema: aten::linalg_cross.out(Tensor self, Tensor other, *, int dim=-1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6690287Z processing existing schema: aten::nanmedian(Tensor self) -> Tensor 2022-09-27T15:35:36.6692612Z processing existing schema: aten::nanmedian.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6696116Z processing existing schema: aten::nanmedian.dim_values(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6698254Z processing existing schema: aten::nanmedian.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.6701669Z processing existing schema: aten::nanmedian.names_dim_values(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.6704394Z processing existing schema: aten::nanmedian.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6705786Z schema: aten::_linalg_solve_ex(Tensor A, Tensor B, *, bool left=True, bool check_errors=False) -> (Tensor result, Tensor LU, Tensor pivots, Tensor info) found on allowlist, skipping 2022-09-27T15:35:36.6707485Z schema: aten::_linalg_solve_ex.result(Tensor A, Tensor B, *, bool left=True, bool check_errors=False, Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots, Tensor(d!) info) -> (Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots, Tensor(d!) info) found on allowlist, skipping 2022-09-27T15:35:36.6709470Z processing existing schema: aten::linalg_lu_factor_ex(Tensor A, *, bool pivot=True, bool check_errors=False) -> (Tensor LU, Tensor pivots, Tensor info) 2022-09-27T15:35:36.6713627Z processing existing schema: aten::linalg_lu_factor_ex.out(Tensor A, *, bool pivot=True, bool check_errors=False, Tensor(a!) LU, Tensor(b!) pivots, Tensor(c!) info) -> (Tensor(a!) LU, Tensor(b!) pivots, Tensor(c!) info) 2022-09-27T15:35:36.6715426Z processing existing schema: aten::_linalg_slogdet(Tensor A) -> (Tensor sign, Tensor logabsdet, Tensor LU, Tensor pivots) 2022-09-27T15:35:36.6719709Z processing existing schema: aten::_linalg_slogdet.sign(Tensor A, *, Tensor(a!) sign, Tensor(b!) logabsdet, Tensor(c!) LU, Tensor(d!) pivots) -> (Tensor(a!) sign, Tensor(b!) logabsdet, Tensor(c!) LU, Tensor(d!) pivots) 2022-09-27T15:35:36.6722926Z processing existing schema: aten::nan_to_num_(Tensor(a!) self, float? nan=None, float? posinf=None, float? neginf=None) -> Tensor(a!) 2022-09-27T15:35:36.6725387Z processing existing schema: aten::_linalg_eigh(Tensor A, str UPLO="L", bool compute_v=True) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-09-27T15:35:36.6729099Z processing existing schema: aten::_linalg_eigh.eigenvalues(Tensor A, str UPLO="L", bool compute_v=True, *, Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-09-27T15:35:36.6731649Z processing existing schema: aten::nan_to_num(Tensor self, float? nan=None, float? posinf=None, float? neginf=None) -> Tensor 2022-09-27T15:35:36.6735210Z processing existing schema: aten::nan_to_num.out(Tensor self, float? nan=None, float? posinf=None, float? neginf=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6737275Z processing existing schema: aten::_linalg_det(Tensor A) -> (Tensor result, Tensor LU, Tensor pivots) 2022-09-27T15:35:36.6741151Z processing existing schema: aten::_linalg_det.result(Tensor A, *, Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots) -> (Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots) 2022-09-27T15:35:36.6742793Z processing existing schema: aten::logdet(Tensor self) -> Tensor 2022-09-27T15:35:36.6745482Z processing existing schema: aten::linalg_slogdet(Tensor A) -> (Tensor sign, Tensor logabsdet) 2022-09-27T15:35:36.6747803Z processing existing schema: aten::linalg_slogdet.out(Tensor A, *, Tensor(a!) sign, Tensor(b!) logabsdet) -> (Tensor(a!) sign, Tensor(b!) logabsdet) 2022-09-27T15:35:36.6749867Z processing existing schema: aten::linalg_matrix_power(Tensor self, int n) -> Tensor 2022-09-27T15:35:36.6752845Z processing existing schema: aten::linalg_matrix_power.out(Tensor self, int n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6755742Z processing existing schema: aten::linalg_ldl_factor_ex(Tensor self, *, bool hermitian=False, bool check_errors=False) -> (Tensor LD, Tensor pivots, Tensor info) 2022-09-27T15:35:36.6759564Z processing existing schema: aten::linalg_ldl_factor_ex.out(Tensor self, *, bool hermitian=False, bool check_errors=False, Tensor(a!) LD, Tensor(b!) pivots, Tensor(c!) info) -> (Tensor(a!) LD, Tensor(b!) pivots, Tensor(c!) info) 2022-09-27T15:35:36.6762768Z processing existing schema: aten::new_full(Tensor self, int[] size, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.6765799Z processing existing schema: aten::new_full.out(Tensor self, int[] size, Scalar fill_value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6769134Z processing existing schema: aten::new_ones(Tensor self, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.6772247Z processing existing schema: aten::new_ones.out(Tensor self, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6774297Z processing existing schema: aten::is_nonzero(Tensor self) -> bool 2022-09-27T15:35:36.6776365Z processing existing schema: aten::item(Tensor self) -> Scalar 2022-09-27T15:35:36.6778166Z processing existing schema: aten::_local_scalar_dense(Tensor self) -> Scalar 2022-09-27T15:35:36.6780784Z processing existing schema: aten::_unique2(Tensor self, bool sorted=True, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.6785296Z processing existing schema: aten::_unique2.out(Tensor self, bool sorted=True, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.6787587Z processing existing schema: aten::unique_consecutive(Tensor self, bool return_inverse=False, bool return_counts=False, int? dim=None) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.6791674Z processing existing schema: aten::unique_consecutive.out(Tensor self, bool return_inverse=False, bool return_counts=False, int? dim=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.6793624Z processing existing schema: aten::diag(Tensor self, int diagonal=0) -> Tensor 2022-09-27T15:35:36.6796828Z processing existing schema: aten::diag.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6799390Z processing existing schema: quantized::relu6(Tensor qx, bool inplace=False) -> Tensor 2022-09-27T15:35:36.6801877Z processing existing schema: aten::unique_dim(Tensor self, int dim, bool sorted=True, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.6806019Z processing existing schema: aten::unique_dim.out(Tensor self, int dim, bool sorted=True, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.6807709Z processing existing schema: aten::nonzero(Tensor self) -> Tensor 2022-09-27T15:35:36.6810628Z processing existing schema: aten::nonzero.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6813416Z processing existing schema: aten::multiply_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.6816356Z processing existing schema: aten::multiply_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.6820375Z processing existing schema: aten::_index_put_impl_(Tensor(a!) self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor(a!) 2022-09-27T15:35:36.6823719Z processing existing schema: aten::_index_put_impl_.hacked_twin(Tensor(a!) self, Tensor[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor(a!) 2022-09-27T15:35:36.6825811Z processing existing schema: aten::multiply.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.6827970Z processing existing schema: aten::multiply.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.6830961Z processing existing schema: aten::multiply.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6833662Z processing existing schema: aten::true_divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.6836421Z processing existing schema: aten::true_divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.6839502Z processing existing schema: aten::upsample_nearest1d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.6842565Z processing existing schema: aten::upsample_nearest1d_backward(Tensor grad_output, int[1] output_size, int[3] input_size, float? scales=None) -> Tensor 2022-09-27T15:35:36.6846552Z processing existing schema: aten::upsample_nearest1d_backward.grad_input(Tensor grad_output, int[1] output_size, int[3] input_size, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.6850130Z processing existing schema: aten::upsample_nearest1d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6852729Z processing existing schema: aten::divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.6855895Z processing existing schema: aten::divide_.Tensor_mode(Tensor(a!) self, Tensor other, *, str? rounding_mode) -> Tensor(a!) 2022-09-27T15:35:36.6859041Z processing existing schema: aten::divide_.Scalar_mode(Tensor(a!) self, Scalar other, *, str? rounding_mode) -> Tensor(a!) 2022-09-27T15:35:36.6861632Z processing existing schema: aten::divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.6863889Z processing existing schema: quantized::conv2d_groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:36.6866451Z processing existing schema: aten::upsample_nearest1d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.6869155Z processing existing schema: aten::upsample_nearest1d(Tensor self, int[1] output_size, float? scales=None) -> Tensor 2022-09-27T15:35:36.6872779Z processing existing schema: aten::upsample_nearest1d.out(Tensor self, int[1] output_size, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6876197Z processing existing schema: aten::upsample_nearest1d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6878420Z processing existing schema: aten::divide.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.6880539Z processing existing schema: aten::divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.6882977Z processing existing schema: aten::divide.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> Tensor 2022-09-27T15:35:36.6885362Z processing existing schema: aten::divide.Scalar_mode(Tensor self, Scalar other, *, str? rounding_mode) -> Tensor 2022-09-27T15:35:36.6888376Z processing existing schema: aten::divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6891540Z processing existing schema: aten::divide.out_mode(Tensor self, Tensor other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6894001Z processing existing schema: quantized::conv2d_dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.6896899Z processing existing schema: aten::pad(Tensor self, int[] pad, str mode="constant", float? value=None) -> Tensor 2022-09-27T15:35:36.6900090Z processing existing schema: aten::linalg_diagonal(Tensor(a) A, *, int offset=0, int dim1=-2, int dim2=-1) -> Tensor(a) 2022-09-27T15:35:36.6902155Z processing existing schema: aten::type_as(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.6904560Z processing existing schema: aten::linalg_pinv(Tensor self, float rcond, bool hermitian=False) -> Tensor 2022-09-27T15:35:36.6907530Z processing existing schema: aten::linalg_pinv.atol_rtol_float(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False) -> Tensor 2022-09-27T15:35:36.6910382Z processing existing schema: aten::linalg_pinv.atol_rtol_tensor(Tensor self, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False) -> Tensor 2022-09-27T15:35:36.6913878Z processing existing schema: aten::linalg_pinv.atol_rtol_tensor_out(Tensor self, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6917453Z processing existing schema: aten::linalg_pinv.atol_rtol_float_out(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6920573Z processing existing schema: aten::linalg_pinv.out(Tensor self, float rcond, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6922978Z processing existing schema: aten::linalg_pinv.rcond_tensor(Tensor self, Tensor rcond, bool hermitian=False) -> Tensor 2022-09-27T15:35:36.6926239Z processing existing schema: aten::linalg_pinv.out_rcond_tensor(Tensor self, Tensor rcond, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6929285Z processing existing schema: aten::_convolution_mode(Tensor input, Tensor weight, Tensor? bias, int[] stride, str padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:36.6931209Z processing existing schema: aten::vstack(Tensor[] tensors) -> Tensor 2022-09-27T15:35:36.6934398Z processing existing schema: aten::vstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6936385Z processing existing schema: aten::var_mean(Tensor self, bool unbiased=True) -> (Tensor, Tensor) 2022-09-27T15:35:36.6939079Z processing existing schema: aten::var_mean.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.6941844Z processing existing schema: aten::var_mean.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.6944435Z processing existing schema: aten::var_mean.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.6947144Z processing existing schema: aten::var_mean.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.6950869Z processing existing schema: aten::var_mean.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.6953459Z processing existing schema: aten::elu(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor 2022-09-27T15:35:36.6956941Z processing existing schema: aten::elu.out(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.6959289Z processing existing schema: quantized::conv3d_transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:36.6961796Z processing existing schema: aten::value_selecting_reduction_backward(Tensor grad, int dim, Tensor indices, int[] sizes, bool keepdim) -> Tensor 2022-09-27T15:35:36.6964187Z processing existing schema: aten::trapz.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-09-27T15:35:36.6966769Z processing existing schema: aten::trapz.dx(Tensor y, *, float dx=1., int dim=-1) -> Tensor 2022-09-27T15:35:36.6968835Z processing existing schema: aten::std_mean(Tensor self, bool unbiased=True) -> (Tensor, Tensor) 2022-09-27T15:35:36.6971562Z processing existing schema: aten::std_mean.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.6974278Z processing existing schema: aten::std_mean.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.6976914Z processing existing schema: aten::std_mean.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.6979557Z processing existing schema: aten::std_mean.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.6983365Z processing existing schema: aten::std_mean.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.6985584Z processing existing schema: aten::std(Tensor self, bool unbiased=True) -> Tensor 2022-09-27T15:35:36.6989729Z processing existing schema: aten::std.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.6993294Z processing existing schema: aten::std.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.6997928Z processing existing schema: aten::std.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.7000965Z processing existing schema: aten::std.names_out(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7005119Z processing existing schema: aten::std.out(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7008926Z processing existing schema: aten::std.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7012144Z processing existing schema: aten::std.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.7016077Z processing existing schema: aten::std.correction_names_out(Tensor self, str[1] dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7018961Z processing existing schema: aten::special_softmax(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.7021275Z processing existing schema: aten::special_polygamma(int n, Tensor self) -> Tensor 2022-09-27T15:35:36.7024515Z processing existing schema: aten::special_polygamma.out(int n, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7026898Z processing existing schema: aten::special_multigammaln(Tensor self, int p) -> Tensor 2022-09-27T15:35:36.7030121Z processing existing schema: aten::special_multigammaln.out(Tensor self, int p, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7032498Z processing existing schema: aten::block_diag(Tensor[] tensors) -> Tensor 2022-09-27T15:35:36.7035715Z processing existing schema: aten::block_diag.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7039377Z processing existing schema: quantized::quantized_rnn_relu_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-09-27T15:35:36.7041913Z processing existing schema: aten::special_logsumexp(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.7045691Z processing existing schema: aten::special_logsumexp.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7048411Z processing existing schema: aten::special_log_softmax(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.7050986Z processing existing schema: aten::special_logit(Tensor self, float? eps=None) -> Tensor 2022-09-27T15:35:36.7054390Z processing existing schema: aten::special_logit.out(Tensor self, float? eps=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7056991Z processing existing schema: aten::special_gammainc(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7060270Z processing existing schema: aten::special_gammainc.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7063137Z processing existing schema: aten::acosh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.7065483Z processing existing schema: aten::row_stack(Tensor[] tensors) -> Tensor 2022-09-27T15:35:36.7068716Z processing existing schema: aten::row_stack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7071448Z processing existing schema: aten::ravel(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.7074275Z processing existing schema: aten::positive(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.7076913Z processing existing schema: aten::_sample_dirichlet(Tensor self, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.7080418Z processing existing schema: aten::_sample_dirichlet.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7084279Z processing existing schema: aten::pairwise_distance(Tensor x1, Tensor x2, float p=2., float eps=9.9999999999999995e-07, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.7086596Z processing existing schema: aten::outer(Tensor self, Tensor vec2) -> Tensor 2022-09-27T15:35:36.7089835Z processing existing schema: aten::outer.out(Tensor self, Tensor vec2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7092371Z processing existing schema: aten::_pad_circular(Tensor self, int[] pad) -> Tensor 2022-09-27T15:35:36.7094873Z processing existing schema: aten::not_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7097439Z processing existing schema: aten::not_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.7100916Z processing existing schema: aten::not_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7103917Z processing existing schema: aten::not_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7107159Z processing existing schema: aten::nll_loss_nd(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-09-27T15:35:36.7109335Z processing existing schema: aten::negative(Tensor self) -> Tensor 2022-09-27T15:35:36.7112488Z processing existing schema: aten::negative.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7114822Z processing existing schema: aten::msort(Tensor self) -> Tensor 2022-09-27T15:35:36.7117917Z processing existing schema: aten::msort.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7121280Z processing existing schema: aten::moveaxis.intlist(Tensor(a) self, int[] source, int[] destination) -> Tensor(a) 2022-09-27T15:35:36.7124295Z processing existing schema: aten::moveaxis.int(Tensor(a) self, int source, int destination) -> Tensor(a) 2022-09-27T15:35:36.7126754Z processing existing schema: aten::min.other(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7128988Z processing existing schema: aten::min(Tensor self) -> Tensor 2022-09-27T15:35:36.7131661Z processing existing schema: aten::min.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.7135375Z processing existing schema: aten::min.dim_min(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) min, Tensor(b!) min_indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.7137920Z processing existing schema: aten::min.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.7141528Z processing existing schema: aten::min.names_dim_min(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) min, Tensor(b!) min_indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.7144675Z processing existing schema: aten::min.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7147187Z processing existing schema: aten::meshgrid(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:36.7150107Z processing existing schema: aten::meshgrid.indexing(Tensor[] tensors, *, str indexing) -> Tensor[] 2022-09-27T15:35:36.7154582Z processing existing schema: aten::max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:36.7159032Z processing existing schema: aten::max_pool1d_with_indices(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> (Tensor, Tensor) 2022-09-27T15:35:36.7161223Z processing existing schema: aten::max.other(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7163506Z processing existing schema: aten::max(Tensor self) -> Tensor 2022-09-27T15:35:36.7166503Z processing existing schema: aten::max.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.7170083Z processing existing schema: aten::max.dim_max(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) max, Tensor(b!) max_values) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.7172452Z processing existing schema: aten::max.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.7176305Z processing existing schema: aten::max.names_dim_max(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) max, Tensor(b!) max_values) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.7179374Z processing existing schema: aten::max.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7181728Z processing existing schema: aten::matrix_power(Tensor self, int n) -> Tensor 2022-09-27T15:35:36.7185096Z processing existing schema: aten::matrix_power.out(Tensor self, int n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7187764Z processing existing schema: aten::linalg_solve_ex(Tensor A, Tensor B, *, bool left=True, bool check_errors=False) -> (Tensor result, Tensor info) 2022-09-27T15:35:36.7191536Z processing existing schema: aten::linalg_solve_ex.out(Tensor A, Tensor B, *, bool left=True, bool check_errors=False, Tensor(a!) result, Tensor(b!) info) -> (Tensor(a!) result, Tensor(b!) info) 2022-09-27T15:35:36.7196075Z processing existing schema: aten::_convolution_double_backward(Tensor? ggI, Tensor? ggW, Tensor? ggb, Tensor gO, Tensor weight, Tensor self, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.7199625Z processing existing schema: aten::linalg_norm(Tensor self, Scalar? ord=None, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.7203129Z processing existing schema: aten::linalg_norm.ord_str(Tensor self, str ord, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.7207542Z processing existing schema: aten::linalg_norm.out(Tensor self, Scalar? ord=None, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7211807Z processing existing schema: aten::linalg_norm.ord_str_out(Tensor self, str ord, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7214113Z processing existing schema: aten::linalg_matmul(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7217466Z processing existing schema: aten::linalg_matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7219681Z processing existing schema: aten::linalg_det(Tensor A) -> Tensor 2022-09-27T15:35:36.7222820Z processing existing schema: aten::linalg_det.out(Tensor A, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7225294Z processing existing schema: aten::less.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7227824Z processing existing schema: aten::less.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.7231077Z processing existing schema: aten::less.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7234300Z processing existing schema: aten::less.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7236877Z processing existing schema: aten::less_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7239756Z processing existing schema: aten::less_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.7242913Z processing existing schema: aten::less_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7245900Z processing existing schema: aten::less_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7249502Z processing existing schema: aten::instance_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool use_input_stats, float momentum, float eps, bool cudnn_enabled) -> Tensor 2022-09-27T15:35:36.7251631Z processing existing schema: aten::inner(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7254891Z processing existing schema: aten::inner.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7257841Z processing existing schema: aten::index_select_backward(Tensor grad, int[] self_sizes, int dim, Tensor index) -> Tensor 2022-09-27T15:35:36.7260151Z processing existing schema: aten::hstack(Tensor[] tensors) -> Tensor 2022-09-27T15:35:36.7263393Z processing existing schema: aten::hstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7266852Z processing existing schema: aten::gradient.scalarint(Tensor self, *, Scalar? spacing=None, int? dim=None, int edge_order=1) -> Tensor[] 2022-09-27T15:35:36.7270129Z processing existing schema: aten::gradient.scalararray(Tensor self, *, Scalar spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-09-27T15:35:36.7272974Z processing existing schema: aten::gradient.array(Tensor self, *, int[] dim, int edge_order=1) -> Tensor[] 2022-09-27T15:35:36.7276325Z processing existing schema: aten::gradient.scalarrayint(Tensor self, *, Scalar[] spacing, int? dim=None, int edge_order=1) -> Tensor[] 2022-09-27T15:35:36.7279709Z processing existing schema: aten::gradient.scalarrayarray(Tensor self, *, Scalar[] spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-09-27T15:35:36.7283069Z processing existing schema: aten::gradient.tensorarrayint(Tensor self, *, Tensor[] spacing, int? dim=None, int edge_order=1) -> Tensor[] 2022-09-27T15:35:36.7286329Z processing existing schema: aten::gradient.tensorarray(Tensor self, *, Tensor[] spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-09-27T15:35:36.7288720Z processing existing schema: aten::ger(Tensor self, Tensor vec2) -> Tensor 2022-09-27T15:35:36.7292016Z processing existing schema: aten::ger.out(Tensor self, Tensor vec2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7294464Z processing existing schema: aten::float_power.Tensor_Tensor(Tensor self, Tensor exponent) -> Tensor 2022-09-27T15:35:36.7297095Z processing existing schema: aten::float_power.Tensor_Scalar(Tensor self, Scalar exponent) -> Tensor 2022-09-27T15:35:36.7300342Z processing existing schema: aten::float_power.Tensor_Tensor_out(Tensor self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7302783Z processing existing schema: aten::float_power.Scalar(Scalar self, Tensor exponent) -> Tensor 2022-09-27T15:35:36.7306079Z processing existing schema: aten::float_power.Scalar_out(Scalar self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7309314Z processing existing schema: aten::float_power.Tensor_Scalar_out(Tensor self, Scalar exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7311532Z processing existing schema: aten::flipud(Tensor self) -> Tensor 2022-09-27T15:35:36.7313842Z processing existing schema: aten::fliplr(Tensor self) -> Tensor 2022-09-27T15:35:36.7316162Z processing existing schema: aten::fix(Tensor self) -> Tensor 2022-09-27T15:35:36.7319419Z processing existing schema: aten::fix.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7322376Z processing existing schema: aten::fft_ifftshift(Tensor self, int[1]? dim=None) -> Tensor 2022-09-27T15:35:36.7324599Z processing existing schema: aten::lower(str self) -> str 2022-09-27T15:35:36.7328240Z processing existing schema: aten::fft_hfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:36.7332686Z processing existing schema: aten::fft_hfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7334900Z processing existing schema: aten::is_contiguous(Tensor self) -> bool 2022-09-27T15:35:36.7338966Z processing existing schema: aten::fft_hfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:36.7343567Z processing existing schema: aten::fft_hfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7345807Z processing existing schema: aten::storage_offset(Tensor self) -> int 2022-09-27T15:35:36.7348749Z processing existing schema: aten::fft_fftshift(Tensor self, int[1]? dim=None) -> Tensor 2022-09-27T15:35:36.7351019Z processing existing schema: aten::numel(Tensor self) -> int 2022-09-27T15:35:36.7353582Z processing existing schema: aten::var(Tensor self, bool unbiased=True) -> Tensor 2022-09-27T15:35:36.7356886Z processing existing schema: aten::var.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.7360216Z processing existing schema: aten::var.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.7363580Z processing existing schema: aten::var.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.7367475Z processing existing schema: aten::var.names_out(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7371502Z processing existing schema: aten::var.out(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7375699Z processing existing schema: aten::var.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7378980Z processing existing schema: aten::var.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.7382888Z processing existing schema: aten::var.correction_names_out(Tensor self, str[1] dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7385578Z processing existing schema: aten::embedding_backward(Tensor grad, Tensor indices, int num_weights, int padding_idx, bool scale_grad_by_freq, bool sparse) -> Tensor 2022-09-27T15:35:36.7387969Z processing existing schema: quantized::conv_transpose2d_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.7390669Z processing existing schema: aten::upsample_trilinear3d.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.7394012Z processing existing schema: aten::upsample_trilinear3d(Tensor self, int[3] output_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.7398449Z processing existing schema: aten::upsample_trilinear3d.out(Tensor self, int[3] output_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7401795Z processing existing schema: aten::upsample_trilinear3d.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7403776Z processing existing schema: aten::dstack(Tensor[] tensors) -> Tensor 2022-09-27T15:35:36.7406801Z processing existing schema: aten::dstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7409649Z processing existing schema: quantized::conv3d_dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.7412201Z processing existing schema: aten::upsample_bicubic2d.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.7415405Z processing existing schema: aten::upsample_bicubic2d(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.7419139Z processing existing schema: aten::upsample_bicubic2d.out(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7422433Z processing existing schema: aten::upsample_bicubic2d.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7425168Z processing existing schema: aten::diff(Tensor self, int n=1, int dim=-1, Tensor? prepend=None, Tensor? append=None) -> Tensor 2022-09-27T15:35:36.7428767Z processing existing schema: aten::diff.out(Tensor self, int n=1, int dim=-1, Tensor? prepend=None, Tensor? append=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7430715Z processing existing schema: quantized::conv2d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:36.7432947Z processing existing schema: aten::unique_dim_consecutive(Tensor self, int dim, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.7436702Z processing existing schema: aten::unique_dim_consecutive.out(Tensor self, int dim, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.7438863Z processing existing schema: aten::diag_backward(Tensor grad, int[] input_sizes, int diagonal) -> Tensor 2022-09-27T15:35:36.7441247Z processing existing schema: quantized::leaky_relu(Tensor qx, Scalar negative_slope, bool inplace, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.7443030Z processing existing schema: aten::det(Tensor self) -> Tensor 2022-09-27T15:35:36.7446074Z processing existing schema: quantized::mul_scalar_relu_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.7448942Z processing existing schema: quantized::mul_scalar_relu_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.7450950Z processing existing schema: aten::tile(Tensor self, int[] dims) -> Tensor 2022-09-27T15:35:36.7452710Z processing existing schema: aten::corrcoef(Tensor self) -> Tensor 2022-09-27T15:35:36.7457160Z processing existing schema: quantized::embedding_bag_byte(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-09-27T15:35:36.7459010Z processing existing schema: aten::subtract.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.7462068Z processing existing schema: aten::subtract.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7464316Z processing existing schema: aten::subtract.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.7466364Z processing existing schema: aten::concat(Tensor[] tensors, int dim=0) -> Tensor 2022-09-27T15:35:36.7469521Z processing existing schema: aten::concat.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7471670Z processing existing schema: aten::concat.names(Tensor[] tensors, str dim) -> Tensor 2022-09-27T15:35:36.7474596Z processing existing schema: aten::concat.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7477228Z processing existing schema: quantized::conv_transpose3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.7478822Z processing existing schema: aten::special_ndtr(Tensor self) -> Tensor 2022-09-27T15:35:36.7481443Z processing existing schema: aten::special_ndtr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7483417Z processing existing schema: aten::cartesian_prod(Tensor[] tensors) -> Tensor 2022-09-27T15:35:36.7498593Z processing existing schema: sparse::qlinear_relu_dynamic(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-09-27T15:35:36.7499301Z processing existing schema: aten::broadcast_to(Tensor(a) self, int[] size) -> Tensor(a) 2022-09-27T15:35:36.7499956Z processing existing schema: sparse::qlinear(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-09-27T15:35:36.7500583Z processing existing schema: aten::broadcast_tensors(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:36.7501203Z processing existing schema: aten::batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, bool cudnn_enabled) -> Tensor 2022-09-27T15:35:36.7501880Z schema: static_runtime::fused_equally_split(Tensor input, int num_split, int dim) -> ... found on allowlist, skipping 2022-09-27T15:35:36.7502503Z processing existing schema: aten::atleast_3d(Tensor self) -> Tensor 2022-09-27T15:35:36.7502917Z processing existing schema: aten::atleast_3d.Sequence(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:36.7503313Z processing existing schema: aten::atleast_2d(Tensor self) -> Tensor 2022-09-27T15:35:36.7504821Z processing existing schema: aten::atleast_2d.Sequence(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:36.7506629Z processing existing schema: aten::atleast_1d(Tensor self) -> Tensor 2022-09-27T15:35:36.7508958Z processing existing schema: aten::atleast_1d.Sequence(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:36.7510693Z processing existing schema: aten::arctanh(Tensor self) -> Tensor 2022-09-27T15:35:36.7513255Z processing existing schema: aten::arctanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7515093Z processing existing schema: aten::arctan(Tensor self) -> Tensor 2022-09-27T15:35:36.7518177Z processing existing schema: aten::arctan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7520888Z processing existing schema: aten::arcsinh(Tensor self) -> Tensor 2022-09-27T15:35:36.7523045Z processing existing schema: aten::arcsinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7525374Z processing existing schema: aten::sinh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.7527268Z processing existing schema: aten::arccosh(Tensor self) -> Tensor 2022-09-27T15:35:36.7530284Z processing existing schema: aten::arccosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7532473Z processing existing schema: aten::sinc_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.7534361Z processing existing schema: aten::arccos(Tensor self) -> Tensor 2022-09-27T15:35:36.7537239Z processing existing schema: aten::arccos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7539619Z processing existing schema: aten::selu_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.7541888Z processing existing schema: aten::adjoint(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.7546798Z processing existing schema: aten::rrelu_(Tensor(a!) self, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:36.7548778Z processing existing schema: aten::adaptive_avg_pool2d(Tensor self, int[2] output_size) -> Tensor 2022-09-27T15:35:36.7551949Z processing existing schema: aten::adaptive_avg_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7555906Z processing existing schema: aten::rrelu(Tensor self, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.7558046Z processing existing schema: aten::adaptive_avg_pool1d(Tensor self, int[1] output_size) -> Tensor 2022-09-27T15:35:36.7560057Z processing existing schema: aten::adaptive_max_pool1d(Tensor self, int[1] output_size) -> (Tensor, Tensor) 2022-09-27T15:35:36.7563970Z processing existing schema: aten::avg_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], bool ceil_mode=False, bool count_include_pad=True) -> Tensor 2022-09-27T15:35:36.7565653Z processing existing schema: aten::arctan2(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7568520Z processing existing schema: aten::arctan2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7571111Z processing existing schema: aten::rot90(Tensor self, int k=1, int[] dims=[0, 1]) -> Tensor 2022-09-27T15:35:36.7574637Z processing existing schema: aten::rot90.out(Tensor self, int k=1, int[] dims=[0, 1], *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7576504Z processing existing schema: aten::absolute(Tensor self) -> Tensor 2022-09-27T15:35:36.7579052Z processing existing schema: aten::absolute.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7581094Z processing existing schema: aten::__xor__.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7583256Z processing existing schema: aten::__xor__.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.7584958Z processing existing schema: aten::__xor__.bool(bool a, bool b) -> bool 2022-09-27T15:35:36.7586983Z processing existing schema: aten::__xor__.int(int a, int b) -> int 2022-09-27T15:35:36.7589237Z processing existing schema: aten::__or__.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7591223Z processing existing schema: aten::__or__.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.7593015Z processing existing schema: aten::__or__.bool(bool a, bool b) -> bool 2022-09-27T15:35:36.7594965Z processing existing schema: aten::__or__.int(int a, int b) -> int 2022-09-27T15:35:36.7597479Z processing existing schema: aten::kthvalue(Tensor self, int k, int dim=-1, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.7599920Z processing existing schema: aten::kthvalue.dimname(Tensor self, int k, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.7603327Z processing existing schema: aten::kthvalue.dimname_out(Tensor self, int k, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.7606732Z processing existing schema: aten::kthvalue.values(Tensor self, int k, int dim=-1, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.7609079Z processing existing schema: aten::__ior__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.7611769Z processing existing schema: aten::__ior__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.7613835Z processing existing schema: aten::__and__.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.7616185Z processing existing schema: aten::__and__.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7617955Z processing existing schema: aten::__and__.bool(bool a, bool b) -> bool 2022-09-27T15:35:36.7619869Z processing existing schema: aten::__and__.int(int a, int b) -> int 2022-09-27T15:35:36.7622291Z processing existing schema: aten::upsample_nearest3d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.7625393Z processing existing schema: aten::upsample_nearest3d(Tensor self, int[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.7629271Z processing existing schema: aten::upsample_nearest3d.out(Tensor self, int[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7632415Z processing existing schema: aten::upsample_nearest3d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7634985Z processing existing schema: aten::dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-09-27T15:35:36.7637821Z processing existing schema: quantized::conv3d_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.7639542Z processing existing schema: aten::signbit(Tensor self) -> Tensor 2022-09-27T15:35:36.7641902Z processing existing schema: aten::signbit.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7644771Z processing existing schema: aten::alpha_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-09-27T15:35:36.7647021Z processing existing schema: aten::masked_select_backward(Tensor grad, Tensor input, Tensor mask) -> Tensor 2022-09-27T15:35:36.7649181Z processing existing schema: aten::masked_select(Tensor self, Tensor mask) -> Tensor 2022-09-27T15:35:36.7652185Z processing existing schema: aten::masked_select.out(Tensor self, Tensor mask, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7655086Z processing existing schema: aten::logical_xor_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.7657449Z processing existing schema: aten::logical_xor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7660451Z processing existing schema: aten::logical_xor.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7663212Z processing existing schema: aten::logical_or_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.7665820Z processing existing schema: aten::_fft_r2c(Tensor self, int[] dim, int normalization, bool onesided) -> Tensor 2022-09-27T15:35:36.7668952Z processing existing schema: aten::_fft_r2c.out(Tensor self, int[] dim, int normalization, bool onesided, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7670878Z processing existing schema: aten::logical_or(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7673958Z processing existing schema: aten::logical_or.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7676673Z processing existing schema: aten::logical_and_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.7678687Z processing existing schema: aten::logical_and(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.7681404Z processing existing schema: aten::logical_and.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7684555Z processing existing schema: aten::masked_fill_.Scalar(Tensor(a!) self, Tensor mask, Scalar value) -> Tensor(a!) 2022-09-27T15:35:36.7687036Z processing existing schema: aten::masked_fill_.Tensor(Tensor(a!) self, Tensor mask, Tensor value) -> Tensor(a!) 2022-09-27T15:35:36.7690008Z processing existing schema: aten::upsample_linear1d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.7693037Z processing existing schema: aten::upsample_linear1d_backward(Tensor grad_output, int[1] output_size, int[3] input_size, bool align_corners, float? scales=None) -> Tensor 2022-09-27T15:35:36.7697240Z processing existing schema: aten::upsample_linear1d_backward.grad_input(Tensor grad_output, int[1] output_size, int[3] input_size, bool align_corners, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.7700803Z processing existing schema: aten::upsample_linear1d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7703579Z schema: aten::div_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) has valid upgrader, skipping 2022-09-27T15:35:36.7706313Z schema: aten::div_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) has valid upgrader, skipping 2022-09-27T15:35:36.7709401Z schema: aten::div_.Tensor_mode(Tensor(a!) self, Tensor other, *, str? rounding_mode) -> Tensor(a!) has valid upgrader, skipping 2022-09-27T15:35:36.7712409Z schema: aten::div_.Scalar_mode(Tensor(a!) self, Scalar other, *, str? rounding_mode) -> Tensor(a!) has valid upgrader, skipping 2022-09-27T15:35:36.7714841Z processing existing schema: quantized::conv2d_output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.7717540Z processing existing schema: aten::mul_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.7720328Z processing existing schema: aten::mul_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.7723307Z processing existing schema: aten::mul_.t(t[](a!) l, int n) -> t[](a!) 2022-09-27T15:35:36.7726533Z processing existing schema: aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.7729577Z processing existing schema: aten::sub_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.7732097Z processing existing schema: aten::scatter.value(Tensor self, int dim, Tensor index, Scalar value) -> Tensor 2022-09-27T15:35:36.7734394Z processing existing schema: aten::scatter.src(Tensor self, int dim, Tensor index, Tensor src) -> Tensor 2022-09-27T15:35:36.7737285Z processing existing schema: aten::scatter.reduce(Tensor self, int dim, Tensor index, Tensor src, *, str reduce) -> Tensor 2022-09-27T15:35:36.7739724Z processing existing schema: aten::scatter.value_reduce(Tensor self, int dim, Tensor index, Scalar value, *, str reduce) -> Tensor 2022-09-27T15:35:36.7742918Z processing existing schema: aten::scatter.src_out(Tensor self, int dim, Tensor index, Tensor src, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7746141Z processing existing schema: aten::scatter.value_out(Tensor self, int dim, Tensor index, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7749476Z processing existing schema: aten::scatter.reduce_out(Tensor self, int dim, Tensor index, Tensor src, *, str reduce, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7752883Z processing existing schema: aten::scatter.value_reduce_out(Tensor self, int dim, Tensor index, Scalar value, *, str reduce, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7755289Z processing existing schema: aten::scatter.dimname_src(Tensor self, str dim, Tensor index, Tensor src) -> Tensor 2022-09-27T15:35:36.7757931Z processing existing schema: aten::scatter.dimname_value(Tensor self, str dim, Tensor index, Scalar value) -> Tensor 2022-09-27T15:35:36.7760931Z processing existing schema: aten::add_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.7763884Z processing existing schema: aten::add_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.7766587Z processing existing schema: aten::add_.t(t[](a!) self, t[] b) -> t[] 2022-09-27T15:35:36.7769104Z processing existing schema: aten::aminmax(Tensor self, *, int? dim=None, bool keepdim=False) -> (Tensor min, Tensor max) 2022-09-27T15:35:36.7772549Z processing existing schema: aten::aminmax.out(Tensor self, *, int? dim=None, bool keepdim=False, Tensor(a!) min, Tensor(b!) max) -> (Tensor(a!) min, Tensor(b!) max) 2022-09-27T15:35:36.7774590Z processing existing schema: aten::silu_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:36.7777740Z processing existing schema: aten::silu_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.7779781Z processing existing schema: aten::tanh_backward(Tensor grad_output, Tensor output) -> Tensor 2022-09-27T15:35:36.7782862Z processing existing schema: aten::tanh_backward.grad_input(Tensor grad_output, Tensor output, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.7784717Z processing existing schema: aten::asinh(Tensor self) -> Tensor 2022-09-27T15:35:36.7787595Z processing existing schema: aten::asinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7789588Z processing existing schema: aten::asinh.int(int a) -> float 2022-09-27T15:35:36.7791682Z processing existing schema: aten::asinh.float(float a) -> float 2022-09-27T15:35:36.7793729Z processing existing schema: aten::asinh.complex(complex a) -> complex 2022-09-27T15:35:36.7795788Z processing existing schema: aten::asinh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.7798510Z processing existing schema: aten::softshrink_backward(Tensor grad_output, Tensor self, Scalar lambd) -> Tensor 2022-09-27T15:35:36.7801465Z processing existing schema: aten::softshrink_backward.grad_input(Tensor grad_output, Tensor self, Scalar lambd, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.7803965Z processing existing schema: aten::gelu_backward(Tensor grad_output, Tensor self, *, str approximate="none") -> Tensor 2022-09-27T15:35:36.7807418Z processing existing schema: aten::gelu_backward.grad_input(Tensor grad_output, Tensor self, *, str approximate="none", Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.7809610Z processing existing schema: aten::log_sigmoid_backward(Tensor grad_output, Tensor self, Tensor buffer) -> Tensor 2022-09-27T15:35:36.7812872Z processing existing schema: aten::log_sigmoid_backward.grad_input(Tensor grad_output, Tensor self, Tensor buffer, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.7815132Z processing existing schema: aten::logit_backward(Tensor grad_output, Tensor self, float? eps=None) -> Tensor 2022-09-27T15:35:36.7818543Z processing existing schema: aten::logit_backward.grad_input(Tensor grad_output, Tensor self, float? eps=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.7820473Z processing existing schema: aten::hardswish_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:36.7823439Z processing existing schema: aten::hardswish_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7825332Z processing existing schema: aten::special_erfcx(Tensor self) -> Tensor 2022-09-27T15:35:36.7828185Z processing existing schema: aten::special_erfcx.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7831332Z processing existing schema: aten::bernoulli_.Tensor(Tensor(a!) self, Tensor p, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:36.7835281Z processing existing schema: aten::bernoulli_.float(Tensor(a!) self, float p=0.5, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:36.7837773Z processing existing schema: prim::MKLDNNClamp_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.7839759Z processing existing schema: aten::special_erfc(Tensor self) -> Tensor 2022-09-27T15:35:36.7842599Z processing existing schema: aten::special_erfc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7844874Z processing existing schema: aten::bernoulli(Tensor self, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.7847971Z processing existing schema: aten::bernoulli.out(Tensor self, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7850378Z processing existing schema: aten::bernoulli.p(Tensor self, float p, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.7852817Z processing existing schema: aten::bernoulli.Tensor(Tensor self, Tensor p, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.7856345Z processing existing schema: aten::bernoulli.Tensor_out(Tensor self, Tensor p, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7861671Z processing existing schema: aten::bernoulli.float_out(Tensor self, float p=0.5, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7865475Z processing existing schema: prim::MKLDNNHardTanh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.7866653Z schema: aten::linalg_inv(Tensor A) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.7867547Z schema: aten::linalg_inv.out(Tensor A, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.7870186Z processing existing schema: aten::lift_fresh_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.7874162Z processing existing schema: aten::lift_fresh_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7877517Z processing existing schema: aten::lift_fresh(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.7883668Z processing existing schema: aten::avg_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None) -> Tensor 2022-09-27T15:35:36.7890873Z processing existing schema: aten::avg_pool3d.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7893523Z processing existing schema: aten::lift(Tensor self) -> Tensor 2022-09-27T15:35:36.7897474Z processing existing schema: aten::lift.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7901365Z processing existing schema: aten::requires_grad_(Tensor(a!) self, bool requires_grad=True) -> Tensor(a!) 2022-09-27T15:35:36.7904302Z processing existing schema: aten::stride.int(Tensor self, int dim) -> int 2022-09-27T15:35:36.7907573Z processing existing schema: aten::stride.Dimname(Tensor self, str dim) -> int 2022-09-27T15:35:36.7910423Z processing existing schema: aten::stride(Tensor self) -> int[] 2022-09-27T15:35:36.7915421Z processing existing schema: aten::full_like(Tensor self, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.7918699Z processing existing schema: aten::full_like.out(Tensor self, Scalar fill_value, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7921859Z processing existing schema: aten::randint_like(Tensor self, int high, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.7925296Z processing existing schema: aten::randint_like.low_dtype(Tensor self, int low, int high, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.7927951Z processing existing schema: aten::randint_like.out(Tensor self, int high, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7931095Z processing existing schema: aten::randint_like.low_dtype_out(Tensor self, int low, int high, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7933986Z processing existing schema: aten::resize_(Tensor(a!) self, int[] size, *, MemoryFormat? memory_format=None) -> Tensor(a!) 2022-09-27T15:35:36.7936817Z processing existing schema: aten::hsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-09-27T15:35:36.7939587Z processing existing schema: aten::hsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-09-27T15:35:36.7942271Z processing existing schema: aten::rnn_relu_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-09-27T15:35:36.7944559Z processing existing schema: aten::alias(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.7947141Z processing existing schema: aten::margin_ranking_loss(Tensor input1, Tensor input2, Tensor target, float margin=0., int reduction=1) -> Tensor 2022-09-27T15:35:36.7949042Z processing existing schema: prim::MKLDNNScalarMul(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.7951873Z processing existing schema: aten::binary_cross_entropy_with_logits(Tensor self, Tensor target, Tensor? weight=None, Tensor? pos_weight=None, int reduction=1) -> Tensor 2022-09-27T15:35:36.7955463Z processing existing schema: aten::binary_cross_entropy_with_logits.out(Tensor self, Tensor target, Tensor? weight=None, Tensor? pos_weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7957501Z processing existing schema: aten::tril(Tensor self, int diagonal=0) -> Tensor 2022-09-27T15:35:36.7960470Z processing existing schema: aten::tril.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7964014Z processing existing schema: aten::cudnn_convolution_transpose(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32) -> Tensor 2022-09-27T15:35:36.7968020Z processing existing schema: aten::cudnn_convolution_transpose.out(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7970098Z processing existing schema: quantized::linear_dynamic_fp16(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-09-27T15:35:36.7972828Z processing existing schema: aten::index_put(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False) -> Tensor 2022-09-27T15:35:36.7976640Z processing existing schema: aten::index_put.out(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7979110Z processing existing schema: aten::index_put.hacked_twin(Tensor self, Tensor[] indices, Tensor values, bool accumulate=False) -> Tensor 2022-09-27T15:35:36.7981591Z processing existing schema: aten::addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.7984892Z processing existing schema: aten::addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7987023Z processing existing schema: aten::scatter_add(Tensor self, int dim, Tensor index, Tensor src) -> Tensor 2022-09-27T15:35:36.7990021Z processing existing schema: aten::scatter_add.out(Tensor self, int dim, Tensor index, Tensor src, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.7992301Z processing existing schema: aten::scatter_add.dimname(Tensor self, str dim, Tensor index, Tensor src) -> Tensor 2022-09-27T15:35:36.7994839Z processing existing schema: aten::linalg_solve_triangular(Tensor self, Tensor B, *, bool upper, bool left=True, bool unitriangular=False) -> Tensor 2022-09-27T15:35:36.7998214Z processing existing schema: aten::linalg_solve_triangular.out(Tensor self, Tensor B, *, bool upper, bool left=True, bool unitriangular=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8000034Z processing existing schema: aten::bmm(Tensor self, Tensor mat2) -> Tensor 2022-09-27T15:35:36.8002892Z processing existing schema: aten::bmm.out(Tensor self, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8005846Z processing existing schema: quantized::quantized_rnn_tanh_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-09-27T15:35:36.8007962Z processing existing schema: aten::embedding_dense_backward(Tensor grad_output, Tensor indices, int num_weights, int padding_idx, bool scale_grad_by_freq) -> Tensor 2022-09-27T15:35:36.8011144Z processing existing schema: aten::embedding_dense_backward.out(Tensor grad_output, Tensor indices, int num_weights, int padding_idx, bool scale_grad_by_freq, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8013257Z processing existing schema: quantized::conv_transpose2d_dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.8015049Z processing existing schema: aten::vdot(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.8018020Z processing existing schema: aten::vdot.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8020372Z processing existing schema: aten::tan_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.8023770Z processing existing schema: aten::convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups) -> Tensor 2022-09-27T15:35:36.8027857Z processing existing schema: aten::convolution.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8031027Z processing existing schema: quantized::conv_transpose2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:36.8033043Z processing existing schema: aten::repeat_interleave.Tensor(Tensor repeats, *, int? output_size=None) -> Tensor 2022-09-27T15:35:36.8035669Z processing existing schema: aten::repeat_interleave.self_Tensor(Tensor self, Tensor repeats, int? dim=None, *, int? output_size=None) -> Tensor 2022-09-27T15:35:36.8038309Z processing existing schema: aten::repeat_interleave.self_int(Tensor self, int repeats, int? dim=None, *, int? output_size=None) -> Tensor 2022-09-27T15:35:36.8041302Z processing existing schema: aten::repeat_interleave.Tensor_out(Tensor repeats, *, int? output_size=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8043116Z processing existing schema: aten::ne.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.8045083Z processing existing schema: aten::ne.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.8047870Z processing existing schema: aten::ne.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8050618Z processing existing schema: aten::ne.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8052712Z processing existing schema: aten::ne.int_list(int[] a, int[] b) -> bool 2022-09-27T15:35:36.8054735Z processing existing schema: aten::ne.device(Device a, Device b) -> bool 2022-09-27T15:35:36.8056842Z processing existing schema: aten::ne.bool(bool a, bool b) -> bool 2022-09-27T15:35:36.8058831Z processing existing schema: aten::ne.enum(AnyEnumType a, AnyEnumType b) -> bool 2022-09-27T15:35:36.8060748Z processing existing schema: aten::ne.int(int a, int b) -> bool 2022-09-27T15:35:36.8062767Z processing existing schema: aten::ne.complex(complex a, complex b) -> bool 2022-09-27T15:35:36.8064724Z processing existing schema: aten::ne.float(float a, float b) -> bool 2022-09-27T15:35:36.8066710Z processing existing schema: aten::ne.int_float(int a, float b) -> bool 2022-09-27T15:35:36.8068666Z processing existing schema: aten::ne.float_int(float a, int b) -> bool 2022-09-27T15:35:36.8070714Z processing existing schema: aten::ne.float_complex(float a, complex b) -> bool 2022-09-27T15:35:36.8072717Z processing existing schema: aten::ne.complex_float(complex a, float b) -> bool 2022-09-27T15:35:36.8074628Z processing existing schema: aten::ne(Scalar a, Scalar b) -> bool 2022-09-27T15:35:36.8076608Z processing existing schema: aten::ne.str(str a, str b) -> bool 2022-09-27T15:35:36.8079043Z processing existing schema: aten::ne.float_list(float[] a, float[] b) -> bool 2022-09-27T15:35:36.8081221Z processing existing schema: aten::ne.Tensor_list(Tensor[] a, Tensor[] b) -> bool 2022-09-27T15:35:36.8083448Z processing existing schema: aten::ne.bool_list(bool[] a, bool[] b) -> bool 2022-09-27T15:35:36.8085662Z processing existing schema: aten::ne.str_list(str[] a, str[] b) -> bool 2022-09-27T15:35:36.8088154Z processing existing schema: aten::_adaptive_avg_pool2d(Tensor self, int[2] output_size) -> Tensor 2022-09-27T15:35:36.8091308Z processing existing schema: aten::_adaptive_avg_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8093206Z processing existing schema: aten::le.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.8095145Z processing existing schema: aten::le.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.8098677Z processing existing schema: aten::le.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8102576Z processing existing schema: aten::le.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8105261Z processing existing schema: aten::le.int(int a, int b) -> bool 2022-09-27T15:35:36.8108119Z processing existing schema: aten::le.float(float a, float b) -> bool 2022-09-27T15:35:36.8110968Z processing existing schema: aten::le.int_float(int a, float b) -> bool 2022-09-27T15:35:36.8113862Z processing existing schema: aten::le.float_int(float a, int b) -> bool 2022-09-27T15:35:36.8116571Z processing existing schema: aten::le(Scalar a, Scalar b) -> bool 2022-09-27T15:35:36.8119507Z processing existing schema: aten::le.str(str a, str b) -> bool 2022-09-27T15:35:36.8122970Z processing existing schema: aten::view_as_complex(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.8126260Z processing existing schema: aten::swapaxes_(Tensor(a!) self, int axis0, int axis1) -> Tensor(a!) 2022-09-27T15:35:36.8128906Z processing existing schema: aten::contiguous(Tensor(a) self, *, MemoryFormat memory_format=0) -> Tensor(a) 2022-09-27T15:35:36.8131434Z processing existing schema: quantized::conv2d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:36.8133191Z processing existing schema: aten::lt.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.8135148Z processing existing schema: aten::lt.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.8138098Z processing existing schema: aten::lt.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8141078Z processing existing schema: aten::lt.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8142751Z processing existing schema: aten::lt.int(int a, int b) -> bool 2022-09-27T15:35:36.8144863Z processing existing schema: aten::lt.float(float a, float b) -> bool 2022-09-27T15:35:36.8146891Z processing existing schema: aten::lt.int_float(int a, float b) -> bool 2022-09-27T15:35:36.8148791Z processing existing schema: aten::lt.float_int(float a, int b) -> bool 2022-09-27T15:35:36.8150779Z processing existing schema: aten::lt(Scalar a, Scalar b) -> bool 2022-09-27T15:35:36.8152697Z processing existing schema: aten::lt.str(str a, str b) -> bool 2022-09-27T15:35:36.8154791Z processing existing schema: aten::eq.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.8156695Z processing existing schema: aten::eq.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.8159676Z processing existing schema: aten::eq.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8162340Z processing existing schema: aten::eq.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8164486Z processing existing schema: aten::eq.int_list(int[] a, int[] b) -> bool 2022-09-27T15:35:36.8166446Z processing existing schema: aten::eq.device(Device a, Device b) -> bool 2022-09-27T15:35:36.8168398Z processing existing schema: aten::eq.bool(bool a, bool b) -> bool 2022-09-27T15:35:36.8170384Z processing existing schema: aten::eq.enum(AnyEnumType a, AnyEnumType b) -> bool 2022-09-27T15:35:36.8172312Z processing existing schema: aten::eq.int(int a, int b) -> bool 2022-09-27T15:35:36.8174309Z processing existing schema: aten::eq.complex(complex a, complex b) -> bool 2022-09-27T15:35:36.8176553Z processing existing schema: aten::eq.float(float a, float b) -> bool 2022-09-27T15:35:36.8179055Z processing existing schema: aten::eq.int_float(int a, float b) -> bool 2022-09-27T15:35:36.8182002Z processing existing schema: aten::eq.float_int(float a, int b) -> bool 2022-09-27T15:35:36.8185002Z processing existing schema: aten::eq.float_complex(float a, complex b) -> bool 2022-09-27T15:35:36.8188002Z processing existing schema: aten::eq.complex_float(complex a, float b) -> bool 2022-09-27T15:35:36.8190752Z processing existing schema: aten::eq(Scalar a, Scalar b) -> bool 2022-09-27T15:35:36.8193304Z processing existing schema: aten::eq.str(str a, str b) -> bool 2022-09-27T15:35:36.8195598Z processing existing schema: aten::eq.float_list(float[] a, float[] b) -> bool 2022-09-27T15:35:36.8197916Z processing existing schema: aten::eq.Tensor_list(Tensor[] a, Tensor[] b) -> bool 2022-09-27T15:35:36.8200171Z processing existing schema: aten::eq.bool_list(bool[] a, bool[] b) -> bool 2022-09-27T15:35:36.8202453Z processing existing schema: aten::eq.str_list(str[] a, str[] b) -> bool 2022-09-27T15:35:36.8204674Z processing existing schema: quantized::conv_transpose3d_groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:36.8207314Z processing existing schema: aten::vsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-09-27T15:35:36.8210172Z processing existing schema: aten::vsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-09-27T15:35:36.8213436Z processing existing schema: aten::new_zeros(Tensor self, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.8216415Z processing existing schema: aten::new_zeros.out(Tensor self, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8218659Z processing existing schema: aten::stack(Tensor[] tensors, int dim=0) -> Tensor 2022-09-27T15:35:36.8221754Z processing existing schema: aten::stack.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8223573Z processing existing schema: aten::mv(Tensor self, Tensor vec) -> Tensor 2022-09-27T15:35:36.8226406Z processing existing schema: aten::mv.out(Tensor self, Tensor vec, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8229197Z processing existing schema: aten::upsample_nearest3d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.8232718Z processing existing schema: aten::upsample_nearest3d_backward(Tensor grad_output, int[3] output_size, int[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.8236967Z processing existing schema: aten::upsample_nearest3d_backward.grad_input(Tensor grad_output, int[3] output_size, int[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.8240403Z processing existing schema: aten::upsample_nearest3d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8243044Z processing existing schema: aten::dsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-09-27T15:35:36.8245941Z processing existing schema: aten::dsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-09-27T15:35:36.8248220Z processing existing schema: quantized::conv3d_output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.8250442Z processing existing schema: aten::resolve_neg(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.8252829Z processing existing schema: aten::resolve_conj(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.8254826Z processing existing schema: aten::heaviside(Tensor self, Tensor values) -> Tensor 2022-09-27T15:35:36.8257719Z processing existing schema: aten::heaviside.out(Tensor self, Tensor values, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8259685Z processing existing schema: aten::result_type.Tensor(Tensor tensor, Tensor other) -> ScalarType 2022-09-27T15:35:36.8261684Z processing existing schema: aten::result_type.Scalar(Tensor tensor, Scalar other) -> ScalarType 2022-09-27T15:35:36.8263734Z processing existing schema: aten::result_type.Scalar_Tensor(Scalar scalar, Tensor tensor) -> ScalarType 2022-09-27T15:35:36.8265753Z processing existing schema: aten::result_type.Scalar_Scalar(Scalar scalar1, Scalar scalar2) -> ScalarType 2022-09-27T15:35:36.8268294Z processing existing schema: aten::hinge_embedding_loss(Tensor self, Tensor target, float margin=1., int reduction=1) -> Tensor 2022-09-27T15:35:36.8270405Z processing existing schema: aten::threshold_backward(Tensor grad_output, Tensor self, Scalar threshold) -> Tensor 2022-09-27T15:35:36.8273398Z processing existing schema: aten::threshold_backward.grad_input(Tensor grad_output, Tensor self, Scalar threshold, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.8275404Z processing existing schema: aten::_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-09-27T15:35:36.8278442Z processing existing schema: aten::_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8280453Z processing existing schema: aten::pow.Tensor_Tensor(Tensor self, Tensor exponent) -> Tensor 2022-09-27T15:35:36.8282474Z processing existing schema: aten::pow.Tensor_Scalar(Tensor self, Scalar exponent) -> Tensor 2022-09-27T15:35:36.8284499Z processing existing schema: aten::pow.Scalar(Scalar self, Tensor exponent) -> Tensor 2022-09-27T15:35:36.8287417Z processing existing schema: aten::pow.Scalar_out(Scalar self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8290118Z processing existing schema: aten::pow.Tensor_Scalar_out(Tensor self, Scalar exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8292945Z processing existing schema: aten::pow.Tensor_Tensor_out(Tensor self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8294806Z processing existing schema: aten::pow.int(int a, int b) -> float 2022-09-27T15:35:36.8296929Z processing existing schema: aten::pow.complex(complex a, complex b) -> complex 2022-09-27T15:35:36.8298928Z processing existing schema: aten::pow.float(float a, float b) -> float 2022-09-27T15:35:36.8300925Z processing existing schema: aten::pow.int_float(int a, float b) -> float 2022-09-27T15:35:36.8302893Z processing existing schema: aten::pow.float_int(float a, int b) -> float 2022-09-27T15:35:36.8304923Z processing existing schema: aten::pow.float_complex(float a, complex b) -> complex 2022-09-27T15:35:36.8306971Z processing existing schema: aten::pow.complex_float(complex a, float b) -> complex 2022-09-27T15:35:36.8308995Z processing existing schema: aten::pow.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-09-27T15:35:36.8310974Z processing existing schema: aten::pow.int_to_int(int a, int b) -> int 2022-09-27T15:35:36.8313705Z processing existing schema: aten::upsample_linear1d.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.8316397Z processing existing schema: aten::upsample_linear1d(Tensor self, int[1] output_size, bool align_corners, float? scales=None) -> Tensor 2022-09-27T15:35:36.8320060Z processing existing schema: aten::upsample_linear1d.out(Tensor self, int[1] output_size, bool align_corners, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8323402Z processing existing schema: aten::upsample_linear1d.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8325436Z schema: aten::div.Tensor(Tensor self, Tensor other) -> Tensor has valid upgrader, skipping 2022-09-27T15:35:36.8327439Z schema: aten::div.Scalar(Tensor self, Scalar other) -> Tensor has valid upgrader, skipping 2022-09-27T15:35:36.8329760Z schema: aten::div.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> Tensor has valid upgrader, skipping 2022-09-27T15:35:36.8332026Z schema: aten::div.Scalar_mode(Tensor self, Scalar other, *, str? rounding_mode) -> Tensor has valid upgrader, skipping 2022-09-27T15:35:36.8334826Z schema: aten::div.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) has valid upgrader, skipping 2022-09-27T15:35:36.8337999Z schema: aten::div.out_mode(Tensor self, Tensor other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) has valid upgrader, skipping 2022-09-27T15:35:36.8340814Z processing existing schema: aten::div.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8343786Z processing existing schema: aten::div.Scalar_mode_out(Tensor self, Scalar other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8345723Z processing existing schema: aten::div.int(int a, int b) -> float 2022-09-27T15:35:36.8347751Z processing existing schema: aten::div.complex(complex a, complex b) -> complex 2022-09-27T15:35:36.8349785Z processing existing schema: aten::div.float(float a, float b) -> float 2022-09-27T15:35:36.8351788Z processing existing schema: aten::div(Scalar a, Scalar b) -> float 2022-09-27T15:35:36.8354175Z processing existing schema: quantized::conv2d_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.8356401Z processing existing schema: aten::mm(Tensor self, Tensor mat2) -> Tensor 2022-09-27T15:35:36.8358956Z processing existing schema: aten::mm.out(Tensor self, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8361639Z processing existing schema: aten::unfold(Tensor(a) self, int dimension, int size, int step) -> Tensor(a) 2022-09-27T15:35:36.8363917Z processing existing schema: aten::adaptive_max_pool3d_backward(Tensor grad_output, Tensor self, Tensor indices) -> Tensor 2022-09-27T15:35:36.8366779Z processing existing schema: aten::adaptive_max_pool3d_backward.grad_input(Tensor grad_output, Tensor self, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.8368924Z processing existing schema: aten::rsub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.8371227Z processing existing schema: aten::rsub.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.8374241Z processing existing schema: aten::rsub.Tensor_out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8377316Z processing existing schema: aten::rsub.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8379648Z processing existing schema: aten::addcdiv(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor 2022-09-27T15:35:36.8382839Z processing existing schema: aten::addcdiv.out(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8385116Z processing existing schema: aten::combinations(Tensor self, int r=2, bool with_replacement=False) -> Tensor 2022-09-27T15:35:36.8387790Z processing existing schema: quantized::conv_transpose1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.8390087Z processing existing schema: aten::sub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.8392544Z processing existing schema: aten::sub.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.8395522Z processing existing schema: aten::sub.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8398692Z processing existing schema: aten::sub.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8400309Z processing existing schema: aten::sub.int(int a, int b) -> int 2022-09-27T15:35:36.8402278Z processing existing schema: aten::sub.complex(complex a, complex b) -> complex 2022-09-27T15:35:36.8404209Z processing existing schema: aten::sub.float(float a, float b) -> float 2022-09-27T15:35:36.8406215Z processing existing schema: aten::sub.int_complex(int a, complex b) -> complex 2022-09-27T15:35:36.8408272Z processing existing schema: aten::sub.complex_int(complex a, int b) -> complex 2022-09-27T15:35:36.8410298Z processing existing schema: aten::sub.float_complex(float a, complex b) -> complex 2022-09-27T15:35:36.8412377Z processing existing schema: aten::sub.complex_float(complex a, float b) -> complex 2022-09-27T15:35:36.8414305Z processing existing schema: aten::sub.int_float(int a, float b) -> float 2022-09-27T15:35:36.8416485Z processing existing schema: aten::sub.float_int(float a, int b) -> float 2022-09-27T15:35:36.8418430Z processing existing schema: aten::sub(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:36.8420663Z processing existing schema: aten::sum_to_size(Tensor self, int[] size) -> Tensor 2022-09-27T15:35:36.8422538Z processing existing schema: aten::conj_physical(Tensor self) -> Tensor 2022-09-27T15:35:36.8425237Z processing existing schema: aten::conj_physical.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8427754Z processing existing schema: _quantized::conv_transpose1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.8430266Z processing existing schema: aten::lstm_cell(Tensor input, Tensor[] hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> (Tensor, Tensor) 2022-09-27T15:35:36.8432636Z processing existing schema: aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.8434802Z processing existing schema: aten::add.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.8437923Z processing existing schema: aten::add.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8440977Z processing existing schema: aten::add.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8443225Z processing existing schema: aten::add.t(t[] a, t[] b) -> t[] 2022-09-27T15:35:36.8445349Z processing existing schema: aten::add.str(str a, str b) -> str 2022-09-27T15:35:36.8447272Z processing existing schema: aten::add.int(int a, int b) -> int 2022-09-27T15:35:36.8449342Z processing existing schema: aten::add.complex(complex a, complex b) -> complex 2022-09-27T15:35:36.8451343Z processing existing schema: aten::add.float(float a, float b) -> float 2022-09-27T15:35:36.8453428Z processing existing schema: aten::add.int_complex(int a, complex b) -> complex 2022-09-27T15:35:36.8455783Z processing existing schema: aten::add.complex_int(complex a, int b) -> complex 2022-09-27T15:35:36.8457664Z processing existing schema: aten::add.float_complex(float a, complex b) -> complex 2022-09-27T15:35:36.8459696Z processing existing schema: aten::add.complex_float(complex a, float b) -> complex 2022-09-27T15:35:36.8461664Z processing existing schema: aten::add.int_float(int a, float b) -> float 2022-09-27T15:35:36.8463649Z processing existing schema: aten::add.float_int(float a, int b) -> float 2022-09-27T15:35:36.8465615Z processing existing schema: aten::add(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:36.8467901Z processing existing schema: aten::clone(Tensor self, *, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.8470843Z processing existing schema: aten::clone.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8473320Z processing existing schema: quantized::clamp(Tensor qx, Scalar? min=None, Scalar? max=None) -> Tensor qy 2022-09-27T15:35:36.8477428Z processing existing schema: aten::max_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:36.8481327Z processing existing schema: aten::convolution_backward(Tensor grad_output, Tensor input, Tensor weight, int[]? bias_sizes, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.8486668Z processing existing schema: aten::convolution_backward.out(Tensor grad_output, Tensor input, Tensor weight, int[]? bias_sizes, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.8489714Z processing existing schema: quantized::conv_transpose3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-09-27T15:35:36.8491294Z processing existing schema: aten::tanh(Tensor self) -> Tensor 2022-09-27T15:35:36.8494120Z processing existing schema: aten::tanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8496012Z processing existing schema: aten::tanh.int(int a) -> float 2022-09-27T15:35:36.8497836Z processing existing schema: aten::tanh.float(float a) -> float 2022-09-27T15:35:36.8499753Z processing existing schema: aten::tanh.complex(complex a) -> complex 2022-09-27T15:35:36.8501664Z processing existing schema: aten::tanh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8503861Z processing existing schema: aten::align_tensors(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:36.8505722Z processing existing schema: aten::sigmoid(Tensor self) -> Tensor 2022-09-27T15:35:36.8508594Z processing existing schema: aten::sigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8510684Z processing existing schema: aten::adaptive_max_pool2d_backward(Tensor grad_output, Tensor self, Tensor indices) -> Tensor 2022-09-27T15:35:36.8513741Z processing existing schema: aten::adaptive_max_pool2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.8515428Z processing existing schema: aten::rsqrt(Tensor self) -> Tensor 2022-09-27T15:35:36.8518220Z processing existing schema: aten::rsqrt.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8520933Z processing existing schema: aten::addbmm(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:36.8524443Z processing existing schema: aten::addbmm.out(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8526792Z processing existing schema: aten::squeeze_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.8529814Z processing existing schema: aten::squeeze_.dim(Tensor(a!) self, int dim) -> Tensor(a!) 2022-09-27T15:35:36.8532463Z processing existing schema: aten::squeeze_.dimname(Tensor(a!) self, str dim) -> Tensor(a!) 2022-09-27T15:35:36.8534295Z processing existing schema: aten::reciprocal(Tensor self) -> Tensor 2022-09-27T15:35:36.8537278Z processing existing schema: aten::reciprocal.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8538889Z processing existing schema: aten::neg(Tensor self) -> Tensor 2022-09-27T15:35:36.8541649Z processing existing schema: aten::neg.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8543443Z processing existing schema: aten::neg.int(int a) -> int 2022-09-27T15:35:36.8545347Z processing existing schema: aten::neg.float(float a) -> float 2022-09-27T15:35:36.8547286Z processing existing schema: aten::neg.complex(complex a) -> complex 2022-09-27T15:35:36.8549168Z processing existing schema: aten::neg.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8551643Z processing existing schema: aten::exp2_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.8553299Z schema: prepacked::unpack_prepacked_sizes_conv2d(Any W_prepack) -> Any found on allowlist, skipping 2022-09-27T15:35:36.8554874Z processing existing schema: prim::ConstantMKLDNNTensor(...) -> ... 2022-09-27T15:35:36.8556285Z processing existing schema: aten::log2(Tensor self) -> Tensor 2022-09-27T15:35:36.8559099Z processing existing schema: aten::log2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8560738Z processing existing schema: aten::special_sinc(Tensor self) -> Tensor 2022-09-27T15:35:36.8563404Z processing existing schema: aten::special_sinc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8565299Z processing existing schema: aten::chain_matmul(Tensor[] matrices) -> Tensor 2022-09-27T15:35:36.8568256Z processing existing schema: aten::chain_matmul.out(Tensor[] matrices, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8569952Z processing existing schema: aten::log1p(Tensor self) -> Tensor 2022-09-27T15:35:36.8572544Z processing existing schema: aten::log1p.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8574317Z processing existing schema: aten::log1p.int(int a) -> float 2022-09-27T15:35:36.8576234Z processing existing schema: aten::log1p.float(float a) -> float 2022-09-27T15:35:36.8577996Z processing existing schema: aten::log1p.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8579756Z processing existing schema: aten::log(Tensor self) -> Tensor 2022-09-27T15:35:36.8582421Z processing existing schema: aten::log.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8584154Z processing existing schema: aten::log.int(int a) -> float 2022-09-27T15:35:36.8585949Z processing existing schema: aten::log.float(float a) -> float 2022-09-27T15:35:36.8587796Z processing existing schema: aten::log.complex(complex a) -> complex 2022-09-27T15:35:36.8589780Z processing existing schema: aten::log.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8591619Z processing existing schema: aten::log.int_int(int a, int b) -> float 2022-09-27T15:35:36.8593511Z processing existing schema: aten::log.float_float(float a, float b) -> float 2022-09-27T15:35:36.8595474Z processing existing schema: aten::log.complex_complex(complex a, complex b) -> complex 2022-09-27T15:35:36.8597456Z processing existing schema: aten::log.int_float(int a, float b) -> float 2022-09-27T15:35:36.8599404Z processing existing schema: aten::log.float_int(float a, int b) -> float 2022-09-27T15:35:36.8601456Z processing existing schema: aten::log.int_complex(int a, complex b) -> complex 2022-09-27T15:35:36.8603343Z processing existing schema: aten::log.complex_int(complex a, int b) -> complex 2022-09-27T15:35:36.8605314Z processing existing schema: aten::log.float_complex(float a, complex b) -> complex 2022-09-27T15:35:36.8607272Z processing existing schema: aten::log.complex_float(complex a, float b) -> complex 2022-09-27T15:35:36.8609253Z processing existing schema: aten::log.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-09-27T15:35:36.8611819Z processing existing schema: aten::cdist(Tensor x1, Tensor x2, float p=2., int? compute_mode=None) -> Tensor 2022-09-27T15:35:36.8614548Z processing existing schema: quantized::add_relu_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.8616502Z processing existing schema: aten::linalg_matrix_exp(Tensor self) -> Tensor 2022-09-27T15:35:36.8619092Z processing existing schema: aten::linalg_matrix_exp.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8620867Z processing existing schema: aten::_conj_physical(Tensor self) -> Tensor 2022-09-27T15:35:36.8623527Z processing existing schema: aten::_conj_physical.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8625218Z processing existing schema: aten::lgamma(Tensor self) -> Tensor 2022-09-27T15:35:36.8627939Z processing existing schema: aten::lgamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8629859Z processing existing schema: aten::lgamma.int(int a) -> float 2022-09-27T15:35:36.8631803Z processing existing schema: aten::lgamma.float(float a) -> float 2022-09-27T15:35:36.8633989Z processing existing schema: aten::lgamma.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8635569Z processing existing schema: aten::floor(Tensor self) -> Tensor 2022-09-27T15:35:36.8638461Z processing existing schema: aten::floor.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8640698Z processing existing schema: aten::floor.int(int a) -> int 2022-09-27T15:35:36.8642732Z processing existing schema: aten::floor.float(float a) -> int 2022-09-27T15:35:36.8644656Z processing existing schema: aten::floor.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8646706Z processing existing schema: aten::qr(Tensor self, bool some=True) -> (Tensor Q, Tensor R) 2022-09-27T15:35:36.8649837Z processing existing schema: aten::qr.Q(Tensor self, bool some=True, *, Tensor(a!) Q, Tensor(b!) R) -> (Tensor(a!) Q, Tensor(b!) R) 2022-09-27T15:35:36.8652067Z processing existing schema: aten::sinh(Tensor self) -> Tensor 2022-09-27T15:35:36.8654472Z processing existing schema: aten::sinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8656413Z processing existing schema: aten::sinh.int(int a) -> float 2022-09-27T15:35:36.8658329Z processing existing schema: aten::sinh.float(float a) -> float 2022-09-27T15:35:36.8660276Z processing existing schema: aten::sinh.complex(complex a) -> complex 2022-09-27T15:35:36.8662239Z processing existing schema: aten::sinh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8665406Z processing existing schema: aten::feature_alpha_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-09-27T15:35:36.8667867Z processing existing schema: aten::cpu(Tensor(a) self) -> Tensor(a|b) 2022-09-27T15:35:36.8669945Z processing existing schema: prim::expand_as_copy(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.8672420Z processing existing schema: aten::normal.Tensor_float(Tensor mean, float std=1., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.8675657Z processing existing schema: aten::normal.Tensor_float_out(Tensor mean, float std=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8678832Z processing existing schema: aten::normal.float_Tensor_out(float mean, Tensor std, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8681112Z processing existing schema: aten::normal.float_Tensor(float mean, Tensor std, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.8683508Z processing existing schema: aten::normal.Tensor_Tensor(Tensor mean, Tensor std, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.8686628Z processing existing schema: aten::normal.Tensor_Tensor_out(Tensor mean, Tensor std, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8690358Z processing existing schema: aten::normal.float_float(float mean, float std, int[] size, *, Generator? generator=None, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.8693570Z processing existing schema: aten::normal.float_float_out(float mean, float std, int[] size, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8697185Z processing existing schema: aten::normal.out(Tensor self, float mean=0., float std=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8699275Z processing existing schema: aten::feature_alpha_dropout(Tensor input, float p, bool train) -> Tensor 2022-09-27T15:35:36.8699622Z schema: static_runtime::clamp_nan_to_num(Tensor input, Scalar? min, Scalar? max, float? nan, float? posinf, float? posinf) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.8701837Z processing existing schema: prim::expand_copy(Tensor self, int[] size, *, bool implicit=False) -> Tensor 2022-09-27T15:35:36.8703788Z processing existing schema: prim::unsqueeze_copy(Tensor self, int dim) -> Tensor 2022-09-27T15:35:36.8705700Z processing existing schema: aten::angle(Tensor self) -> Tensor 2022-09-27T15:35:36.8708456Z processing existing schema: aten::angle.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8710263Z processing existing schema: aten::angle.int(int a) -> float 2022-09-27T15:35:36.8712169Z processing existing schema: aten::angle.float(float a) -> float 2022-09-27T15:35:36.8714076Z processing existing schema: aten::angle.complex(complex a) -> float 2022-09-27T15:35:36.8716038Z processing existing schema: aten::angle.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8717955Z processing existing schema: aten::sin(Tensor self) -> Tensor 2022-09-27T15:35:36.8720744Z processing existing schema: aten::sin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8722588Z processing existing schema: aten::sin.int(int a) -> float 2022-09-27T15:35:36.8724484Z processing existing schema: aten::sin.float(float a) -> float 2022-09-27T15:35:36.8726403Z processing existing schema: aten::sin.complex(complex a) -> complex 2022-09-27T15:35:36.8728262Z processing existing schema: aten::sin.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8730198Z processing existing schema: prim::squeeze_copy(Tensor self) -> Tensor 2022-09-27T15:35:36.8732296Z processing existing schema: prim::squeeze_copy.dim(Tensor self, int dim) -> Tensor 2022-09-27T15:35:36.8735697Z processing existing schema: aten::cudnn_batch_norm_backward(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, Tensor reserveSpace) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:36.8740224Z processing existing schema: aten::cudnn_batch_norm_backward.out(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, Tensor reserveSpace, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:36.8742353Z processing existing schema: quantized::linear_relu(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-09-27T15:35:36.8744380Z processing existing schema: prim::infer_unsqueeze_size(int[] a, int dim) -> int[] 2022-09-27T15:35:36.8747086Z processing existing schema: aten::bitwise_left_shift_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.8749718Z processing existing schema: aten::bitwise_left_shift_.Tensor_Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.8752006Z processing existing schema: aten::leaky_relu_backward(Tensor grad_output, Tensor self, Scalar negative_slope, bool self_is_result) -> Tensor 2022-09-27T15:35:36.8755168Z processing existing schema: aten::leaky_relu_backward.grad_input(Tensor grad_output, Tensor self, Scalar negative_slope, bool self_is_result, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.8757134Z processing existing schema: aten::_add_batch_dim(Tensor self, int batch_dim, int level) -> Tensor 2022-09-27T15:35:36.8759805Z processing existing schema: aten::unsqueeze_(Tensor(a!) self, int dim) -> Tensor(a!) 2022-09-27T15:35:36.8762844Z processing existing schema: aten::multi_margin_loss(Tensor self, Tensor target, Scalar p=1, Scalar margin=1, Tensor? weight=None, int reduction=1) -> Tensor 2022-09-27T15:35:36.8766637Z processing existing schema: aten::multi_margin_loss.out(Tensor self, Tensor target, Scalar p=1, Scalar margin=1, Tensor? weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8769468Z processing existing schema: aten::upsample_bilinear2d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.8772861Z processing existing schema: aten::upsample_bilinear2d_backward(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.8777142Z processing existing schema: aten::upsample_bilinear2d_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.8780662Z processing existing schema: aten::upsample_bilinear2d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8782668Z processing existing schema: aten::dist(Tensor self, Tensor other, Scalar p=2) -> Tensor 2022-09-27T15:35:36.8785764Z processing existing schema: aten::dist.out(Tensor self, Tensor other, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8788118Z processing existing schema: quantized::conv2d_stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.8790021Z processing existing schema: aten::sigmoid_backward(Tensor grad_output, Tensor output) -> Tensor 2022-09-27T15:35:36.8792913Z processing existing schema: aten::sigmoid_backward.grad_input(Tensor grad_output, Tensor output, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.8795927Z processing existing schema: aten::exponential_(Tensor(a!) self, float lambd=1., *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:36.8799078Z processing existing schema: aten::get_gradients(int context_id) -> Dict(Tensor, Tensor) 2022-09-27T15:35:36.8801865Z processing existing schema: aten::nll_loss(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-09-27T15:35:36.8805458Z processing existing schema: aten::nll_loss.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8807270Z processing existing schema: aten::sqrt(Tensor self) -> Tensor 2022-09-27T15:35:36.8809921Z processing existing schema: aten::sqrt.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8811743Z processing existing schema: aten::sqrt.int(int a) -> float 2022-09-27T15:35:36.8813639Z processing existing schema: aten::sqrt.float(float a) -> float 2022-09-27T15:35:36.8815709Z processing existing schema: aten::sqrt.complex(complex a) -> complex 2022-09-27T15:35:36.8817510Z processing existing schema: aten::sqrt.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8819630Z processing existing schema: aten::clamp_max(Tensor self, Scalar max) -> Tensor 2022-09-27T15:35:36.8821679Z processing existing schema: aten::clamp_max.Tensor(Tensor self, Tensor max) -> Tensor 2022-09-27T15:35:36.8824453Z processing existing schema: aten::clamp_max.out(Tensor self, Scalar max, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8827274Z processing existing schema: aten::clamp_max.Tensor_out(Tensor self, Tensor max, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8830182Z processing existing schema: quantized::max_pool1d(Tensor qx, int[] kernel_size, int[] stride, int[] padding, int[] dilation, bool ceil_mode) -> Tensor 2022-09-27T15:35:36.8832081Z processing existing schema: aten::logaddexp2(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.8834900Z processing existing schema: aten::logaddexp2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8836958Z processing existing schema: aten::_unsafe_view(Tensor self, int[] size) -> Tensor 2022-09-27T15:35:36.8840006Z processing existing schema: aten::_unsafe_view.out(Tensor self, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8842026Z processing existing schema: aten::remainder.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.8844055Z processing existing schema: aten::remainder.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.8846135Z processing existing schema: aten::remainder.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:36.8848969Z processing existing schema: aten::remainder.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8851833Z processing existing schema: aten::remainder.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8854766Z processing existing schema: aten::remainder.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8856840Z processing existing schema: aten::remainder.int(int a, int b) -> int 2022-09-27T15:35:36.8858512Z processing existing schema: aten::remainder.float(float a, float b) -> float 2022-09-27T15:35:36.8860484Z processing existing schema: aten::remainder.int_float(int a, float b) -> float 2022-09-27T15:35:36.8862520Z processing existing schema: aten::remainder.float_int(float a, int b) -> float 2022-09-27T15:35:36.8864561Z processing existing schema: aten::remainder(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:36.8867129Z processing existing schema: aten::hardsigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.8869697Z processing existing schema: aten::_ncf_unsqueeze(Tensor(a) self, int ndim) -> Tensor(a) 2022-09-27T15:35:36.8872394Z processing existing schema: prim::add_optional(Tensor(a) input, Tensor? bias) -> Tensor(a) 2022-09-27T15:35:36.8874717Z processing existing schema: aten::detach(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.8877754Z processing existing schema: quantized::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.8879526Z processing existing schema: aten::deg2rad(Tensor self) -> Tensor 2022-09-27T15:35:36.8882297Z processing existing schema: aten::deg2rad.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8885167Z processing existing schema: quantized::mul_relu_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.8888051Z processing existing schema: aten::unflatten.int(Tensor(a) self, int dim, int[] sizes) -> Tensor(a) 2022-09-27T15:35:36.8891004Z processing existing schema: aten::unflatten.Dimname(Tensor(a) self, str dim, int[] sizes, str[] names) -> Tensor(a) 2022-09-27T15:35:36.8893307Z processing existing schema: aten::absolute_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.8895225Z processing existing schema: aten::round(Tensor self) -> Tensor 2022-09-27T15:35:36.8897481Z processing existing schema: aten::round.decimals(Tensor self, *, int decimals) -> Tensor 2022-09-27T15:35:36.8900281Z processing existing schema: aten::round.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8903207Z processing existing schema: aten::round.decimals_out(Tensor self, *, int decimals, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8905118Z processing existing schema: aten::round.int(int a) -> float 2022-09-27T15:35:36.8907067Z processing existing schema: aten::round.float(float a) -> float 2022-09-27T15:35:36.8909141Z processing existing schema: aten::round.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.8911307Z processing existing schema: aten::hypot(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.8914262Z processing existing schema: aten::hypot.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8917090Z processing existing schema: aten::cov(Tensor self, *, int correction=1, Tensor? fweights=None, Tensor? aweights=None) -> Tensor 2022-09-27T15:35:36.8920711Z processing existing schema: quantized::embedding_bag_4bit_prepack(Tensor weight, bool optimized_qparams=False, int nbins=200, float ratio=0.16) -> Tensor 2022-09-27T15:35:36.8924652Z processing existing schema: prim::MKLDNNLayerNorm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor 2022-09-27T15:35:36.8927888Z processing existing schema: aten::bilinear(Tensor input1, Tensor input2, Tensor weight, Tensor? bias=None) -> Tensor 2022-09-27T15:35:36.8928291Z schema: aten::slice_backward(Tensor grad_output, int[] input_sizes, int dim, int start, int end, int step) -> Tensor found on allowlist, skipping 2022-09-27T15:35:36.8928901Z schema: aten::slice_backward.out(Tensor grad_output, int[] input_sizes, int dim, int start, int end, int step, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:36.8932385Z processing existing schema: aten::ones_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.8935391Z processing existing schema: aten::ones_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8937868Z processing existing schema: aten::_remove_batch_dim(Tensor self, int level, int batch_size, int out_dim) -> Tensor 2022-09-27T15:35:36.8940230Z processing existing schema: aten::real(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.8942786Z processing existing schema: aten::clip(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor 2022-09-27T15:35:36.8945347Z processing existing schema: aten::clip.Tensor(Tensor self, Tensor? min=None, Tensor? max=None) -> Tensor 2022-09-27T15:35:36.8948735Z processing existing schema: aten::clip.out(Tensor self, Scalar? min=None, Scalar? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8952148Z processing existing schema: aten::clip.Tensor_out(Tensor self, Tensor? min=None, Tensor? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8955136Z processing existing schema: quantized::cat_out(Tensor[] qx, int dim, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8957632Z processing existing schema: aten::squeeze(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.8960462Z processing existing schema: aten::squeeze.dim(Tensor(a) self, int dim) -> Tensor(a) 2022-09-27T15:35:36.8963251Z processing existing schema: aten::squeeze.dimname(Tensor(a) self, str dim) -> Tensor(a) 2022-09-27T15:35:36.8966072Z processing existing schema: aten::upsample_nearest2d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:36.8969513Z processing existing schema: aten::upsample_nearest2d(Tensor self, int[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:36.8972917Z processing existing schema: aten::upsample_nearest2d.out(Tensor self, int[2] output_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8976298Z processing existing schema: aten::upsample_nearest2d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8978213Z processing existing schema: aten::dot(Tensor self, Tensor tensor) -> Tensor 2022-09-27T15:35:36.8981075Z processing existing schema: aten::dot.out(Tensor self, Tensor tensor, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8983245Z processing existing schema: quantized::conv2d_transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:36.8985917Z processing existing schema: aten::multinomial(Tensor self, int num_samples, bool replacement=False, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.8989591Z processing existing schema: aten::multinomial.out(Tensor self, int num_samples, bool replacement=False, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.8992371Z processing existing schema: aten::split.Tensor(Tensor(a -> *) self, int split_size, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:36.8995627Z processing existing schema: aten::split.sizes(Tensor(a -> *) self, int[] split_size, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:36.8998359Z processing existing schema: aten::split.str(str self, str? separator=None, int max=-1) -> str[] 2022-09-27T15:35:36.9001403Z processing existing schema: aten::split(Tensor(a -> *) self, int[] split_sizes, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:36.9003915Z processing existing schema: aten::sqrt_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9006601Z processing existing schema: aten::clamp_max_(Tensor(a!) self, Scalar max) -> Tensor(a!) 2022-09-27T15:35:36.9009309Z processing existing schema: aten::clamp_max_.Tensor(Tensor(a!) self, Tensor max) -> Tensor(a!) 2022-09-27T15:35:36.9012279Z processing existing schema: quantized::max_pool2d(Tensor qx, int[] kernel_size, int[] stride, int[] padding, int[] dilation, bool ceil_mode) -> Tensor 2022-09-27T15:35:36.9015912Z processing existing schema: aten::empty_strided(SymInt[] size, SymInt[] stride, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.9018752Z processing existing schema: aten::empty_strided.out(SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9021126Z processing existing schema: quantized::conv_transpose3d_dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.9023570Z processing existing schema: aten::view_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-09-27T15:35:36.9026942Z processing existing schema: aten::as_strided_(Tensor(a!) self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor(a!) 2022-09-27T15:35:36.9029543Z processing existing schema: aten::__ixor__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.9032258Z processing existing schema: aten::__ixor__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.9036373Z processing existing schema: aten::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor 2022-09-27T15:35:36.9037773Z processing existing schema: prim::oneDNNFusionGuard(...) -> ... 2022-09-27T15:35:36.9039656Z processing existing schema: aten::frac(Tensor self) -> Tensor 2022-09-27T15:35:36.9042562Z processing existing schema: aten::frac.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9044258Z processing existing schema: aten::square(Tensor self) -> Tensor 2022-09-27T15:35:36.9047022Z processing existing schema: aten::square.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9049056Z processing existing schema: aten::clamp_min(Tensor self, Scalar min) -> Tensor 2022-09-27T15:35:36.9051207Z processing existing schema: aten::clamp_min.Tensor(Tensor self, Tensor min) -> Tensor 2022-09-27T15:35:36.9054075Z processing existing schema: aten::clamp_min.out(Tensor self, Scalar min, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9057181Z processing existing schema: aten::clamp_min.Tensor_out(Tensor self, Tensor min, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9059581Z processing existing schema: quantized::cat(Tensor[] qx, int dim, float? scale, int? zero_point) -> Tensor 2022-09-27T15:35:36.9062081Z processing existing schema: aten::cosh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9066293Z processing existing schema: quantized::embedding_bag_byte_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-09-27T15:35:36.9068521Z processing existing schema: prim::MKLDNNHardSwish_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9071381Z processing existing schema: aten::batch_norm_stats.out(Tensor input, float eps, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.9073114Z processing existing schema: aten::batch_norm_stats(Tensor input, float eps) -> (Tensor, Tensor) 2022-09-27T15:35:36.9075031Z processing existing schema: aten::relu(Tensor self) -> Tensor 2022-09-27T15:35:36.9077946Z processing existing schema: aten::relu.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9081805Z processing existing schema: aten::to.device(Tensor(a) self, Device device, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-09-27T15:35:36.9084896Z processing existing schema: aten::to.dtype(Tensor(a) self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-09-27T15:35:36.9088144Z processing existing schema: aten::to.other(Tensor(a) self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-09-27T15:35:36.9092508Z processing existing schema: aten::to.dtype_layout(Tensor(a) self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-09-27T15:35:36.9096093Z processing existing schema: aten::to.prim_Device(Tensor(a) self, Device? device, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-09-27T15:35:36.9099170Z processing existing schema: aten::to.prim_dtype(Tensor(a) self, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-09-27T15:35:36.9102126Z processing existing schema: aten::to.prim_other(Tensor(a) self, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-09-27T15:35:36.9103976Z processing existing schema: aten::cos(Tensor self) -> Tensor 2022-09-27T15:35:36.9106774Z processing existing schema: aten::cos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9108955Z processing existing schema: aten::cos.int(int a) -> float 2022-09-27T15:35:36.9110640Z processing existing schema: aten::cos.float(float a) -> float 2022-09-27T15:35:36.9112573Z processing existing schema: aten::cos.complex(complex a) -> complex 2022-09-27T15:35:36.9114556Z processing existing schema: aten::cos.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.9119179Z processing existing schema: quantized::embedding_bag_4bit(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-09-27T15:35:36.9121923Z processing existing schema: aten::new_empty(Tensor self, SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.9124795Z processing existing schema: aten::new_empty.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9127534Z processing existing schema: aten::expm1_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9129765Z processing existing schema: prepacked::conv2d_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.Conv2dOpContext W_prepack) -> Tensor Y 2022-09-27T15:35:36.9131500Z processing existing schema: prim::MKLDNNClamp(Tensor self) -> Tensor 2022-09-27T15:35:36.9134555Z processing existing schema: aten::expand(Tensor(a) self, SymInt[] size, *, bool implicit=False) -> Tensor(a) 2022-09-27T15:35:36.9137893Z processing existing schema: prepacked::linear_clamp_prepack(Tensor W, Tensor? B=None, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.LinearOpContext 2022-09-27T15:35:36.9139232Z processing existing schema: prim::StaticRuntimeCopyOuts(...) -> ... 2022-09-27T15:35:36.9142831Z processing existing schema: aten::new_empty_strided(Tensor self, SymInt[] size, SymInt[] stride, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:36.9145877Z processing existing schema: aten::new_empty_strided.out(Tensor self, SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9148455Z processing existing schema: aten::erfinv_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9152988Z processing existing schema: mkldnn_prepacked::conv2d_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] dilation, int groups, int[4] input_size, str attr) -> __torch__.torch.classes.mkldnn.ConvOpContext 2022-09-27T15:35:36.9156177Z processing existing schema: aten::zeros_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.9159109Z processing existing schema: aten::zeros_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9161223Z processing existing schema: prim::reshape_copy(Tensor self, int[] shape) -> Tensor 2022-09-27T15:35:36.9163385Z processing existing schema: aten::_log_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-09-27T15:35:36.9166467Z processing existing schema: aten::_log_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9169216Z processing existing schema: aten::narrow(Tensor(a) self, int dim, int start, int length) -> Tensor(a) 2022-09-27T15:35:36.9172149Z processing existing schema: aten::narrow.Tensor(Tensor(a) self, int dim, Tensor start, int length) -> Tensor(a) 2022-09-27T15:35:36.9174108Z processing existing schema: aten::native_dropout(Tensor input, float p, bool? train) -> (Tensor, Tensor) 2022-09-27T15:35:36.9177333Z processing existing schema: aten::native_dropout.out(Tensor input, float p, bool? train, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.9179870Z processing existing schema: aten::_make_dual(Tensor(a) primal, Tensor tangent, int level) -> Tensor(a) 2022-09-27T15:35:36.9181590Z processing existing schema: aten::trunc(Tensor self) -> Tensor 2022-09-27T15:35:36.9184372Z processing existing schema: aten::trunc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9186254Z processing existing schema: aten::trace(Tensor self) -> Tensor 2022-09-27T15:35:36.9189098Z processing existing schema: aten::trace.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9192822Z processing existing schema: aten::ctc_loss.IntList(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, int reduction=1, bool zero_infinity=False) -> Tensor 2022-09-27T15:35:36.9195734Z processing existing schema: aten::ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank=0, int reduction=1, bool zero_infinity=False) -> Tensor 2022-09-27T15:35:36.9197376Z processing existing schema: quantized::embedding_bag_2bit_unpack(Tensor weight) -> Tensor 2022-09-27T15:35:36.9199291Z processing existing schema: prim::TensorExprDynamicGuard(...) -> bool 2022-09-27T15:35:36.9201640Z processing existing schema: aten::binomial(Tensor count, Tensor prob, Generator? generator=None) -> Tensor 2022-09-27T15:35:36.9204973Z processing existing schema: aten::binomial.out(Tensor count, Tensor prob, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9207292Z processing existing schema: aten::expand_copy(Tensor self, SymInt[] size, *, bool implicit=False) -> Tensor 2022-09-27T15:35:36.9210645Z processing existing schema: aten::expand_copy.out(Tensor self, SymInt[] size, *, bool implicit=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9214987Z processing existing schema: prepacked::conv2d_clamp_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] dilation, int groups, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.Conv2dOpContext 2022-09-27T15:35:36.9216582Z processing existing schema: prim::MKLDNNHardSigmoid(Tensor a) -> Tensor 2022-09-27T15:35:36.9219623Z processing existing schema: aten::diagonal(Tensor(a) self, int offset=0, int dim1=0, int dim2=1) -> Tensor(a) 2022-09-27T15:35:36.9222830Z processing existing schema: aten::diagonal.Dimname(Tensor(a) self, *, str outdim, str dim1, str dim2, int offset=0) -> Tensor(a) 2022-09-27T15:35:36.9225123Z processing existing schema: quantized::softmax(Tensor qx, int dim, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.9227875Z processing existing schema: aten::feature_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-09-27T15:35:36.9229833Z processing existing schema: aten::sym_size(Tensor self) -> SymInt[] 2022-09-27T15:35:36.9232133Z processing existing schema: aten::sym_size.int(Tensor self, int dim) -> SymInt 2022-09-27T15:35:36.9233394Z processing existing schema: prim::TensorExprGroup(...) -> ... 2022-09-27T15:35:36.9235364Z processing existing schema: aten::size.int(Tensor self, int dim) -> int 2022-09-27T15:35:36.9237526Z processing existing schema: aten::size.Dimname(Tensor self, str dim) -> int 2022-09-27T15:35:36.9239680Z processing existing schema: aten::size(Tensor self) -> int[] 2022-09-27T15:35:36.9241209Z processing existing schema: prim::MMBatchSide(...) -> ... 2022-09-27T15:35:36.9243937Z processing existing schema: aten::transpose.int(Tensor(a) self, int dim0, int dim1) -> Tensor(a) 2022-09-27T15:35:36.9246673Z processing existing schema: aten::transpose.Dimname(Tensor(a) self, str dim0, str dim1) -> Tensor(a) 2022-09-27T15:35:36.9248529Z processing existing schema: prim::CudaFusionViewGuard(...) -> bool 2022-09-27T15:35:36.9251281Z processing existing schema: aten::bitwise_and_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:36.9253969Z processing existing schema: aten::bitwise_and_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.9256813Z processing existing schema: aten::triangular_solve(Tensor self, Tensor A, bool upper=True, bool transpose=False, bool unitriangular=False) -> (Tensor solution, Tensor cloned_coefficient) 2022-09-27T15:35:36.9260307Z processing existing schema: aten::triangular_solve.X(Tensor self, Tensor A, bool upper=True, bool transpose=False, bool unitriangular=False, *, Tensor(a!) X, Tensor(b!) M) -> (Tensor(a!) solution, Tensor(b!) cloned_coefficient) 2022-09-27T15:35:36.9263188Z processing existing schema: aten::movedim.intlist(Tensor(a) self, int[] source, int[] destination) -> Tensor(a) 2022-09-27T15:35:36.9265739Z processing existing schema: aten::movedim.int(Tensor(a) self, int source, int destination) -> Tensor(a) 2022-09-27T15:35:36.9268181Z processing existing schema: aten::cos_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9271246Z processing existing schema: quantized::embedding_byte(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, bool pruned_weights=False) -> Tensor 2022-09-27T15:35:36.9271605Z schema: profiler::_call_end_callbacks_on_jit_fut(Tensor x, Future(t) y) -> Future(t) found on allowlist, skipping 2022-09-27T15:35:36.9272077Z schema: profiler::_call_end_callbacks_on_jit_fut._RecordFunction(__torch__.torch.classes.profiler._RecordFunction x, Future(t) y) -> Future(t) found on allowlist, skipping 2022-09-27T15:35:36.9275918Z processing existing schema: aten::batch_norm_gather_stats.out(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, int count, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.9278462Z processing existing schema: aten::batch_norm_gather_stats(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, int count) -> (Tensor, Tensor) 2022-09-27T15:35:36.9280229Z processing existing schema: aten::greater_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.9282219Z processing existing schema: aten::greater_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.9284965Z processing existing schema: aten::greater_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9287706Z processing existing schema: aten::greater_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9289371Z processing existing schema: prim::MMTreeReduce(...) -> Tensor 2022-09-27T15:35:36.9291486Z processing existing schema: aten::trace_backward(Tensor grad, int[] sizes) -> Tensor 2022-09-27T15:35:36.9293168Z processing existing schema: prim::CudaFusionSizeEq(...) -> bool 2022-09-27T15:35:36.9295182Z processing existing schema: aten::bitwise_and.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.9297288Z processing existing schema: aten::bitwise_and.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.9300078Z processing existing schema: aten::bitwise_and.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9303024Z processing existing schema: aten::bitwise_and.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9304898Z processing existing schema: aten::bitwise_and.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:36.9307547Z processing existing schema: aten::bitwise_and.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9309202Z processing existing schema: aten::expm1(Tensor self) -> Tensor 2022-09-27T15:35:36.9311856Z processing existing schema: aten::expm1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9313618Z processing existing schema: aten::expm1.int(int a) -> float 2022-09-27T15:35:36.9315428Z processing existing schema: aten::expm1.float(float a) -> float 2022-09-27T15:35:36.9317321Z processing existing schema: aten::expm1.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.9322008Z processing existing schema: prepacked::conv2d_transpose_clamp_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] output_padding, int[2] dilation, int groups, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.TransposeConv2dOpContext 2022-09-27T15:35:36.9323493Z processing existing schema: prim::MKLDNNHardTanh(Tensor self) -> Tensor 2022-09-27T15:35:36.9325822Z processing existing schema: aten::erfc_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9328267Z processing existing schema: _quantized::linear_prepack_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-09-27T15:35:36.9330454Z processing existing schema: aten::zero_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9332225Z processing existing schema: aten::is_complex(Tensor self) -> bool 2022-09-27T15:35:36.9334382Z processing existing schema: aten::count_nonzero.dim_IntList(Tensor self, int[] dim) -> Tensor 2022-09-27T15:35:36.9337298Z processing existing schema: aten::count_nonzero.dim_IntList_out(Tensor self, int[] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9339297Z processing existing schema: aten::count_nonzero(Tensor self, int? dim=None) -> Tensor 2022-09-27T15:35:36.9342221Z processing existing schema: aten::count_nonzero.out(Tensor self, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9344018Z processing existing schema: quantized::embedding_bag_byte_prepack(Tensor weight) -> Tensor 2022-09-27T15:35:36.9346468Z processing existing schema: aten::clamp_min_(Tensor(a!) self, Scalar min) -> Tensor(a!) 2022-09-27T15:35:36.9349060Z processing existing schema: aten::clamp_min_.Tensor(Tensor(a!) self, Tensor min) -> Tensor(a!) 2022-09-27T15:35:36.9351398Z processing existing schema: quantized::cat_relu(Tensor[] qx, int dim, float? scale, int? zero_point) -> Tensor 2022-09-27T15:35:36.9353384Z processing existing schema: aten::greater.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.9355321Z processing existing schema: aten::greater.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.9358177Z processing existing schema: aten::greater.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9360897Z processing existing schema: aten::greater.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9362247Z processing existing schema: prim::FusedConcat(...) -> ... 2022-09-27T15:35:36.9365797Z processing existing schema: aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.9368689Z processing existing schema: aten::_to_copy.out(Tensor self, *, bool non_blocking=False, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9370835Z processing existing schema: aten::reflection_pad2d(Tensor self, int[4] padding) -> Tensor 2022-09-27T15:35:36.9373948Z processing existing schema: aten::reflection_pad2d.out(Tensor self, int[4] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9375942Z processing existing schema: aten::glu(Tensor self, int dim=-1) -> Tensor 2022-09-27T15:35:36.9378868Z processing existing schema: aten::glu.out(Tensor self, int dim=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9381081Z processing existing schema: aten::matrix_H(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9383386Z processing existing schema: aten::matrix_H.a(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9385720Z processing existing schema: aten::mH(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9388081Z processing existing schema: aten::mH.a(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9390680Z processing existing schema: aten::constant_pad_nd(Tensor self, int[] pad, Scalar value=0) -> Tensor 2022-09-27T15:35:36.9393398Z processing existing schema: aten::constant_pad_nd.out(Tensor self, int[] pad, Scalar value=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9395740Z processing existing schema: quantized::conv1d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:36.9398062Z processing existing schema: aten::swapaxes(Tensor(a) self, int axis0, int axis1) -> Tensor(a) 2022-09-27T15:35:36.9400158Z processing existing schema: aten::mT(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9402454Z processing existing schema: aten::mT.a(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9404791Z processing existing schema: aten::t_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9407275Z processing existing schema: aten::conv_tbc(Tensor self, Tensor weight, Tensor bias, int pad=0) -> Tensor 2022-09-27T15:35:36.9410284Z processing existing schema: aten::conv_tbc.out(Tensor self, Tensor weight, Tensor bias, int pad=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9413145Z processing existing schema: quantized::conv_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:36.9414652Z processing existing schema: aten::exp(Tensor self) -> Tensor 2022-09-27T15:35:36.9417378Z processing existing schema: aten::exp.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9418986Z processing existing schema: aten::exp.int(int a) -> float 2022-09-27T15:35:36.9420617Z processing existing schema: aten::exp.float(float a) -> float 2022-09-27T15:35:36.9422343Z processing existing schema: aten::exp.complex(complex a) -> complex 2022-09-27T15:35:36.9424059Z processing existing schema: aten::exp.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.9426460Z processing existing schema: mkldnn_prepacked::conv2d_run(Tensor X, __torch__.torch.classes.mkldnn.ConvOpContext W_prepack) -> Tensor Y 2022-09-27T15:35:36.9429049Z processing existing schema: aten::topk(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True) -> (Tensor values, Tensor indices) 2022-09-27T15:35:36.9432684Z processing existing schema: aten::topk.values(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-09-27T15:35:36.9435018Z processing existing schema: prim::MKLDNNScalarMul_(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:36.9437482Z processing existing schema: aten::bincount(Tensor self, Tensor? weights=None, int minlength=0) -> Tensor 2022-09-27T15:35:36.9440721Z processing existing schema: aten::bincount.out(Tensor self, Tensor? weights=None, int minlength=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9443047Z processing existing schema: aten::round_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9445843Z processing existing schema: aten::round_.decimals(Tensor(a!) self, *, int decimals) -> Tensor(a!) 2022-09-27T15:35:36.9447646Z processing existing schema: aten::acos(Tensor self) -> Tensor 2022-09-27T15:35:36.9450469Z processing existing schema: aten::acos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9452275Z processing existing schema: aten::acos.int(int a) -> float 2022-09-27T15:35:36.9454198Z processing existing schema: aten::acos.float(float a) -> float 2022-09-27T15:35:36.9456296Z processing existing schema: aten::acos.complex(complex a) -> complex 2022-09-27T15:35:36.9458112Z processing existing schema: aten::acos.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.9460462Z processing existing schema: aten::trapezoid.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-09-27T15:35:36.9462884Z processing existing schema: aten::trapezoid.dx(Tensor y, *, Scalar dx=1, int dim=-1) -> Tensor 2022-09-27T15:35:36.9466250Z processing existing schema: aten::cudnn_convolution(Tensor self, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32) -> Tensor 2022-09-27T15:35:36.9470257Z processing existing schema: aten::cudnn_convolution.out(Tensor self, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9472721Z processing existing schema: _quantized::linear(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-09-27T15:35:36.9474523Z processing existing schema: aten::true_divide.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.9476480Z processing existing schema: aten::true_divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.9479482Z processing existing schema: aten::true_divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9481680Z processing existing schema: aten::cumprod(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.9483911Z processing existing schema: aten::cumprod.dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.9487025Z processing existing schema: aten::cumprod.dimname_out(Tensor self, str dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9489961Z processing existing schema: aten::cumprod.out(Tensor self, int dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9492463Z processing existing schema: _quantized::linear_prepack(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-09-27T15:35:36.9494106Z processing existing schema: aten::special_psi(Tensor self) -> Tensor 2022-09-27T15:35:36.9496847Z processing existing schema: aten::special_psi.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9500223Z processing existing schema: aten::cauchy_(Tensor(a!) self, float median=0., float sigma=1., *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:36.9502466Z processing existing schema: quantized::add(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:36.9505292Z processing existing schema: quantized::add.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.9507336Z processing existing schema: quantized::add.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:36.9509448Z processing existing schema: quantized::add.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-09-27T15:35:36.9512376Z processing existing schema: quantized::add.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.9514591Z processing existing schema: aten::linear(Tensor input, Tensor weight, Tensor? bias=None) -> Tensor 2022-09-27T15:35:36.9517693Z processing existing schema: aten::linear.out(Tensor input, Tensor weight, Tensor? bias=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9520248Z processing existing schema: aten::fill_.Scalar(Tensor(a!) self, Scalar value) -> Tensor(a!) 2022-09-27T15:35:36.9523042Z processing existing schema: aten::fill_.Tensor(Tensor(a!) self, Tensor value) -> Tensor(a!) 2022-09-27T15:35:36.9525327Z processing existing schema: aten::_softmax_backward_data(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype) -> Tensor 2022-09-27T15:35:36.9528530Z processing existing schema: aten::_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.9530995Z processing existing schema: aten::pow_.Scalar(Tensor(a!) self, Scalar exponent) -> Tensor(a!) 2022-09-27T15:35:36.9533901Z processing existing schema: aten::pow_.Tensor(Tensor(a!) self, Tensor exponent) -> Tensor(a!) 2022-09-27T15:35:36.9536402Z processing existing schema: aten::imag(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9538457Z processing existing schema: aten::_has_same_storage_numel(Tensor self, Tensor other) -> bool 2022-09-27T15:35:36.9541872Z processing existing schema: aten::set_.source_Storage_storage_offset(Tensor(a!) self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor(a!) 2022-09-27T15:35:36.9544175Z processing existing schema: aten::set_.source_Tensor(Tensor(a!) self, Tensor source) -> Tensor(a!) 2022-09-27T15:35:36.9546594Z processing existing schema: aten::set_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:36.9549333Z processing existing schema: aten::set_.source_Storage(Tensor(a!) self, Storage source) -> Tensor(a!) 2022-09-27T15:35:36.9552835Z processing existing schema: aten::set_.source_Tensor_storage_offset(Tensor(a!) self, Tensor source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor(a!) 2022-09-27T15:35:36.9554646Z processing existing schema: aten::inverse(Tensor self) -> Tensor 2022-09-27T15:35:36.9557309Z processing existing schema: aten::inverse.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9560315Z processing existing schema: aten::cudnn_batch_norm(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:36.9565091Z processing existing schema: aten::cudnn_batch_norm.out(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-09-27T15:35:36.9567325Z processing existing schema: quantized::linear(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-09-27T15:35:36.9569826Z processing existing schema: aten::transpose_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-09-27T15:35:36.9571578Z processing existing schema: prim::CudaFusionIvalGuard(...) -> bool 2022-09-27T15:35:36.9573701Z processing existing schema: aten::bitwise_left_shift.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.9575872Z processing existing schema: aten::bitwise_left_shift.Tensor_Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.9577871Z processing existing schema: aten::bitwise_left_shift.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:36.9580712Z processing existing schema: aten::bitwise_left_shift.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9583541Z processing existing schema: aten::bitwise_left_shift.Tensor_Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9586337Z processing existing schema: aten::bitwise_left_shift.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9588259Z processing existing schema: aten::is_same_size(Tensor self, Tensor other) -> bool 2022-09-27T15:35:36.9590095Z processing existing schema: aten::arcsin(Tensor self) -> Tensor 2022-09-27T15:35:36.9592757Z processing existing schema: aten::arcsin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9596192Z processing existing schema: aten::slice.Tensor(Tensor(a) self, int dim=0, int? start=None, int? end=None, int step=1) -> Tensor(a) 2022-09-27T15:35:36.9599165Z processing existing schema: aten::slice.t(t[] l, int? start=None, int? end=None, int step=1) -> t[] 2022-09-27T15:35:36.9601794Z processing existing schema: aten::slice.str(str string, int? start=None, int? end=None, int step=1) -> str 2022-09-27T15:35:36.9604130Z processing existing schema: aten::_new_zeros_with_same_feature_meta(Tensor self, Tensor other, *, int self_num_batch_dims=0) -> Tensor 2022-09-27T15:35:36.9607257Z processing existing schema: aten::_new_zeros_with_same_feature_meta.out(Tensor self, Tensor other, *, int self_num_batch_dims=0, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9610336Z processing existing schema: aten::cosine_similarity(Tensor x1, Tensor x2, int dim=1, float eps=1e-08) -> Tensor 2022-09-27T15:35:36.9614365Z processing existing schema: quantized::embedding_bag_2bit_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-09-27T15:35:36.9616277Z processing existing schema: aten::minimum(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.9618965Z processing existing schema: aten::minimum.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9621193Z processing existing schema: aten::cumulative_trapezoid.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-09-27T15:35:36.9623971Z processing existing schema: aten::cumulative_trapezoid.dx(Tensor y, *, Scalar dx=1, int dim=-1) -> Tensor 2022-09-27T15:35:36.9625877Z processing existing schema: quantized::mul_relu(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:36.9628772Z processing existing schema: quantized::mul_relu.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.9630766Z processing existing schema: quantized::mul_relu.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:36.9632968Z processing existing schema: quantized::mul_relu.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-09-27T15:35:36.9635900Z processing existing schema: quantized::mul_relu.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:36.9638945Z processing existing schema: aten::unbind.int(Tensor(a -> *) self, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:36.9641727Z processing existing schema: aten::unbind.Dimname(Tensor(a -> *) self, str dim) -> Tensor(a)[] 2022-09-27T15:35:36.9644181Z processing existing schema: prim::flatten_copy(Tensor self, int start_dim, int end_dim) -> Tensor 2022-09-27T15:35:36.9646082Z processing existing schema: aten::norm.Scalar(Tensor self, Scalar p=2) -> Tensor 2022-09-27T15:35:36.9648763Z processing existing schema: aten::norm.ScalarOpt_dim(Tensor self, Scalar? p, int[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.9651297Z processing existing schema: aten::norm.names_ScalarOpt_dim(Tensor self, Scalar? p, str[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.9654095Z processing existing schema: aten::norm.ScalarOpt_dim_dtype(Tensor self, Scalar? p, int[1] dim, bool keepdim, *, ScalarType dtype) -> Tensor 2022-09-27T15:35:36.9657728Z processing existing schema: aten::norm.dtype_out(Tensor self, Scalar? p, int[1] dim, bool keepdim, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9661121Z processing existing schema: aten::norm.out(Tensor self, Scalar? p, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9663221Z processing existing schema: aten::norm.ScalarOpt_dtype(Tensor self, Scalar? p, *, ScalarType dtype) -> Tensor 2022-09-27T15:35:36.9666300Z processing existing schema: aten::norm.ScalarOpt_dtype_out(Tensor self, Scalar? p, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9669292Z processing existing schema: aten::norm.Scalar_out(Tensor self, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9672222Z processing existing schema: aten::norm.names_ScalarOpt_dim_dtype(Tensor self, Scalar? p, str[1] dim, bool keepdim, *, ScalarType dtype) -> Tensor 2022-09-27T15:35:36.9675945Z processing existing schema: aten::norm.names_dtype_out(Tensor self, Scalar? p, str[1] dim, bool keepdim, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9679562Z processing existing schema: aten::norm.names_out(Tensor self, Scalar? p, str[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9681440Z processing existing schema: aten::atan(Tensor self) -> Tensor 2022-09-27T15:35:36.9684212Z processing existing schema: aten::atan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9686090Z processing existing schema: aten::atan.int(int a) -> float 2022-09-27T15:35:36.9688056Z processing existing schema: aten::atan.float(float a) -> float 2022-09-27T15:35:36.9690023Z processing existing schema: aten::atan.complex(complex a) -> complex 2022-09-27T15:35:36.9692001Z processing existing schema: aten::atan.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.9694485Z processing existing schema: aten::softplus(Tensor self, Scalar beta=1, Scalar threshold=20) -> Tensor 2022-09-27T15:35:36.9697924Z processing existing schema: aten::softplus.out(Tensor self, Scalar beta=1, Scalar threshold=20, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9699820Z processing existing schema: aten::gt.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.9702045Z processing existing schema: aten::gt.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.9704839Z processing existing schema: aten::gt.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9707652Z processing existing schema: aten::gt.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9709638Z processing existing schema: aten::gt.int(int a, int b) -> bool 2022-09-27T15:35:36.9711739Z processing existing schema: aten::gt.float(float a, float b) -> bool 2022-09-27T15:35:36.9713722Z processing existing schema: aten::gt.int_float(int a, float b) -> bool 2022-09-27T15:35:36.9715887Z processing existing schema: aten::gt.float_int(float a, int b) -> bool 2022-09-27T15:35:36.9717886Z processing existing schema: aten::gt(Scalar a, Scalar b) -> bool 2022-09-27T15:35:36.9719987Z processing existing schema: aten::gt.str(str a, str b) -> bool 2022-09-27T15:35:36.9722888Z processing existing schema: aten::_ncf_view(Tensor(a) self, int[] input_shape, int normalized_ndim) -> Tensor(a) 2022-09-27T15:35:36.9726838Z processing existing schema: aten::batch_norm_gather_stats_with_counts.out(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, Tensor counts, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.9729389Z processing existing schema: aten::batch_norm_gather_stats_with_counts(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, Tensor counts) -> (Tensor, Tensor) 2022-09-27T15:35:36.9731056Z processing existing schema: aten::cosh(Tensor self) -> Tensor 2022-09-27T15:35:36.9733911Z processing existing schema: aten::cosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9735897Z processing existing schema: aten::cosh.int(int a) -> float 2022-09-27T15:35:36.9737857Z processing existing schema: aten::cosh.float(float a) -> float 2022-09-27T15:35:36.9739773Z processing existing schema: aten::cosh.complex(complex a) -> complex 2022-09-27T15:35:36.9741744Z processing existing schema: aten::cosh.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.9744526Z processing existing schema: quantized::embedding_4bit(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, bool pruned_weights=False) -> Tensor 2022-09-27T15:35:36.9746658Z processing existing schema: aten::conj(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9749515Z processing existing schema: _quantized::conv2d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.9752238Z processing existing schema: aten::sum.dim_IntList(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.9754436Z processing existing schema: aten::sum(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.9757553Z processing existing schema: aten::sum.dim_DimnameList(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:36.9761360Z processing existing schema: aten::sum.DimnameList_out(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9765083Z processing existing schema: aten::sum.IntList_out(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9768085Z processing existing schema: aten::sum.out(Tensor self, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9770137Z processing existing schema: aten::sum.int(int[] self) -> int 2022-09-27T15:35:36.9772307Z processing existing schema: aten::sum.float(float[] self) -> float 2022-09-27T15:35:36.9774580Z processing existing schema: aten::sum.complex(complex[] self) -> complex 2022-09-27T15:35:36.9776721Z processing existing schema: aten::sum.bool(bool[] self) -> int 2022-09-27T15:35:36.9779590Z processing existing schema: aten::swapdims(Tensor(a) self, int dim0, int dim1) -> Tensor(a) 2022-09-27T15:35:36.9784057Z processing existing schema: aten::conv1d(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], int[1] padding=[0], int[1] dilation=[1], int groups=1) -> Tensor 2022-09-27T15:35:36.9788680Z processing existing schema: aten::conv1d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], str padding="valid", int[1] dilation=[1], int groups=1) -> Tensor 2022-09-27T15:35:36.9790851Z processing existing schema: quantized::conv3d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:36.9794062Z processing existing schema: aten::baddbmm_(Tensor(a!) self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:36.9794260Z schema: static_runtime::dict_unpack(...) -> ... found on allowlist, skipping 2022-09-27T15:35:36.9796680Z processing existing schema: aten::linalg_cholesky_ex(Tensor self, *, bool upper=False, bool check_errors=False) -> (Tensor L, Tensor info) 2022-09-27T15:35:36.9800273Z processing existing schema: aten::linalg_cholesky_ex.L(Tensor self, *, bool upper=False, bool check_errors=False, Tensor(a!) L, Tensor(b!) info) -> (Tensor(a!) L, Tensor(b!) info) 2022-09-27T15:35:36.9804000Z processing existing schema: aten::allclose(Tensor self, Tensor other, float rtol=1.0000000000000001e-05, float atol=1e-08, bool equal_nan=False) -> bool 2022-09-27T15:35:36.9805907Z processing existing schema: aten::sign(Tensor self) -> Tensor 2022-09-27T15:35:36.9809254Z processing existing schema: aten::sign.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9810805Z processing existing schema: prim::oneDNNFusionGroup(...) -> ... 2022-09-27T15:35:36.9813967Z processing existing schema: aten::nll_loss2d(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-09-27T15:35:36.9817914Z processing existing schema: aten::nll_loss2d.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9820111Z processing existing schema: aten::soft_margin_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-09-27T15:35:36.9823418Z processing existing schema: aten::soft_margin_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9826911Z processing existing schema: aten::as_strided(Tensor(a) self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor(a) 2022-09-27T15:35:36.9828473Z processing existing schema: aten::log10(Tensor self) -> Tensor 2022-09-27T15:35:36.9831662Z processing existing schema: aten::log10.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9833438Z processing existing schema: aten::log10.int(int a) -> float 2022-09-27T15:35:36.9835594Z processing existing schema: aten::log10.float(float a) -> float 2022-09-27T15:35:36.9837804Z processing existing schema: aten::log10.complex(complex a) -> complex 2022-09-27T15:35:36.9839785Z processing existing schema: aten::log10.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.9841853Z processing existing schema: aten::ceil(Tensor self) -> Tensor 2022-09-27T15:35:36.9844793Z processing existing schema: aten::ceil.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9846790Z processing existing schema: aten::ceil.int(int a) -> int 2022-09-27T15:35:36.9848900Z processing existing schema: aten::ceil.float(float a) -> int 2022-09-27T15:35:36.9851012Z processing existing schema: aten::ceil.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:36.9853357Z processing existing schema: quantized::add_scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:36.9855894Z processing existing schema: quantized::add_scalar.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-09-27T15:35:36.9859218Z processing existing schema: aten::chunk(Tensor(a -> *) self, int chunks, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:36.9862112Z processing existing schema: quantized::batch_norm2d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:36.9863661Z processing existing schema: aten::log_sigmoid_forward(Tensor self) -> (Tensor output, Tensor buffer) 2022-09-27T15:35:36.9866811Z processing existing schema: aten::log_sigmoid_forward.output(Tensor self, *, Tensor(a!) output, Tensor(b!) buffer) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:36.9868488Z processing existing schema: prim::MKLDNNHardSwish(Tensor a) -> Tensor 2022-09-27T15:35:36.9871263Z processing existing schema: aten::expand_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-09-27T15:35:36.9873456Z processing existing schema: prepacked::linear_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.LinearOpContext W_prepack) -> Tensor Y 2022-09-27T15:35:36.9875944Z processing existing schema: aten::linalg_lu_solve(Tensor LU, Tensor pivots, Tensor B, *, bool left=True, bool adjoint=False) -> Tensor 2022-09-27T15:35:36.9879257Z processing existing schema: aten::linalg_lu_solve.out(Tensor LU, Tensor pivots, Tensor B, *, bool left=True, bool adjoint=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9881500Z processing existing schema: aten::_conj(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9884986Z processing existing schema: aten::empty_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:36.9888181Z processing existing schema: aten::empty_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9890839Z processing existing schema: quantized::conv_transpose3d_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:36.9893432Z processing existing schema: aten::view_as_real(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9896061Z processing existing schema: aten::nuclear_norm(Tensor self, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.9899251Z processing existing schema: aten::nuclear_norm.dim(Tensor self, int[2] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:36.9902391Z processing existing schema: aten::nuclear_norm.out(Tensor self, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9906021Z processing existing schema: aten::nuclear_norm.dim_out(Tensor self, int[2] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9908703Z processing existing schema: aten::numpy_T(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9911301Z processing existing schema: aten::numpy_T.a(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:36.9913569Z processing existing schema: aten::special_ndtri(Tensor self) -> Tensor 2022-09-27T15:35:36.9916597Z processing existing schema: aten::special_ndtri.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9919196Z processing existing schema: aten::cat(Tensor[] tensors, int dim=0) -> Tensor 2022-09-27T15:35:36.9921692Z processing existing schema: aten::cat.names(Tensor[] tensors, str dim) -> Tensor 2022-09-27T15:35:36.9925020Z processing existing schema: aten::cat.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9928251Z processing existing schema: aten::cat.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9931450Z processing existing schema: sparse::qlinear_prepack(Tensor W, Tensor? B, int out_features_block_size, int in_features_block_size) -> __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack 2022-09-27T15:35:36.9933986Z processing existing schema: aten::permute(Tensor(a) self, int[] dims) -> Tensor(a) 2022-09-27T15:35:36.9937858Z processing existing schema: aten::fft_ifftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:36.9942312Z processing existing schema: aten::fft_ifftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9944282Z processing existing schema: prim::type(Device self) -> str 2022-09-27T15:35:36.9947767Z processing existing schema: aten::tensor_split.sections(Tensor(a -> *) self, int sections, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:36.9951140Z processing existing schema: aten::tensor_split.indices(Tensor(a -> *) self, int[] indices, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:36.9954579Z processing existing schema: aten::tensor_split.tensor_indices_or_sections(Tensor(a -> *) self, Tensor tensor_indices_or_sections, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:36.9957008Z processing existing schema: aten::matrix_rank(Tensor self, bool symmetric=False) -> Tensor 2022-09-27T15:35:36.9959690Z processing existing schema: aten::matrix_rank.tol(Tensor self, float tol, bool symmetric=False) -> Tensor 2022-09-27T15:35:36.9962578Z processing existing schema: aten::reshape(Tensor(a) self, int[] shape) -> Tensor(a) 2022-09-27T15:35:36.9965419Z processing existing schema: aten::reshape_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-09-27T15:35:36.9967787Z processing existing schema: aten::hardsigmoid_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:36.9971092Z processing existing schema: aten::hardsigmoid_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:36.9973784Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-09-27T15:35:36.9977381Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9979603Z processing existing schema: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:36.9982036Z processing existing schema: aten::mul.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:36.9985235Z processing existing schema: aten::mul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9988368Z processing existing schema: aten::mul.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:36.9990918Z processing existing schema: aten::mul.left_t(t[] l, int n) -> t[] 2022-09-27T15:35:36.9993640Z processing existing schema: aten::mul.right_(int n, t[] l) -> t[] 2022-09-27T15:35:36.9995994Z processing existing schema: aten::mul.int(int a, int b) -> int 2022-09-27T15:35:36.9998443Z processing existing schema: aten::mul.complex(complex a, complex b) -> complex 2022-09-27T15:35:37.0000855Z processing existing schema: aten::mul.float(float a, float b) -> float 2022-09-27T15:35:37.0003273Z processing existing schema: aten::mul.int_complex(int a, complex b) -> complex 2022-09-27T15:35:37.0005598Z processing existing schema: aten::mul.complex_int(complex a, int b) -> complex 2022-09-27T15:35:37.0008120Z processing existing schema: aten::mul.float_complex(float a, complex b) -> complex 2022-09-27T15:35:37.0010535Z processing existing schema: aten::mul.complex_float(complex a, float b) -> complex 2022-09-27T15:35:37.0012842Z processing existing schema: aten::mul.int_float(int a, float b) -> float 2022-09-27T15:35:37.0015553Z processing existing schema: aten::mul.float_int(float a, int b) -> float 2022-09-27T15:35:37.0017881Z processing existing schema: aten::mul(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:37.0021272Z processing existing schema: aten::upsample_bicubic2d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.0024934Z processing existing schema: aten::upsample_bicubic2d_backward(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:37.0029569Z processing existing schema: aten::upsample_bicubic2d_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.0033352Z processing existing schema: aten::upsample_bicubic2d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0035218Z processing existing schema: aten::digamma(Tensor self) -> Tensor 2022-09-27T15:35:37.0038558Z processing existing schema: aten::digamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0040814Z processing existing schema: quantized::conv2d_unpack_sizes(Any packed_weights) -> Any 2022-09-27T15:35:37.0044720Z processing existing schema: aten::addmm_(Tensor(a!) self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:37.0047511Z processing existing schema: aten::select.int(Tensor(a) self, int dim, int index) -> Tensor(a) 2022-09-27T15:35:37.0050586Z processing existing schema: aten::select.Dimname(Tensor(a) self, str dim, int index) -> Tensor(a) 2022-09-27T15:35:37.0053452Z processing existing schema: aten::select.t(t[](a) list, int idx) -> t(*) 2022-09-27T15:35:37.0056347Z processing existing schema: aten::t(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.0058517Z processing existing schema: aten::tan(Tensor self) -> Tensor 2022-09-27T15:35:37.0061559Z processing existing schema: aten::tan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0063804Z processing existing schema: aten::tan.int(int a) -> float 2022-09-27T15:35:37.0066037Z processing existing schema: aten::tan.float(float a) -> float 2022-09-27T15:35:37.0068326Z processing existing schema: aten::tan.complex(complex a) -> complex 2022-09-27T15:35:37.0070680Z processing existing schema: aten::tan.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:37.0075644Z processing existing schema: aten::conv_transpose3d.input(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int groups=1, int[3] dilation=1) -> Tensor 2022-09-27T15:35:37.0079324Z processing existing schema: quantized::conv_transpose1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:37.0081276Z processing existing schema: aten::is_floating_point(Tensor self) -> bool 2022-09-27T15:35:37.0084099Z processing existing schema: aten::exp_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.0085737Z schema: prepacked::unpack_prepacked_sizes_linear(Any W_prepack) -> Any found on allowlist, skipping 2022-09-27T15:35:37.0087345Z processing existing schema: prim::BroadcastMKLDNNTensors(...) -> ... 2022-09-27T15:35:37.0089481Z processing existing schema: aten::erfinv(Tensor self) -> Tensor 2022-09-27T15:35:37.0092524Z processing existing schema: aten::erfinv.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0094958Z processing existing schema: aten::where.self(Tensor condition, Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.0097632Z processing existing schema: aten::where.ScalarOther(Tensor condition, Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.0100041Z processing existing schema: aten::where.ScalarSelf(Tensor condition, Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:37.0102422Z processing existing schema: aten::where(Tensor condition) -> Tensor[] 2022-09-27T15:35:37.0105847Z processing existing schema: aten::where.self_out(Tensor condition, Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0108343Z processing existing schema: aten::where.Scalar(Tensor condition, Scalar self, Scalar other) -> Tensor 2022-09-27T15:35:37.0112474Z processing existing schema: aten::empty.memory_format(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:37.0115684Z processing existing schema: aten::empty.out(SymInt[] size, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0119880Z processing existing schema: aten::empty.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:37.0123465Z processing existing schema: aten::empty.names_out(int[] size, *, str[]? names, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0126118Z processing existing schema: quantized::conv_transpose3d_stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:37.0127799Z processing existing schema: prim::CudaFusionGroup(...) -> ... 2022-09-27T15:35:37.0128346Z schema: aten::diagonal_backward(Tensor grad_output, int[] input_sizes, int offset, int dim1, int dim2) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.0129543Z schema: aten::diagonal_backward.out(Tensor grad_output, int[] input_sizes, int offset, int dim1, int dim2, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.0132217Z processing existing schema: quantized::threshold(Tensor qx, Scalar threshold, Scalar value) -> Tensor qy 2022-09-27T15:35:37.0135109Z processing existing schema: aten::unsqueeze(Tensor(a) self, int dim) -> Tensor(a) 2022-09-27T15:35:37.0137979Z processing existing schema: aten::baddbmm(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:37.0141125Z processing existing schema: aten::baddbmm.out(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0143452Z processing existing schema: aten::linalg_cholesky(Tensor self, *, bool upper=False) -> Tensor 2022-09-27T15:35:37.0146633Z processing existing schema: aten::linalg_cholesky.out(Tensor self, *, bool upper=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0149493Z processing existing schema: aten::view(Tensor(a) self, SymInt[] size) -> Tensor(a) 2022-09-27T15:35:37.0152155Z processing existing schema: aten::view.dtype(Tensor(a) self, ScalarType dtype) -> Tensor(a) 2022-09-27T15:35:37.0155689Z processing existing schema: aten::split_with_sizes(Tensor(a -> *) self, int[] split_sizes, int dim=0) -> Tensor(a)[] 2022-09-27T15:35:37.0158142Z processing existing schema: aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor 2022-09-27T15:35:37.0160620Z processing existing schema: aten::clamp.Tensor(Tensor self, Tensor? min=None, Tensor? max=None) -> Tensor 2022-09-27T15:35:37.0163782Z processing existing schema: aten::clamp.out(Tensor self, Scalar? min=None, Scalar? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0166933Z processing existing schema: aten::clamp.Tensor_out(Tensor self, Tensor? min=None, Tensor? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0169839Z processing existing schema: quantized::batch_norm3d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.0172004Z processing existing schema: aten::log_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0174408Z processing existing schema: aten::log_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0177737Z processing existing schema: aten::log_softmax.int_out(Tensor self, int dim, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0179540Z processing existing schema: prim::view_copy(Tensor self, int[] size) -> Tensor 2022-09-27T15:35:37.0181346Z processing existing schema: prim::CudaFusionGuard(...) -> bool 2022-09-27T15:35:37.0183930Z processing existing schema: aten::fake_quantize_per_tensor_affine(Tensor self, float scale, int zero_point, int quant_min, int quant_max) -> Tensor 2022-09-27T15:35:37.0186461Z processing existing schema: aten::fake_quantize_per_tensor_affine.tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max) -> Tensor 2022-09-27T15:35:37.0186783Z schema: static_runtime::reshape_copy(Tensor self, int[] shape) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.0188771Z processing existing schema: aten::softplus_backward(Tensor grad_output, Tensor self, Scalar beta, Scalar threshold) -> Tensor 2022-09-27T15:35:37.0191919Z processing existing schema: aten::softplus_backward.grad_input(Tensor grad_output, Tensor self, Scalar beta, Scalar threshold, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.0193617Z processing existing schema: aten::asin(Tensor self) -> Tensor 2022-09-27T15:35:37.0196512Z processing existing schema: aten::asin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0198471Z processing existing schema: aten::asin.int(int a) -> float 2022-09-27T15:35:37.0200287Z processing existing schema: aten::asin.float(float a) -> float 2022-09-27T15:35:37.0202230Z processing existing schema: aten::asin.complex(complex a) -> complex 2022-09-27T15:35:37.0204164Z processing existing schema: aten::asin.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:37.0206717Z processing existing schema: aten::linalg_svd(Tensor A, bool full_matrices=True, *, str? driver=None) -> (Tensor U, Tensor S, Tensor Vh) 2022-09-27T15:35:37.0210643Z processing existing schema: aten::linalg_svd.U(Tensor A, bool full_matrices=True, *, str? driver=None, Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) 2022-09-27T15:35:37.0212438Z processing existing schema: aten::ge.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.0214523Z processing existing schema: aten::ge.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.0217463Z processing existing schema: aten::ge.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0220216Z processing existing schema: aten::ge.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0222140Z processing existing schema: aten::ge.int(int a, int b) -> bool 2022-09-27T15:35:37.0224145Z processing existing schema: aten::ge.float(float a, float b) -> bool 2022-09-27T15:35:37.0226183Z processing existing schema: aten::ge.int_float(int a, float b) -> bool 2022-09-27T15:35:37.0228185Z processing existing schema: aten::ge.float_int(float a, int b) -> bool 2022-09-27T15:35:37.0230177Z processing existing schema: aten::ge(Scalar a, Scalar b) -> bool 2022-09-27T15:35:37.0232219Z processing existing schema: aten::ge.str(str a, str b) -> bool 2022-09-27T15:35:37.0234458Z processing existing schema: aten::feature_dropout(Tensor input, float p, bool train) -> Tensor 2022-09-27T15:35:37.0236522Z processing existing schema: aten::Size(int[] sizes) -> int[] 2022-09-27T15:35:37.0238314Z processing existing schema: prim::DifferentiableGraph(...) -> ... 2022-09-27T15:35:37.0241780Z processing existing schema: aten::normal_(Tensor(a!) self, float mean=0., float std=1., *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:37.0244413Z processing existing schema: aten::geometric_(Tensor(a!) self, float p, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:37.0247765Z processing existing schema: aten::log_normal_(Tensor(a!) self, float mean=1., float std=2., *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:37.0249900Z processing existing schema: aten::poisson(Tensor self, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.0252968Z processing existing schema: aten::poisson.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0256622Z processing existing schema: aten::fft_irfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:37.0260976Z processing existing schema: aten::fft_irfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0264032Z processing existing schema: aten::random_.from(Tensor(a!) self, int from, int? to, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:37.0267586Z processing existing schema: aten::random_.to(Tensor(a!) self, int to, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:37.0270105Z processing existing schema: aten::random_(Tensor(a!) self, *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:37.0272024Z processing existing schema: aten::gcd(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.0274857Z processing existing schema: aten::gcd.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0276732Z processing existing schema: aten::gcd.int(int a, int b) -> int 2022-09-27T15:35:37.0280311Z processing existing schema: aten::rand_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:37.0283100Z processing existing schema: aten::rand_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0286449Z processing existing schema: aten::randn_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:37.0289432Z processing existing schema: aten::randn_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0292488Z processing existing schema: aten::rand(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0296002Z processing existing schema: aten::rand.generator(int[] size, *, Generator? generator, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0299375Z processing existing schema: aten::rand.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0302860Z processing existing schema: aten::rand.generator_with_names(int[] size, *, Generator? generator, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0305288Z processing existing schema: aten::rand.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0308269Z processing existing schema: aten::rand.generator_out(int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0311430Z processing existing schema: aten::rand.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0314608Z processing existing schema: aten::rand.generator_with_names_out(int[] size, *, Generator? generator, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0316443Z processing existing schema: aten::frobenius_norm(Tensor self) -> Tensor 2022-09-27T15:35:37.0319153Z processing existing schema: aten::frobenius_norm.dim(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:37.0322550Z processing existing schema: aten::frobenius_norm.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0325611Z processing existing schema: aten::randn(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0328930Z processing existing schema: aten::randn.generator(int[] size, *, Generator? generator, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0332260Z processing existing schema: aten::randn.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0336270Z processing existing schema: aten::randn.generator_with_names(int[] size, *, Generator? generator, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0338525Z processing existing schema: aten::randn.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0341622Z processing existing schema: aten::randn.generator_out(int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0345248Z processing existing schema: aten::randn.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0348342Z processing existing schema: aten::randn.generator_with_names_out(int[] size, *, Generator? generator, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0349320Z schema: aten::randperm(int n, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.0350185Z schema: aten::randperm.generator(int n, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.0351071Z schema: aten::randperm.out(int n, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.0351688Z schema: aten::randperm.generator_out(int n, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.0354240Z processing existing schema: aten::reciprocal_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.0356842Z processing existing schema: aten::_thnn_fused_gru_cell(Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias=None, Tensor? hidden_bias=None) -> (Tensor, Tensor) 2022-09-27T15:35:37.0360498Z processing existing schema: aten::_thnn_fused_gru_cell.out(Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias=None, Tensor? hidden_bias=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.0363585Z processing existing schema: aten::randint(int high, int[] size, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0367010Z processing existing schema: aten::randint.generator(int high, int[] size, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0370217Z processing existing schema: aten::randint.low(int low, int high, int[] size, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0373778Z processing existing schema: aten::randint.low_generator(int low, int high, int[] size, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.0376637Z processing existing schema: aten::randint.out(int high, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0379683Z processing existing schema: aten::randint.generator_out(int high, int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0382591Z processing existing schema: aten::randint.low_out(int low, int high, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0385786Z processing existing schema: aten::randint.low_generator_out(int low, int high, int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0388149Z processing existing schema: aten::detach_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.0390904Z processing existing schema: quantized::group_norm(Tensor input, int num_groups, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.0394050Z processing existing schema: aten::uniform_(Tensor(a!) self, float from=0., float to=1., *, Generator? generator=None) -> Tensor(a!) 2022-09-27T15:35:37.0396663Z processing existing schema: aten::swapdims_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-09-27T15:35:37.0400824Z processing existing schema: aten::conv2d(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:37.0404664Z processing existing schema: aten::conv2d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, str padding="valid", int[2] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:37.0406995Z processing existing schema: quantized::conv_transpose1d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:37.0409069Z processing existing schema: aten::lu_solve(Tensor self, Tensor LU_data, Tensor LU_pivots) -> Tensor 2022-09-27T15:35:37.0411971Z processing existing schema: aten::lu_solve.out(Tensor self, Tensor LU_data, Tensor LU_pivots, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0414342Z processing existing schema: aten::conj_physical_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.0417057Z processing existing schema: _quantized::conv_transpose2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.0419000Z processing existing schema: aten::svd(Tensor self, bool some=True, bool compute_uv=True) -> (Tensor U, Tensor S, Tensor V) 2022-09-27T15:35:37.0422718Z processing existing schema: aten::svd.U(Tensor self, bool some=True, bool compute_uv=True, *, Tensor(a!) U, Tensor(b!) S, Tensor(c!) V) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) V) 2022-09-27T15:35:37.0427448Z processing existing schema: aten::conv_transpose1d(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], int[1] padding=[0], int[1] output_padding=[0], int groups=1, int[1] dilation=[1]) -> Tensor 2022-09-27T15:35:37.0430415Z processing existing schema: quantized::conv2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:37.0432470Z processing existing schema: aten::take_along_dim(Tensor self, Tensor indices, int? dim=None) -> Tensor 2022-09-27T15:35:37.0435586Z processing existing schema: aten::take_along_dim.out(Tensor self, Tensor indices, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0440196Z processing existing schema: aten::conv_transpose2d.input(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int groups=1, int[2] dilation=1) -> Tensor 2022-09-27T15:35:37.0443127Z processing existing schema: quantized::conv3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-09-27T15:35:37.0446853Z processing existing schema: aten::conv3d(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:37.0450753Z processing existing schema: aten::conv3d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, str padding="valid", int[3] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:37.0453055Z processing existing schema: quantized::conv_transpose2d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:37.0455068Z processing existing schema: aten::symeig(Tensor self, bool eigenvectors=False, bool upper=True) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-09-27T15:35:37.0458374Z processing existing schema: aten::symeig.e(Tensor self, bool eigenvectors=False, bool upper=True, *, Tensor(a!) e, Tensor(b!) V) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-09-27T15:35:37.0460106Z processing existing schema: aten::prelu(Tensor self, Tensor weight) -> Tensor 2022-09-27T15:35:37.0463609Z processing existing schema: aten::prelu.out(Tensor self, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0464213Z schema: aten::select_backward(Tensor grad_output, int[] input_sizes, int dim, int index) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.0464559Z schema: aten::select_backward.out(Tensor grad_output, int[] input_sizes, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.0467135Z processing existing schema: aten::addmv(Tensor self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:37.0470655Z processing existing schema: aten::addmv.out(Tensor self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0472753Z processing existing schema: aten::select_scatter(Tensor self, Tensor src, int dim, int index) -> Tensor 2022-09-27T15:35:37.0475765Z processing existing schema: aten::select_scatter.out(Tensor self, Tensor src, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0478284Z processing existing schema: aten::addr(Tensor self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:37.0481587Z processing existing schema: aten::addr.out(Tensor self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0483489Z processing existing schema: aten::matmul(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.0486305Z processing existing schema: aten::matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0489251Z processing existing schema: aten::upsample_trilinear3d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.0492850Z processing existing schema: aten::upsample_trilinear3d_backward(Tensor grad_output, int[3] output_size, int[5] input_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:37.0497339Z processing existing schema: aten::upsample_trilinear3d_backward.grad_input(Tensor grad_output, int[3] output_size, int[5] input_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.0500829Z processing existing schema: aten::upsample_trilinear3d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0502760Z processing existing schema: aten::einsum(str equation, Tensor[] tensors) -> Tensor 2022-09-27T15:35:37.0504692Z processing existing schema: aten::einsum.sublist(Tensor a, ...) -> Tensor 2022-09-27T15:35:37.0506764Z processing existing schema: quantized::conv3d_groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:37.0510561Z processing existing schema: aten::_convolution.deprecated(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled) -> Tensor 2022-09-27T15:35:37.0514156Z processing existing schema: aten::_convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled, bool allow_tf32) -> Tensor 2022-09-27T15:35:37.0518818Z processing existing schema: aten::_convolution.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0520502Z processing existing schema: aten::linalg_multi_dot(Tensor[] tensors) -> Tensor 2022-09-27T15:35:37.0523317Z processing existing schema: aten::linalg_multi_dot.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0526077Z processing existing schema: aten::_thnn_fused_lstm_cell(Tensor input_gates, Tensor hidden_gates, Tensor cx, Tensor? input_bias=None, Tensor? hidden_bias=None) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.0530148Z processing existing schema: aten::_thnn_fused_lstm_cell.out(Tensor input_gates, Tensor hidden_gates, Tensor cx, Tensor? input_bias=None, Tensor? hidden_bias=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:37.0532700Z processing existing schema: aten::gru_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-09-27T15:35:37.0535152Z processing existing schema: aten::replication_pad1d(Tensor self, int[2] padding) -> Tensor 2022-09-27T15:35:37.0538341Z processing existing schema: aten::replication_pad1d.out(Tensor self, int[2] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0540217Z processing existing schema: aten::abs(Tensor self) -> Tensor 2022-09-27T15:35:37.0542984Z processing existing schema: aten::abs.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0545911Z processing existing schema: aten::rnn_tanh_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-09-27T15:35:37.0548340Z processing existing schema: aten::native_layer_norm(Tensor input, int[] normalized_shape, Tensor? weight, Tensor? bias, float eps) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.0552538Z processing existing schema: aten::native_layer_norm.out(Tensor input, int[] normalized_shape, Tensor? weight, Tensor? bias, float eps, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:37.0556227Z processing existing schema: aten::group_norm(Tensor input, int num_groups, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enabled=True) -> Tensor 2022-09-27T15:35:37.0558904Z processing existing schema: aten::poisson_nll_loss(Tensor input, Tensor target, bool log_input, bool full, float eps, int reduction) -> Tensor 2022-09-27T15:35:37.0562082Z processing existing schema: aten::fft_irfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:37.0566325Z processing existing schema: aten::fft_irfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0568858Z processing existing schema: prim::MKLDNNHardSigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.0571061Z processing existing schema: aten::batch_norm_update_stats(Tensor input, Tensor? running_mean, Tensor? running_var, float momentum) -> (Tensor, Tensor) 2022-09-27T15:35:37.0574377Z processing existing schema: aten::batch_norm_update_stats.out(Tensor input, Tensor? running_mean, Tensor? running_var, float momentum, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.0576975Z processing existing schema: aten::cosine_embedding_loss(Tensor input1, Tensor input2, Tensor target, float margin=0., int reduction=1) -> Tensor 2022-09-27T15:35:37.0580700Z processing existing schema: quantized::embedding_bag_4bit_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-09-27T15:35:37.0582893Z processing existing schema: aten::__iand__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.0585429Z processing existing schema: aten::__iand__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.0587856Z processing existing schema: aten::kl_div(Tensor self, Tensor target, int reduction=1, *, bool log_target=False) -> Tensor 2022-09-27T15:35:37.0590034Z processing existing schema: aten::argsort(Tensor self, int dim=-1, bool descending=False) -> Tensor 2022-09-27T15:35:37.0592558Z processing existing schema: aten::argsort.stable(Tensor self, *, bool stable, int dim=-1, bool descending=False) -> Tensor 2022-09-27T15:35:37.0595661Z processing existing schema: aten::argsort.stable_out(Tensor self, *, bool stable, int dim=-1, bool descending=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0597760Z processing existing schema: aten::argsort.dimname(Tensor self, str dim, bool descending=False) -> Tensor 2022-09-27T15:35:37.0600179Z processing existing schema: aten::smooth_l1_loss(Tensor self, Tensor target, int reduction=1, float beta=1.) -> Tensor 2022-09-27T15:35:37.0603474Z processing existing schema: aten::smooth_l1_loss.out(Tensor self, Tensor target, int reduction=1, float beta=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0605799Z processing existing schema: aten::huber_loss(Tensor self, Tensor target, int reduction=1, float delta=1.) -> Tensor 2022-09-27T15:35:37.0608993Z processing existing schema: aten::huber_loss.out(Tensor self, Tensor target, int reduction=1, float delta=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0610978Z processing existing schema: aten::mse_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-09-27T15:35:37.0613945Z processing existing schema: aten::mse_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0616026Z processing existing schema: aten::multilabel_margin_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-09-27T15:35:37.0619045Z processing existing schema: aten::multilabel_margin_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0622928Z processing existing schema: aten::triplet_margin_loss(Tensor anchor, Tensor positive, Tensor negative, float margin=1., float p=2., float eps=9.9999999999999995e-07, bool swap=False, int reduction=1) -> Tensor 2022-09-27T15:35:37.0624451Z processing existing schema: aten::special_expm1(Tensor self) -> Tensor 2022-09-27T15:35:37.0627140Z processing existing schema: aten::special_expm1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0629859Z processing existing schema: aten::linalg_lstsq(Tensor self, Tensor b, float? rcond=None, *, str? driver=None) -> (Tensor solution, Tensor residuals, Tensor rank, Tensor singular_values) 2022-09-27T15:35:37.0634437Z processing existing schema: aten::linalg_lstsq.out(Tensor self, Tensor b, float? rcond=None, *, str? driver=None, Tensor(a!) solution, Tensor(b!) residuals, Tensor(c!) rank, Tensor(d!) singular_values) -> (Tensor(a!) solution, Tensor(b!) residuals, Tensor(c!) rank, Tensor(d!) singular_values) 2022-09-27T15:35:37.0636098Z processing existing schema: aten::pdist(Tensor self, float p=2.) -> Tensor 2022-09-27T15:35:37.0639435Z processing existing schema: aten::fft_ifft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:37.0643567Z processing existing schema: aten::fft_ifft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0645538Z processing existing schema: aten::extend.t(t[](a!) self, t[] other) -> () 2022-09-27T15:35:37.0647598Z processing existing schema: aten::renorm(Tensor self, Scalar p, int dim, Scalar maxnorm) -> Tensor 2022-09-27T15:35:37.0650526Z processing existing schema: aten::renorm.out(Tensor self, Scalar p, int dim, Scalar maxnorm, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0652864Z processing existing schema: aten::grid_sampler_3d(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-09-27T15:35:37.0655994Z processing existing schema: aten::grid_sampler_3d.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0658369Z processing existing schema: aten::logsumexp(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:37.0660740Z processing existing schema: aten::logsumexp.names(Tensor self, str[1] dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:37.0664435Z processing existing schema: aten::logsumexp.names_out(Tensor self, str[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0667180Z processing existing schema: aten::logsumexp.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0669262Z processing existing schema: aten::prod(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0671729Z processing existing schema: aten::prod.dim_int(Tensor self, int dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0674342Z processing existing schema: aten::prod.dim_Dimname(Tensor self, str dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0677787Z processing existing schema: aten::prod.Dimname_out(Tensor self, str dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0681017Z processing existing schema: aten::prod.int_out(Tensor self, int dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0683965Z processing existing schema: aten::prod.out(Tensor self, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0686302Z processing existing schema: aten::softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0688746Z processing existing schema: aten::softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0691938Z processing existing schema: aten::softmax.int_out(Tensor self, int dim, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0694483Z processing existing schema: aten::trunc_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.0696982Z processing existing schema: aten::cumsum(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0699424Z processing existing schema: aten::cumsum.dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0702634Z processing existing schema: aten::cumsum.dimname_out(Tensor self, str dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0705800Z processing existing schema: aten::cumsum.out(Tensor self, int dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0708232Z processing existing schema: quantized::matmul(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:37.0710755Z processing existing schema: aten::addcmul(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor 2022-09-27T15:35:37.0714042Z processing existing schema: aten::addcmul.out(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0716413Z processing existing schema: aten::atan2(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.0719254Z processing existing schema: aten::atan2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0721123Z processing existing schema: aten::atan2.int(int a, int b) -> float 2022-09-27T15:35:37.0723135Z processing existing schema: aten::atan2.float(float a, float b) -> float 2022-09-27T15:35:37.0725338Z processing existing schema: aten::atan2.int_float(int a, float b) -> float 2022-09-27T15:35:37.0727529Z processing existing schema: aten::atan2.float_int(float a, int b) -> float 2022-09-27T15:35:37.0729727Z processing existing schema: aten::atan2.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-09-27T15:35:37.0731738Z processing existing schema: aten::special_erfinv(Tensor self) -> Tensor 2022-09-27T15:35:37.0734628Z processing existing schema: aten::special_erfinv.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0739451Z processing existing schema: prim::MKLDNNLayerNorm_(Tensor(a!) input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor(a!) 2022-09-27T15:35:37.0742115Z processing existing schema: aten::binary_cross_entropy(Tensor self, Tensor target, Tensor? weight=None, int reduction=1) -> Tensor 2022-09-27T15:35:37.0745526Z processing existing schema: aten::binary_cross_entropy.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0747825Z processing existing schema: aten::cross(Tensor self, Tensor other, int? dim=None) -> Tensor 2022-09-27T15:35:37.0751016Z processing existing schema: aten::cross.out(Tensor self, Tensor other, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0754532Z processing existing schema: quantized::embedding_bag_2bit_prepack(Tensor weight, bool optimized_qparams=False, int nbins=200, float ratio=0.16) -> Tensor 2022-09-27T15:35:37.0757010Z processing existing schema: aten::max_unpool2d(Tensor self, Tensor indices, int[2] output_size) -> Tensor 2022-09-27T15:35:37.0760588Z processing existing schema: aten::max_unpool2d.out(Tensor self, Tensor indices, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0763206Z processing existing schema: aten::grid_sampler(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-09-27T15:35:37.0766019Z processing existing schema: aten::copy_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!) 2022-09-27T15:35:37.0768695Z processing existing schema: aten::copy_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.0771449Z processing existing schema: aten::copy_.int(Tensor(a!) self, int other) -> Tensor(a!) 2022-09-27T15:35:37.0774292Z processing existing schema: aten::copy_.float(Tensor(a!) self, float other) -> Tensor(a!) 2022-09-27T15:35:37.0778086Z processing existing schema: _quantized::conv_transpose2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:37.0780507Z processing existing schema: aten::tensordot(Tensor self, Tensor other, int[] dims_self, int[] dims_other) -> Tensor 2022-09-27T15:35:37.0783829Z processing existing schema: aten::tensordot.out(Tensor self, Tensor other, int[] dims_self, int[] dims_other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0785727Z processing existing schema: aten::special_exp2(Tensor self) -> Tensor 2022-09-27T15:35:37.0788511Z processing existing schema: aten::special_exp2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0790601Z processing existing schema: aten::polar(Tensor abs, Tensor angle) -> Tensor 2022-09-27T15:35:37.0793698Z processing existing schema: aten::polar.out(Tensor abs, Tensor angle, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0796141Z processing existing schema: aten::polar.int(int a, int b) -> complex 2022-09-27T15:35:37.0798126Z processing existing schema: aten::polar.float(float a, float b) -> complex 2022-09-27T15:35:37.0800185Z processing existing schema: aten::polar.int_float(int a, float b) -> complex 2022-09-27T15:35:37.0802371Z processing existing schema: aten::polar.float_int(float a, int b) -> complex 2022-09-27T15:35:37.0804577Z processing existing schema: aten::polar.Scalar_Scalar(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:37.0807329Z processing existing schema: aten::fft_rfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:37.0811032Z processing existing schema: aten::fft_rfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0813421Z processing existing schema: aten::_sparse_log_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0815958Z processing existing schema: aten::_sparse_log_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.0819570Z processing existing schema: aten::_sparse_log_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0821478Z processing existing schema: aten::_sparse_log_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-09-27T15:35:37.0823420Z schema: aten::quantile(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.0825226Z schema: aten::quantile.scalar(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.0827640Z schema: aten::quantile.out(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.0830011Z schema: aten::quantile.scalar_out(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.0831951Z processing existing schema: aten::floor_divide(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.0834170Z processing existing schema: aten::floor_divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.0837085Z processing existing schema: aten::floor_divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0839903Z processing existing schema: aten::_linalg_svd(Tensor A, bool full_matrices=False, bool compute_uv=True, *, str? driver=None) -> (Tensor U, Tensor S, Tensor Vh) 2022-09-27T15:35:37.0844117Z processing existing schema: aten::_linalg_svd.U(Tensor A, bool full_matrices=False, bool compute_uv=True, *, str? driver=None, Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) 2022-09-27T15:35:37.0845976Z schema: aten::nanquantile(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.0848021Z schema: aten::nanquantile.scalar(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.0850434Z schema: aten::nanquantile.out(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.0852854Z schema: aten::nanquantile.scalar_out(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.0856439Z processing existing schema: aten::stft(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool normalized=False, bool? onesided=None, bool? return_complex=None) -> Tensor 2022-09-27T15:35:37.0860788Z processing existing schema: aten::stft.center(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool center=True, str pad_mode="reflect", bool normalized=False, bool? onesided=None, bool? return_complex=None) -> Tensor 2022-09-27T15:35:37.0863219Z processing existing schema: aten::grid_sampler_2d(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-09-27T15:35:37.0866418Z processing existing schema: aten::grid_sampler_2d.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0868510Z processing existing schema: aten::special_xlog1py(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.0870561Z processing existing schema: aten::special_xlog1py.other_scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.0872711Z processing existing schema: aten::special_xlog1py.self_scalar(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:37.0875704Z processing existing schema: aten::special_xlog1py.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0878746Z processing existing schema: aten::special_xlog1py.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0881733Z processing existing schema: aten::special_xlog1py.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0883780Z processing existing schema: aten::cholesky(Tensor self, bool upper=False) -> Tensor 2022-09-27T15:35:37.0886815Z processing existing schema: aten::cholesky.out(Tensor self, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0889849Z processing existing schema: quantized::batch_norm_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.0891836Z processing existing schema: aten::special_zeta(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.0894039Z processing existing schema: aten::special_zeta.other_scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.0896283Z processing existing schema: aten::special_zeta.self_scalar(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:37.0899222Z processing existing schema: aten::special_zeta.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0902131Z processing existing schema: aten::special_zeta.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0905060Z processing existing schema: aten::special_zeta.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0907394Z processing existing schema: aten::cholesky_solve(Tensor self, Tensor input2, bool upper=False) -> Tensor 2022-09-27T15:35:37.0910596Z processing existing schema: aten::cholesky_solve.out(Tensor self, Tensor input2, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0913617Z processing existing schema: quantized::batch_norm1d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.0916411Z processing existing schema: aten::_reshape_alias(Tensor(a) self, int[] size, int[] stride) -> Tensor(a) 2022-09-27T15:35:37.0918620Z processing existing schema: aten::orgqr(Tensor self, Tensor input2) -> Tensor 2022-09-27T15:35:37.0921527Z processing existing schema: aten::orgqr.out(Tensor self, Tensor input2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0924182Z processing existing schema: aten::ormqr(Tensor self, Tensor input2, Tensor input3, bool left=True, bool transpose=False) -> Tensor 2022-09-27T15:35:37.0927750Z processing existing schema: aten::ormqr.out(Tensor self, Tensor input2, Tensor input3, bool left=True, bool transpose=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0930956Z processing existing schema: aten::fft_fftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:37.0935081Z processing existing schema: aten::fft_fftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0937028Z processing existing schema: aten::element_size(Tensor self) -> int 2022-09-27T15:35:37.0940003Z processing existing schema: aten::pinverse(Tensor self, float rcond=1.0000000000000001e-15) -> Tensor 2022-09-27T15:35:37.0943268Z processing existing schema: aten::max_unpool3d(Tensor self, Tensor indices, int[3] output_size, int[3] stride, int[3] padding) -> Tensor 2022-09-27T15:35:37.0947350Z processing existing schema: aten::max_unpool3d.out(Tensor self, Tensor indices, int[3] output_size, int[3] stride, int[3] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0950465Z processing existing schema: aten::cross_entropy_loss(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, float label_smoothing=0.) -> Tensor 2022-09-27T15:35:37.0952795Z processing existing schema: quantized::embedding_bag_prepack(Tensor weight) -> __torch__.torch.classes.quantized.EmbeddingPackedParamsBase W_prepack 2022-09-27T15:35:37.0955114Z processing existing schema: aten::reflection_pad1d(Tensor self, int[2] padding) -> Tensor 2022-09-27T15:35:37.0958599Z processing existing schema: aten::reflection_pad1d.out(Tensor self, int[2] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0960298Z processing existing schema: aten::geqrf(Tensor self) -> (Tensor a, Tensor tau) 2022-09-27T15:35:37.0963239Z processing existing schema: aten::geqrf.a(Tensor self, *, Tensor(a!) a, Tensor(b!) tau) -> (Tensor(a!) a, Tensor(b!) tau) 2022-09-27T15:35:37.0965691Z processing existing schema: aten::replication_pad2d(Tensor self, int[4] padding) -> Tensor 2022-09-27T15:35:37.0969086Z processing existing schema: aten::replication_pad2d.out(Tensor self, int[4] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0971488Z processing existing schema: aten::replication_pad3d(Tensor self, int[6] padding) -> Tensor 2022-09-27T15:35:37.0974787Z processing existing schema: aten::replication_pad3d.out(Tensor self, int[6] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0976423Z processing existing schema: prim::TensorExprDynamicGroup(...) -> ... 2022-09-27T15:35:37.0979170Z processing existing schema: aten::fft_fft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:37.0982760Z processing existing schema: aten::fft_fft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0984864Z processing existing schema: aten::sym_stride.int(Tensor self, int dim) -> SymInt 2022-09-27T15:35:37.0987303Z processing existing schema: aten::sym_stride(Tensor self) -> SymInt[] 2022-09-27T15:35:37.0990000Z processing existing schema: aten::fft_ifft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:37.0993563Z processing existing schema: aten::fft_ifft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.0995467Z processing existing schema: aten::reverse.t(t[](a!) self) -> () 2022-09-27T15:35:37.0996981Z processing existing schema: prim::StaticSubgraph(...) -> ... 2022-09-27T15:35:37.1000695Z processing existing schema: aten::fft_fft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:37.1005091Z processing existing schema: aten::fft_fft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1006944Z schema: aten::sym_numel(Tensor self) -> SymInt found on allowlist, skipping 2022-09-27T15:35:37.1009732Z processing existing schema: aten::fft_irfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:37.1013363Z processing existing schema: aten::fft_irfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1016814Z processing existing schema: aten::fft_rfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:37.1021121Z processing existing schema: aten::fft_rfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1023083Z processing existing schema: aten::polygamma(int n, Tensor self) -> Tensor 2022-09-27T15:35:37.1026217Z processing existing schema: aten::polygamma.out(int n, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1029607Z processing existing schema: aten::fft_rfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:37.1033703Z processing existing schema: aten::fft_rfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1036323Z processing existing schema: aten::fft_hfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:37.1040114Z processing existing schema: aten::fft_hfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1041956Z processing existing schema: aten::get_device(Tensor self) -> int 2022-09-27T15:35:37.1044877Z processing existing schema: aten::fft_ihfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-09-27T15:35:37.1048242Z processing existing schema: aten::fft_ihfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1051412Z processing existing schema: aten::linalg_matrix_norm(Tensor self, Scalar ord, int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.1054961Z processing existing schema: aten::linalg_matrix_norm.str_ord(Tensor self, str ord="fro", int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.1059048Z processing existing schema: aten::linalg_matrix_norm.out(Tensor self, Scalar ord, int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1063347Z processing existing schema: aten::linalg_matrix_norm.str_ord_out(Tensor self, str ord="fro", int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1066753Z processing existing schema: aten::_batch_norm_impl_index(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, bool cudnn_enabled) -> (Tensor, Tensor, Tensor, Tensor, int) 2022-09-27T15:35:37.1068708Z processing existing schema: aten::linalg_cond(Tensor self, Scalar? p=None) -> Tensor 2022-09-27T15:35:37.1070712Z processing existing schema: aten::linalg_cond.p_str(Tensor self, str p) -> Tensor 2022-09-27T15:35:37.1073728Z processing existing schema: aten::linalg_cond.out(Tensor self, Scalar? p=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1076665Z processing existing schema: aten::linalg_cond.p_str_out(Tensor self, str p, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1079420Z processing existing schema: aten::linalg_matrix_rank(Tensor self, float tol, bool hermitian=False) -> Tensor 2022-09-27T15:35:37.1081687Z processing existing schema: aten::linalg_matrix_rank.tol_tensor(Tensor input, Tensor tol, bool hermitian=False) -> Tensor 2022-09-27T15:35:37.1084494Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_tensor(Tensor input, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False) -> Tensor 2022-09-27T15:35:37.1087312Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_float(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False) -> Tensor 2022-09-27T15:35:37.1090876Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_tensor_out(Tensor input, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1094429Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_float_out(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1097620Z processing existing schema: aten::linalg_matrix_rank.out(Tensor self, float tol, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1100816Z processing existing schema: aten::linalg_matrix_rank.out_tol_tensor(Tensor input, Tensor tol, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1102800Z processing existing schema: aten::special_i1e(Tensor self) -> Tensor 2022-09-27T15:35:37.1105590Z processing existing schema: aten::special_i1e.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1107818Z processing existing schema: aten::bitwise_or.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1109924Z processing existing schema: aten::bitwise_or.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.1112933Z processing existing schema: aten::bitwise_or.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1115785Z processing existing schema: aten::bitwise_or.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1118108Z processing existing schema: aten::bitwise_or.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:37.1121013Z processing existing schema: aten::bitwise_or.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1124175Z processing existing schema: aten::quantized_gru.input(Tensor input, Tensor hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:37.1127163Z processing existing schema: aten::quantized_gru.data(Tensor data, Tensor batch_sizes, Tensor hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-09-27T15:35:37.1129848Z processing existing schema: aten::quantized_gru.input_legacy(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:37.1132932Z processing existing schema: aten::quantized_gru.data_legacy(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-09-27T15:35:37.1135186Z processing existing schema: aten::linalg_solve(Tensor A, Tensor B, *, bool left=True) -> Tensor 2022-09-27T15:35:37.1138574Z processing existing schema: aten::linalg_solve.out(Tensor A, Tensor B, *, bool left=True, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1140843Z processing existing schema: aten::linalg_svdvals(Tensor A, *, str? driver=None) -> Tensor 2022-09-27T15:35:37.1143943Z processing existing schema: aten::linalg_svdvals.out(Tensor A, *, str? driver=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1145877Z processing existing schema: aten::linalg_eigvals(Tensor self) -> Tensor 2022-09-27T15:35:37.1148774Z processing existing schema: aten::linalg_eigvals.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1151197Z processing existing schema: aten::_cdist_forward(Tensor x1, Tensor x2, float p, int? compute_mode) -> Tensor 2022-09-27T15:35:37.1154444Z processing existing schema: aten::_cdist_forward.out(Tensor x1, Tensor x2, float p, int? compute_mode, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1156692Z processing existing schema: aten::linalg_eigvalsh(Tensor self, str UPLO="L") -> Tensor 2022-09-27T15:35:37.1159951Z processing existing schema: aten::linalg_eigvalsh.out(Tensor self, str UPLO="L", *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1162085Z processing existing schema: aten::linalg_householder_product(Tensor input, Tensor tau) -> Tensor 2022-09-27T15:35:37.1165123Z processing existing schema: aten::linalg_householder_product.out(Tensor input, Tensor tau, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1167276Z processing existing schema: aten::linalg_tensorinv(Tensor self, int ind=2) -> Tensor 2022-09-27T15:35:37.1170312Z processing existing schema: aten::linalg_tensorinv.out(Tensor self, int ind=2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1172832Z processing existing schema: aten::linalg_tensorsolve(Tensor self, Tensor other, int[]? dims=None) -> Tensor 2022-09-27T15:35:37.1176364Z processing existing schema: aten::linalg_tensorsolve.out(Tensor self, Tensor other, int[]? dims=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1178332Z processing existing schema: aten::lstsq(Tensor self, Tensor A) -> (Tensor solution, Tensor QR) 2022-09-27T15:35:37.1181278Z processing existing schema: aten::lstsq.X(Tensor self, Tensor A, *, Tensor(a!) X, Tensor(b!) qr) -> (Tensor(a!) solution, Tensor(b!) QR) 2022-09-27T15:35:37.1183589Z processing existing schema: aten::_lu_with_info(Tensor self, bool pivot=True, bool check_errors=True) -> (Tensor LU, Tensor pivots, Tensor info) 2022-09-27T15:35:37.1186467Z processing existing schema: aten::fractional_max_pool2d(Tensor self, int[2] kernel_size, int[2] output_size, Tensor random_samples) -> (Tensor, Tensor) 2022-09-27T15:35:37.1190239Z processing existing schema: aten::fractional_max_pool2d.output(Tensor self, int[2] kernel_size, int[2] output_size, Tensor random_samples, *, Tensor(a!) output, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.1192619Z processing existing schema: aten::fractional_max_pool3d(Tensor self, int[3] kernel_size, int[3] output_size, Tensor random_samples) -> (Tensor, Tensor) 2022-09-27T15:35:37.1196478Z processing existing schema: aten::fractional_max_pool3d.output(Tensor self, int[3] kernel_size, int[3] output_size, Tensor random_samples, *, Tensor(a!) output, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.1199087Z processing existing schema: aten::rsqrt_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.1201279Z processing existing schema: aten::adaptive_max_pool3d(Tensor self, int[3] output_size) -> (Tensor, Tensor) 2022-09-27T15:35:37.1204882Z processing existing schema: aten::adaptive_max_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.1207302Z processing existing schema: aten::adaptive_avg_pool3d(Tensor self, int[3] output_size) -> Tensor 2022-09-27T15:35:37.1210846Z processing existing schema: aten::adaptive_avg_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1215397Z processing existing schema: aten::rrelu_with_noise(Tensor self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.1220458Z processing existing schema: aten::rrelu_with_noise.out(Tensor self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1222297Z processing existing schema: aten::multilabel_margin_loss_forward(Tensor self, Tensor target, int reduction) -> (Tensor output, Tensor is_target) 2022-09-27T15:35:37.1225155Z processing existing schema: aten::multilabel_margin_loss_forward.output(Tensor self, Tensor target, int reduction, *, Tensor(a!) output, Tensor(b!) is_target) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.1227009Z processing existing schema: aten::linalg_qr(Tensor A, str mode="reduced") -> (Tensor Q, Tensor R) 2022-09-27T15:35:37.1230451Z processing existing schema: aten::linalg_qr.out(Tensor A, str mode="reduced", *, Tensor(a!) Q, Tensor(b!) R) -> (Tensor(a!) Q, Tensor(b!) R) 2022-09-27T15:35:37.1232308Z processing existing schema: aten::bitwise_xor.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1234354Z processing existing schema: aten::bitwise_xor.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.1237298Z processing existing schema: aten::bitwise_xor.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1240150Z processing existing schema: aten::bitwise_xor.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1242158Z processing existing schema: aten::bitwise_xor.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:37.1245022Z processing existing schema: aten::bitwise_xor.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1247528Z processing existing schema: quantized::make_quantized_cell_params(Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh) -> __torch__.torch.classes.rnn.CellParamsBase 2022-09-27T15:35:37.1249328Z processing existing schema: aten::linalg_eig(Tensor self) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-09-27T15:35:37.1252198Z processing existing schema: aten::linalg_eig.out(Tensor self, *, Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-09-27T15:35:37.1254098Z processing existing schema: aten::linalg_eigh(Tensor self, str UPLO="L") -> (Tensor eigenvalues, Tensor eigenvectors) 2022-09-27T15:35:37.1257606Z processing existing schema: aten::linalg_eigh.eigvals(Tensor self, str UPLO="L", *, Tensor(a!) eigvals, Tensor(b!) eigvecs) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-09-27T15:35:37.1258341Z schema: aten::linalg_inv_ex(Tensor A, *, bool check_errors=False) -> (Tensor inverse, Tensor info) found on allowlist, skipping 2022-09-27T15:35:37.1259331Z schema: aten::linalg_inv_ex.inverse(Tensor A, *, bool check_errors=False, Tensor(a!) inverse, Tensor(b!) info) -> (Tensor(a!) inverse, Tensor(b!) info) found on allowlist, skipping 2022-09-27T15:35:37.1261636Z processing existing schema: aten::_cdist_backward(Tensor grad, Tensor x1, Tensor x2, float p, Tensor cdist) -> Tensor 2022-09-27T15:35:37.1264643Z processing existing schema: aten::_cdist_backward.out(Tensor grad, Tensor x1, Tensor x2, float p, Tensor cdist, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1266693Z processing existing schema: aten::index_copy(Tensor self, int dim, Tensor index, Tensor source) -> Tensor 2022-09-27T15:35:37.1268862Z processing existing schema: aten::index_copy.dimname(Tensor self, str dim, Tensor index, Tensor source) -> Tensor 2022-09-27T15:35:37.1271860Z processing existing schema: aten::index_copy.out(Tensor self, int dim, Tensor index, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1273857Z processing existing schema: aten::glu_backward(Tensor grad_output, Tensor self, int dim) -> Tensor 2022-09-27T15:35:37.1276810Z processing existing schema: aten::glu_backward.grad_input(Tensor grad_output, Tensor self, int dim, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.1278731Z processing existing schema: aten::prelu_backward(Tensor grad_output, Tensor self, Tensor weight) -> (Tensor, Tensor) 2022-09-27T15:35:37.1281642Z processing existing schema: aten::prelu_backward.out(Tensor grad_output, Tensor self, Tensor weight, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.1283542Z processing existing schema: aten::special_gammaincc(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1286277Z processing existing schema: aten::special_gammaincc.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1288096Z processing existing schema: aten::kron(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1290877Z processing existing schema: aten::kron.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1293463Z processing existing schema: aten::__ilshift__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1296237Z processing existing schema: aten::__ilshift__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.1298502Z processing existing schema: aten::l1_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-09-27T15:35:37.1300852Z processing existing schema: aten::__irshift__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1303354Z processing existing schema: aten::__irshift__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.1305312Z processing existing schema: aten::ldexp.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1308083Z processing existing schema: aten::ldexp.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1309857Z processing existing schema: aten::ldexp(float x, int i) -> float 2022-09-27T15:35:37.1311855Z processing existing schema: aten::__rshift__.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1313803Z processing existing schema: aten::__rshift__.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.1316581Z processing existing schema: aten::__rshift__.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1319377Z processing existing schema: aten::__rshift__.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1321178Z processing existing schema: aten::__rshift__.int(int a, int b) -> int 2022-09-27T15:35:37.1323110Z processing existing schema: aten::special_gammaln(Tensor self) -> Tensor 2022-09-27T15:35:37.1325633Z processing existing schema: aten::special_gammaln.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1327673Z processing existing schema: aten::bitwise_right_shift.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1329646Z processing existing schema: aten::bitwise_right_shift.Tensor_Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.1331578Z processing existing schema: aten::bitwise_right_shift.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:37.1334442Z processing existing schema: aten::bitwise_right_shift.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1337292Z processing existing schema: aten::bitwise_right_shift.Tensor_Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1339985Z processing existing schema: aten::bitwise_right_shift.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1343172Z processing existing schema: quantized::make_quantized_cell_params_dynamic(__torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor bias_ih, Tensor bias_hh, bool reduce_range=False) -> __torch__.torch.classes.rnn.CellParamsBase 2022-09-27T15:35:37.1344695Z processing existing schema: aten::fmax(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1347424Z processing existing schema: aten::fmax.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1349257Z processing existing schema: aten::fmin(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1352029Z processing existing schema: aten::fmin.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1353985Z processing existing schema: aten::fmod.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1355944Z processing existing schema: aten::fmod.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.1358794Z processing existing schema: aten::fmod.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1361478Z processing existing schema: aten::fmod.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1363322Z processing existing schema: aten::fmod.int(int a, int b) -> float 2022-09-27T15:35:37.1365247Z processing existing schema: aten::fmod.float(float a, float b) -> float 2022-09-27T15:35:37.1367148Z processing existing schema: aten::fmod.int_float(int a, float b) -> float 2022-09-27T15:35:37.1369076Z processing existing schema: aten::fmod.float_int(float a, int b) -> float 2022-09-27T15:35:37.1370949Z processing existing schema: aten::fmod(Scalar a, Scalar b) -> float 2022-09-27T15:35:37.1372753Z processing existing schema: aten::frexp.Tensor(Tensor self) -> (Tensor mantissa, Tensor exponent) 2022-09-27T15:35:37.1375744Z processing existing schema: aten::frexp.Tensor_out(Tensor self, *, Tensor(a!) mantissa, Tensor(b!) exponent) -> (Tensor(a!) mantissa, Tensor(b!) exponent) 2022-09-27T15:35:37.1377223Z processing existing schema: aten::frexp(float a) -> (float, int) 2022-09-27T15:35:37.1379010Z processing existing schema: aten::igamma(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1381787Z processing existing schema: aten::igamma.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1383655Z processing existing schema: aten::igammac(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1386288Z processing existing schema: aten::igammac.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1388178Z processing existing schema: aten::_euclidean_dist(Tensor x1, Tensor x2) -> Tensor 2022-09-27T15:35:37.1390928Z processing existing schema: aten::_euclidean_dist.out(Tensor x1, Tensor x2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1392913Z processing existing schema: aten::logaddexp(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1395563Z processing existing schema: aten::logaddexp.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1397571Z processing existing schema: aten::cholesky_inverse(Tensor self, bool upper=False) -> Tensor 2022-09-27T15:35:37.1400515Z processing existing schema: aten::cholesky_inverse.out(Tensor self, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1403250Z processing existing schema: quantized::batch_norm1d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1405060Z processing existing schema: aten::special_xlogy(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1407043Z processing existing schema: aten::special_xlogy.other_scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.1409054Z processing existing schema: aten::special_xlogy.self_scalar(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:37.1411770Z processing existing schema: aten::special_xlogy.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1414509Z processing existing schema: aten::special_xlogy.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1417367Z processing existing schema: aten::special_xlogy.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1419568Z processing existing schema: aten::_add_relu.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T15:35:37.1422540Z processing existing schema: aten::_add_relu.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1424713Z processing existing schema: aten::_add_relu.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:37.1427770Z processing existing schema: aten::_add_relu.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1430348Z processing existing schema: aten::lerp.Scalar(Tensor self, Tensor end, Scalar weight) -> Tensor 2022-09-27T15:35:37.1432290Z processing existing schema: aten::lerp.Tensor(Tensor self, Tensor end, Tensor weight) -> Tensor 2022-09-27T15:35:37.1435237Z processing existing schema: aten::lerp.Scalar_out(Tensor self, Tensor end, Scalar weight, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1438400Z processing existing schema: aten::lerp.Tensor_out(Tensor self, Tensor end, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1440612Z processing existing schema: aten::__lshift__.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1442625Z processing existing schema: aten::__lshift__.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.1445793Z processing existing schema: aten::__lshift__.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1448491Z processing existing schema: aten::__lshift__.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1450590Z processing existing schema: aten::__lshift__.int(int a, int b) -> int 2022-09-27T15:35:37.1452650Z processing existing schema: aten::lcm(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1455779Z processing existing schema: aten::lcm.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1457785Z processing existing schema: aten::maximum(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1460705Z processing existing schema: aten::maximum.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1462749Z processing existing schema: aten::nextafter(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1465687Z processing existing schema: aten::nextafter.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1467529Z processing existing schema: aten::erf(Tensor self) -> Tensor 2022-09-27T15:35:37.1470535Z processing existing schema: aten::erf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1472363Z processing existing schema: aten::erf.int(int a) -> float 2022-09-27T15:35:37.1474332Z processing existing schema: aten::erf.float(float a) -> float 2022-09-27T15:35:37.1476419Z processing existing schema: aten::erf.Scalar(Scalar a) -> Scalar 2022-09-27T15:35:37.1478760Z processing existing schema: quantized::linear_unpack_fp16(__torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-09-27T15:35:37.1480529Z processing existing schema: quantized::linear_unpack_fp16.legacy(Tensor W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-09-27T15:35:37.1482619Z processing existing schema: aten::xlogy.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1484775Z processing existing schema: aten::xlogy.Scalar_Other(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.1486943Z processing existing schema: aten::xlogy.Scalar_Self(Scalar self, Tensor other) -> Tensor 2022-09-27T15:35:37.1489853Z processing existing schema: aten::xlogy.OutTensor(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1492785Z processing existing schema: aten::xlogy.OutScalar_Self(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1495854Z processing existing schema: aten::xlogy.OutScalar_Other(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1498445Z processing existing schema: aten::elu_backward(Tensor grad_output, Scalar alpha, Scalar scale, Scalar input_scale, bool is_result, Tensor self_or_result) -> Tensor 2022-09-27T15:35:37.1501916Z processing existing schema: aten::elu_backward.grad_input(Tensor grad_output, Scalar alpha, Scalar scale, Scalar input_scale, bool is_result, Tensor self_or_result, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.1503940Z processing existing schema: quantized::conv_transpose2d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:37.1506147Z processing existing schema: aten::hardtanh_backward(Tensor grad_output, Tensor self, Scalar min_val, Scalar max_val) -> Tensor 2022-09-27T15:35:37.1509357Z processing existing schema: aten::hardtanh_backward.grad_input(Tensor grad_output, Tensor self, Scalar min_val, Scalar max_val, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.1511510Z processing existing schema: aten::hardshrink_backward(Tensor grad_out, Tensor self, Scalar lambd) -> Tensor 2022-09-27T15:35:37.1514605Z processing existing schema: aten::hardshrink_backward.grad_input(Tensor grad_out, Tensor self, Scalar lambd, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.1517339Z processing existing schema: aten::align_to(Tensor(a) self, str[] names) -> Tensor(a) 2022-09-27T15:35:37.1520352Z processing existing schema: aten::align_to.ellipsis_idx(Tensor(a) self, str[] order, int ellipsis_idx) -> Tensor(a) 2022-09-27T15:35:37.1522320Z processing existing schema: aten::all(Tensor self) -> Tensor 2022-09-27T15:35:37.1524785Z processing existing schema: aten::all.dim(Tensor self, int dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:37.1527774Z processing existing schema: aten::all.out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1530401Z processing existing schema: aten::all.all_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1532785Z processing existing schema: aten::all.dimname(Tensor self, str dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:37.1535833Z processing existing schema: aten::all.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1537782Z processing existing schema: aten::all.int(int[] self) -> bool 2022-09-27T15:35:37.1539841Z processing existing schema: aten::all.float(float[] self) -> bool 2022-09-27T15:35:37.1541932Z processing existing schema: aten::all.bool(bool[] self) -> bool 2022-09-27T15:35:37.1544373Z processing existing schema: aten::arccosh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.1547037Z processing existing schema: aten::atan2_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1550056Z processing existing schema: aten::clamp_(Tensor(a!) self, Scalar? min=None, Scalar? max=None) -> Tensor(a!) 2022-09-27T15:35:37.1553148Z processing existing schema: aten::clamp_.Tensor(Tensor(a!) self, Tensor? min=None, Tensor? max=None) -> Tensor(a!) 2022-09-27T15:35:37.1556018Z processing existing schema: quantized::batch_norm3d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1557992Z processing existing schema: aten::equal(Tensor self, Tensor other) -> bool 2022-09-27T15:35:37.1560029Z processing existing schema: quantized::linear_unpack(__torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-09-27T15:35:37.1561804Z processing existing schema: quantized::linear_unpack.legacy(Tensor W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-09-27T15:35:37.1564409Z processing existing schema: aten::floor_divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.1567105Z processing existing schema: aten::floor_divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1569645Z processing existing schema: aten::hypot_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1572249Z processing existing schema: aten::igamma_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1574988Z processing existing schema: aten::igammac_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1577604Z processing existing schema: aten::index_fill.Dimname_Scalar(Tensor self, str dim, Tensor index, Scalar value) -> Tensor 2022-09-27T15:35:37.1579812Z processing existing schema: aten::index_fill.Dimname_Tensor(Tensor self, str dim, Tensor index, Tensor value) -> Tensor 2022-09-27T15:35:37.1582159Z processing existing schema: aten::index_fill.int_Scalar(Tensor self, int dim, Tensor index, Scalar value) -> Tensor 2022-09-27T15:35:37.1584634Z processing existing schema: aten::index_fill.int_Tensor(Tensor self, int dim, Tensor index, Tensor value) -> Tensor 2022-09-27T15:35:37.1587712Z processing existing schema: aten::index_fill.int_Scalar_out(Tensor self, int dim, Tensor index, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1590778Z processing existing schema: aten::index_fill.int_Tensor_out(Tensor self, int dim, Tensor index, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1593702Z processing existing schema: aten::index_fill_.Dimname_Scalar(Tensor(a!) self, str dim, Tensor index, Scalar value) -> Tensor(a!) 2022-09-27T15:35:37.1596593Z processing existing schema: aten::index_fill_.Dimname_Tensor(Tensor(a!) self, str dim, Tensor index, Tensor value) -> Tensor(a!) 2022-09-27T15:35:37.1599531Z processing existing schema: aten::index_fill_.int_Scalar(Tensor(a!) self, int dim, Tensor index, Scalar value) -> Tensor(a!) 2022-09-27T15:35:37.1602395Z processing existing schema: aten::index_fill_.int_Tensor(Tensor(a!) self, int dim, Tensor index, Tensor value) -> Tensor(a!) 2022-09-27T15:35:37.1604207Z processing existing schema: aten::is_coalesced(Tensor self) -> bool 2022-09-27T15:35:37.1606061Z processing existing schema: aten::is_inference(Tensor self) -> bool 2022-09-27T15:35:37.1608166Z processing existing schema: aten::is_pinned(Tensor self, Device? device=None) -> bool 2022-09-27T15:35:37.1609995Z processing existing schema: aten::is_signed(Tensor self) -> bool 2022-09-27T15:35:37.1614265Z processing existing schema: aten::max_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> Tensor 2022-09-27T15:35:37.1618186Z processing existing schema: aten::max_pool3d_with_indices(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> (Tensor, Tensor) 2022-09-27T15:35:37.1622995Z processing existing schema: aten::max_pool3d_with_indices.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.1625325Z processing existing schema: aten::nextafter_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1627122Z processing existing schema: aten::output_nr(Tensor self) -> int 2022-09-27T15:35:37.1629727Z processing existing schema: aten::polygamma_(Tensor(a!) self, int n) -> Tensor(a!) 2022-09-27T15:35:37.1632318Z processing existing schema: aten::refine_names(Tensor(a) self, str[] names) -> Tensor(a) 2022-09-27T15:35:37.1634940Z processing existing schema: aten::rename(Tensor(a) self, str[]? names) -> Tensor(a) 2022-09-27T15:35:37.1637851Z processing existing schema: aten::rename_(Tensor(a!) self, str[]? names) -> Tensor(a!) 2022-09-27T15:35:37.1640841Z processing existing schema: aten::resize_as_(Tensor(a!) self, Tensor the_template, *, MemoryFormat? memory_format=None) -> Tensor(a!) 2022-09-27T15:35:37.1643177Z processing existing schema: aten::square_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.1645597Z processing existing schema: aten::unsafe_chunk(Tensor self, int chunks, int dim=0) -> Tensor[] 2022-09-27T15:35:37.1648054Z processing existing schema: aten::unsafe_split.Tensor(Tensor self, int split_size, int dim=0) -> Tensor[] 2022-09-27T15:35:37.1650469Z processing existing schema: aten::unsafe_split.Tensor_out(Tensor self, int split_size, int dim=0, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.1652942Z processing existing schema: aten::unsafe_split_with_sizes(Tensor self, int[] split_sizes, int dim=0) -> Tensor[] 2022-09-27T15:35:37.1655667Z processing existing schema: aten::unsafe_split_with_sizes.out(Tensor self, int[] split_sizes, int dim=0, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.1657832Z processing existing schema: aten::vander(Tensor x, int? N=None, bool increasing=False) -> Tensor 2022-09-27T15:35:37.1660358Z processing existing schema: aten::_backward(Tensor self, Tensor[] inputs, Tensor? gradient=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-09-27T15:35:37.1662079Z processing existing schema: aten::set_data(Tensor(a!) self, Tensor new_data) -> () 2022-09-27T15:35:37.1663887Z processing existing schema: aten::data(Tensor self) -> Tensor 2022-09-27T15:35:37.1666698Z processing existing schema: quantized::mul_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:37.1668519Z processing existing schema: aten::is_leaf(Tensor self) -> bool 2022-09-27T15:35:37.1670421Z processing existing schema: aten::_version(Tensor self) -> int 2022-09-27T15:35:37.1672155Z processing existing schema: aten::retain_grad(Tensor(a!) self) -> () 2022-09-27T15:35:37.1674641Z processing existing schema: aten::_fw_primal(Tensor(a) self, int level) -> Tensor(a) 2022-09-27T15:35:37.1677496Z processing existing schema: quantized::make_quantized_cell_params_fp16(__torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh) -> __torch__.torch.classes.rnn.CellParamsBase 2022-09-27T15:35:37.1679892Z processing existing schema: aten::bitwise_right_shift_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1682574Z processing existing schema: aten::bitwise_right_shift_.Tensor_Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.1685260Z processing existing schema: quantized::quantized_lstm_cell_dynamic(Tensor input, Tensor[] hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor bias_ih, Tensor bias_hh) -> (Tensor, Tensor) 2022-09-27T15:35:37.1687662Z processing existing schema: aten::bitwise_xor_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1690282Z processing existing schema: aten::bitwise_xor_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.1693172Z processing existing schema: quantized::quantized_gru_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-09-27T15:35:37.1696097Z processing existing schema: aten::blackman_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.1699246Z processing existing schema: aten::blackman_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.1701656Z processing existing schema: aten::blackman_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1704522Z processing existing schema: aten::blackman_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1707014Z processing existing schema: sparse::qlinear_relu(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-09-27T15:35:37.1709370Z processing existing schema: aten::bucketize.Tensor(Tensor self, Tensor boundaries, *, bool out_int32=False, bool right=False) -> Tensor 2022-09-27T15:35:37.1712633Z processing existing schema: aten::bucketize.Tensor_out(Tensor self, Tensor boundaries, *, bool out_int32=False, bool right=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1715053Z processing existing schema: aten::bucketize.Scalar(Scalar self, Tensor boundaries, *, bool out_int32=False, bool right=False) -> Tensor 2022-09-27T15:35:37.1718450Z processing existing schema: aten::bucketize.Scalar_out(Scalar self, Tensor boundaries, *, bool out_int32=False, bool right=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1720528Z processing existing schema: sparse::qlinear_dynamic(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-09-27T15:35:37.1722432Z processing existing schema: aten::can_cast(ScalarType from, ScalarType to) -> bool 2022-09-27T15:35:37.1724609Z processing existing schema: sparse::qlinear_unpack(__torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin, int[] block_pattern) 2022-09-27T15:35:37.1727168Z processing existing schema: aten::cauchy(Tensor self, float median=0., float sigma=1., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.1730643Z processing existing schema: aten::cauchy.out(Tensor self, float median=0., float sigma=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1732912Z processing existing schema: quantized::add_relu(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:37.1735910Z processing existing schema: quantized::add_relu.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:37.1737837Z processing existing schema: quantized::add_relu.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:37.1739939Z processing existing schema: quantized::add_relu.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-09-27T15:35:37.1742820Z processing existing schema: quantized::add_relu.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:37.1745113Z processing existing schema: aten::ccol_indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.1747923Z processing existing schema: quantized::add_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:37.1749733Z processing existing schema: aten::ccol_indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.1752470Z processing existing schema: aten::ccol_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1754858Z processing existing schema: _quantized::add(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:37.1756960Z processing existing schema: aten::chalf(Tensor self, *, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:37.1759905Z processing existing schema: quantized::batch_norm(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1761711Z processing existing schema: aten::channel_shuffle(Tensor self, int groups) -> Tensor 2022-09-27T15:35:37.1764550Z processing existing schema: aten::channel_shuffle.out(Tensor self, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1767499Z processing existing schema: quantized::batch_norm2d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1769472Z processing existing schema: aten::choose_qparams_optimized(Tensor input, int numel, int n_bins, float ratio, int bit_width) -> (Tensor, Tensor) 2022-09-27T15:35:37.1772219Z processing existing schema: quantized::cat_relu_out(Tensor[] qx, int dim, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1775172Z processing existing schema: aten::clip_(Tensor(a!) self, Scalar? min=None, Scalar? max=None) -> Tensor(a!) 2022-09-27T15:35:37.1778373Z processing existing schema: aten::clip_.Tensor(Tensor(a!) self, Tensor? min=None, Tensor? max=None) -> Tensor(a!) 2022-09-27T15:35:37.1780793Z processing existing schema: quantized::conv1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1783006Z processing existing schema: aten::coalesce(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.1785513Z processing existing schema: quantized::conv1d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1789065Z processing existing schema: aten::col2im(Tensor self, int[2] output_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-09-27T15:35:37.1793521Z processing existing schema: aten::col2im.out(Tensor self, int[2] output_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1795842Z processing existing schema: quantized::conv2d.new(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1799023Z processing existing schema: quantized::conv2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1802117Z processing existing schema: aten::col2im_backward(Tensor grad_output, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-09-27T15:35:37.1806333Z processing existing schema: aten::col2im_backward.grad_input(Tensor grad_output, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.1808737Z processing existing schema: quantized::conv2d_relu.new(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1811806Z processing existing schema: quantized::conv2d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1813853Z processing existing schema: aten::col_indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.1816594Z processing existing schema: quantized::conv3d.new(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1819738Z processing existing schema: quantized::conv3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1822114Z processing existing schema: aten::col_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1823904Z processing existing schema: aten::col_indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.1826523Z processing existing schema: quantized::conv3d_relu.new(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1829627Z processing existing schema: quantized::conv3d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1831270Z processing existing schema: aten::column_stack(Tensor[] tensors) -> Tensor 2022-09-27T15:35:37.1834013Z processing existing schema: aten::column_stack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1836597Z processing existing schema: quantized::conv_transpose2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1839300Z processing existing schema: aten::complex.out(Tensor real, Tensor imag, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1841235Z processing existing schema: aten::complex(Tensor real, Tensor imag) -> Tensor 2022-09-27T15:35:37.1843742Z processing existing schema: _quantized::conv2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1845777Z processing existing schema: aten::concatenate(Tensor[] tensors, int dim=0) -> Tensor 2022-09-27T15:35:37.1848766Z processing existing schema: aten::concatenate.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1850907Z processing existing schema: aten::concatenate.names(Tensor[] tensors, str dim) -> Tensor 2022-09-27T15:35:37.1853849Z processing existing schema: aten::concatenate.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1856432Z processing existing schema: quantized::conv_transpose3d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-09-27T15:35:37.1860787Z processing existing schema: aten::conv_depthwise3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, int[3] dilation, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1864348Z processing existing schema: aten::conv_depthwise3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, int[3] dilation) -> Tensor 2022-09-27T15:35:37.1867386Z processing existing schema: quantized::conv1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:37.1869432Z processing existing schema: aten::conv_tbc_backward(Tensor self, Tensor input, Tensor weight, Tensor bias, int pad) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.1872479Z processing existing schema: _quantized::conv2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:37.1876215Z processing existing schema: aten::convolution_backward_overrideable(Tensor grad_output, Tensor input, Tensor weight, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor grad_input, Tensor grad_weight, Tensor grad_bias) 2022-09-27T15:35:37.1881485Z processing existing schema: aten::convolution_backward_overrideable.out(Tensor grad_output, Tensor input, Tensor weight, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:37.1884227Z processing existing schema: _quantized::conv3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-09-27T15:35:37.1887365Z processing existing schema: aten::convolution_overrideable(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups) -> Tensor 2022-09-27T15:35:37.1891517Z processing existing schema: aten::convolution_overrideable.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1894704Z processing existing schema: _quantized::conv_transpose1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-09-27T15:35:37.1897654Z processing existing schema: aten::copy.out(Tensor self, Tensor src, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1899731Z processing existing schema: aten::copy(Tensor self, Tensor src, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.1902079Z processing existing schema: aten::copy.t(t[](a) self) -> t[] 2022-09-27T15:35:37.1905770Z processing existing schema: aten::copy.Dict_str(Dict(str, t)(a) self) -> Dict(str, t) 2022-09-27T15:35:37.1909315Z processing existing schema: aten::copy.Dict_int(Dict(int, t)(a) self) -> Dict(int, t) 2022-09-27T15:35:37.1912884Z processing existing schema: aten::copy.Dict_bool(Dict(bool, t)(a) self) -> Dict(bool, t) 2022-09-27T15:35:37.1916464Z processing existing schema: aten::copy.Dict_float(Dict(float, t)(a) self) -> Dict(float, t) 2022-09-27T15:35:37.1920422Z processing existing schema: aten::copy.Dict_complex(Dict(complex, t)(a) self) -> Dict(complex, t) 2022-09-27T15:35:37.1924018Z processing existing schema: aten::copy.Dict_Tensor(Dict(Tensor, t)(a) self) -> Dict(Tensor, t) 2022-09-27T15:35:37.1927571Z processing existing schema: _quantized::conv_transpose3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-09-27T15:35:37.1929742Z processing existing schema: aten::copy_sparse_to_sparse(Tensor self, Tensor src, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.1932839Z processing existing schema: aten::copy_sparse_to_sparse.out(Tensor self, Tensor src, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1936142Z processing existing schema: quantized::dropout(Tensor self, float output_scale, int output_zero_point, Scalar p=0.5, bool training=False) -> Tensor 2022-09-27T15:35:37.1939129Z processing existing schema: aten::copy_sparse_to_sparse_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!) 2022-09-27T15:35:37.1941764Z processing existing schema: quantized::elu(Tensor self, float output_scale, int output_zero_point, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor 2022-09-27T15:35:37.1943557Z processing existing schema: aten::copysign.Tensor(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.1946373Z processing existing schema: aten::copysign.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1948568Z processing existing schema: aten::copysign.Scalar(Tensor self, Scalar other) -> Tensor 2022-09-27T15:35:37.1951171Z processing existing schema: aten::copysign.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1953180Z processing existing schema: aten::copysign.int(int a, int b) -> float 2022-09-27T15:35:37.1955305Z processing existing schema: aten::copysign.float(float a, float b) -> float 2022-09-27T15:35:37.1957143Z processing existing schema: aten::copysign.int_float(int a, float b) -> float 2022-09-27T15:35:37.1959231Z processing existing schema: aten::copysign.float_int(float a, int b) -> float 2022-09-27T15:35:37.1961389Z processing existing schema: aten::copysign(Scalar a, Scalar b) -> float 2022-09-27T15:35:37.1963872Z processing existing schema: quantized::celu(Tensor self, float output_scale, int output_zero_point, Scalar alpha=1) -> Tensor 2022-09-27T15:35:37.1966463Z processing existing schema: aten::copysign_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.1968883Z processing existing schema: aten::copysign_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.1970704Z processing existing schema: quantized::embedding_bag_byte_unpack(Tensor weight) -> Tensor 2022-09-27T15:35:37.1972955Z processing existing schema: aten::crow_indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.1974879Z processing existing schema: quantized::embedding_bag_4bit_unpack(Tensor weight) -> Tensor 2022-09-27T15:35:37.1977580Z processing existing schema: aten::crow_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1979394Z processing existing schema: aten::crow_indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.1981768Z processing existing schema: quantized::embedding_bag_unpack(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase W_prepack) -> Tensor W_origin 2022-09-27T15:35:37.1984685Z processing existing schema: aten::cudnn_affine_grid_generator.out(Tensor theta, int N, int C, int H, int W, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1987011Z processing existing schema: aten::cudnn_affine_grid_generator(Tensor theta, int N, int C, int H, int W) -> Tensor grid 2022-09-27T15:35:37.1989125Z processing existing schema: quantized::hardswish(Tensor input, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.1992282Z processing existing schema: aten::cudnn_affine_grid_generator_backward.out(Tensor grad, int N, int C, int H, int W, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.1994716Z processing existing schema: aten::cudnn_affine_grid_generator_backward(Tensor grad, int N, int C, int H, int W) -> Tensor grad_theta 2022-09-27T15:35:37.1997806Z processing existing schema: quantized::linear_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-09-27T15:35:37.2002275Z processing existing schema: aten::cudnn_convolution_add_relu.out(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2005084Z processing existing schema: aten::cudnn_convolution_add_relu(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:37.2007511Z processing existing schema: quantized::linear_relu_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-09-27T15:35:37.2011901Z processing existing schema: aten::cudnn_convolution_relu.out(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2014697Z processing existing schema: aten::cudnn_convolution_relu(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:37.2017402Z processing existing schema: quantized::linear_prepack(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-09-27T15:35:37.2019613Z processing existing schema: aten::cudnn_is_acceptable(Tensor self) -> bool 2022-09-27T15:35:37.2022862Z processing existing schema: quantized::linear_prepack_fp16(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-09-27T15:35:37.2025463Z processing existing schema: aten::cummaxmin_backward(Tensor grad, Tensor input, Tensor indices, int dim) -> Tensor 2022-09-27T15:35:37.2029444Z processing existing schema: _quantized::linear_prepack_fp16(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-09-27T15:35:37.2034207Z processing existing schema: aten::cumprod_(Tensor(a!) self, int dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-09-27T15:35:37.2039350Z processing existing schema: aten::cumprod_.dimname(Tensor(a!) self, str dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-09-27T15:35:37.2043901Z processing existing schema: _quantized::linear_prepack_fp16_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-09-27T15:35:37.2046888Z processing existing schema: aten::cumprod_backward(Tensor grad, Tensor input, int dim, Tensor output) -> Tensor 2022-09-27T15:35:37.2050050Z processing existing schema: quantized::mul(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-09-27T15:35:37.2053634Z processing existing schema: quantized::mul.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:37.2055902Z processing existing schema: quantized::mul.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:37.2057986Z processing existing schema: quantized::mul.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-09-27T15:35:37.2060890Z processing existing schema: quantized::mul.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:37.2063722Z processing existing schema: aten::cumsum_(Tensor(a!) self, int dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-09-27T15:35:37.2066742Z processing existing schema: aten::cumsum_.dimname(Tensor(a!) self, str dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-09-27T15:35:37.2068778Z processing existing schema: quantized::mul_scalar_relu(Tensor qa, Scalar b) -> Tensor qc 2022-09-27T15:35:37.2070895Z processing existing schema: quantized::mul_scalar_relu.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-09-27T15:35:37.2072673Z processing existing schema: aten::dense_dim(Tensor self) -> int 2022-09-27T15:35:37.2075670Z processing existing schema: quantized::mul_scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:37.2078442Z processing existing schema: quantized::mul_scalar_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-09-27T15:35:37.2080271Z processing existing schema: aten::dequantize.self(Tensor self) -> Tensor 2022-09-27T15:35:37.2082969Z processing existing schema: aten::dequantize.self_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2085138Z processing existing schema: aten::dequantize.tensors_out(Tensor[] tensors, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.2087326Z processing existing schema: aten::dequantize.tensors(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:37.2089208Z processing existing schema: aten::dequantize.tensor(Tensor qtensor) -> Tensor 2022-09-27T15:35:37.2091482Z processing existing schema: aten::dequantize.list(Tensor[] qtensors) -> Tensor[] 2022-09-27T15:35:37.2093359Z processing existing schema: aten::dequantize.any(Any tensors) -> Any 2022-09-27T15:35:37.2096320Z processing existing schema: quantized::instance_norm(Tensor input, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.2098743Z processing existing schema: aten::detach_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2100528Z processing existing schema: aten::detach_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.2102675Z processing existing schema: quantized::sigmoid(Tensor qx, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.2104684Z processing existing schema: aten::diagflat(Tensor self, int offset=0) -> Tensor 2022-09-27T15:35:37.2106837Z processing existing schema: quantized::conv_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:37.2109860Z processing existing schema: aten::diagonal_copy.out(Tensor self, int offset=0, int dim1=0, int dim2=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2112238Z processing existing schema: aten::diagonal_copy(Tensor self, int offset=0, int dim1=0, int dim2=1) -> Tensor 2022-09-27T15:35:37.2114449Z processing existing schema: quantized::conv_transpose2d_output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:37.2117831Z processing existing schema: aten::embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.2120705Z processing existing schema: aten::embedding_bag.padding_idx(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, bool include_last_offset, int? padding_idx) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.2122607Z processing existing schema: quantized::conv_transpose2d_groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:37.2124691Z processing existing schema: aten::embedding_renorm(Tensor self, Tensor indices, float max_norm, float norm_type) -> Tensor 2022-09-27T15:35:37.2127713Z processing existing schema: aten::embedding_renorm.out(Tensor self, Tensor indices, float max_norm, float norm_type, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2129736Z processing existing schema: quantized::conv_transpose2d_transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:37.2132418Z processing existing schema: aten::embedding_renorm_(Tensor(a!) self, Tensor indices, float max_norm, float norm_type) -> Tensor(a!) 2022-09-27T15:35:37.2134430Z processing existing schema: quantized::conv_transpose3d_unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-09-27T15:35:37.2136724Z processing existing schema: aten::embedding_sparse_backward(Tensor grad, Tensor indices, int num_weights, int padding_idx, bool scale_grad_by_freq) -> Tensor 2022-09-27T15:35:37.2138827Z processing existing schema: quantized::conv_transpose3d_output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-09-27T15:35:37.2142296Z processing existing schema: aten::empty_quantized(int[] size, Tensor qtensor, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:37.2145330Z processing existing schema: aten::empty_quantized.out(int[] size, Tensor qtensor, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2147309Z processing existing schema: quantized::conv_transpose3d_transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-09-27T15:35:37.2149701Z processing existing schema: aten::eq_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.2152248Z processing existing schema: aten::eq_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.2154619Z processing existing schema: prepacked::conv2d_transpose_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.TransposeConv2dOpContext W_prepack) -> Tensor Y 2022-09-27T15:35:37.2156869Z processing existing schema: aten::exponential(Tensor self, float lambd=1., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.2160155Z processing existing schema: aten::exponential.out(Tensor self, float lambd=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2163421Z processing existing schema: aten::_cudnn_init_dropout_state(float dropout, bool train, int dropout_seed, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2166319Z processing existing schema: aten::_cudnn_init_dropout_state.out(float dropout, bool train, int dropout_seed, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2169122Z processing existing schema: aten::arange(Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2172147Z processing existing schema: aten::arange.start(Scalar start, Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2175736Z processing existing schema: aten::arange.start_step(Scalar start, Scalar end, Scalar step=1, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2178584Z processing existing schema: aten::arange.start_out(Scalar start, Scalar end, Scalar step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2181502Z processing existing schema: aten::arange.out(Scalar end, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2184287Z processing existing schema: aten::bartlett_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2187414Z processing existing schema: aten::bartlett_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2189979Z processing existing schema: aten::bartlett_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2192958Z processing existing schema: aten::bartlett_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2193397Z schema: static_runtime::VarTupleUnpack(...) -> ... found on allowlist, skipping 2022-09-27T15:35:37.2197216Z processing existing schema: aten::_empty_affine_quantized(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, float scale=1., int zero_point=0, MemoryFormat? memory_format=0) -> Tensor 2022-09-27T15:35:37.2200783Z processing existing schema: aten::_empty_affine_quantized.out(int[] size, *, float scale=1., int zero_point=0, MemoryFormat? memory_format=0, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2204462Z processing existing schema: aten::_empty_per_channel_affine_quantized(int[] size, *, Tensor scales, Tensor zero_points, int axis, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=0) -> Tensor 2022-09-27T15:35:37.2208213Z processing existing schema: aten::_empty_per_channel_affine_quantized.out(int[] size, *, Tensor scales, Tensor zero_points, int axis, MemoryFormat? memory_format=0, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2211316Z processing existing schema: aten::eye(int n, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2214702Z processing existing schema: aten::eye.m(int n, int m, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2217598Z processing existing schema: aten::eye.out(int n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2220720Z processing existing schema: aten::eye.m_out(int n, int m, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2221149Z schema: profiler::_record_function_enter(str name, str? args=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.2225419Z schema: aten::full.names(int[] size, Scalar fill_value, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor has valid upgrader, skipping 2022-09-27T15:35:37.2228999Z schema: aten::full(int[] size, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor has valid upgrader, skipping 2022-09-27T15:35:37.2232314Z processing existing schema: aten::full.names_out(int[] size, Scalar fill_value, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2235388Z schema: aten::full.out(int[] size, Scalar fill_value, *, Tensor(a!) out) -> Tensor(a!) has valid upgrader, skipping 2022-09-27T15:35:37.2239406Z processing existing schema: aten::from_file(str filename, bool? shared=None, int? size=0, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2242907Z processing existing schema: aten::from_file.out(str filename, bool? shared=None, int? size=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2246238Z processing existing schema: aten::hann_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2249708Z processing existing schema: aten::hann_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2252575Z processing existing schema: aten::hann_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2255930Z processing existing schema: aten::hann_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2259235Z processing existing schema: aten::hamming_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2262671Z processing existing schema: aten::hamming_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2266264Z processing existing schema: aten::hamming_window.periodic_alpha(int window_length, bool periodic, float alpha, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2269969Z processing existing schema: aten::hamming_window.periodic_alpha_beta(int window_length, bool periodic, float alpha, float beta, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2272795Z processing existing schema: aten::hamming_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2275995Z processing existing schema: aten::hamming_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2279421Z processing existing schema: aten::hamming_window.periodic_alpha_out(int window_length, bool periodic, float alpha, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2282842Z processing existing schema: aten::hamming_window.periodic_alpha_beta_out(int window_length, bool periodic, float alpha, float beta, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2286098Z processing existing schema: aten::kaiser_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2289541Z processing existing schema: aten::kaiser_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2293106Z processing existing schema: aten::kaiser_window.beta(int window_length, bool periodic, float beta, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2296150Z processing existing schema: aten::kaiser_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2299055Z processing existing schema: aten::kaiser_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2302075Z processing existing schema: aten::kaiser_window.beta_out(int window_length, bool periodic, float beta, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2305483Z processing existing schema: aten::linspace(Scalar start, Scalar end, int steps, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2308341Z processing existing schema: aten::linspace.out(Scalar start, Scalar end, int steps, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2311941Z processing existing schema: aten::logspace(Scalar start, Scalar end, int steps, float base=10., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2315160Z processing existing schema: aten::logspace.out(Scalar start, Scalar end, int steps, float base=10., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2318669Z processing existing schema: aten::ones.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2321787Z processing existing schema: aten::ones(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2324844Z processing existing schema: aten::ones.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2327694Z processing existing schema: aten::ones.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2330805Z processing existing schema: aten::scalar_tensor(Scalar s, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2333474Z processing existing schema: aten::scalar_tensor.out(Scalar s, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2337162Z processing existing schema: aten::range.step(Scalar start, Scalar end, Scalar step=1, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2340146Z processing existing schema: aten::range(Scalar start, Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2343145Z processing existing schema: aten::range.out(Scalar start, Scalar end, Scalar step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2345962Z processing existing schema: aten::range.out_(Scalar start, Scalar end, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2349525Z processing existing schema: aten::zeros.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2352399Z schema: aten::zeros(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.2355498Z processing existing schema: aten::zeros.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2358403Z processing existing schema: aten::zeros.out(SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2361681Z processing existing schema: aten::_efficientzerotensor(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2364396Z processing existing schema: aten::_efficientzerotensor.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2368280Z processing existing schema: aten::sparse_compressed_tensor.comp_plain_value_size(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2371655Z processing existing schema: aten::sparse_compressed_tensor.comp_plain_value(Tensor compressed_indices, Tensor plain_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2375473Z processing existing schema: aten::sparse_csr_tensor.crow_col_value_size(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2378653Z processing existing schema: aten::sparse_csr_tensor.crow_col_value(Tensor crow_indices, Tensor col_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2382151Z processing existing schema: aten::sparse_csc_tensor.ccol_row_value_size(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2385448Z processing existing schema: aten::sparse_csc_tensor.ccol_row_value(Tensor ccol_indices, Tensor row_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2388982Z processing existing schema: aten::sparse_bsr_tensor.crow_col_value_size(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2392239Z processing existing schema: aten::sparse_bsr_tensor.crow_col_value(Tensor crow_indices, Tensor col_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2395823Z processing existing schema: aten::sparse_bsc_tensor.ccol_row_value_size(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2399229Z processing existing schema: aten::sparse_bsc_tensor.ccol_row_value(Tensor ccol_indices, Tensor row_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2402696Z processing existing schema: aten::_sparse_compressed_tensor_unsafe(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2406069Z processing existing schema: aten::_sparse_csr_tensor_unsafe(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2409540Z processing existing schema: aten::_sparse_csc_tensor_unsafe(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2422708Z processing existing schema: aten::_sparse_bsr_tensor_unsafe(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2423478Z processing existing schema: aten::_sparse_bsc_tensor_unsafe(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2424136Z processing existing schema: aten::sparse_coo_tensor.size(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2424869Z processing existing schema: aten::sparse_coo_tensor.indices(Tensor indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2426223Z processing existing schema: aten::sparse_coo_tensor.indices_size(Tensor indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2428907Z processing existing schema: aten::sparse_coo_tensor.size_out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2432828Z processing existing schema: aten::_sparse_coo_tensor_unsafe(Tensor indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2436427Z processing existing schema: aten::_sparse_coo_tensor_with_dims(int sparse_dim, int dense_dim, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2439297Z processing existing schema: aten::_sparse_coo_tensor_with_dims.out(int sparse_dim, int dense_dim, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2443046Z processing existing schema: aten::_sparse_coo_tensor_with_dims_and_tensors(int sparse_dim, int dense_dim, int[] size, Tensor indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-09-27T15:35:37.2446266Z processing existing schema: aten::_sparse_coo_tensor_with_dims_and_tensors.out(int sparse_dim, int dense_dim, int[] size, Tensor indices, Tensor values, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2449598Z processing existing schema: aten::tril_indices(int row, int col, int offset=0, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2452550Z processing existing schema: aten::tril_indices.out(int row, int col, int offset=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2456215Z processing existing schema: aten::triu_indices(int row, int col, int offset=0, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2459098Z processing existing schema: aten::triu_indices.out(int row, int col, int offset=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2462313Z processing existing schema: aten::fft_fftfreq(int n, float d=1., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2465155Z processing existing schema: aten::fft_fftfreq.out(int n, float d=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2466987Z processing existing schema: aten::sym_storage_offset(Tensor self) -> SymInt 2022-09-27T15:35:37.2470210Z processing existing schema: aten::fft_rfftfreq(int n, float d=1., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.2472933Z processing existing schema: aten::fft_rfftfreq.out(int n, float d=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2475011Z processing existing schema: aten::_pin_memory(Tensor self, Device? device=None) -> Tensor 2022-09-27T15:35:37.2478074Z processing existing schema: aten::_pin_memory.out(Tensor self, Device? device=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2479575Z processing existing schema: aten::_assert_async(Tensor self) -> () 2022-09-27T15:35:37.2481803Z processing existing schema: aten::native_dropout_backward(Tensor grad_output, Tensor mask, float scale) -> Tensor 2022-09-27T15:35:37.2485081Z processing existing schema: aten::native_dropout_backward.out(Tensor grad_output, Tensor mask, float scale, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2487132Z processing existing schema: aten::_cummax_helper(Tensor self, Tensor(a!) values, Tensor(b!) indices, int dim) -> () 2022-09-27T15:35:37.2489462Z processing existing schema: aten::_cummin_helper(Tensor self, Tensor(a!) values, Tensor(b!) indices, int dim) -> () 2022-09-27T15:35:37.2492179Z processing existing schema: aten::_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, bool zero_infinity=False) -> (Tensor, Tensor) 2022-09-27T15:35:37.2494703Z processing existing schema: aten::_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank=0, bool zero_infinity=False) -> (Tensor, Tensor) 2022-09-27T15:35:37.2498689Z processing existing schema: aten::_ctc_loss.out(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, bool zero_infinity=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.2501653Z processing existing schema: aten::_ctc_loss_backward(Tensor grad, Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False) -> Tensor 2022-09-27T15:35:37.2504580Z processing existing schema: aten::_ctc_loss_backward.Tensor(Tensor grad, Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False) -> Tensor 2022-09-27T15:35:37.2508558Z processing existing schema: aten::_ctc_loss_backward.out(Tensor grad, Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2511935Z processing existing schema: aten::_embedding_bag_forward_only(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.2517460Z processing existing schema: aten::_embedding_bag_forward_only.out(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-09-27T15:35:37.2520680Z processing existing schema: aten::_embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.2526324Z processing existing schema: aten::_embedding_bag.out(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-09-27T15:35:37.2527454Z schema: aten::_embedding_bag_dense_backward(Tensor grad, Tensor indices, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.2528596Z schema: aten::_embedding_bag_dense_backward.out(Tensor grad, Tensor indices, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.2531253Z processing existing schema: aten::_embedding_bag_per_sample_weights_backward(Tensor grad, Tensor weight, Tensor indices, Tensor offsets, Tensor offset2bag, int mode, int padding_idx=-1) -> Tensor 2022-09-27T15:35:37.2534943Z processing existing schema: aten::_embedding_bag_per_sample_weights_backward.out(Tensor grad, Tensor weight, Tensor indices, Tensor offsets, Tensor offset2bag, int mode, int padding_idx=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2537477Z processing existing schema: aten::gcd_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.2540145Z processing existing schema: aten::lcm_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.2542374Z processing existing schema: aten::_validate_compressed_sparse_indices(bool is_crow, Tensor compressed_idx, Tensor plain_idx, int cdim, int dim, int nnz) -> () 2022-09-27T15:35:37.2545122Z processing existing schema: aten::index_copy_(Tensor(a!) self, int dim, Tensor index, Tensor source) -> Tensor(a!) 2022-09-27T15:35:37.2548181Z processing existing schema: aten::index_copy_.dimname(Tensor(a!) self, str dim, Tensor index, Tensor source) -> Tensor(a!) 2022-09-27T15:35:37.2550674Z processing existing schema: aten::isin.Tensor_Tensor(Tensor elements, Tensor test_elements, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-09-27T15:35:37.2554024Z processing existing schema: aten::isin.Tensor_Tensor_out(Tensor elements, Tensor test_elements, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2556506Z processing existing schema: aten::isin.Tensor_Scalar(Tensor elements, Scalar test_element, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-09-27T15:35:37.2559915Z processing existing schema: aten::isin.Tensor_Scalar_out(Tensor elements, Scalar test_element, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2562375Z processing existing schema: aten::isin.Scalar_Tensor(Scalar element, Tensor test_elements, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-09-27T15:35:37.2565674Z processing existing schema: aten::isin.Scalar_Tensor_out(Scalar element, Tensor test_elements, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2568264Z processing existing schema: aten::xlogy_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.2570953Z processing existing schema: aten::xlogy_.Scalar_Other(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.2573065Z processing existing schema: aten::_logcumsumexp(Tensor self, int dim) -> Tensor 2022-09-27T15:35:37.2576349Z processing existing schema: aten::_logcumsumexp.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2578106Z processing existing schema: aten::_aminmax(Tensor self) -> (Tensor, Tensor) 2022-09-27T15:35:37.2580282Z processing existing schema: aten::_aminmax.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor, Tensor) 2022-09-27T15:35:37.2583169Z processing existing schema: aten::_aminmax.out(Tensor self, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.2586458Z processing existing schema: aten::_aminmax.dim_out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.2588596Z processing existing schema: aten::_compute_linear_combination(Tensor input, Tensor coefficients) -> Tensor 2022-09-27T15:35:37.2591634Z processing existing schema: aten::_compute_linear_combination.out(Tensor input, Tensor coefficients, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2594041Z processing existing schema: aten::narrow_copy(Tensor self, int dim, SymInt start, SymInt length) -> Tensor 2022-09-27T15:35:37.2597345Z processing existing schema: aten::narrow_copy.out(Tensor self, int dim, SymInt start, SymInt length, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2599639Z processing existing schema: aten::_pdist_forward(Tensor self, float p=2.) -> Tensor 2022-09-27T15:35:37.2602772Z processing existing schema: aten::_pdist_forward.out(Tensor self, float p=2., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2605178Z processing existing schema: aten::_pdist_backward(Tensor grad, Tensor self, float p, Tensor pdist) -> Tensor 2022-09-27T15:35:37.2608429Z processing existing schema: aten::_pdist_backward.out(Tensor grad, Tensor self, float p, Tensor pdist, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2610533Z processing existing schema: aten::native_channel_shuffle(Tensor self, int groups) -> Tensor 2022-09-27T15:35:37.2613687Z processing existing schema: aten::gelu_(Tensor(a!) self, *, str approximate="none") -> Tensor(a!) 2022-09-27T15:35:37.2616128Z processing existing schema: aten::mish_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:37.2619729Z processing existing schema: aten::sspaddmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2622394Z processing existing schema: aten::sspaddmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:37.2624644Z processing existing schema: aten::_stack(Tensor[] tensors, int dim=0) -> Tensor 2022-09-27T15:35:37.2627887Z processing existing schema: aten::_stack.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2631156Z processing existing schema: aten::nansum(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.2635105Z processing existing schema: aten::nansum.out(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2636793Z schema: aten::_transform_bias_rescale_qkv(Tensor qkv, Tensor qkv_bias, int num_heads) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:37.2639418Z schema: aten::_transform_bias_rescale_qkv.out(Tensor qkv, Tensor qkv_bias, int num_heads, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) found on allowlist, skipping 2022-09-27T15:35:37.2640603Z schema: aten::_nested_tensor_from_mask(Tensor t, Tensor mask, bool mask_check=True) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.2642599Z schema: aten::_nested_tensor_from_mask.out(Tensor t, Tensor mask, bool mask_check=True, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.2643758Z schema: aten::_nested_tensor_from_mask_left_aligned(Tensor t, Tensor mask) -> bool found on allowlist, skipping 2022-09-27T15:35:37.2646241Z processing existing schema: aten::_nested_from_padded(Tensor padded, Tensor cpu_nested_shape_example, bool fuse_transform_0213=False) -> Tensor 2022-09-27T15:35:37.2649584Z processing existing schema: aten::_nested_from_padded.out(Tensor padded, Tensor cpu_nested_shape_example, bool fuse_transform_0213=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2652396Z processing existing schema: aten::_nested_view_from_buffer(Tensor(a) self, Tensor nested_size, Tensor nested_strides, int[] offsets) -> Tensor(a) 2022-09-27T15:35:37.2654486Z processing existing schema: aten::_unique(Tensor self, bool sorted=True, bool return_inverse=False) -> (Tensor, Tensor) 2022-09-27T15:35:37.2658668Z processing existing schema: aten::_unique.out(Tensor self, bool sorted=True, bool return_inverse=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.2659790Z processing existing schema: aten::_weight_norm_interface(Tensor v, Tensor g, int dim=0) -> (Tensor, Tensor) 2022-09-27T15:35:37.2663117Z processing existing schema: aten::_weight_norm_interface.out(Tensor v, Tensor g, int dim=0, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.2665285Z processing existing schema: aten::_weight_norm_interface_backward(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim) -> (Tensor, Tensor) 2022-09-27T15:35:37.2668582Z processing existing schema: aten::_weight_norm_interface_backward.out(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.2670522Z processing existing schema: aten::_standard_gamma_grad(Tensor self, Tensor output) -> Tensor 2022-09-27T15:35:37.2673403Z processing existing schema: aten::_standard_gamma_grad.out(Tensor self, Tensor output, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2676105Z processing existing schema: aten::_dirichlet_grad(Tensor x, Tensor alpha, Tensor total) -> Tensor 2022-09-27T15:35:37.2679622Z processing existing schema: aten::_dirichlet_grad.out(Tensor x, Tensor alpha, Tensor total, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2682619Z processing existing schema: aten::_spdiags(Tensor diagonals, Tensor offsets, int[] shape, Layout? layout=None) -> Tensor 2022-09-27T15:35:37.2686504Z processing existing schema: aten::_spdiags.out(Tensor diagonals, Tensor offsets, int[] shape, Layout? layout=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2689467Z processing existing schema: aten::heaviside_(Tensor(a!) self, Tensor values) -> Tensor(a!) 2022-09-27T15:35:37.2692895Z processing existing schema: aten::_addmm_activation(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, bool use_gelu=False) -> Tensor 2022-09-27T15:35:37.2697029Z processing existing schema: aten::_addmm_activation.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, bool use_gelu=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2699655Z processing existing schema: aten::to_sparse.sparse_dim(Tensor self, int sparse_dim) -> Tensor 2022-09-27T15:35:37.2702216Z processing existing schema: aten::to_sparse(Tensor self) -> Tensor 2022-09-27T15:35:37.2705217Z processing existing schema: aten::to_sparse.sparse_dim_out(Tensor self, int sparse_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2708242Z processing existing schema: aten::to_sparse.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2710541Z processing existing schema: aten::to_sparse_csr(Tensor self) -> Tensor 2022-09-27T15:35:37.2713795Z processing existing schema: aten::to_sparse_csr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2715993Z processing existing schema: aten::to_sparse_csc(Tensor self) -> Tensor 2022-09-27T15:35:37.2719524Z processing existing schema: aten::to_sparse_csc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2722351Z processing existing schema: aten::to_sparse_bsr(Tensor self, int[2] blocksize) -> Tensor 2022-09-27T15:35:37.2726028Z processing existing schema: aten::to_sparse_bsr.out(Tensor self, int[2] blocksize, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2728701Z processing existing schema: aten::to_sparse_bsc(Tensor self, int[2] blocksize) -> Tensor 2022-09-27T15:35:37.2732360Z processing existing schema: aten::to_sparse_bsc.out(Tensor self, int[2] blocksize, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2734953Z processing existing schema: aten::to_mkldnn(Tensor self, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.2738649Z processing existing schema: aten::to_mkldnn.out(Tensor self, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2741244Z processing existing schema: aten::quantize_per_tensor_dynamic(Tensor self, ScalarType dtype, bool reduce_range) -> Tensor 2022-09-27T15:35:37.2744660Z processing existing schema: aten::quantize_per_tensor_dynamic.out(Tensor self, ScalarType dtype, bool reduce_range, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2747324Z processing existing schema: aten::quantize_per_tensor(Tensor self, float scale, int zero_point, ScalarType dtype) -> Tensor 2022-09-27T15:35:37.2750117Z processing existing schema: aten::quantize_per_tensor.tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, ScalarType dtype) -> Tensor 2022-09-27T15:35:37.2753136Z processing existing schema: aten::quantize_per_tensor.tensors(Tensor[] tensors, Tensor scales, Tensor zero_points, ScalarType dtype) -> Tensor[] 2022-09-27T15:35:37.2756708Z processing existing schema: aten::quantize_per_tensor.out(Tensor self, float scale, int zero_point, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2760349Z processing existing schema: aten::quantize_per_tensor.tensor_qparams_out(Tensor self, Tensor scale, Tensor zero_point, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2763306Z processing existing schema: aten::quantize_per_tensor.tensors_out(Tensor[] tensors, Tensor scales, Tensor zero_points, ScalarType dtype, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.2766102Z processing existing schema: aten::quantize_per_channel(Tensor self, Tensor scales, Tensor zero_points, int axis, ScalarType dtype) -> Tensor 2022-09-27T15:35:37.2769927Z processing existing schema: aten::quantize_per_channel.out(Tensor self, Tensor scales, Tensor zero_points, int axis, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2772271Z processing existing schema: aten::_make_per_tensor_quantized_tensor(Tensor self, float scale, int zero_point) -> Tensor 2022-09-27T15:35:37.2775880Z processing existing schema: aten::_make_per_tensor_quantized_tensor.out(Tensor self, float scale, int zero_point, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2778551Z processing existing schema: aten::_make_per_channel_quantized_tensor(Tensor self, Tensor scale, Tensor zero_point, int axis) -> Tensor 2022-09-27T15:35:37.2782120Z processing existing schema: aten::_make_per_channel_quantized_tensor.out(Tensor self, Tensor scale, Tensor zero_point, int axis, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2784806Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask(Tensor self, float scale, int zero_point, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-09-27T15:35:37.2788819Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask.out(Tensor self, float scale, int zero_point, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.2789511Z schema: static_runtime::flatten_copy.using_ints(Tensor self, int start_dim=0, int end_dim=-1) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.2792174Z processing existing schema: aten::_fake_quantize_per_tensor_affine_cachemask_tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, Tensor fake_quant_enabled, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-09-27T15:35:37.2795939Z processing existing schema: aten::_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.out(Tensor self, Tensor scale, Tensor zero_point, Tensor fake_quant_enabled, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.2798439Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1.) -> Tensor 2022-09-27T15:35:37.2802052Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine.out(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2804745Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine_backward(Tensor grad, Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1.) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.2807122Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-09-27T15:35:37.2810675Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask.out(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.2811762Z processing existing schema: profiler::_record_function_exit(Tensor _0) -> () 2022-09-27T15:35:37.2813832Z processing existing schema: profiler::_record_function_exit._RecordFunction(__torch__.torch.classes.profiler._RecordFunction _0) -> () 2022-09-27T15:35:37.2817060Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1.) -> Tensor 2022-09-27T15:35:37.2820653Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine.out(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2823542Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine_backward(Tensor grad, Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1.) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.2827910Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> (Tensor output, Tensor mask) 2022-09-27T15:35:37.2833000Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper.out(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False, *, Tensor(e!) out0, Tensor(f!) out1) -> (Tensor(e!), Tensor(f!)) 2022-09-27T15:35:37.2834290Z processing existing schema: aten::is_set_to(Tensor self, Tensor tensor) -> bool 2022-09-27T15:35:37.2837398Z processing existing schema: aten::masked_scatter_(Tensor(a!) self, Tensor mask, Tensor source) -> Tensor(a!) 2022-09-27T15:35:37.2840056Z processing existing schema: aten::_masked_softmax(Tensor self, Tensor mask, int? dim=None, int? mask_type=None) -> Tensor 2022-09-27T15:35:37.2843636Z processing existing schema: aten::_masked_softmax.out(Tensor self, Tensor mask, int? dim=None, int? mask_type=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2846034Z processing existing schema: aten::_masked_softmax_backward(Tensor grad_output, Tensor output, Tensor mask, int? dim=None) -> Tensor 2022-09-27T15:35:37.2849406Z processing existing schema: aten::_masked_softmax_backward.out(Tensor grad_output, Tensor output, Tensor mask, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2852294Z processing existing schema: aten::put_(Tensor(a!) self, Tensor index, Tensor source, bool accumulate=False) -> Tensor(a!) 2022-09-27T15:35:37.2855665Z processing existing schema: aten::index_add_(Tensor(a!) self, int dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:37.2858376Z processing existing schema: aten::index_reduce(Tensor self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True) -> Tensor 2022-09-27T15:35:37.2861960Z processing existing schema: aten::index_reduce.out(Tensor self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2865276Z processing existing schema: aten::index_reduce_(Tensor(a!) self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True) -> Tensor(a!) 2022-09-27T15:35:37.2868131Z processing existing schema: aten::scatter_.src(Tensor(a!) self, int dim, Tensor index, Tensor src) -> Tensor(a!) 2022-09-27T15:35:37.2871152Z processing existing schema: aten::scatter_.value(Tensor(a!) self, int dim, Tensor index, Scalar value) -> Tensor(a!) 2022-09-27T15:35:37.2874349Z processing existing schema: aten::scatter_.reduce(Tensor(a!) self, int dim, Tensor index, Tensor src, *, str reduce) -> Tensor(a!) 2022-09-27T15:35:37.2877646Z processing existing schema: aten::scatter_.value_reduce(Tensor(a!) self, int dim, Tensor index, Scalar value, *, str reduce) -> Tensor(a!) 2022-09-27T15:35:37.2880560Z processing existing schema: aten::scatter_add_(Tensor(a!) self, int dim, Tensor index, Tensor src) -> Tensor(a!) 2022-09-27T15:35:37.2883419Z processing existing schema: aten::scatter_reduce.two(Tensor self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True) -> Tensor 2022-09-27T15:35:37.2886999Z processing existing schema: aten::scatter_reduce.two_out(Tensor self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2890418Z processing existing schema: aten::scatter_reduce_.two(Tensor(a!) self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True) -> Tensor(a!) 2022-09-27T15:35:37.2893099Z processing existing schema: aten::bitwise_or_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.2895858Z processing existing schema: aten::bitwise_or_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.2898573Z processing existing schema: aten::tril_(Tensor(a!) self, int diagonal=0) -> Tensor(a!) 2022-09-27T15:35:37.2901513Z processing existing schema: aten::triu_(Tensor(a!) self, int diagonal=0) -> Tensor(a!) 2022-09-27T15:35:37.2904196Z processing existing schema: aten::lerp_.Scalar(Tensor(a!) self, Tensor end, Scalar weight) -> Tensor(a!) 2022-09-27T15:35:37.2906944Z processing existing schema: aten::lerp_.Tensor(Tensor(a!) self, Tensor end, Tensor weight) -> Tensor(a!) 2022-09-27T15:35:37.2910373Z processing existing schema: aten::addbmm_(Tensor(a!) self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:37.2912805Z processing existing schema: aten::ne_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.2915489Z processing existing schema: aten::ne_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.2918243Z processing existing schema: aten::ge_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.2920949Z processing existing schema: aten::ge_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.2923860Z processing existing schema: aten::le_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.2926475Z processing existing schema: aten::le_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.2929189Z processing existing schema: aten::gt_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.2931708Z processing existing schema: aten::gt_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.2934674Z processing existing schema: aten::lt_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.2937329Z processing existing schema: aten::lt_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.2939478Z processing existing schema: aten::take(Tensor self, Tensor index) -> Tensor 2022-09-27T15:35:37.2942143Z processing existing schema: aten::take.out(Tensor self, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2944179Z processing existing schema: aten::_symeig_helper(Tensor self, bool eigenvectors, bool upper) -> (Tensor, Tensor) 2022-09-27T15:35:37.2947331Z processing existing schema: aten::_symeig_helper.out(Tensor self, bool eigenvectors, bool upper, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.2949488Z processing existing schema: aten::_cholesky_solve_helper(Tensor self, Tensor A, bool upper) -> Tensor 2022-09-27T15:35:37.2952480Z processing existing schema: aten::_cholesky_solve_helper.out(Tensor self, Tensor A, bool upper, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2954956Z processing existing schema: aten::lu_unpack(Tensor LU_data, Tensor LU_pivots, bool unpack_data=True, bool unpack_pivots=True) -> (Tensor P, Tensor L, Tensor U) 2022-09-27T15:35:37.2959117Z processing existing schema: aten::lu_unpack.out(Tensor LU_data, Tensor LU_pivots, bool unpack_data=True, bool unpack_pivots=True, *, Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) -> (Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) 2022-09-27T15:35:37.2961496Z processing existing schema: aten::histc(Tensor self, int bins=100, Scalar min=0, Scalar max=0) -> Tensor 2022-09-27T15:35:37.2965064Z processing existing schema: aten::histc.out(Tensor self, int bins=100, Scalar min=0, Scalar max=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2967752Z processing existing schema: aten::histogram.bins_tensor(Tensor self, Tensor bins, *, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor bin_edges) 2022-09-27T15:35:37.2971282Z processing existing schema: aten::histogram.bins_tensor_out(Tensor self, Tensor bins, *, Tensor? weight=None, bool density=False, Tensor(a!) hist, Tensor(b!) bin_edges) -> (Tensor(a!) hist, Tensor(b!) bin_edges) 2022-09-27T15:35:37.2974417Z processing existing schema: aten::histogram.bin_ct(Tensor self, int bins=100, *, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor bin_edges) 2022-09-27T15:35:37.2978406Z processing existing schema: aten::histogram.bin_ct_out(Tensor self, int bins=100, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!) hist, Tensor(b!) bin_edges) -> (Tensor(a!) hist, Tensor(b!) bin_edges) 2022-09-27T15:35:37.2981413Z processing existing schema: aten::_histogramdd_bin_edges(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False) -> Tensor[] 2022-09-27T15:35:37.2984559Z processing existing schema: aten::_histogramdd_bin_edges.out(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.2987563Z processing existing schema: aten::_histogramdd_from_bin_cts(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False) -> Tensor 2022-09-27T15:35:37.2991404Z processing existing schema: aten::_histogramdd_from_bin_cts.out(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.2994054Z processing existing schema: aten::_histogramdd_from_bin_tensors(Tensor self, Tensor[] bins, *, Tensor? weight=None, bool density=False) -> Tensor 2022-09-27T15:35:37.2997636Z processing existing schema: aten::_histogramdd_from_bin_tensors.out(Tensor self, Tensor[] bins, *, Tensor? weight=None, bool density=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3000279Z processing existing schema: aten::fmod_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.3002948Z processing existing schema: aten::fmod_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.3005677Z processing existing schema: aten::remainder_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.3008347Z processing existing schema: aten::remainder_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.3011367Z processing existing schema: aten::renorm_(Tensor(a!) self, Scalar p, int dim, Scalar maxnorm) -> Tensor(a!) 2022-09-27T15:35:37.3013981Z processing existing schema: aten::unfold_backward(Tensor grad_in, int[] input_sizes, int dim, int size, int step) -> Tensor 2022-09-27T15:35:37.3017297Z processing existing schema: aten::unfold_backward.out(Tensor grad_in, int[] input_sizes, int dim, int size, int step, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3019553Z processing existing schema: aten::_foreach_add.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-09-27T15:35:37.3022383Z processing existing schema: aten::_foreach_add.List(Tensor[] self, Tensor[] other, *, Scalar alpha=1) -> Tensor[] 2022-09-27T15:35:37.3024928Z processing existing schema: aten::_foreach_add.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:37.3027291Z processing existing schema: aten::_foreach_add.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3029950Z processing existing schema: aten::_foreach_add.List_out(Tensor[] self, Tensor[] other, *, Scalar alpha=1, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3032380Z processing existing schema: aten::_foreach_add.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3034478Z processing existing schema: aten::_foreach_add_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-09-27T15:35:37.3036951Z processing existing schema: aten::_foreach_add_.List(Tensor(a!)[] self, Tensor[] other, *, Scalar alpha=1) -> () 2022-09-27T15:35:37.3039209Z processing existing schema: aten::_foreach_add_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-09-27T15:35:37.3041629Z processing existing schema: aten::_foreach_sub.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-09-27T15:35:37.3044574Z processing existing schema: aten::_foreach_sub.List(Tensor[] self, Tensor[] other, *, Scalar alpha=1) -> Tensor[] 2022-09-27T15:35:37.3046944Z processing existing schema: aten::_foreach_sub.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:37.3049314Z processing existing schema: aten::_foreach_sub.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3052016Z processing existing schema: aten::_foreach_sub.List_out(Tensor[] self, Tensor[] other, *, Scalar alpha=1, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3054433Z processing existing schema: aten::_foreach_sub.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3056724Z processing existing schema: aten::_foreach_sub_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-09-27T15:35:37.3059166Z processing existing schema: aten::_foreach_sub_.List(Tensor(a!)[] self, Tensor[] other, *, Scalar alpha=1) -> () 2022-09-27T15:35:37.3061353Z processing existing schema: aten::_foreach_sub_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-09-27T15:35:37.3063756Z processing existing schema: aten::_foreach_mul.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-09-27T15:35:37.3066224Z processing existing schema: aten::_foreach_mul.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-09-27T15:35:37.3068777Z processing existing schema: aten::_foreach_mul.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:37.3071107Z processing existing schema: aten::_foreach_mul.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3073575Z processing existing schema: aten::_foreach_mul.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3076042Z processing existing schema: aten::_foreach_mul.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3078323Z processing existing schema: aten::_foreach_mul_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-09-27T15:35:37.3080602Z processing existing schema: aten::_foreach_mul_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-09-27T15:35:37.3082729Z processing existing schema: aten::_foreach_mul_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-09-27T15:35:37.3085114Z processing existing schema: aten::_foreach_div.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-09-27T15:35:37.3087533Z processing existing schema: aten::_foreach_div.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-09-27T15:35:37.3090054Z processing existing schema: aten::_foreach_div.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:37.3092435Z processing existing schema: aten::_foreach_div.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3094903Z processing existing schema: aten::_foreach_div.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3097608Z processing existing schema: aten::_foreach_div.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3099656Z processing existing schema: aten::_foreach_div_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-09-27T15:35:37.3101755Z processing existing schema: aten::_foreach_div_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-09-27T15:35:37.3104508Z processing existing schema: aten::_foreach_div_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-09-27T15:35:37.3106400Z processing existing schema: aten::_foreach_exp(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3108512Z processing existing schema: aten::_foreach_exp.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3110408Z processing existing schema: aten::_foreach_exp_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3112336Z processing existing schema: aten::_foreach_zero_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3114616Z processing existing schema: aten::_foreach_sqrt(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3116805Z processing existing schema: aten::_foreach_sqrt.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3119010Z processing existing schema: aten::_foreach_sqrt_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3121071Z processing existing schema: aten::_foreach_abs(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3123314Z processing existing schema: aten::_foreach_abs.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3125358Z processing existing schema: aten::_foreach_abs_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3127485Z processing existing schema: aten::_foreach_acos(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3129811Z processing existing schema: aten::_foreach_acos.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3131749Z processing existing schema: aten::_foreach_acos_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3133936Z processing existing schema: aten::_foreach_asin(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3136560Z processing existing schema: aten::_foreach_asin.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3138570Z processing existing schema: aten::_foreach_asin_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3140695Z processing existing schema: aten::_foreach_atan(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3142986Z processing existing schema: aten::_foreach_atan.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3144803Z processing existing schema: aten::_foreach_atan_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3146997Z processing existing schema: aten::_foreach_ceil(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3149208Z processing existing schema: aten::_foreach_ceil.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3151133Z processing existing schema: aten::_foreach_ceil_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3153329Z processing existing schema: aten::_foreach_cos(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3155561Z processing existing schema: aten::_foreach_cos.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3157525Z processing existing schema: aten::_foreach_cos_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3159791Z processing existing schema: aten::_foreach_cosh(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3162017Z processing existing schema: aten::_foreach_cosh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3163941Z processing existing schema: aten::_foreach_cosh_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3166121Z processing existing schema: aten::_foreach_erf(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3168404Z processing existing schema: aten::_foreach_erf.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3170340Z processing existing schema: aten::_foreach_erf_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3173334Z processing existing schema: aten::_foreach_erfc(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3175027Z processing existing schema: aten::_foreach_erfc.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3177293Z processing existing schema: aten::_foreach_erfc_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3179501Z processing existing schema: aten::_foreach_expm1(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3181880Z processing existing schema: aten::_foreach_expm1.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3183555Z processing existing schema: aten::_foreach_expm1_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3185695Z processing existing schema: aten::_foreach_floor(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3187909Z processing existing schema: aten::_foreach_floor.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3189799Z processing existing schema: aten::_foreach_floor_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3191885Z processing existing schema: aten::_foreach_log(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3194121Z processing existing schema: aten::_foreach_log.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3196034Z processing existing schema: aten::_foreach_log_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3198373Z processing existing schema: aten::_foreach_log10(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3200358Z processing existing schema: aten::_foreach_log10.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3202311Z processing existing schema: aten::_foreach_log10_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3204595Z processing existing schema: aten::_foreach_log1p(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3206874Z processing existing schema: aten::_foreach_log1p.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3208759Z processing existing schema: aten::_foreach_log1p_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3211064Z processing existing schema: aten::_foreach_log2(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3213353Z processing existing schema: aten::_foreach_log2.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3215482Z processing existing schema: aten::_foreach_log2_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3217718Z processing existing schema: aten::_foreach_neg(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3220033Z processing existing schema: aten::_foreach_neg.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3221987Z processing existing schema: aten::_foreach_neg_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3224312Z processing existing schema: aten::_foreach_tan(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3226610Z processing existing schema: aten::_foreach_tan.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3228575Z processing existing schema: aten::_foreach_tan_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3230919Z processing existing schema: aten::_foreach_tanh(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3233230Z processing existing schema: aten::_foreach_tanh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3235239Z processing existing schema: aten::_foreach_tanh_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3237631Z processing existing schema: aten::_foreach_sin(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3239995Z processing existing schema: aten::_foreach_sin.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3241954Z processing existing schema: aten::_foreach_sin_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3244358Z processing existing schema: aten::_foreach_sinh(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3246640Z processing existing schema: aten::_foreach_sinh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3248727Z processing existing schema: aten::_foreach_sinh_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3250941Z processing existing schema: aten::_foreach_round(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3253279Z processing existing schema: aten::_foreach_round.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3255448Z processing existing schema: aten::_foreach_round_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3257706Z processing existing schema: aten::_foreach_lgamma(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3259934Z processing existing schema: aten::_foreach_lgamma.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3261906Z processing existing schema: aten::_foreach_lgamma_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3264221Z processing existing schema: aten::_foreach_frac(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3266621Z processing existing schema: aten::_foreach_frac.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3268565Z processing existing schema: aten::_foreach_frac_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3270840Z processing existing schema: aten::_foreach_reciprocal(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3273152Z processing existing schema: aten::_foreach_reciprocal.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3275076Z processing existing schema: aten::_foreach_reciprocal_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3277532Z processing existing schema: aten::_foreach_sigmoid(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3279794Z processing existing schema: aten::_foreach_sigmoid.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3281706Z processing existing schema: aten::_foreach_sigmoid_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3283999Z processing existing schema: aten::_foreach_trunc(Tensor[] self) -> Tensor[] 2022-09-27T15:35:37.3286283Z processing existing schema: aten::_foreach_trunc.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3288234Z processing existing schema: aten::_foreach_trunc_(Tensor(a!)[] self) -> () 2022-09-27T15:35:37.3291366Z processing existing schema: aten::_foreach_addcdiv.Scalar(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> Tensor[] 2022-09-27T15:35:37.3294350Z processing existing schema: aten::_foreach_addcdiv.ScalarList(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:37.3297432Z processing existing schema: aten::_foreach_addcdiv.Scalar_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3300398Z processing existing schema: aten::_foreach_addcdiv.ScalarList_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3302955Z processing existing schema: aten::_foreach_addcdiv_.Scalar(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> () 2022-09-27T15:35:37.3305722Z processing existing schema: aten::_foreach_addcdiv_.ScalarList(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> () 2022-09-27T15:35:37.3308695Z processing existing schema: aten::_foreach_addcmul.Scalar(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> Tensor[] 2022-09-27T15:35:37.3311732Z processing existing schema: aten::_foreach_addcmul.ScalarList(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> Tensor[] 2022-09-27T15:35:37.3314718Z processing existing schema: aten::_foreach_addcmul.Scalar_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3317703Z processing existing schema: aten::_foreach_addcmul.ScalarList_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3320431Z processing existing schema: aten::_foreach_addcmul_.Scalar(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> () 2022-09-27T15:35:37.3323169Z processing existing schema: aten::_foreach_addcmul_.ScalarList(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> () 2022-09-27T15:35:37.3325608Z processing existing schema: aten::_foreach_maximum.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-09-27T15:35:37.3328111Z processing existing schema: aten::_foreach_maximum.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3330315Z processing existing schema: aten::_foreach_maximum_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-09-27T15:35:37.3332855Z processing existing schema: aten::_foreach_minimum.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-09-27T15:35:37.3335519Z processing existing schema: aten::_foreach_minimum.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3337636Z processing existing schema: aten::_foreach_minimum_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-09-27T15:35:37.3340119Z processing existing schema: aten::_foreach_norm.Scalar(Tensor[] self, Scalar ord=2) -> Tensor[] 2022-09-27T15:35:37.3342689Z processing existing schema: aten::_foreach_norm.Scalar_out(Tensor[] self, Scalar ord=2, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.3345064Z processing existing schema: aten::_convert_indices_from_coo_to_csr(Tensor self, int size, *, bool out_int32=False) -> Tensor 2022-09-27T15:35:37.3348388Z processing existing schema: aten::_convert_indices_from_coo_to_csr.out(Tensor self, int size, *, bool out_int32=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3350918Z processing existing schema: aten::_convert_indices_from_csr_to_coo(Tensor crow_indices, Tensor col_indices, *, bool out_int32=False, bool transpose=False) -> Tensor 2022-09-27T15:35:37.3354338Z processing existing schema: aten::_convert_indices_from_csr_to_coo.out(Tensor crow_indices, Tensor col_indices, *, bool out_int32=False, bool transpose=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3356591Z processing existing schema: aten::mse_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction) -> Tensor 2022-09-27T15:35:37.3359926Z processing existing schema: aten::mse_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3362925Z processing existing schema: aten::multi_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, Scalar p, Scalar margin, Tensor? weight=None, int reduction=1) -> Tensor 2022-09-27T15:35:37.3366882Z processing existing schema: aten::multi_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Scalar p, Scalar margin, Tensor? weight=None, int reduction=1, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3369422Z processing existing schema: aten::multilabel_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, Tensor is_target) -> Tensor 2022-09-27T15:35:37.3372729Z processing existing schema: aten::multilabel_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, Tensor is_target, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3376243Z processing existing schema: aten::smooth_l1_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, float beta, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3378518Z processing existing schema: aten::smooth_l1_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, float beta) -> Tensor 2022-09-27T15:35:37.3381838Z processing existing schema: aten::huber_loss_backward.out(Tensor grad_output, Tensor self, Tensor target, int reduction, float delta, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3384283Z processing existing schema: aten::huber_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, float delta) -> Tensor 2022-09-27T15:35:37.3386552Z processing existing schema: aten::glu_jvp(Tensor glu, Tensor x, Tensor dx, int dim) -> Tensor 2022-09-27T15:35:37.3389745Z processing existing schema: aten::glu_jvp.out(Tensor glu, Tensor x, Tensor dx, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3392354Z processing existing schema: aten::glu_backward_jvp(Tensor grad_x, Tensor grad_glu, Tensor x, Tensor dgrad_glu, Tensor dx, int dim) -> Tensor 2022-09-27T15:35:37.3395766Z processing existing schema: aten::glu_backward_jvp.out(Tensor grad_x, Tensor grad_glu, Tensor x, Tensor dgrad_glu, Tensor dx, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3396750Z schema: aten::adaptive_avg_pool3d_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.3400057Z processing existing schema: aten::fractional_max_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] output_size, Tensor indices) -> Tensor 2022-09-27T15:35:37.3403842Z processing existing schema: aten::fractional_max_pool2d_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] output_size, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3406788Z processing existing schema: aten::fractional_max_pool3d_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] output_size, Tensor indices) -> Tensor 2022-09-27T15:35:37.3410685Z processing existing schema: aten::fractional_max_pool3d_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] output_size, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3414232Z processing existing schema: aten::max_pool3d_with_indices_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, int[3] dilation, bool ceil_mode, Tensor indices) -> Tensor 2022-09-27T15:35:37.3419354Z processing existing schema: aten::max_pool3d_with_indices_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, int[3] dilation, bool ceil_mode, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3421351Z processing existing schema: aten::_upsample_nearest_exact3d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.3424403Z processing existing schema: aten::_upsample_nearest_exact3d(Tensor self, int[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:37.3429266Z processing existing schema: aten::_upsample_nearest_exact3d.out(Tensor self, int[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3432619Z processing existing schema: aten::_upsample_nearest_exact3d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3435304Z processing existing schema: aten::_upsample_nearest_exact3d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.3439188Z processing existing schema: aten::_upsample_nearest_exact3d_backward(Tensor grad_output, int[3] output_size, int[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:37.3443585Z processing existing schema: aten::_upsample_nearest_exact3d_backward.grad_input(Tensor grad_output, int[3] output_size, int[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3447168Z processing existing schema: aten::_upsample_nearest_exact3d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3450149Z processing existing schema: aten::_upsample_bilinear2d_aa(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:37.3454200Z processing existing schema: aten::_upsample_bilinear2d_aa.out(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3456988Z processing existing schema: aten::_upsample_bilinear2d_aa.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.3460439Z processing existing schema: aten::_upsample_bilinear2d_aa.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3464004Z processing existing schema: aten::_upsample_bilinear2d_aa_backward(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:37.3467906Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3470396Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.3473938Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3477015Z processing existing schema: aten::_upsample_bicubic2d_aa(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:37.3480784Z processing existing schema: aten::_upsample_bicubic2d_aa.out(Tensor self, int[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3483310Z processing existing schema: aten::_upsample_bicubic2d_aa.vec(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.3486649Z processing existing schema: aten::_upsample_bicubic2d_aa.vec_out(Tensor input, int[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3490138Z processing existing schema: aten::_upsample_bicubic2d_aa_backward(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:37.3494298Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3497123Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.3500651Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3503188Z processing existing schema: aten::_upsample_nearest_exact1d(Tensor self, int[1] output_size, float? scales=None) -> Tensor 2022-09-27T15:35:37.3506571Z processing existing schema: aten::_upsample_nearest_exact1d.out(Tensor self, int[1] output_size, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3509096Z processing existing schema: aten::_upsample_nearest_exact1d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.3512381Z processing existing schema: aten::_upsample_nearest_exact1d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3515435Z processing existing schema: aten::_upsample_nearest_exact1d_backward(Tensor grad_output, int[1] output_size, int[3] input_size, float? scales=None) -> Tensor 2022-09-27T15:35:37.3519415Z processing existing schema: aten::_upsample_nearest_exact1d_backward.grad_input(Tensor grad_output, int[1] output_size, int[3] input_size, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3522082Z processing existing schema: aten::_upsample_nearest_exact1d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.3525631Z processing existing schema: aten::_upsample_nearest_exact1d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3528400Z processing existing schema: aten::_upsample_nearest_exact2d(Tensor self, int[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:37.3532095Z processing existing schema: aten::_upsample_nearest_exact2d.out(Tensor self, int[2] output_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3534884Z processing existing schema: aten::_upsample_nearest_exact2d.vec(Tensor input, int[]? output_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.3537995Z processing existing schema: aten::_upsample_nearest_exact2d.vec_out(Tensor input, int[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3541331Z processing existing schema: aten::_upsample_nearest_exact2d_backward(Tensor grad_output, int[2] output_size, int[4] input_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-09-27T15:35:37.3545324Z processing existing schema: aten::_upsample_nearest_exact2d_backward.grad_input(Tensor grad_output, int[2] output_size, int[4] input_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.3547871Z processing existing schema: aten::_upsample_nearest_exact2d_backward.vec(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors) -> Tensor 2022-09-27T15:35:37.3551395Z processing existing schema: aten::_upsample_nearest_exact2d_backward.vec_out(Tensor grad_output, int[]? output_size, int[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3555952Z processing existing schema: aten::slow_conv_transpose2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int[2] dilation=1) -> Tensor 2022-09-27T15:35:37.3561335Z processing existing schema: aten::slow_conv_transpose2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int[2] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3565735Z processing existing schema: aten::slow_conv_transpose3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int[3] dilation=1) -> Tensor 2022-09-27T15:35:37.3571155Z processing existing schema: aten::slow_conv_transpose3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int[3] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3574266Z processing existing schema: aten::_slow_conv2d_forward(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding) -> Tensor 2022-09-27T15:35:37.3578578Z processing existing schema: aten::_slow_conv2d_forward.output(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, *, Tensor(a!) output) -> Tensor(a!) 2022-09-27T15:35:37.3583289Z processing existing schema: aten::_slow_conv2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, *, Tensor(a!) grad_input, Tensor(b!) grad_weight, Tensor(c!) grad_bias) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:37.3586854Z processing existing schema: aten::_slow_conv2d_backward.output_mask(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, bool[3] output_mask) -> (Tensor grad_input, Tensor grad_weight, Tensor grad_bias) 2022-09-27T15:35:37.3591850Z processing existing schema: aten::_slow_conv2d_backward.output_mask_out(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:37.3594946Z processing existing schema: aten::slow_conv3d_forward(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding) -> Tensor 2022-09-27T15:35:37.3599209Z processing existing schema: aten::slow_conv3d_forward.output(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, *, Tensor(a!) output) -> Tensor(a!) 2022-09-27T15:35:37.3603078Z processing existing schema: aten::slow_conv_dilated2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1) -> Tensor 2022-09-27T15:35:37.3607985Z processing existing schema: aten::slow_conv_dilated2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3611958Z processing existing schema: aten::slow_conv_dilated3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1) -> Tensor 2022-09-27T15:35:37.3617006Z processing existing schema: aten::slow_conv_dilated3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3618527Z processing existing schema: aten::special_log_ndtr(Tensor self) -> Tensor 2022-09-27T15:35:37.3621272Z processing existing schema: aten::special_log_ndtr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3623369Z processing existing schema: aten::linalg_lu(Tensor A, *, bool pivot=True) -> (Tensor P, Tensor L, Tensor U) 2022-09-27T15:35:37.3626999Z processing existing schema: aten::linalg_lu.out(Tensor A, *, bool pivot=True, Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) -> (Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) 2022-09-27T15:35:37.3629291Z processing existing schema: aten::linalg_ldl_solve(Tensor LD, Tensor pivots, Tensor B, *, bool hermitian=False) -> Tensor 2022-09-27T15:35:37.3632436Z processing existing schema: aten::linalg_ldl_solve.out(Tensor LD, Tensor pivots, Tensor B, *, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3634535Z processing existing schema: aten::_test_optional_intlist(Tensor values, int[]? addends) -> Tensor 2022-09-27T15:35:37.3637589Z processing existing schema: aten::_test_optional_intlist.out(Tensor values, int[]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3640369Z processing existing schema: aten::_test_optional_filled_intlist(Tensor values, int[2]? addends) -> Tensor 2022-09-27T15:35:37.3643447Z processing existing schema: aten::_test_optional_filled_intlist.out(Tensor values, int[2]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3645562Z processing existing schema: aten::_test_optional_floatlist(Tensor values, float[]? addends) -> Tensor 2022-09-27T15:35:37.3648966Z processing existing schema: aten::_test_optional_floatlist.out(Tensor values, float[]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3652995Z processing existing schema: aten::segment_reduce(Tensor data, str reduce, *, Tensor? lengths=None, Tensor? indices=None, Tensor? offsets=None, int axis=0, bool unsafe=False, Scalar? initial=None) -> Tensor 2022-09-27T15:35:37.3657770Z processing existing schema: aten::segment_reduce.out(Tensor data, str reduce, *, Tensor? lengths=None, Tensor? indices=None, Tensor? offsets=None, int axis=0, bool unsafe=False, Scalar? initial=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3661471Z processing existing schema: aten::_segment_reduce_backward(Tensor grad, Tensor output, Tensor data, str reduce, *, Tensor? lengths=None, Tensor? offsets=None, int axis=0, Scalar? initial=None) -> Tensor 2022-09-27T15:35:37.3665900Z processing existing schema: aten::_segment_reduce_backward.out(Tensor grad, Tensor output, Tensor data, str reduce, *, Tensor? lengths=None, Tensor? offsets=None, int axis=0, Scalar? initial=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3671245Z processing existing schema: aten::_transformer_encoder_layer_fwd(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, int? mask_type=None) -> Tensor 2022-09-27T15:35:37.3676920Z processing existing schema: aten::_transformer_encoder_layer_fwd.out(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, int? mask_type=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3681425Z processing existing schema: aten::_native_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, bool need_weights=True, bool average_attn_weights=True, int? mask_type=None) -> (Tensor, Tensor) 2022-09-27T15:35:37.3686039Z processing existing schema: aten::_native_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, bool need_weights=True, bool average_attn_weights=True, int? mask_type=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.3687318Z processing existing schema: aten::special_airy_ai(Tensor x) -> Tensor 2022-09-27T15:35:37.3690409Z processing existing schema: aten::special_airy_ai.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3695193Z processing existing schema: aten::_transformer_decoder_only_layer_fwd(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.3701564Z processing existing schema: aten::_transformer_decoder_only_layer_fwd.out(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:37.3705047Z processing existing schema: aten::_native_decoder_only_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, bool need_weights=True, bool average_attn_weights=True) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.3711082Z processing existing schema: aten::_native_decoder_only_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, bool need_weights=True, bool average_attn_weights=True, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-09-27T15:35:37.3712500Z processing existing schema: aten::special_bessel_j0(Tensor self) -> Tensor 2022-09-27T15:35:37.3715148Z processing existing schema: aten::special_bessel_j0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3716967Z processing existing schema: aten::special_bessel_j1(Tensor self) -> Tensor 2022-09-27T15:35:37.3719853Z processing existing schema: aten::special_bessel_j1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3721651Z processing existing schema: aten::special_bessel_y0(Tensor self) -> Tensor 2022-09-27T15:35:37.3724440Z processing existing schema: aten::special_bessel_y0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3726211Z processing existing schema: aten::special_bessel_y1(Tensor self) -> Tensor 2022-09-27T15:35:37.3728912Z processing existing schema: aten::special_bessel_y1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3730893Z processing existing schema: aten::special_chebyshev_polynomial_t(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3733700Z processing existing schema: aten::special_chebyshev_polynomial_t.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3737278Z processing existing schema: aten::special_chebyshev_polynomial_t.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3738690Z processing existing schema: aten::special_chebyshev_polynomial_t.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3741272Z processing existing schema: aten::special_chebyshev_polynomial_t.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3743290Z processing existing schema: aten::special_chebyshev_polynomial_t.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3745189Z processing existing schema: aten::special_chebyshev_polynomial_u(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3747927Z processing existing schema: aten::special_chebyshev_polynomial_u.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3750691Z processing existing schema: aten::special_chebyshev_polynomial_u.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3752627Z processing existing schema: aten::special_chebyshev_polynomial_u.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3755468Z processing existing schema: aten::special_chebyshev_polynomial_u.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3757472Z processing existing schema: aten::special_chebyshev_polynomial_u.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3759446Z processing existing schema: aten::special_chebyshev_polynomial_v(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3762194Z processing existing schema: aten::special_chebyshev_polynomial_v.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3764959Z processing existing schema: aten::special_chebyshev_polynomial_v.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3766865Z processing existing schema: aten::special_chebyshev_polynomial_v.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3769797Z processing existing schema: aten::special_chebyshev_polynomial_v.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3771844Z processing existing schema: aten::special_chebyshev_polynomial_v.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3773852Z processing existing schema: aten::special_chebyshev_polynomial_w(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3776839Z processing existing schema: aten::special_chebyshev_polynomial_w.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3779695Z processing existing schema: aten::special_chebyshev_polynomial_w.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3781677Z processing existing schema: aten::special_chebyshev_polynomial_w.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3784580Z processing existing schema: aten::special_chebyshev_polynomial_w.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3786621Z processing existing schema: aten::special_chebyshev_polynomial_w.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3788665Z processing existing schema: aten::special_hermite_polynomial_h(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3791527Z processing existing schema: aten::special_hermite_polynomial_h.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3794354Z processing existing schema: aten::special_hermite_polynomial_h.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3796365Z processing existing schema: aten::special_hermite_polynomial_h.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3799377Z processing existing schema: aten::special_hermite_polynomial_h.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3801341Z processing existing schema: aten::special_hermite_polynomial_h.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3803521Z processing existing schema: aten::special_hermite_polynomial_he(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3806285Z processing existing schema: aten::special_hermite_polynomial_he.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3809084Z processing existing schema: aten::special_hermite_polynomial_he.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3811122Z processing existing schema: aten::special_hermite_polynomial_he.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3814018Z processing existing schema: aten::special_hermite_polynomial_he.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3816170Z processing existing schema: aten::special_hermite_polynomial_he.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3818092Z processing existing schema: aten::special_laguerre_polynomial_l(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3820955Z processing existing schema: aten::special_laguerre_polynomial_l.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3823809Z processing existing schema: aten::special_laguerre_polynomial_l.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3825780Z processing existing schema: aten::special_laguerre_polynomial_l.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3828634Z processing existing schema: aten::special_laguerre_polynomial_l.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3830652Z processing existing schema: aten::special_laguerre_polynomial_l.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3832734Z processing existing schema: aten::special_legendre_polynomial_p(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3835529Z processing existing schema: aten::special_legendre_polynomial_p.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3838456Z processing existing schema: aten::special_legendre_polynomial_p.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3840320Z processing existing schema: aten::special_legendre_polynomial_p.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3843072Z processing existing schema: aten::special_legendre_polynomial_p.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3845143Z processing existing schema: aten::special_legendre_polynomial_p.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3847065Z processing existing schema: aten::special_modified_bessel_i0(Tensor self) -> Tensor 2022-09-27T15:35:37.3849781Z processing existing schema: aten::special_modified_bessel_i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3851628Z processing existing schema: aten::special_modified_bessel_i1(Tensor self) -> Tensor 2022-09-27T15:35:37.3854328Z processing existing schema: aten::special_modified_bessel_i1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3856340Z processing existing schema: aten::special_modified_bessel_k0(Tensor self) -> Tensor 2022-09-27T15:35:37.3859085Z processing existing schema: aten::special_modified_bessel_k0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3860943Z processing existing schema: aten::special_modified_bessel_k1(Tensor self) -> Tensor 2022-09-27T15:35:37.3863671Z processing existing schema: aten::special_modified_bessel_k1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3865563Z processing existing schema: aten::special_scaled_modified_bessel_k0(Tensor x) -> Tensor 2022-09-27T15:35:37.3868301Z processing existing schema: aten::special_scaled_modified_bessel_k0.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3870191Z processing existing schema: aten::special_scaled_modified_bessel_k1(Tensor x) -> Tensor 2022-09-27T15:35:37.3872902Z processing existing schema: aten::special_scaled_modified_bessel_k1.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3875088Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3877893Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3880728Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3882796Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3885713Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3887671Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3889756Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3892582Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3895594Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3897582Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3900389Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3902414Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3904511Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3907323Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3910141Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3912152Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3915019Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3917056Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3919180Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w(Tensor x, Tensor n) -> Tensor 2022-09-27T15:35:37.3922013Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3924902Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3926900Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.x_scalar(Scalar x, Tensor n) -> Tensor 2022-09-27T15:35:37.3929861Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3931818Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.n_scalar(Tensor x, Scalar n) -> Tensor 2022-09-27T15:35:37.3934125Z processing existing schema: aten::special_spherical_bessel_j0(Tensor x) -> Tensor 2022-09-27T15:35:37.3936711Z processing existing schema: aten::special_spherical_bessel_j0.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3939121Z processing existing schema: aten::_foobar(Tensor self, bool arg1=True, bool arg2=True, *, bool arg3=True) -> Tensor 2022-09-27T15:35:37.3942487Z processing existing schema: aten::_foobar.out(Tensor self, bool arg1=True, bool arg2=True, *, bool arg3=True, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3946510Z processing existing schema: aten::_cudnn_ctc_loss.out(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank, bool deterministic, bool zero_infinity, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.3948905Z processing existing schema: aten::_cudnn_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank, bool deterministic, bool zero_infinity) -> (Tensor, Tensor) 2022-09-27T15:35:37.3951436Z processing existing schema: aten::_cudnn_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank, bool deterministic, bool zero_infinity) -> (Tensor, Tensor) 2022-09-27T15:35:37.3955273Z processing existing schema: aten::_cudnn_rnn_flatten_weight.out(Tensor[] weight_arr, int weight_stride0, int input_size, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, bool bidirectional, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3958239Z processing existing schema: aten::_cudnn_rnn_flatten_weight(Tensor[] weight_arr, int weight_stride0, int input_size, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, bool bidirectional) -> Tensor 2022-09-27T15:35:37.3964959Z processing existing schema: aten::_cudnn_rnn.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor? weight_buf, Tensor hx, Tensor? cx, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-09-27T15:35:37.3968683Z processing existing schema: aten::_cudnn_rnn(Tensor input, Tensor[] weight, int weight_stride0, Tensor? weight_buf, Tensor hx, Tensor? cx, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.3975078Z processing existing schema: aten::_cudnn_rnn_backward.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!)[] out3) -> () 2022-09-27T15:35:37.3980124Z processing existing schema: aten::_cudnn_rnn_backward(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask) -> (Tensor, Tensor, Tensor, Tensor[]) 2022-09-27T15:35:37.3982509Z processing existing schema: aten::_masked_scale.out(Tensor self, Tensor mask, float scale, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3984582Z processing existing schema: aten::_masked_scale(Tensor self, Tensor mask, float scale) -> Tensor 2022-09-27T15:35:37.3986975Z processing existing schema: aten::_neg_view(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.3990358Z processing existing schema: aten::addr_(Tensor(a!) self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:37.3992591Z processing existing schema: aten::affine_grid_generator(Tensor theta, int[] size, bool align_corners) -> Tensor 2022-09-27T15:35:37.3995789Z processing existing schema: aten::affine_grid_generator.out(Tensor theta, int[] size, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.3999545Z processing existing schema: aten::quantized_batch_norm.out(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4002252Z processing existing schema: aten::quantized_batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-09-27T15:35:37.4005158Z processing existing schema: aten::_copy_from.out(Tensor self, Tensor dst, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4007249Z processing existing schema: aten::_copy_from(Tensor self, Tensor dst, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.4010098Z processing existing schema: aten::_copy_from_and_resize.out(Tensor self, Tensor dst, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4012089Z processing existing schema: aten::_copy_from_and_resize(Tensor self, Tensor dst) -> Tensor 2022-09-27T15:35:37.4016218Z processing existing schema: aten::_mps_convolution_transpose.out(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4019331Z processing existing schema: aten::_mps_convolution_transpose(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:37.4023964Z processing existing schema: aten::mps_convolution_transpose_backward.out(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.4027190Z processing existing schema: aten::mps_convolution_transpose_backward(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool[2] output_mask) -> (Tensor, Tensor) 2022-09-27T15:35:37.4029529Z processing existing schema: aten::resize(Tensor self, int[] size, *, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:37.4032885Z processing existing schema: aten::resize.out(Tensor self, int[] size, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4035102Z processing existing schema: aten::_resize_output(Tensor self, int[] size, Device device) -> Tensor 2022-09-27T15:35:37.4038355Z processing existing schema: aten::_resize_output.out(Tensor self, int[] size, Device device, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4040418Z processing existing schema: aten::fill.Scalar(Tensor self, Scalar value) -> Tensor 2022-09-27T15:35:37.4043408Z processing existing schema: aten::fill.Scalar_out(Tensor self, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4045479Z processing existing schema: aten::fill.Tensor(Tensor self, Tensor value) -> Tensor 2022-09-27T15:35:37.4048468Z processing existing schema: aten::fill.Tensor_out(Tensor self, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4051766Z processing existing schema: aten::_index_put_impl(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor 2022-09-27T15:35:37.4055902Z processing existing schema: aten::_index_put_impl.out(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4059942Z processing existing schema: aten::linear_backward.out(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:37.4062285Z processing existing schema: aten::linear_backward(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.4065544Z processing existing schema: aten::mkldnn_linear.out(Tensor self, Tensor weight, Tensor? bias=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4067770Z processing existing schema: aten::mkldnn_linear(Tensor self, Tensor weight, Tensor? bias=None) -> Tensor 2022-09-27T15:35:37.4071046Z processing existing schema: aten::mkldnn_linear_backward_input.out(int[] input_size, Tensor grad_output, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4073349Z processing existing schema: aten::mkldnn_linear_backward_input(int[] input_size, Tensor grad_output, Tensor weight) -> Tensor 2022-09-27T15:35:37.4076663Z processing existing schema: aten::mkldnn_linear_backward_weights.out(Tensor grad_output, Tensor input, Tensor weight, bool bias_defined, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.4078873Z processing existing schema: aten::mkldnn_linear_backward_weights(Tensor grad_output, Tensor input, Tensor weight, bool bias_defined) -> (Tensor, Tensor) 2022-09-27T15:35:37.4083001Z processing existing schema: aten::mkldnn_linear_backward.out(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:37.4085350Z processing existing schema: aten::mkldnn_linear_backward(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.4088909Z processing existing schema: aten::matmul_backward.out(Tensor grad, Tensor self, Tensor other, bool[2] mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.4091229Z processing existing schema: aten::matmul_backward(Tensor grad, Tensor self, Tensor other, bool[2] mask) -> (Tensor, Tensor) 2022-09-27T15:35:37.4096377Z processing existing schema: aten::_mps_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4100336Z processing existing schema: aten::_mps_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:37.4105188Z processing existing schema: aten::mps_max_pool2d_backward.out(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4109154Z processing existing schema: aten::mps_max_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:37.4113940Z processing existing schema: aten::mkldnn_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4117836Z processing existing schema: aten::mkldnn_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:37.4123064Z processing existing schema: aten::mkldnn_max_pool2d_backward.out(Tensor grad_output, Tensor output, Tensor input, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4127140Z processing existing schema: aten::mkldnn_max_pool2d_backward(Tensor grad_output, Tensor output, Tensor input, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:37.4131872Z processing existing schema: aten::mkldnn_max_pool3d.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4135849Z processing existing schema: aten::mkldnn_max_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:37.4141072Z processing existing schema: aten::mkldnn_max_pool3d_backward.out(Tensor grad_output, Tensor output, Tensor input, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4145151Z processing existing schema: aten::mkldnn_max_pool3d_backward(Tensor grad_output, Tensor output, Tensor input, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:37.4150017Z processing existing schema: aten::quantized_max_pool1d.out(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4153936Z processing existing schema: aten::quantized_max_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> Tensor 2022-09-27T15:35:37.4158954Z processing existing schema: aten::quantized_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4162776Z processing existing schema: aten::quantized_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-09-27T15:35:37.4166538Z processing existing schema: aten::_mps_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4169382Z processing existing schema: aten::_mps_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:37.4174530Z processing existing schema: aten::mps_convolution_backward.out(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:37.4177513Z processing existing schema: aten::mps_convolution_backward(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.4180380Z processing existing schema: aten::mkldnn_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:37.4184609Z processing existing schema: aten::mkldnn_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4188945Z processing existing schema: aten::miopen_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4192524Z processing existing schema: aten::miopen_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-09-27T15:35:37.4197099Z processing existing schema: aten::miopen_convolution_transpose.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4200899Z processing existing schema: aten::miopen_convolution_transpose(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-09-27T15:35:37.4205239Z processing existing schema: aten::miopen_depthwise_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4208720Z processing existing schema: aten::miopen_depthwise_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-09-27T15:35:37.4215455Z processing existing schema: aten::miopen_rnn.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor hx, Tensor? cx, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-09-27T15:35:37.4219295Z processing existing schema: aten::miopen_rnn(Tensor input, Tensor[] weight, int weight_stride0, Tensor hx, Tensor? cx, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.4225770Z processing existing schema: aten::miopen_rnn_backward.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!)[] out3) -> () 2022-09-27T15:35:37.4231057Z processing existing schema: aten::miopen_rnn_backward(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask) -> (Tensor, Tensor, Tensor, Tensor[]) 2022-09-27T15:35:37.4233805Z processing existing schema: aten::_sparse_sparse_matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4236151Z processing existing schema: aten::_sparse_sparse_matmul(Tensor self, Tensor other) -> Tensor 2022-09-27T15:35:37.4239508Z processing existing schema: aten::_sparse_mask_helper.out(Tensor t, Tensor mask_indices, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4241818Z processing existing schema: aten::_sparse_mask_helper(Tensor t, Tensor mask_indices) -> Tensor 2022-09-27T15:35:37.4247126Z processing existing schema: aten::batch_norm_backward_reduce.out(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, bool input_g, bool weight_g, bool bias_g, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-09-27T15:35:37.4249937Z processing existing schema: aten::batch_norm_backward_reduce(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, bool input_g, bool weight_g, bool bias_g) -> (Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.4253861Z processing existing schema: aten::batch_norm_backward_elemt.out(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, Tensor mean_dy, Tensor mean_dy_xmu, Tensor count, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4257114Z processing existing schema: aten::batch_norm_backward_elemt(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, Tensor mean_dy, Tensor mean_dy_xmu, Tensor count) -> Tensor 2022-09-27T15:35:37.4257321Z schema: static_runtime::create_owned_ref(...) -> ... found on allowlist, skipping 2022-09-27T15:35:37.4260650Z processing existing schema: aten::_nnpack_spatial_convolution(Tensor input, Tensor weight, Tensor? bias, int[2] padding, int[2] stride=1) -> Tensor 2022-09-27T15:35:37.4264970Z processing existing schema: aten::_nnpack_spatial_convolution.out(Tensor input, Tensor weight, Tensor? bias, int[2] padding, int[2] stride=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4268236Z processing existing schema: aten::_mkldnn_reshape.out(Tensor self, int[] shape, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4270612Z processing existing schema: aten::_mkldnn_reshape(Tensor self, int[] shape) -> Tensor 2022-09-27T15:35:37.4273823Z processing existing schema: aten::as_strided_scatter(Tensor self, Tensor src, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor 2022-09-27T15:35:37.4277781Z processing existing schema: aten::as_strided_scatter.out(Tensor self, Tensor src, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4281075Z processing existing schema: aten::_mkldnn_transpose.out(Tensor self, int dim0, int dim1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4283463Z processing existing schema: aten::_mkldnn_transpose(Tensor self, int dim0, int dim1) -> Tensor 2022-09-27T15:35:37.4285469Z schema: aten::_nested_tensor_size.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.4286734Z schema: aten::_nested_tensor_size(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.4288877Z schema: aten::_nested_tensor_strides.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.4290163Z schema: aten::_nested_tensor_strides(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.4293576Z processing existing schema: aten::_nested_from_padded_and_nested_example.out(Tensor padded, Tensor nt_example, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4296109Z processing existing schema: aten::_nested_from_padded_and_nested_example(Tensor padded, Tensor nt_example) -> Tensor 2022-09-27T15:35:37.4299701Z processing existing schema: aten::_nested_view_from_buffer_copy.out(Tensor self, Tensor nested_size, Tensor nested_strides, int[] offsets, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4302364Z processing existing schema: aten::_nested_view_from_buffer_copy(Tensor self, Tensor nested_size, Tensor nested_strides, int[] offsets) -> Tensor 2022-09-27T15:35:37.4306764Z processing existing schema: aten::_trilinear.out(Tensor i1, Tensor i2, Tensor i3, int[] expand1, int[] expand2, int[] expand3, int[] sumdim, int unroll_dim=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4310263Z processing existing schema: aten::_trilinear(Tensor i1, Tensor i2, Tensor i3, int[] expand1, int[] expand2, int[] expand3, int[] sumdim, int unroll_dim=1) -> Tensor 2022-09-27T15:35:37.4313453Z processing existing schema: aten::native_norm.out(Tensor self, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4317620Z processing existing schema: aten::native_norm.ScalarOpt_dim_dtype_out(Tensor self, Scalar? p, int[1] dim, bool keepdim, ScalarType? dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4320003Z processing existing schema: aten::native_norm(Tensor self, Scalar p=2) -> Tensor 2022-09-27T15:35:37.4323327Z processing existing schema: aten::native_norm.ScalarOpt_dim_dtype(Tensor self, Scalar? p, int[1] dim, bool keepdim, ScalarType? dtype) -> Tensor 2022-09-27T15:35:37.4326027Z processing existing schema: aten::_sparse_sum.dim(Tensor self, int[1] dim) -> Tensor 2022-09-27T15:35:37.4329577Z processing existing schema: aten::_sparse_sum.dim_out(Tensor self, int[1] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4331788Z processing existing schema: aten::_sparse_sum(Tensor self) -> Tensor 2022-09-27T15:35:37.4334301Z processing existing schema: aten::_sparse_sum.dtype(Tensor self, *, ScalarType dtype) -> Tensor 2022-09-27T15:35:37.4337391Z processing existing schema: aten::_sparse_sum.dim_dtype(Tensor self, int[1] dim, *, ScalarType dtype) -> Tensor 2022-09-27T15:35:37.4340786Z processing existing schema: aten::_sparse_sum_backward.out(Tensor grad, Tensor self, int[] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4343394Z processing existing schema: aten::_sparse_sum_backward(Tensor grad, Tensor self, int[] dim) -> Tensor 2022-09-27T15:35:37.4347629Z processing existing schema: aten::_sparse_csr_sum.dim_dtype_out(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4350735Z processing existing schema: aten::_sparse_csr_sum.dim_dtype(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.4354721Z processing existing schema: aten::_sparse_csr_prod.dim_dtype_out(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4358039Z processing existing schema: aten::_sparse_csr_prod.dim_dtype(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.4361570Z processing existing schema: aten::_sparse_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4364143Z processing existing schema: aten::_sparse_softmax_backward_data(Tensor grad_output, Tensor output, int dim, Tensor self) -> Tensor 2022-09-27T15:35:37.4367626Z processing existing schema: aten::_sparse_log_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4370209Z processing existing schema: aten::_sparse_log_softmax_backward_data(Tensor grad_output, Tensor output, int dim, Tensor self) -> Tensor 2022-09-27T15:35:37.4372886Z processing existing schema: aten::resize_as(Tensor self, Tensor the_template, *, MemoryFormat? memory_format=None) -> Tensor 2022-09-27T15:35:37.4377012Z processing existing schema: aten::resize_as.out(Tensor self, Tensor the_template, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4379118Z processing existing schema: aten::resize_as_sparse(Tensor self, Tensor the_template) -> Tensor 2022-09-27T15:35:37.4382289Z processing existing schema: aten::resize_as_sparse.out(Tensor self, Tensor the_template, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4384542Z processing existing schema: aten::zero(Tensor self) -> Tensor 2022-09-27T15:35:37.4387713Z processing existing schema: aten::zero.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4390778Z processing existing schema: aten::_sparse_addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:37.4394509Z processing existing schema: aten::_sparse_addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4397126Z processing existing schema: aten::sparse_resize(Tensor self, int[] size, int sparse_dim, int dense_dim) -> Tensor 2022-09-27T15:35:37.4400727Z processing existing schema: aten::sparse_resize.out(Tensor self, int[] size, int sparse_dim, int dense_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4403398Z processing existing schema: aten::sparse_resize_and_clear(Tensor self, int[] size, int sparse_dim, int dense_dim) -> Tensor 2022-09-27T15:35:37.4406946Z processing existing schema: aten::sparse_resize_and_clear.out(Tensor self, int[] size, int sparse_dim, int dense_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4410095Z processing existing schema: aten::sparse_mask.out(Tensor self, Tensor mask, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4412433Z processing existing schema: aten::sparse_mask(Tensor self, Tensor mask) -> Tensor 2022-09-27T15:35:37.4416023Z processing existing schema: aten::_to_dense.out(Tensor self, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4418335Z processing existing schema: aten::_to_dense(Tensor self, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.4421346Z processing existing schema: aten::_coalesce.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4423822Z processing existing schema: aten::_coalesce(Tensor self) -> Tensor 2022-09-27T15:35:37.4426085Z processing existing schema: aten::_coalesced(Tensor self, bool coalesced) -> Tensor 2022-09-27T15:35:37.4429360Z processing existing schema: aten::_coalesced.out(Tensor self, bool coalesced, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4434141Z processing existing schema: aten::mkldnn_reorder_conv2d_weight.out(Tensor self, int[2] padding=0, int[2] stride=1, int[2] dilation=1, int groups=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4437951Z processing existing schema: aten::mkldnn_reorder_conv2d_weight(Tensor self, int[2] padding=0, int[2] stride=1, int[2] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:37.4442697Z processing existing schema: aten::mkldnn_reorder_conv3d_weight.out(Tensor self, int[3] padding=0, int[3] stride=1, int[3] dilation=1, int groups=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4446505Z processing existing schema: aten::mkldnn_reorder_conv3d_weight(Tensor self, int[3] padding=0, int[3] stride=1, int[3] dilation=1, int groups=1) -> Tensor 2022-09-27T15:35:37.4449499Z processing existing schema: aten::q_per_channel_scales.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4451664Z processing existing schema: aten::q_per_channel_scales(Tensor self) -> Tensor 2022-09-27T15:35:37.4454778Z processing existing schema: aten::q_per_channel_zero_points.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4457234Z processing existing schema: aten::q_per_channel_zero_points(Tensor self) -> Tensor 2022-09-27T15:35:37.4460422Z processing existing schema: aten::int_repr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4462814Z processing existing schema: aten::int_repr(Tensor self) -> Tensor 2022-09-27T15:35:37.4467558Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper_functional(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor running_min, Tensor running_max, Tensor scale, Tensor zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> (Tensor output, Tensor mask, Tensor running_min_out, Tensor running_max_out, Tensor scale_out, Tensor zero_point_out) 2022-09-27T15:35:37.4472992Z processing existing schema: aten::_lstm_mps.out(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-09-27T15:35:37.4476268Z processing existing schema: aten::_lstm_mps(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.4481376Z processing existing schema: aten::lstm_mps_backward.out(Tensor grad_y, Tensor? grad_hy, Tensor? grad_cy, Tensor z_state, Tensor cell_state_fwd, Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, Tensor(a!) out0, Tensor(b!)[] out1, Tensor(c!)[] out2) -> () 2022-09-27T15:35:37.4485415Z processing existing schema: aten::lstm_mps_backward(Tensor grad_y, Tensor? grad_hy, Tensor? grad_cy, Tensor z_state, Tensor cell_state_fwd, Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor[], Tensor[]) 2022-09-27T15:35:37.4489602Z processing existing schema: aten::_thnn_fused_lstm_cell_backward_impl.out(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-09-27T15:35:37.4492435Z processing existing schema: aten::_thnn_fused_lstm_cell_backward_impl(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.4497632Z processing existing schema: aten::_thnn_fused_gru_cell_backward.out(Tensor grad_hy, Tensor workspace, bool has_bias, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-09-27T15:35:37.4499832Z processing existing schema: aten::_thnn_fused_gru_cell_backward(Tensor grad_hy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.4502051Z processing existing schema: aten::_pack_padded_sequence(Tensor input, Tensor lengths, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:37.4505411Z processing existing schema: aten::_pack_padded_sequence.out(Tensor input, Tensor lengths, bool batch_first, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-09-27T15:35:37.4507787Z processing existing schema: aten::set.source_Storage(Tensor self, Storage source) -> Tensor 2022-09-27T15:35:37.4510965Z processing existing schema: aten::set.source_Storage_out(Tensor self, Storage source, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4514285Z processing existing schema: aten::set.source_Storage_storage_offset(Tensor self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor 2022-09-27T15:35:37.4518585Z processing existing schema: aten::set.source_Storage_storage_offset_out(Tensor self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[], *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4520797Z processing existing schema: aten::set.source_Tensor(Tensor self, Tensor source) -> Tensor 2022-09-27T15:35:37.4524079Z processing existing schema: aten::set.source_Tensor_out(Tensor self, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4526315Z processing existing schema: aten::set(Tensor self) -> Tensor 2022-09-27T15:35:37.4529507Z processing existing schema: aten::set.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4532100Z processing existing schema: aten::masked_scatter(Tensor self, Tensor mask, Tensor source) -> Tensor 2022-09-27T15:35:37.4535651Z processing existing schema: aten::masked_scatter.out(Tensor self, Tensor mask, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4538368Z processing existing schema: aten::put(Tensor self, Tensor index, Tensor source, bool accumulate=False) -> Tensor 2022-09-27T15:35:37.4541947Z processing existing schema: aten::put.out(Tensor self, Tensor index, Tensor source, bool accumulate=False, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4544839Z processing existing schema: aten::random.from(Tensor self, int from, int? to, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.4548402Z processing existing schema: aten::random.from_out(Tensor self, int from, int? to, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4551051Z processing existing schema: aten::random.to(Tensor self, int to, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.4554523Z processing existing schema: aten::random.to_out(Tensor self, int to, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4557095Z processing existing schema: aten::random(Tensor self, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.4560519Z processing existing schema: aten::random.out(Tensor self, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4563901Z processing existing schema: aten::uniform(Tensor self, float from=0., float to=1., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.4567420Z processing existing schema: aten::uniform.out(Tensor self, float from=0., float to=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4570407Z processing existing schema: aten::log_normal(Tensor self, float mean=1., float std=2., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.4574180Z processing existing schema: aten::log_normal.out(Tensor self, float mean=1., float std=2., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4577054Z processing existing schema: aten::geometric(Tensor self, float p, *, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.4580298Z processing existing schema: aten::geometric.out(Tensor self, float p, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4583285Z processing existing schema: aten::normal_functional(Tensor self, float mean=0., float std=1., *, Generator? generator=None) -> Tensor 2022-09-27T15:35:37.4585932Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale(Tensor[] self, Tensor found_inf, Tensor inv_scale) -> (Tensor[] self_out, Tensor found_inf_out) 2022-09-27T15:35:37.4588893Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale.out(Tensor[] self, Tensor(b!) found_inf, Tensor inv_scale, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.4591618Z processing existing schema: aten::_amp_update_scale(Tensor self, Tensor growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval) -> (Tensor, Tensor growth_tracker_out) 2022-09-27T15:35:37.4595464Z processing existing schema: aten::_amp_update_scale.out(Tensor self, Tensor(b!) growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4598073Z processing existing schema: aten::_foreach_zero(Tensor[] self) -> Tensor[] self_out 2022-09-27T15:35:37.4600632Z processing existing schema: aten::_foreach_zero.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.4603739Z processing existing schema: aten::_torch_cuda_cu_linker_symbol_op.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4605977Z processing existing schema: aten::_torch_cuda_cu_linker_symbol_op(Tensor self) -> Tensor 2022-09-27T15:35:37.4608688Z processing existing schema: aten::soft_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction) -> Tensor 2022-09-27T15:35:37.4612180Z processing existing schema: aten::soft_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-09-27T15:35:37.4615155Z processing existing schema: aten::rrelu_with_noise_backward(Tensor grad_output, Tensor self, Tensor noise, Scalar lower, Scalar upper, bool training, bool self_is_result) -> Tensor 2022-09-27T15:35:37.4619186Z processing existing schema: aten::rrelu_with_noise_backward.out(Tensor grad_output, Tensor self, Tensor noise, Scalar lower, Scalar upper, bool training, bool self_is_result, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4622433Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4624806Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-09-27T15:35:37.4627131Z processing existing schema: aten::_test_warn_in_autograd(Tensor self) -> Tensor 2022-09-27T15:35:37.4630309Z processing existing schema: aten::_test_warn_in_autograd.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4632745Z processing existing schema: aten::_test_autograd_multiple_dispatch.fullcoverage(Tensor self) -> Tensor 2022-09-27T15:35:37.4635914Z processing existing schema: aten::_test_autograd_multiple_dispatch.fullcoverage_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4638507Z processing existing schema: aten::_test_autograd_multiple_dispatch.ntonly(Tensor self, bool b) -> Tensor 2022-09-27T15:35:37.4641317Z processing existing schema: aten::_test_autograd_multiple_dispatch_view(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.4644547Z processing existing schema: aten::_test_autograd_multiple_dispatch_view_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4646853Z processing existing schema: aten::_test_autograd_multiple_dispatch_view_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4650591Z processing existing schema: aten::nested_tensor(Tensor[] list, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-09-27T15:35:37.4654772Z processing existing schema: aten::nested_tensor.out(Tensor[] list, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4657988Z processing existing schema: aten::_fw_primal_copy.out(Tensor self, int level, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4660299Z processing existing schema: aten::_fw_primal_copy(Tensor self, int level) -> Tensor 2022-09-27T15:35:37.4663733Z processing existing schema: aten::_make_dual_copy.out(Tensor primal, Tensor tangent, int level, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4666112Z processing existing schema: aten::_make_dual_copy(Tensor primal, Tensor tangent, int level) -> Tensor 2022-09-27T15:35:37.4669212Z processing existing schema: aten::view_as_real_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4671394Z processing existing schema: aten::view_as_real_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4674588Z processing existing schema: aten::view_as_complex_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4676767Z processing existing schema: aten::view_as_complex_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4680059Z processing existing schema: aten::_conj_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4682358Z processing existing schema: aten::_conj_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4685467Z processing existing schema: aten::_neg_view_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4687700Z processing existing schema: aten::_neg_view_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4691655Z processing existing schema: aten::as_strided_copy.out(Tensor self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4694584Z processing existing schema: aten::as_strided_copy(Tensor self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor 2022-09-27T15:35:37.4697949Z processing existing schema: aten::_sparse_broadcast_to_copy.out(Tensor self, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4700392Z processing existing schema: aten::_sparse_broadcast_to_copy(Tensor self, int[] size) -> Tensor 2022-09-27T15:35:37.4703803Z processing existing schema: aten::permute_copy.out(Tensor self, int[] dims, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4706195Z processing existing schema: aten::permute_copy(Tensor self, int[] dims) -> Tensor 2022-09-27T15:35:37.4709782Z processing existing schema: aten::_reshape_alias_copy.out(Tensor self, int[] size, int[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4712440Z processing existing schema: aten::_reshape_alias_copy(Tensor self, int[] size, int[] stride) -> Tensor 2022-09-27T15:35:37.4715731Z processing existing schema: aten::select_copy.int_out(Tensor self, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4718336Z processing existing schema: aten::select_copy.int(Tensor self, int dim, int index) -> Tensor 2022-09-27T15:35:37.4722364Z processing existing schema: aten::slice_copy.Tensor_out(Tensor self, int dim=0, int? start=None, int? end=None, int step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4725504Z processing existing schema: aten::slice_copy.Tensor(Tensor self, int dim=0, int? start=None, int? end=None, int step=1) -> Tensor 2022-09-27T15:35:37.4728265Z processing existing schema: aten::split_copy.Tensor_out(Tensor self, int split_size, int dim=0, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.4731006Z processing existing schema: aten::split_copy.Tensor(Tensor self, int split_size, int dim=0) -> Tensor[] 2022-09-27T15:35:37.4733901Z processing existing schema: aten::split_with_sizes_copy.out(Tensor self, int[] split_sizes, int dim=0, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.4736959Z processing existing schema: aten::split_with_sizes_copy(Tensor self, int[] split_sizes, int dim=0) -> Tensor[] 2022-09-27T15:35:37.4739876Z processing existing schema: aten::squeeze_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4743031Z processing existing schema: aten::squeeze_copy.dim_out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4745237Z processing existing schema: aten::squeeze_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4747662Z processing existing schema: aten::squeeze_copy.dim(Tensor self, int dim) -> Tensor 2022-09-27T15:35:37.4750718Z processing existing schema: aten::t_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4752900Z processing existing schema: aten::t_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4756376Z processing existing schema: aten::transpose_copy.int_out(Tensor self, int dim0, int dim1, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4758893Z processing existing schema: aten::transpose_copy.int(Tensor self, int dim0, int dim1) -> Tensor 2022-09-27T15:35:37.4762036Z processing existing schema: aten::unsqueeze_copy.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4764311Z processing existing schema: aten::unsqueeze_copy(Tensor self, int dim) -> Tensor 2022-09-27T15:35:37.4767453Z processing existing schema: aten::_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4769613Z processing existing schema: aten::_indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4772760Z processing existing schema: aten::_values_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4774974Z processing existing schema: aten::_values_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4778508Z processing existing schema: aten::indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4780102Z processing existing schema: aten::indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4782781Z processing existing schema: aten::values_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4784598Z processing existing schema: aten::values_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4786489Z processing existing schema: aten::row_indices_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4789195Z processing existing schema: aten::row_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4791490Z processing existing schema: aten::unbind_copy.int_out(Tensor self, int dim=0, *, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.4793828Z processing existing schema: aten::unbind_copy.int(Tensor self, int dim=0) -> Tensor[] 2022-09-27T15:35:37.4796855Z processing existing schema: aten::view_copy.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4799716Z processing existing schema: aten::view_copy.dtype_out(Tensor self, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4801706Z processing existing schema: aten::view_copy(Tensor self, SymInt[] size) -> Tensor 2022-09-27T15:35:37.4803660Z processing existing schema: aten::view_copy.dtype(Tensor self, ScalarType dtype) -> Tensor 2022-09-27T15:35:37.4806647Z processing existing schema: aten::unfold_copy.out(Tensor self, int dimension, int size, int step, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4808750Z processing existing schema: aten::unfold_copy(Tensor self, int dimension, int size, int step) -> Tensor 2022-09-27T15:35:37.4811328Z processing existing schema: aten::alias_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4813097Z processing existing schema: aten::alias_copy(Tensor self) -> Tensor 2022-09-27T15:35:37.4816473Z schema: aten::to_padded_tensor.out(Tensor self, float padding, int[]? output_size=None, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.4818834Z schema: aten::to_padded_tensor(Tensor self, float padding, int[]? output_size=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.4820922Z schema: aten::_nested_tensor_layer_norm.out(Tensor self, Tensor? weight, Tensor? bias, float eps, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-09-27T15:35:37.4821893Z schema: aten::_nested_tensor_layer_norm(Tensor self, Tensor? weight, Tensor? bias, float eps) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.4825598Z processing existing schema: aten::_triton_scaled_dot_attention.out(Tensor q, Tensor k, Tensor v, float dropout_p=0., *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4827795Z processing existing schema: aten::_triton_scaled_dot_attention(Tensor q, Tensor k, Tensor v, float dropout_p=0.) -> Tensor 2022-09-27T15:35:37.4832101Z processing existing schema: aten::_triton_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4835274Z processing existing schema: aten::_triton_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None) -> Tensor 2022-09-27T15:35:37.4841126Z processing existing schema: aten::_fused_adam(Tensor[] self, Tensor[] grads, Tensor[] exp_avgs, Tensor[] exp_avg_sqs, Tensor[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> (Tensor[] self_out, Tensor[] grads_out, Tensor[] exp_avgs_out, Tensor[] exp_avg_sqs_out, Tensor[] max_exp_avg_sqs_out) 2022-09-27T15:35:37.4846705Z processing existing schema: aten::_fused_adam.out(Tensor[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None, Tensor(a!)[] out) -> () 2022-09-27T15:35:37.4848464Z processing existing schema: aten::_cast_Byte(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.4850823Z processing existing schema: aten::_cast_Char(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.4853149Z processing existing schema: aten::_cast_Double(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.4855598Z processing existing schema: aten::_cast_Float(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.4857698Z processing existing schema: aten::_cast_Int(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.4859952Z processing existing schema: aten::_cast_Long(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.4862238Z processing existing schema: aten::_cast_Short(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.4864501Z processing existing schema: aten::_cast_Half(Tensor self, bool non_blocking=False) -> Tensor 2022-09-27T15:35:37.4866552Z processing existing schema: aten::retains_grad(Tensor self) -> bool 2022-09-27T15:35:37.4869014Z processing existing schema: aten::_unpack_dual(Tensor(a) dual, int level) -> (Tensor(a) primal, Tensor tangent) 2022-09-27T15:35:37.4871714Z processing existing schema: aten::_assert_tensor_metadata(Tensor a, int[]? size=None, int[]? stride=None, ScalarType? dtype=None) -> () 2022-09-27T15:35:37.4873603Z processing existing schema: aten::_use_cudnn_rnn_flatten_weight() -> bool 2022-09-27T15:35:37.4875692Z processing existing schema: aten::_debug_has_internal_overlap(Tensor self) -> int 2022-09-27T15:35:37.4878325Z processing existing schema: aten::_sobol_engine_draw(Tensor quasi, int n, Tensor sobolstate, int dimension, int num_generated, ScalarType? dtype) -> (Tensor, Tensor) 2022-09-27T15:35:37.4881441Z processing existing schema: aten::_sobol_engine_ff_(Tensor(a!) self, int n, Tensor sobolstate, int dimension, int num_generated) -> Tensor(a!) 2022-09-27T15:35:37.4884418Z processing existing schema: aten::_sobol_engine_scramble_(Tensor(a!) self, Tensor ltm, int dimension) -> Tensor(a!) 2022-09-27T15:35:37.4887076Z processing existing schema: aten::_sobol_engine_initialize_state_(Tensor(a!) self, int dimension) -> Tensor(a!) 2022-09-27T15:35:37.4889269Z processing existing schema: aten::_reshape_from_tensor(Tensor self, Tensor shape) -> Tensor 2022-09-27T15:35:37.4891375Z processing existing schema: aten::_shape_as_tensor(Tensor self) -> Tensor 2022-09-27T15:35:37.4894056Z processing existing schema: aten::arccos_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.4896690Z processing existing schema: aten::affine_grid_generator_backward(Tensor grad, int[] size, bool align_corners) -> Tensor 2022-09-27T15:35:37.4898705Z processing existing schema: aten::_dim_arange(Tensor like, int dim) -> Tensor 2022-09-27T15:35:37.4901393Z processing existing schema: aten::arcsinh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.4904059Z processing existing schema: aten::arctanh_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.4906686Z processing existing schema: aten::arcsin_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.4909352Z processing existing schema: aten::arctan_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.4913605Z processing existing schema: aten::_batch_norm_impl_index_backward(int impl_index, Tensor input, Tensor grad_output, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var_transform, bool train, float eps, bool[3] output_mask, Tensor reservedSpace) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.4916460Z processing existing schema: aten::fill_diagonal_(Tensor(a!) self, Scalar fill_value, bool wrap=False) -> Tensor(a!) 2022-09-27T15:35:37.4918549Z processing existing schema: aten::_rowwise_prune(Tensor weight, Tensor mask, ScalarType compressed_indices_dtype) -> (Tensor, Tensor) 2022-09-27T15:35:37.4922371Z processing existing schema: aten::_embedding_bag_backward(Tensor grad, Tensor indices, Tensor offsets, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor 2022-09-27T15:35:37.4925564Z processing existing schema: aten::_embedding_bag_sparse_backward(Tensor grad, Tensor indices, Tensor offsets, Tensor offset2bag, Tensor bag_size, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor 2022-09-27T15:35:37.4927939Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> (Tensor, Tensor) 2022-09-27T15:35:37.4929834Z processing existing schema: aten::_cufft_get_plan_cache_size(int device_index) -> int 2022-09-27T15:35:37.4931903Z processing existing schema: aten::_cufft_get_plan_cache_max_size(int device_index) -> int 2022-09-27T15:35:37.4933768Z processing existing schema: aten::_cufft_set_plan_cache_max_size(int device_index, int max_size) -> () 2022-09-27T15:35:37.4935669Z processing existing schema: aten::_cufft_clear_plan_cache(int device_index) -> () 2022-09-27T15:35:37.4939688Z processing existing schema: aten::isclose(Tensor self, Tensor other, float rtol=1.0000000000000001e-05, float atol=1e-08, bool equal_nan=False) -> Tensor 2022-09-27T15:35:37.4941493Z processing existing schema: aten::is_distributed(Tensor self) -> bool 2022-09-27T15:35:37.4943409Z processing existing schema: aten::is_conj(Tensor self) -> bool 2022-09-27T15:35:37.4945381Z processing existing schema: aten::_is_zerotensor(Tensor self) -> bool 2022-09-27T15:35:37.4947312Z processing existing schema: aten::is_neg(Tensor self) -> bool 2022-09-27T15:35:37.4950269Z processing existing schema: aten::fbgemm_linear_int8_weight_fp32_activation(Tensor input, Tensor weight, Tensor packed, Tensor col_offsets, Scalar weight_scale, Scalar weight_zero_point, Tensor bias) -> Tensor 2022-09-27T15:35:37.4950613Z schema: static_runtime::signed_log1p(Tensor input) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.4953318Z processing existing schema: aten::fbgemm_linear_int8_weight(Tensor input, Tensor weight, Tensor packed, Tensor col_offsets, Scalar weight_scale, Scalar weight_zero_point, Tensor bias) -> Tensor 2022-09-27T15:35:37.4953763Z schema: static_runtime::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:37.4955297Z processing existing schema: aten::fbgemm_linear_quantize_weight(Tensor input) -> (Tensor, Tensor, float, int) 2022-09-27T15:35:37.4955711Z schema: static_runtime::dequantize_copy.self(Tensor self) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.4957402Z processing existing schema: aten::fbgemm_pack_gemm_matrix_fp16(Tensor input) -> Tensor 2022-09-27T15:35:37.4957750Z schema: static_runtime::select_tensor(Tensor(a) a, Tensor(b) b, bool use_b) -> Tensor(a|b) found on allowlist, skipping 2022-09-27T15:35:37.4960399Z processing existing schema: aten::fbgemm_linear_fp16_weight_fp32_activation(Tensor input, Tensor packed_weight, Tensor bias) -> Tensor 2022-09-27T15:35:37.4960760Z schema: static_runtime::to_copy.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.4961155Z schema: static_runtime::to_copy.dtype(Tensor self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.4961537Z schema: static_runtime::to_copy.other(Tensor self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.4963720Z processing existing schema: aten::fbgemm_linear_fp16_weight(Tensor input, Tensor packed_weight, Tensor bias) -> Tensor 2022-09-27T15:35:37.4964424Z schema: static_runtime::to_maybe_copy_out.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=False, bool copy=False) -> (Tensor, bool) found on allowlist, skipping 2022-09-27T15:35:37.4964918Z schema: static_runtime::to_maybe_copy_out.dtype(Tensor self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> (Tensor, bool) found on allowlist, skipping 2022-09-27T15:35:37.4965321Z schema: static_runtime::to_maybe_copy_out.other(Tensor self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> (Tensor, bool) found on allowlist, skipping 2022-09-27T15:35:37.4966330Z processing existing schema: aten::fbgemm_pack_quantized_matrix(Tensor input) -> Tensor 2022-09-27T15:35:37.4969004Z processing existing schema: aten::fbgemm_pack_quantized_matrix.KN(Tensor input, int K, int N) -> Tensor 2022-09-27T15:35:37.4969675Z schema: static_runtime::embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:37.4970204Z schema: static_runtime::embedding_bag.padding_idx(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, bool include_last_offset, int? padding_idx) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-09-27T15:35:37.4971963Z processing existing schema: aten::ldexp_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.4973673Z processing existing schema: aten::matrix_exp(Tensor self) -> Tensor 2022-09-27T15:35:37.4975868Z processing existing schema: aten::matrix_exp_backward(Tensor self, Tensor grad) -> Tensor 2022-09-27T15:35:37.4978880Z processing existing schema: aten::nanmean(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.4982684Z processing existing schema: aten::nanmean.out(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.4984498Z processing existing schema: aten::_sparse_mm(Tensor sparse, Tensor dense) -> Tensor 2022-09-27T15:35:37.4986228Z processing existing schema: aten::is_vulkan_available() -> bool 2022-09-27T15:35:37.4988007Z processing existing schema: aten::_nnpack_available() -> bool 2022-09-27T15:35:37.4990722Z processing existing schema: aten::pin_memory(Tensor(a) self, Device? device=None) -> Tensor(a) 2022-09-27T15:35:37.4993360Z processing existing schema: aten::negative_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.4995930Z processing existing schema: aten::infinitely_differentiable_gelu_backward(Tensor grad, Tensor self) -> Tensor 2022-09-27T15:35:37.4997703Z processing existing schema: aten::smm(Tensor self, Tensor mat2) -> Tensor 2022-09-27T15:35:37.5001663Z processing existing schema: aten::istft(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool center=True, bool normalized=False, bool? onesided=None, int? length=None, bool return_complex=False) -> Tensor 2022-09-27T15:35:37.5003978Z processing existing schema: aten::fix_(Tensor(a!) self) -> Tensor(a!) 2022-09-27T15:35:37.5005995Z processing existing schema: aten::_has_compatible_shallow_copy_type(Tensor self, Tensor from) -> bool 2022-09-27T15:35:37.5008403Z processing existing schema: aten::norm_except_dim(Tensor v, int pow=2, int dim=0) -> Tensor 2022-09-27T15:35:37.5010724Z processing existing schema: aten::_weight_norm(Tensor v, Tensor g, int dim=0) -> Tensor 2022-09-27T15:35:37.5012961Z processing existing schema: aten::_weight_norm_differentiable_backward(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim) -> (Tensor, Tensor) 2022-09-27T15:35:37.5016048Z processing existing schema: aten::subtract_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:37.5018826Z processing existing schema: aten::subtract_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-09-27T15:35:37.5020750Z processing existing schema: aten::_validate_sparse_coo_tensor_args(Tensor indices, Tensor values, int[] size) -> () 2022-09-27T15:35:37.5022963Z processing existing schema: aten::_validate_sparse_compressed_tensor_args(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, Layout layout) -> () 2022-09-27T15:35:37.5024917Z processing existing schema: aten::_validate_sparse_csr_tensor_args(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size) -> () 2022-09-27T15:35:37.5026925Z processing existing schema: aten::_validate_sparse_csc_tensor_args(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size) -> () 2022-09-27T15:35:37.5028931Z processing existing schema: aten::_validate_sparse_bsr_tensor_args(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size) -> () 2022-09-27T15:35:37.5030952Z processing existing schema: aten::_validate_sparse_bsc_tensor_args(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size) -> () 2022-09-27T15:35:37.5033025Z processing existing schema: aten::_to_cpu(Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:37.5035184Z processing existing schema: aten::to_dense(Tensor self, ScalarType? dtype=None) -> Tensor 2022-09-27T15:35:37.5037303Z processing existing schema: aten::to_dense_backward(Tensor grad, Tensor input) -> Tensor 2022-09-27T15:35:37.5039359Z processing existing schema: aten::to_mkldnn_backward(Tensor grad, Tensor input) -> Tensor 2022-09-27T15:35:37.5041521Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask_backward(Tensor grad, Tensor mask) -> Tensor 2022-09-27T15:35:37.5041789Z schema: static_runtime::expand_dims_copy(Tensor input, int[] dims) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.5044276Z processing existing schema: aten::fake_quantize_per_channel_affine(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max) -> Tensor 2022-09-27T15:35:37.5044760Z schema: profiler::_record_function_enter_new(str name, str? args=None) -> __torch__.torch.classes.profiler._RecordFunction found on allowlist, skipping 2022-09-27T15:35:37.5046872Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask_backward(Tensor grad, Tensor mask) -> Tensor 2022-09-27T15:35:37.5047133Z schema: static_runtime::permute_copy(Tensor self, int[] dims) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.5051504Z processing existing schema: aten::fused_moving_avg_obs_fake_quant(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> Tensor 2022-09-27T15:35:37.5052938Z processing existing schema: aten::_choose_qparams_per_tensor(Tensor self, bool reduce_range=False) -> (float, int) 2022-09-27T15:35:37.5054735Z processing existing schema: aten::_saturate_weight_to_fp16(Tensor weight) -> Tensor 2022-09-27T15:35:37.5057983Z processing existing schema: aten::_autocast_to_reduced_precision(Tensor(a) self, bool cuda_enabled, bool cpu_enabled, ScalarType cuda_dtype, ScalarType cpu_dtype) -> Tensor(a) 2022-09-27T15:35:37.5060412Z processing existing schema: aten::_autocast_to_full_precision(Tensor(a) self, bool cuda_enabled, bool cpu_enabled) -> Tensor(a) 2022-09-27T15:35:37.5062347Z processing existing schema: aten::promote_types(ScalarType type1, ScalarType type2) -> ScalarType 2022-09-27T15:35:37.5065060Z processing existing schema: aten::_thnn_fused_lstm_cell_backward(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.5068136Z processing existing schema: aten::_thnn_differentiable_lstm_cell_backward(Tensor? grad_hy, Tensor? grad_cy, Tensor input_gates, Tensor hidden_gates, Tensor? input_bias, Tensor? hidden_bias, Tensor cx, Tensor cy) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.5070457Z processing existing schema: aten::_thnn_differentiable_gru_cell_backward(Tensor grad_hy, Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias, Tensor? hidden_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-09-27T15:35:37.5073247Z processing existing schema: aten::lstm.input(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.5076245Z processing existing schema: aten::lstm.data(Tensor data, Tensor batch_sizes, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor, Tensor) 2022-09-27T15:35:37.5078905Z processing existing schema: aten::gru.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:37.5081361Z processing existing schema: aten::gru.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-09-27T15:35:37.5084130Z processing existing schema: aten::rnn_tanh.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:37.5086775Z processing existing schema: aten::rnn_tanh.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-09-27T15:35:37.5089325Z processing existing schema: aten::rnn_relu.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-09-27T15:35:37.5092885Z processing existing schema: aten::rnn_relu.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-09-27T15:35:37.5096399Z processing existing schema: aten::quantized_lstm_cell(Tensor input, Tensor[] hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> (Tensor, Tensor) 2022-09-27T15:35:37.5099843Z processing existing schema: aten::quantized_gru_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-09-27T15:35:37.5103400Z processing existing schema: aten::quantized_rnn_relu_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-09-27T15:35:37.5106769Z processing existing schema: aten::quantized_rnn_tanh_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-09-27T15:35:37.5108833Z processing existing schema: aten::_pack_padded_sequence_backward(Tensor grad, int[] input_size, Tensor batch_sizes, bool batch_first) -> Tensor 2022-09-27T15:35:37.5110991Z processing existing schema: aten::_pad_packed_sequence(Tensor data, Tensor batch_sizes, bool batch_first, Scalar padding_value, int total_length) -> (Tensor, Tensor) 2022-09-27T15:35:37.5113367Z processing existing schema: aten::not_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.5115901Z processing existing schema: aten::not_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.5118477Z processing existing schema: aten::greater_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.5120934Z processing existing schema: aten::greater_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.5123445Z processing existing schema: aten::less_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.5125928Z processing existing schema: aten::less_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.5128386Z processing existing schema: aten::greater_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.5130800Z processing existing schema: aten::greater_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.5133281Z processing existing schema: aten::less_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-09-27T15:35:37.5135887Z processing existing schema: aten::less_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.5137853Z processing existing schema: aten::nonzero_numpy(Tensor self) -> Tensor[] 2022-09-27T15:35:37.5139536Z processing existing schema: aten::argwhere(Tensor self) -> Tensor 2022-09-27T15:35:37.5141817Z processing existing schema: aten::_gather_sparse_backward(Tensor self, int dim, Tensor index, Tensor grad) -> Tensor 2022-09-27T15:35:37.5143746Z processing existing schema: aten::linalg_vander(Tensor x, *, int? N=None) -> Tensor 2022-09-27T15:35:37.5146233Z processing existing schema: aten::arctan2_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-09-27T15:35:37.5149122Z processing existing schema: aten::histogramdd(Tensor self, int[] bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-09-27T15:35:37.5151966Z processing existing schema: aten::histogramdd.int_bins(Tensor self, int bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-09-27T15:35:37.5154643Z processing existing schema: aten::histogramdd.TensorList_bins(Tensor self, Tensor[] bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-09-27T15:35:37.5156864Z processing existing schema: aten::float_power_.Tensor(Tensor(a!) self, Tensor exponent) -> Tensor(a!) 2022-09-27T15:35:37.5159435Z processing existing schema: aten::float_power_.Scalar(Tensor(a!) self, Scalar exponent) -> Tensor(a!) 2022-09-27T15:35:37.5161754Z processing existing schema: aten::_pad_enum(Tensor self, int[] pad, int mode, float? value=None) -> Tensor 2022-09-27T15:35:37.5165502Z processing existing schema: aten::thnn_conv2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0) -> Tensor 2022-09-27T15:35:37.5169872Z processing existing schema: aten::thnn_conv2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.5173281Z processing existing schema: aten::slow_conv3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0) -> Tensor 2022-09-27T15:35:37.5177674Z processing existing schema: aten::slow_conv3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.5180709Z processing existing schema: aten::fft_ihfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-09-27T15:35:37.5184842Z processing existing schema: aten::fft_ihfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.5187788Z processing existing schema: aten::fft_ihfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-09-27T15:35:37.5191683Z processing existing schema: aten::fft_ihfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.5193394Z processing existing schema: aten::linalg_lu_factor(Tensor A, *, bool pivot=True) -> (Tensor LU, Tensor pivots) 2022-09-27T15:35:37.5196411Z processing existing schema: aten::linalg_lu_factor.out(Tensor A, *, bool pivot=True, Tensor(a!) LU, Tensor(b!) pivots) -> (Tensor(a!) LU, Tensor(b!) pivots) 2022-09-27T15:35:37.5198364Z processing existing schema: aten::linalg_ldl_factor(Tensor self, *, bool hermitian=False) -> (Tensor LD, Tensor pivots) 2022-09-27T15:35:37.5201312Z processing existing schema: aten::linalg_ldl_factor.out(Tensor self, *, bool hermitian=False, Tensor(a!) LD, Tensor(b!) pivots) -> (Tensor(a!) LD, Tensor(b!) pivots) 2022-09-27T15:35:37.5203365Z processing existing schema: aten::linalg_vecdot(Tensor x, Tensor y, *, int dim=-1) -> Tensor 2022-09-27T15:35:37.5206118Z processing existing schema: aten::linalg_vecdot.out(Tensor x, Tensor y, *, int dim=-1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.5207774Z processing existing schema: aten::slogdet(Tensor self) -> (Tensor sign, Tensor logabsdet) 2022-09-27T15:35:37.5210621Z processing existing schema: aten::slogdet.out(Tensor self, *, Tensor(a!) sign, Tensor(b!) logabsdet) -> (Tensor(a!) sign, Tensor(b!) logabsdet) 2022-09-27T15:35:37.5213008Z schema: aten::nested_to_padded_tensor(Tensor self, float padding, int[]? output_size=None) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.5215154Z processing existing schema: aten::_test_serialization_subcmul(Tensor self, Tensor other, Scalar alpha=1) -> Tensor 2022-09-27T15:35:37.5217845Z processing existing schema: aten::_test_string_default(Tensor dummy, str a="\"\'\\", str b="\"\'\\") -> Tensor 2022-09-27T15:35:37.5220013Z processing existing schema: aten::_test_ambiguous_defaults.a(Tensor dummy, int a=1, int b=1) -> Tensor 2022-09-27T15:35:37.5222382Z processing existing schema: aten::_test_ambiguous_defaults.b(Tensor dummy, int a=2, str b="2") -> Tensor 2022-09-27T15:35:37.5224863Z processing existing schema: aten::pad_sequence(Tensor[] sequences, bool batch_first=False, float padding_value=0.) -> Tensor 2022-09-27T15:35:37.5226548Z processing existing schema: aten::flatten_dense_tensors(Tensor[] tensors) -> Tensor 2022-09-27T15:35:37.5228685Z processing existing schema: aten::unflatten_dense_tensors(Tensor flat, Tensor[] tensors) -> Tensor[] 2022-09-27T15:35:37.5231589Z processing existing schema: aten::_scaled_dot_product_attention(Tensor query, Tensor key, Tensor value, Tensor? attn_mask=None, float dropout_p=0., bool need_attn_weights=True, bool is_causal=False) -> (Tensor, Tensor) 2022-09-27T15:35:37.5234032Z processing existing schema: aten::_resize_output_(Tensor(a!) self, int[] size, Device device) -> Tensor(a!) 2022-09-27T15:35:37.5236557Z processing existing schema: aten::_mkldnn_transpose_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-09-27T15:35:37.5239405Z processing existing schema: aten::sparse_resize_(Tensor(a!) self, int[] size, int sparse_dim, int dense_dim) -> Tensor(a!) 2022-09-27T15:35:37.5242679Z processing existing schema: aten::_amp_update_scale_(Tensor(a!) self, Tensor(b!) growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval) -> Tensor(a!) 2022-09-27T15:35:37.5246890Z processing existing schema: aten::_conv_depthwise2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, int[2] dilation, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.5250245Z processing existing schema: aten::_conv_depthwise2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, int[2] dilation) -> Tensor 2022-09-27T15:35:37.5255183Z processing existing schema: aten::_fused_adam_(Tensor(a!)[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> () 2022-09-27T15:35:37.5257381Z processing existing schema: aten::_sparse_broadcast_to(Tensor(a) self, int[] size) -> Tensor(a) 2022-09-27T15:35:37.5259513Z processing existing schema: aten::values(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.5262366Z processing existing schema: aten::values.str(Dict(str, t) self) -> t[](*) 2022-09-27T15:35:37.5265100Z processing existing schema: aten::values.int(Dict(int, t) self) -> t[](*) 2022-09-27T15:35:37.5267955Z processing existing schema: aten::values.bool(Dict(bool, t) self) -> t[](*) 2022-09-27T15:35:37.5270742Z processing existing schema: aten::values.float(Dict(float, t) self) -> t[](*) 2022-09-27T15:35:37.5273673Z processing existing schema: aten::values.complex(Dict(complex, t) self) -> t[](*) 2022-09-27T15:35:37.5276431Z processing existing schema: aten::values.Tensor(Dict(Tensor, t) self) -> t[](*) 2022-09-27T15:35:37.5278790Z processing existing schema: aten::row_indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.5282066Z processing existing schema: aten::batch_norm_elemt.out(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor invstd, float eps, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.5284538Z processing existing schema: aten::batch_norm_elemt(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor invstd, float eps) -> Tensor 2022-09-27T15:35:37.5286866Z processing existing schema: aten::resize_as_sparse_(Tensor(a!) self, Tensor the_template) -> Tensor(a!) 2022-09-27T15:35:37.5289637Z processing existing schema: aten::sparse_resize_and_clear_(Tensor(a!) self, int[] size, int sparse_dim, int dense_dim) -> Tensor(a!) 2022-09-27T15:35:37.5292234Z processing existing schema: aten::hspmm.out(Tensor mat1, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.5294014Z processing existing schema: aten::hspmm(Tensor mat1, Tensor mat2) -> Tensor 2022-09-27T15:35:37.5296287Z processing existing schema: aten::_indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.5298597Z processing existing schema: aten::indices(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.5301919Z processing existing schema: aten::sparse_sampled_addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.5304251Z processing existing schema: aten::sparse_sampled_addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-09-27T15:35:37.5306608Z processing existing schema: aten::_coalesced_(Tensor(a!) self, bool coalesced) -> Tensor(a!) 2022-09-27T15:35:37.5308830Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale_(Tensor(a!)[] self, Tensor(b!) found_inf, Tensor inv_scale) -> () 2022-09-27T15:35:37.5311831Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-09-27T15:35:37.5313964Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d(Tensor self, int[2] output_size) -> Tensor 2022-09-27T15:35:37.5316307Z processing existing schema: aten::_values(Tensor(a) self) -> Tensor(a) 2022-09-27T15:35:37.5318722Z processing existing schema: aten::_nested_select_backward(Tensor grad_output, Tensor self, int dim, int index) -> Tensor 2022-09-27T15:35:37.5321564Z processing existing schema: aten::_nested_sum_backward(Tensor grad, Tensor self, int[1]? dim, bool keepdim=False) -> Tensor 2022-09-27T15:35:37.5323283Z schema: aten::_nested_tensor_offsets(Tensor self) -> int[] found on allowlist, skipping 2022-09-27T15:35:37.5324189Z schema: aten::_nested_tensor_softmax_with_shape(Tensor self, Tensor query) -> Tensor found on allowlist, skipping 2022-09-27T15:35:37.5325907Z processing existing schema: aten::q_scale(Tensor self) -> float 2022-09-27T15:35:37.5328034Z processing existing schema: aten::q_zero_point(Tensor self) -> int 2022-09-27T15:35:37.5329828Z processing existing schema: aten::q_per_channel_axis(Tensor self) -> int 2022-09-27T15:35:37.5331631Z processing existing schema: aten::qscheme(Tensor self) -> QScheme 2022-09-27T15:35:37.5334353Z processing existing schema: aten::_use_cudnn_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank) -> bool 2022-09-27T15:35:37.5336698Z processing existing schema: aten::_use_cudnn_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank) -> bool 2022-09-27T15:35:37.5339706Z processing existing schema: aten::miopen_convolution_relu(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:37.5343019Z processing existing schema: aten::miopen_convolution_add_relu(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-09-27T15:35:37.5344712Z processing existing schema: aten::sparse_dim(Tensor self) -> int 2022-09-27T15:35:37.5346372Z processing existing schema: aten::_dimI(Tensor self) -> int 2022-09-27T15:35:37.5348079Z processing existing schema: aten::_dimV(Tensor self) -> int 2022-09-27T15:35:37.5349929Z processing existing schema: aten::_nnz(Tensor self) -> int 2022-09-27T15:35:37.5351958Z processing existing schema: aten::record_stream(Tensor(a!) self, Stream s) -> () 2022-09-27T15:35:37.5354918Z processing existing schema: aten::_flash_scaled_dot_product_attention(Tensor query, Tensor key, Tensor value, Tensor cum_seq_q, Tensor cum_seq_k, int max_q, int max_k, float dropout_p, bool causal) -> Tensor 2022-09-27T15:35:37.5356582Z processing existing schema: aten::str(t elem) -> str 2022-09-27T15:35:37.5358722Z processing existing schema: aten::list(str t) -> str[] 2022-09-27T15:35:37.5360912Z processing existing schema: aten::list.t(t[] l) -> t[] 2022-09-27T15:35:37.5363044Z processing existing schema: aten::__range_length(int lo, int hi, int step) -> int 2022-09-27T15:35:37.5365174Z processing existing schema: aten::__derive_index(int index, int start, int step) -> int 2022-09-27T15:35:37.5366793Z processing existing schema: prim::TupleUnpack(Any tup) -> ... 2022-09-27T15:35:37.5368633Z processing existing schema: prim::unchecked_cast(t x) -> t 2022-09-27T15:35:37.5370478Z processing existing schema: aten::IntImplicit(Tensor a) -> int 2022-09-27T15:35:37.5372304Z processing existing schema: aten::ComplexImplicit(Tensor a) -> complex 2022-09-27T15:35:37.5374198Z processing existing schema: aten::FloatImplicit(Tensor a) -> float 2022-09-27T15:35:37.5376229Z processing existing schema: aten::ScalarImplicit(Tensor a) -> Scalar 2022-09-27T15:35:37.5378136Z processing existing schema: aten::Bool.Tensor(Tensor a) -> bool 2022-09-27T15:35:37.5379911Z processing existing schema: aten::Bool.int(int a) -> bool 2022-09-27T15:35:37.5381920Z processing existing schema: aten::Bool.float(float a) -> bool 2022-09-27T15:35:37.5383750Z processing existing schema: aten::Int.Tensor(Tensor a) -> int 2022-09-27T15:35:37.5385714Z processing existing schema: aten::Int.bool(bool a) -> int 2022-09-27T15:35:37.5387519Z processing existing schema: aten::Int.float(float a) -> int 2022-09-27T15:35:37.5389405Z processing existing schema: aten::Int.Scalar(Scalar a) -> int 2022-09-27T15:35:37.5391284Z processing existing schema: aten::Int.str(str a) -> int 2022-09-27T15:35:37.5393264Z processing existing schema: aten::Float.Tensor(Tensor a) -> float 2022-09-27T15:35:37.5395139Z processing existing schema: aten::Float.Scalar(Scalar a) -> float 2022-09-27T15:35:37.5396998Z processing existing schema: aten::Float.int(int a) -> float 2022-09-27T15:35:37.5398918Z processing existing schema: aten::Float.bool(bool a) -> float 2022-09-27T15:35:37.5400802Z processing existing schema: aten::Float.str(str a) -> float 2022-09-27T15:35:37.5402711Z processing existing schema: aten::Complex.Scalar(Scalar a) -> complex 2022-09-27T15:35:37.5404816Z processing existing schema: aten::Complex.Tensor_Tensor(Tensor a, Tensor b) -> complex 2022-09-27T15:35:37.5406750Z processing existing schema: aten::Complex.int_bool(int x, bool y) -> complex 2022-09-27T15:35:37.5408766Z processing existing schema: aten::Complex.bool_int(bool x, int y) -> complex 2022-09-27T15:35:37.5410728Z processing existing schema: aten::Complex.float_bool(float x, bool y) -> complex 2022-09-27T15:35:37.5412731Z processing existing schema: aten::Complex.bool_float(bool x, float y) -> complex 2022-09-27T15:35:37.5414714Z processing existing schema: aten::Complex.float_int(float x, int y) -> complex 2022-09-27T15:35:37.5416871Z processing existing schema: aten::Complex.int_float(int x, float y) -> complex 2022-09-27T15:35:37.5418785Z processing existing schema: aten::Complex.int_int(int x, int y) -> complex 2022-09-27T15:35:37.5420800Z processing existing schema: aten::Complex.bool_bool(bool x, bool y) -> complex 2022-09-27T15:35:37.5422769Z processing existing schema: aten::Complex.float_float(float x, float y) -> complex 2022-09-27T15:35:37.5424870Z processing existing schema: aten::Complex.Tensor_float(Tensor x, float y) -> complex 2022-09-27T15:35:37.5426920Z processing existing schema: aten::Complex.float_Tensor(float x, Tensor y) -> complex 2022-09-27T15:35:37.5428975Z processing existing schema: aten::Complex.Tensor_int(Tensor x, int y) -> complex 2022-09-27T15:35:37.5430931Z processing existing schema: aten::Complex.int_Tensor(int x, Tensor y) -> complex 2022-09-27T15:35:37.5433057Z processing existing schema: aten::Complex.Tensor_bool(Tensor x, bool y) -> complex 2022-09-27T15:35:37.5435041Z processing existing schema: aten::Complex.bool_Tensor(bool x, Tensor y) -> complex 2022-09-27T15:35:37.5437030Z processing existing schema: aten::format(str self, ...) -> str 2022-09-27T15:35:37.5438996Z processing existing schema: prim::NumToTensor.Scalar(Scalar a) -> Tensor 2022-09-27T15:35:37.5440967Z processing existing schema: prim::NumToTensor.bool(bool a) -> Tensor 2022-09-27T15:35:37.5442747Z processing existing schema: prim::RaiseException(str msg, str? cls=None) -> () 2022-09-27T15:35:37.5444776Z processing existing schema: prim::EnumName(AnyEnumType enum) -> str 2022-09-27T15:35:37.5446455Z processing existing schema: prim::EnumValue.int(AnyEnumType enum) -> int 2022-09-27T15:35:37.5448389Z processing existing schema: prim::EnumValue.float(AnyEnumType enum) -> float 2022-09-27T15:35:37.5450247Z processing existing schema: prim::EnumValue.str(AnyEnumType enum) -> str 2022-09-27T15:35:37.5452180Z processing existing schema: prim::TupleIndex(Any tup, int i) -> Any 2022-09-27T15:35:37.5454600Z processing existing schema: prim::unchecked_unwrap_optional(t(a)? optional) -> t(a) 2022-09-27T15:35:37.5456538Z processing existing schema: prim::device(Tensor a) -> Device 2022-09-27T15:35:37.5458333Z processing existing schema: prim::dtype(Tensor a) -> int 2022-09-27T15:35:37.5460184Z processing existing schema: prim::layout(Tensor a) -> Layout 2022-09-27T15:35:37.5461940Z processing existing schema: aten::__not__(bool self) -> bool 2022-09-27T15:35:37.5463985Z processing existing schema: aten::__is__(t1 self, t2 obj) -> bool 2022-09-27T15:35:37.5465921Z processing existing schema: aten::__isnot__(t1 self, t2 obj) -> bool 2022-09-27T15:35:37.5467760Z processing existing schema: aten::dim(Tensor self) -> int 2022-09-27T15:35:37.5470379Z processing existing schema: aten::__getitem__.t(t[](a) list, int idx) -> t(*) 2022-09-27T15:35:37.5472412Z processing existing schema: aten::__getitem__.str(str s, int index) -> str 2022-09-27T15:35:37.5475304Z processing existing schema: aten::__getitem__.Dict_str(Dict(str, t) self, str key) -> t(*) 2022-09-27T15:35:37.5478303Z processing existing schema: aten::__getitem__.Dict_int(Dict(int, t) self, int key) -> t(*) 2022-09-27T15:35:37.5481075Z processing existing schema: aten::__getitem__.Dict_bool(Dict(bool, t) self, bool key) -> t(*) 2022-09-27T15:35:37.5483971Z processing existing schema: aten::__getitem__.Dict_float(Dict(float, t) self, float key) -> t(*) 2022-09-27T15:35:37.5486883Z processing existing schema: aten::__getitem__.Dict_complex(Dict(complex, t) self, complex key) -> t(*) 2022-09-27T15:35:37.5489790Z processing existing schema: aten::__getitem__.Dict_Tensor(Dict(Tensor, t) self, Tensor key) -> t(*) 2022-09-27T15:35:37.5492848Z processing existing schema: aten::append.t(t[](a!) self, t(c -> *) el) -> t[](a!) 2022-09-27T15:35:37.5496252Z processing existing schema: aten::_set_item.t(t[](a!) l, int idx, t(b -> *) el) -> t[](a!) 2022-09-27T15:35:37.5499168Z processing existing schema: aten::_set_item.str(Dict(str, t)(a!) l, str(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:37.5502095Z processing existing schema: aten::_set_item.int(Dict(int, t)(a!) l, int(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:37.5505010Z processing existing schema: aten::_set_item.bool(Dict(bool, t)(a!) l, bool(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:37.5508055Z processing existing schema: aten::_set_item.float(Dict(float, t)(a!) l, float(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:37.5511096Z processing existing schema: aten::_set_item.complex(Dict(complex, t)(a!) l, complex(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:37.5514109Z processing existing schema: aten::_set_item.Tensor(Dict(Tensor, t)(a!) l, Tensor(b -> *) idx, t(c -> *) v) -> () 2022-09-27T15:35:37.5515901Z processing existing schema: aten::clear.t(t[](a!) self) -> () 2022-09-27T15:35:37.5518466Z processing existing schema: aten::clear.str(Dict(str, t)(a!) self) -> () 2022-09-27T15:35:37.5520736Z processing existing schema: aten::clear.int(Dict(int, t)(a!) self) -> () 2022-09-27T15:35:37.5523167Z processing existing schema: aten::clear.bool(Dict(bool, t)(a!) self) -> () 2022-09-27T15:35:37.5525535Z processing existing schema: aten::clear.float(Dict(float, t)(a!) self) -> () 2022-09-27T15:35:37.5527822Z processing existing schema: aten::clear.complex(Dict(complex, t)(a!) self) -> () 2022-09-27T15:35:37.5530071Z processing existing schema: aten::clear.Tensor(Dict(Tensor, t)(a!) self) -> () 2022-09-27T15:35:37.5532443Z processing existing schema: aten::Delete.t(t[](a!) self, int idx) -> () 2022-09-27T15:35:37.5534887Z processing existing schema: aten::Delete.Dict_str(Dict(str, t)(a!) self, str key) -> () 2022-09-27T15:35:37.5537221Z processing existing schema: aten::Delete.Dict_int(Dict(int, t)(a!) self, int key) -> () 2022-09-27T15:35:37.5539665Z processing existing schema: aten::Delete.Dict_bool(Dict(bool, t)(a!) self, bool key) -> () 2022-09-27T15:35:37.5541987Z processing existing schema: aten::Delete.Dict_float(Dict(float, t)(a!) self, float key) -> () 2022-09-27T15:35:37.5544595Z processing existing schema: aten::Delete.Dict_complex(Dict(complex, t)(a!) self, complex key) -> () 2022-09-27T15:35:37.5547088Z processing existing schema: aten::Delete.Dict_Tensor(Dict(Tensor, t)(a!) self, Tensor key) -> () 2022-09-27T15:35:37.5549324Z processing existing schema: aten::insert.t(t[](a!) self, int idx, t(b -> *) el) -> () 2022-09-27T15:35:37.5552177Z processing existing schema: aten::pop.t(t[](a!) self, int idx=-1) -> t(*) 2022-09-27T15:35:37.5555279Z processing existing schema: aten::pop.Dict_str(Dict(str, t)(a!) self, str key) -> t(*) 2022-09-27T15:35:37.5558623Z processing existing schema: aten::pop.Dict_default_str(Dict(str, t)(a!) self, str key, t default_value) -> t(*) 2022-09-27T15:35:37.5561725Z processing existing schema: aten::pop.Dict_int(Dict(int, t)(a!) self, int key) -> t(*) 2022-09-27T15:35:37.5564837Z processing existing schema: aten::pop.Dict_default_int(Dict(int, t)(a!) self, int key, t default_value) -> t(*) 2022-09-27T15:35:37.5567916Z processing existing schema: aten::pop.Dict_bool(Dict(bool, t)(a!) self, bool key) -> t(*) 2022-09-27T15:35:37.5571146Z processing existing schema: aten::pop.Dict_default_bool(Dict(bool, t)(a!) self, bool key, t default_value) -> t(*) 2022-09-27T15:35:37.5574231Z processing existing schema: aten::pop.Dict_float(Dict(float, t)(a!) self, float key) -> t(*) 2022-09-27T15:35:37.5577606Z processing existing schema: aten::pop.Dict_default_float(Dict(float, t)(a!) self, float key, t default_value) -> t(*) 2022-09-27T15:35:37.5580649Z processing existing schema: aten::pop.Dict_complex(Dict(complex, t)(a!) self, complex key) -> t(*) 2022-09-27T15:35:37.5583915Z processing existing schema: aten::pop.Dict_default_complex(Dict(complex, t)(a!) self, complex key, t default_value) -> t(*) 2022-09-27T15:35:37.5586871Z processing existing schema: aten::pop.Dict_Tensor(Dict(Tensor, t)(a!) self, Tensor key) -> t(*) 2022-09-27T15:35:37.5590130Z processing existing schema: aten::pop.Dict_default_Tensor(Dict(Tensor, t)(a!) self, Tensor key, t default_value) -> t(*) 2022-09-27T15:35:37.5592055Z processing existing schema: aten::len.t(t[] a) -> int 2022-09-27T15:35:37.5593968Z processing existing schema: aten::len.Tensor(Tensor t) -> int 2022-09-27T15:35:37.5595921Z processing existing schema: aten::len.str(str s) -> int 2022-09-27T15:35:37.5598478Z processing existing schema: aten::len.Dict_str(Dict(str, t) self) -> int 2022-09-27T15:35:37.5600848Z processing existing schema: aten::len.Dict_int(Dict(int, t) self) -> int 2022-09-27T15:35:37.5603265Z processing existing schema: aten::len.Dict_bool(Dict(bool, t) self) -> int 2022-09-27T15:35:37.5605829Z processing existing schema: aten::len.Dict_float(Dict(float, t) self) -> int 2022-09-27T15:35:37.5608374Z processing existing schema: aten::len.Dict_complex(Dict(complex, t) self) -> int 2022-09-27T15:35:37.5610807Z processing existing schema: aten::len.Dict_Tensor(Dict(Tensor, t) self) -> int 2022-09-27T15:35:37.5612796Z processing existing schema: aten::len.any(Any[] a) -> int 2022-09-27T15:35:37.5614674Z processing existing schema: aten::is_autocast_enabled() -> bool 2022-09-27T15:35:37.5616652Z processing existing schema: aten::is_autocast_cpu_enabled() -> bool 2022-09-27T15:35:37.5618407Z processing existing schema: prim::Uninitialized() -> Any 2022-09-27T15:35:37.5619774Z processing existing schema: prim::Print(...) -> () 2022-09-27T15:35:37.5621533Z processing existing schema: prim::VarConcat(...) -> Tensor 2022-09-27T15:35:37.5623291Z processing existing schema: prim::VarStack(...) -> Tensor 2022-09-27T15:35:37.5626310Z processing existing schema: prim::IfThenElse(bool cond, Any(a) x, Any(b) y) -> Any(a|b) 2022-09-27T15:35:37.5628164Z processing existing schema: aten::floordiv.int(int a, int b) -> int 2022-09-27T15:35:37.5630175Z processing existing schema: aten::floordiv.float(float a, float b) -> float 2022-09-27T15:35:37.5632177Z processing existing schema: aten::floordiv.int_float(int a, float b) -> float 2022-09-27T15:35:37.5634142Z processing existing schema: aten::floordiv.float_int(float a, int b) -> float 2022-09-27T15:35:37.5636174Z processing existing schema: aten::floordiv(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:37.5638319Z processing existing schema: prim::min.int(int a, int b) -> int 2022-09-27T15:35:37.5640194Z processing existing schema: prim::min.float(float a, float b) -> float 2022-09-27T15:35:37.5642178Z processing existing schema: prim::min.int_float(int a, float b) -> float 2022-09-27T15:35:37.5644168Z processing existing schema: prim::min.float_int(float a, int b) -> float 2022-09-27T15:35:37.5646117Z processing existing schema: prim::min(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:37.5648508Z processing existing schema: prim::min.int_list(int[] l, int[] r) -> int[] 2022-09-27T15:35:37.5650510Z processing existing schema: prim::min.self_int(int[] self) -> int 2022-09-27T15:35:37.5652969Z processing existing schema: prim::min.float_list(float[] l, float[] r) -> float[] 2022-09-27T15:35:37.5654976Z processing existing schema: prim::min.self_float(float[] self) -> float 2022-09-27T15:35:37.5657477Z processing existing schema: prim::min.bool_list(bool[] l, bool[] r) -> bool[] 2022-09-27T15:35:37.5659424Z processing existing schema: prim::min.self_bool(bool[] self) -> bool 2022-09-27T15:35:37.5661430Z processing existing schema: prim::max.int(int a, int b) -> int 2022-09-27T15:35:37.5663363Z processing existing schema: prim::max.float(float a, float b) -> float 2022-09-27T15:35:37.5665332Z processing existing schema: prim::max.int_float(int a, float b) -> float 2022-09-27T15:35:37.5667315Z processing existing schema: prim::max.float_int(float a, int b) -> float 2022-09-27T15:35:37.5669258Z processing existing schema: prim::max(Scalar a, Scalar b) -> Scalar 2022-09-27T15:35:37.5671667Z processing existing schema: prim::max.int_list(int[] l, int[] r) -> int[] 2022-09-27T15:35:37.5673665Z processing existing schema: prim::max.self_int(int[] self) -> int 2022-09-27T15:35:37.5676086Z processing existing schema: prim::max.float_list(float[] l, float[] r) -> float[] 2022-09-27T15:35:37.5678172Z processing existing schema: prim::max.self_float(float[] self) -> float 2022-09-27T15:35:37.5680677Z processing existing schema: prim::max.bool_list(bool[] l, bool[] r) -> bool[] 2022-09-27T15:35:37.5682684Z processing existing schema: prim::max.self_bool(bool[] self) -> bool 2022-09-27T15:35:37.5684530Z processing existing schema: aten::ord(str string) -> int 2022-09-27T15:35:37.5686723Z processing existing schema: aten::__contains__.int_list(int[] l, int item) -> bool 2022-09-27T15:35:37.5688846Z processing existing schema: aten::__contains__.str_list(str[] l, str item) -> bool 2022-09-27T15:35:37.5691337Z processing existing schema: aten::__contains__.str(Dict(str, t) dict, str key) -> bool 2022-09-27T15:35:37.5693818Z processing existing schema: aten::__contains__.int(Dict(int, t) dict, int key) -> bool 2022-09-27T15:35:37.5696916Z processing existing schema: aten::__contains__.bool(Dict(bool, t) dict, bool key) -> bool 2022-09-27T15:35:37.5698870Z processing existing schema: aten::__contains__.float(Dict(float, t) dict, float key) -> bool 2022-09-27T15:35:37.5701624Z processing existing schema: aten::__contains__.complex(Dict(complex, t) dict, complex key) -> bool 2022-09-27T15:35:37.5704022Z processing existing schema: aten::__contains__.Tensor(Dict(Tensor, t) dict, Tensor key) -> bool 2022-09-27T15:35:37.5706172Z processing existing schema: aten::__contains__.float_list(float[] l, float item) -> bool 2022-09-27T15:35:37.5709096Z processing existing schema: aten::dict() -> Dict(str, Tensor) 2022-09-27T15:35:37.5713003Z processing existing schema: aten::dict.str((str, tVal)[] inputs) -> Dict(str, tVal) 2022-09-27T15:35:37.5716293Z processing existing schema: aten::dict.Dict_str(Dict(str, t)(a) self) -> Dict(str, t) 2022-09-27T15:35:37.5719854Z processing existing schema: aten::dict.int((int, tVal)[] inputs) -> Dict(int, tVal) 2022-09-27T15:35:37.5723685Z processing existing schema: aten::dict.Dict_int(Dict(int, t)(a) self) -> Dict(int, t) 2022-09-27T15:35:37.5727113Z processing existing schema: aten::dict.bool((bool, tVal)[] inputs) -> Dict(bool, tVal) 2022-09-27T15:35:37.5730808Z processing existing schema: aten::dict.Dict_bool(Dict(bool, t)(a) self) -> Dict(bool, t) 2022-09-27T15:35:37.5734569Z processing existing schema: aten::dict.float((float, tVal)[] inputs) -> Dict(float, tVal) 2022-09-27T15:35:37.5738416Z processing existing schema: aten::dict.Dict_float(Dict(float, t)(a) self) -> Dict(float, t) 2022-09-27T15:35:37.5742257Z processing existing schema: aten::dict.complex((complex, tVal)[] inputs) -> Dict(complex, tVal) 2022-09-27T15:35:37.5746138Z processing existing schema: aten::dict.Dict_complex(Dict(complex, t)(a) self) -> Dict(complex, t) 2022-09-27T15:35:37.5749959Z processing existing schema: aten::dict.Tensor((Tensor, tVal)[] inputs) -> Dict(Tensor, tVal) 2022-09-27T15:35:37.5753486Z processing existing schema: aten::dict.Dict_Tensor(Dict(Tensor, t)(a) self) -> Dict(Tensor, t) 2022-09-27T15:35:37.5757957Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-09-27T15:35:37.5761100Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.LinearPackedParamsBase _0, (Tensor, Tensor?) _1) -> NoneType _0 2022-09-27T15:35:37.5763202Z processing existing schema: bias(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> Tensor? _0 2022-09-27T15:35:37.5767410Z processing existing schema: unpack(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-09-27T15:35:37.5774721Z processing existing schema: __getstate__(__torch__.torch.classes.rnn.CellParamsBase _0) -> ((str, Tensor[], float[], int[], __torch__.torch.classes.quantized.LinearPackedParamsBase[]) _0) 2022-09-27T15:35:37.5779443Z processing existing schema: __setstate__(__torch__.torch.classes.rnn.CellParamsBase _0, (str, Tensor[], float[], int[], __torch__.torch.classes.quantized.LinearPackedParamsBase[]) _1) -> NoneType _0 2022-09-27T15:35:37.5784618Z processing existing schema: __getstate__(__torch__.torch.classes.sparse.LinearPackedParamsBase _0) -> ((int, Tensor?, int, int, Tensor, Tensor, bool, Tensor, Tensor, Tensor, int, int) _0) 2022-09-27T15:35:37.5788361Z processing existing schema: __setstate__(__torch__.torch.classes.sparse.LinearPackedParamsBase _0, (int, Tensor?, int, int, Tensor, Tensor, bool, Tensor, Tensor, Tensor, int, int) _1) -> NoneType _0 2022-09-27T15:35:37.5794162Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> ((str, Tensor[], Tensor?[]) _0) 2022-09-27T15:35:37.5796225Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0, Any _1) -> NoneType _0 2022-09-27T15:35:37.5798393Z processing existing schema: weight(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> Tensor _0 2022-09-27T15:35:37.5800398Z processing existing schema: bias(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> Tensor? _0 2022-09-27T15:35:37.5804673Z processing existing schema: unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-09-27T15:35:37.5806793Z processing existing schema: stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:37.5809005Z processing existing schema: padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:37.5811328Z processing existing schema: output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:37.5813447Z processing existing schema: dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:37.5816016Z processing existing schema: groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int _0 2022-09-27T15:35:37.5817983Z processing existing schema: transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> bool _0 2022-09-27T15:35:37.5823784Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> ((str, Tensor[], Tensor?[]) _0) 2022-09-27T15:35:37.5825845Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0, Any _1) -> NoneType _0 2022-09-27T15:35:37.5827933Z processing existing schema: weight(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> Tensor _0 2022-09-27T15:35:37.5830010Z processing existing schema: bias(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> Tensor? _0 2022-09-27T15:35:37.5834392Z processing existing schema: unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-09-27T15:35:37.5836477Z processing existing schema: stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:37.5839124Z processing existing schema: padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:37.5841144Z processing existing schema: output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:37.5843184Z processing existing schema: dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-09-27T15:35:37.5845201Z processing existing schema: groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int _0 2022-09-27T15:35:37.5847125Z processing existing schema: transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> bool _0 2022-09-27T15:35:37.5853258Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> ((int, Tensor[], float[], int[]) _0) 2022-09-27T15:35:37.5857345Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0, (int, Tensor[], float[], int[]) _1) -> NoneType _0 2022-09-27T15:35:37.5859324Z processing existing schema: bit_rate(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> int _0 2022-09-27T15:35:37.5861315Z processing existing schema: version(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> int _0 2022-09-27T15:35:37.5869254Z processing existing schema: __getstate__(__torch__.torch.classes.mkldnn.ConvOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int, int[], str) _0) 2022-09-27T15:35:37.5874350Z processing existing schema: __setstate__(__torch__.torch.classes.mkldnn.ConvOpContext _0, (Tensor, Tensor?, int[], int[], int[], int, int[], str) _1) -> NoneType _0 2022-09-27T15:35:37.5880295Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.LinearOpContext _0) -> ((Tensor, Tensor?, Scalar?, Scalar?) _0) 2022-09-27T15:35:37.5884248Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.LinearOpContext _0, (Tensor, Tensor?, Scalar?, Scalar?) _1) -> NoneType _0 2022-09-27T15:35:37.5892995Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.Conv2dOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int, Scalar?, Scalar?) _0) 2022-09-27T15:35:37.5898667Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.Conv2dOpContext _0, (Tensor, Tensor?, int[], int[], int[], int, Scalar?, Scalar?) _1) -> NoneType _0 2022-09-27T15:35:37.5908172Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.TransposeConv2dOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int[], int, Scalar?, Scalar?) _0) 2022-09-27T15:35:37.5914211Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.TransposeConv2dOpContext _0, (Tensor, Tensor?, int[], int[], int[], int[], int, Scalar?, Scalar?) _1) -> NoneType _0 2022-09-27T15:35:37.5915913Z processing existing schema: __init__(__torch__.torch.classes._nnapi.Compilation _0) -> NoneType _0 2022-09-27T15:35:37.5918392Z processing existing schema: init(__torch__.torch.classes._nnapi.Compilation _0, Tensor _1, Tensor[] _2) -> NoneType _0 2022-09-27T15:35:37.5920927Z processing existing schema: init2(__torch__.torch.classes._nnapi.Compilation _0, Tensor _1, Tensor[] _2, int _3, bool _4) -> NoneType _0 2022-09-27T15:35:37.5923325Z processing existing schema: run(__torch__.torch.classes._nnapi.Compilation _0, Tensor[] _1, Tensor[] _2) -> NoneType _0 2022-09-27T15:35:37.5925349Z processing existing schema: __init__(__torch__.torch.classes.backendutils.BackendDebugInfo _0) -> NoneType _0 2022-09-27T15:35:37.5927371Z processing existing schema: starting_lineno(__torch__.torch.classes.profiling.SourceRef _0) -> int _0 2022-09-27T15:35:37.5929355Z processing existing schema: text(__torch__.torch.classes.profiling.SourceRef _0) -> str _0 2022-09-27T15:35:37.5931392Z processing existing schema: count(__torch__.torch.classes.profiling.InstructionStats _0) -> int _0 2022-09-27T15:35:37.5933461Z processing existing schema: duration_ns(__torch__.torch.classes.profiling.InstructionStats _0) -> int _0 2022-09-27T15:35:37.5935884Z processing existing schema: source(__torch__.torch.classes.profiling.SourceStats _0) -> __torch__.torch.classes.profiling.SourceRef _0 2022-09-27T15:35:37.5939246Z processing existing schema: line_map(__torch__.torch.classes.profiling.SourceStats _0) -> Dict(int, __torch__.torch.classes.profiling.InstructionStats) _0 2022-09-27T15:35:37.5941098Z processing existing schema: __init__(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-09-27T15:35:37.5943102Z processing existing schema: enable(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-09-27T15:35:37.5945124Z processing existing schema: disable(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-09-27T15:35:37.5947581Z processing existing schema: _dump_stats(__torch__.torch.classes.profiling._ScriptProfile _0) -> __torch__.torch.classes.profiling.SourceStats[] _0 2022-09-27T15:35:37.5949740Z processing existing schema: __init__(__torch__.torch.classes.c10d.ProcessGroup _0, int _1, int _2) -> NoneType _0 2022-09-27T15:35:37.5951708Z processing existing schema: __init__(__torch__.torch.classes.c10d.Work _0) -> NoneType _0 2022-09-27T15:35:37.5953695Z processing existing schema: wait(__torch__.torch.classes.c10d.Work _0) -> NoneType _0 2022-09-27T15:35:37.5955728Z processing existing schema: __init__(__torch__.torch.classes.c10d.ReduceOp _0) -> NoneType _0 2022-09-27T15:35:37.5958255Z processing existing schema: __init__(__torch__.torch.classes.dist_rpc.WorkerInfo _0, str _1, int _2) -> NoneType _0 2022-09-27T15:35:37.5958372Z Found backward compatible schemas for all existing schemas 2022-09-27T15:35:37.8129887Z + python ../load_torchscript_model.py /tmp/model_old.pt 2022-09-27T15:35:38.9071281Z RecursiveScriptModule( 2022-09-27T15:35:38.9071694Z original_name=NeuralNetwork 2022-09-27T15:35:38.9072164Z (flatten): RecursiveScriptModule(original_name=Flatten) 2022-09-27T15:35:38.9072570Z (linear_relu_stack): RecursiveScriptModule( 2022-09-27T15:35:38.9072783Z original_name=Sequential 2022-09-27T15:35:38.9073017Z (0): RecursiveScriptModule(original_name=Linear) 2022-09-27T15:35:38.9073274Z (1): RecursiveScriptModule(original_name=ReLU) 2022-09-27T15:35:38.9073535Z (2): RecursiveScriptModule(original_name=Linear) 2022-09-27T15:35:38.9073791Z (3): RecursiveScriptModule(original_name=ReLU) 2022-09-27T15:35:38.9074048Z (4): RecursiveScriptModule(original_name=Linear) 2022-09-27T15:35:38.9074236Z ) 2022-09-27T15:35:38.9074380Z ) 2022-09-27T15:35:39.1100932Z + popd 2022-09-27T15:35:39.1101288Z ~/workspace 2022-09-27T15:35:39.1101467Z + set +x 2022-09-27T15:35:39.8739178Z ##[group]Sccache Compilation Log 2022-09-27T15:35:39.8739468Z =================== sccache compilation log =================== 2022-09-27T15:35:39.8904047Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-09-27T15:35:39.8934921Z Compile requests 6525 2022-09-27T15:35:39.8935457Z Compile requests executed 6261 2022-09-27T15:35:39.8935804Z Cache hits 6238 2022-09-27T15:35:39.8936132Z Cache hits (C/C++) 6238 2022-09-27T15:35:39.8936409Z Cache misses 1 2022-09-27T15:35:39.8936980Z Cache misses (C/C++) 1 2022-09-27T15:35:39.8937291Z Cache timeouts 0 2022-09-27T15:35:39.8937613Z Cache read errors 0 2022-09-27T15:35:39.8937939Z Forced recaches 0 2022-09-27T15:35:39.8938252Z Cache write errors 0 2022-09-27T15:35:39.8938461Z Compilation failures 9 2022-09-27T15:35:39.8938837Z Cache errors 13 2022-09-27T15:35:39.8939107Z Cache errors (C/C++) 13 2022-09-27T15:35:39.8939714Z Non-cacheable compilations 0 2022-09-27T15:35:39.8940067Z Non-cacheable calls 16 2022-09-27T15:35:39.8940515Z Non-compilation calls 248 2022-09-27T15:35:39.8940913Z Unsupported compiler calls 0 2022-09-27T15:35:39.8941156Z Average cache write 0.073 s 2022-09-27T15:35:39.8941377Z Average cache read miss 9.111 s 2022-09-27T15:35:39.8941585Z Average cache read hit 0.045 s 2022-09-27T15:35:39.8941815Z Failed distributed compilations 0 2022-09-27T15:35:39.8941942Z 2022-09-27T15:35:39.8942052Z Non-cacheable reasons: 2022-09-27T15:35:39.8942253Z multiple input files 15 2022-09-27T15:35:39.8942462Z unknown source language 1 2022-09-27T15:35:39.8942589Z 2022-09-27T15:35:39.8943009Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-09-27T15:35:39.8957006Z Stopping sccache server... 2022-09-27T15:35:39.8960033Z Compile requests 6525 2022-09-27T15:35:39.8960374Z Compile requests executed 6261 2022-09-27T15:35:39.8960576Z Cache hits 6238 2022-09-27T15:35:39.8960768Z Cache hits (C/C++) 6238 2022-09-27T15:35:39.8960964Z Cache misses 1 2022-09-27T15:35:39.8961225Z Cache misses (C/C++) 1 2022-09-27T15:35:39.8961414Z Cache timeouts 0 2022-09-27T15:35:39.8961619Z Cache read errors 0 2022-09-27T15:35:39.8961816Z Forced recaches 0 2022-09-27T15:35:39.8962001Z Cache write errors 0 2022-09-27T15:35:39.8962314Z Compilation failures 9 2022-09-27T15:35:39.8962620Z Cache errors 13 2022-09-27T15:35:39.8962923Z Cache errors (C/C++) 13 2022-09-27T15:35:39.8963407Z Non-cacheable compilations 0 2022-09-27T15:35:39.8963877Z Non-cacheable calls 16 2022-09-27T15:35:39.8964188Z Non-compilation calls 248 2022-09-27T15:35:39.8964403Z Unsupported compiler calls 0 2022-09-27T15:35:39.8964616Z Average cache write 0.073 s 2022-09-27T15:35:39.8964830Z Average cache read miss 9.111 s 2022-09-27T15:35:39.8965052Z Average cache read hit 0.045 s 2022-09-27T15:35:39.8965320Z Failed distributed compilations 0 2022-09-27T15:35:39.8965468Z 2022-09-27T15:35:39.8965621Z Non-cacheable reasons: 2022-09-27T15:35:39.8965811Z multiple input files 15 2022-09-27T15:35:39.8966066Z unknown source language 1 2022-09-27T15:35:39.8966227Z 2022-09-27T15:35:39.8966690Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-09-27T15:35:39.8967737Z ##[endgroup] 2022-09-27T15:35:39.9022208Z Prepare all required actions 2022-09-27T15:35:39.9022504Z Getting action download info 2022-09-27T15:35:40.0742031Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T15:35:40.0742250Z with: 2022-09-27T15:35:40.0742572Z github-token: *** 2022-09-27T15:35:40.0742725Z env: 2022-09-27T15:35:40.0742895Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:40.0743076Z ##[endgroup] 2022-09-27T15:35:40.0768962Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T15:35:40.0769196Z with: 2022-09-27T15:35:40.0769435Z shell: bash 2022-09-27T15:35:40.0769610Z timeout_minutes: 10 2022-09-27T15:35:40.0769793Z max_attempts: 5 2022-09-27T15:35:40.0769963Z retry_wait_seconds: 30 2022-09-27T15:35:40.0770345Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-09-27T15:35:40.0770746Z polling_interval_seconds: 1 2022-09-27T15:35:40.0770929Z warning_on_retry: true 2022-09-27T15:35:40.0771122Z continue_on_error: false 2022-09-27T15:35:40.0771297Z env: 2022-09-27T15:35:40.0771455Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:40.0771756Z GITHUB_TOKEN: *** 2022-09-27T15:35:40.0771932Z ##[endgroup] 2022-09-27T15:35:40.1203240Z 2022-09-27T15:35:40.1250193Z + python3 -m pip install requests==2.26.0 2022-09-27T15:35:40.3709381Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:35:40.3905232Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T15:35:40.4040241Z 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-09-27T15:35:40.4204040Z 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-09-27T15:35:40.4223249Z 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-09-27T15:35:40.4231781Z 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-09-27T15:35:40.6800300Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-063c79c9925600ab9 2022-09-27T15:35:46.4621821Z + GHA_WORKFLOW_JOB_ID=8576162196 2022-09-27T15:35:46.4622495Z + echo '::set-output name=job-id::8576162196' 2022-09-27T15:35:47.1323402Z Command completed after 1 attempt(s). 2022-09-27T15:35:47.1323737Z 2022-09-27T15:35:47.1436654Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T15:35:47.1436881Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T15:35:47.1448916Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:35:47.1449142Z env: 2022-09-27T15:35:47.1449321Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:47.1449509Z MONITOR_SCRIPT_PID: 7484 2022-09-27T15:35:47.1449691Z ##[endgroup] 2022-09-27T15:35:47.1524731Z Prepare all required actions 2022-09-27T15:35:47.1524979Z Getting action download info 2022-09-27T15:35:47.3329121Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T15:35:47.4796270Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T15:35:47.4796492Z with: 2022-09-27T15:35:47.4796711Z file-suffix: test-backwards_compat-1-1-linux.2xlarge_8576162196 2022-09-27T15:35:47.4796946Z env: 2022-09-27T15:35:47.4797234Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:47.4797408Z ##[endgroup] 2022-09-27T15:35:47.4820960Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T15:35:47.4821253Z # Remove any previous test jsons if they exist 2022-09-27T15:35:47.4821485Z rm -f test-jsons-*.zip 2022-09-27T15:35:47.4821717Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T15:35:47.4833201Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:35:47.4833455Z env: 2022-09-27T15:35:47.4833620Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:47.4833874Z FILE_SUFFIX: test-backwards_compat-1-1-linux.2xlarge_8576162196 2022-09-27T15:35:47.4834110Z ##[endgroup] 2022-09-27T15:35:47.4913817Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T15:35:47.4940795Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T15:35:47.4946838Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T15:35:47.4966870Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T15:35:47.4967160Z # Remove any previous test reports if they exist 2022-09-27T15:35:47.4967395Z rm -f test-reports-*.zip 2022-09-27T15:35:47.4967632Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T15:35:47.4978864Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:35:47.4979083Z env: 2022-09-27T15:35:47.4979255Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:47.4979510Z FILE_SUFFIX: test-backwards_compat-1-1-linux.2xlarge_8576162196 2022-09-27T15:35:47.4979742Z ##[endgroup] 2022-09-27T15:35:47.5047597Z zip warning: zip file empty 2022-09-27T15:35:47.5066468Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T15:35:47.5066782Z # Remove any previous test reports if they exist 2022-09-27T15:35:47.5067025Z rm -f usage-log-*.zip 2022-09-27T15:35:47.5067306Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T15:35:47.5067609Z # so check to see if the file exists first 2022-09-27T15:35:47.5067840Z if [ -f 'usage_log.txt' ]; then 2022-09-27T15:35:47.5068087Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T15:35:47.5068292Z fi 2022-09-27T15:35:47.5079230Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:35:47.5079451Z env: 2022-09-27T15:35:47.5079624Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:47.5079883Z FILE_SUFFIX: test-backwards_compat-1-1-linux.2xlarge_8576162196 2022-09-27T15:35:47.5080119Z ##[endgroup] 2022-09-27T15:35:47.5130888Z adding: usage_log.txt (deflated 95%) 2022-09-27T15:35:47.5166881Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:35:47.5167090Z with: 2022-09-27T15:35:47.5167289Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:35:47.5167492Z retention-days: 14 2022-09-27T15:35:47.5167689Z if-no-files-found: warn 2022-09-27T15:35:47.5167888Z path: test-jsons-*.zip 2022-09-27T15:35:47.5168068Z name: artifact 2022-09-27T15:35:47.5168233Z s3-bucket: gha-artifacts 2022-09-27T15:35:47.5168420Z region: us-east-1 2022-09-27T15:35:47.5168582Z env: 2022-09-27T15:35:47.5168736Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:47.5168916Z ##[endgroup] 2022-09-27T15:35:47.8659535Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:35:47.8660076Z With the provided path, there will be 1 file uploaded 2022-09-27T15:35:47.8660357Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:35:47.8666700Z Starting upload of test-jsons-test-backwards_compat-1-1-linux.2xlarge_8576162196.zip 2022-09-27T15:35:47.9770265Z Finished upload of test-jsons-test-backwards_compat-1-1-linux.2xlarge_8576162196.zip 2022-09-27T15:35:47.9887633Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:35:47.9887850Z with: 2022-09-27T15:35:47.9888059Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:35:47.9888260Z retention-days: 14 2022-09-27T15:35:47.9888451Z if-no-files-found: error 2022-09-27T15:35:47.9888653Z path: test-reports-*.zip 2022-09-27T15:35:47.9888825Z name: artifact 2022-09-27T15:35:47.9889005Z s3-bucket: gha-artifacts 2022-09-27T15:35:47.9889191Z region: us-east-1 2022-09-27T15:35:47.9889352Z env: 2022-09-27T15:35:47.9889508Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:47.9889690Z ##[endgroup] 2022-09-27T15:35:48.3061728Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:35:48.3062016Z With the provided path, there will be 1 file uploaded 2022-09-27T15:35:48.3062289Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:35:48.3068486Z Starting upload of test-reports-test-backwards_compat-1-1-linux.2xlarge_8576162196.zip 2022-09-27T15:35:48.3894540Z Finished upload of test-reports-test-backwards_compat-1-1-linux.2xlarge_8576162196.zip 2022-09-27T15:35:48.4028944Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T15:35:48.4029230Z with: 2022-09-27T15:35:48.4029430Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:35:48.4029646Z retention-days: 14 2022-09-27T15:35:48.4029825Z if-no-files-found: ignore 2022-09-27T15:35:48.4030022Z path: usage-log-*.zip 2022-09-27T15:35:48.4030200Z name: artifact 2022-09-27T15:35:48.4030366Z s3-bucket: gha-artifacts 2022-09-27T15:35:48.4030554Z region: us-east-1 2022-09-27T15:35:48.4030717Z env: 2022-09-27T15:35:48.4030874Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:48.4031063Z ##[endgroup] 2022-09-27T15:35:48.7186176Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T15:35:48.7186465Z With the provided path, there will be 1 file uploaded 2022-09-27T15:35:48.7186728Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T15:35:48.7192957Z Starting upload of usage-log-test-backwards_compat-1-1-linux.2xlarge_8576162196.zip 2022-09-27T15:35:48.8514304Z Finished upload of usage-log-test-backwards_compat-1-1-linux.2xlarge_8576162196.zip 2022-09-27T15:35:48.8635684Z ##[group]Run set -x 2022-09-27T15:35:48.8635870Z set -x 2022-09-27T15:35:48.8636087Z python3 -m pip install -r requirements.txt 2022-09-27T15:35:48.8636332Z python3 -m pip install boto3==1.19.12 2022-09-27T15:35:48.8636623Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T15:35:48.8648191Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:35:48.8648409Z env: 2022-09-27T15:35:48.8648588Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:48.8648778Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:35:48.8648972Z BRANCH: pull/85462 2022-09-27T15:35:48.8649161Z TEST_CONFIG: backwards_compat 2022-09-27T15:35:48.8649333Z SHARD_NUMBER: 1 2022-09-27T15:35:48.8649544Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-09-27T15:35:48.8649755Z PR_NUMBER: 85462 2022-09-27T15:35:48.8649928Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:35:48.8650141Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:35:48.8650399Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:35:48.8650579Z TAG: 2022-09-27T15:35:48.8650741Z WORKFLOW_ID: 3133193930 2022-09-27T15:35:48.8651052Z GITHUB_TOKEN: *** 2022-09-27T15:35:48.8651228Z GHA_WORKFLOW_JOB_ID: 8576162196 2022-09-27T15:35:48.8651414Z ##[endgroup] 2022-09-27T15:35:48.8676449Z + python3 -m pip install -r requirements.txt 2022-09-27T15:35:49.0788435Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:35:49.1053111Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T15:35:49.1079081Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T15:35:49.1087246Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T15:35:49.1097664Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.54.6) 2022-09-27T15:35:49.1461908Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-09-27T15:35:49.1471431Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T15:35:49.1549852Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-09-27T15:35:49.1557994Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T15:35:49.1776336Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T15:35:49.1943856Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T15:35:49.1952684Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-09-27T15:35:49.1958651Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T15:35:49.1968302Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-09-27T15:35:49.1989545Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-09-27T15:35:49.2019027Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-09-27T15:35:49.2264167Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-09-27T15:35:49.2275497Z Requirement already satisfied: exceptiongroup>=1.0.0rc8; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.0rc9) 2022-09-27T15:35:49.2292548Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-09-27T15:35:49.2313449Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T15:35:49.2322198Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-09-27T15:35:49.2473895Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-09-27T15:35:49.2485711Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-09-27T15:35:49.4053039Z + python3 -m pip install boto3==1.19.12 2022-09-27T15:35:49.6169507Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:35:49.6356800Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T15:35:49.6406209Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-09-27T15:35:49.6419192Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-09-27T15:35:49.6461161Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-09-27T15:35:49.6495801Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-09-27T15:35:49.6651225Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-09-27T15:35:49.6670293Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-09-27T15:35:49.9252598Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T15:35:50.2639940Z No tests in reports found in test 2022-09-27T15:35:50.3109817Z Prepare all required actions 2022-09-27T15:35:50.3129920Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T15:35:50.3130133Z with: 2022-09-27T15:35:50.3130274Z env: 2022-09-27T15:35:50.3130445Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:50.3130632Z ##[endgroup] 2022-09-27T15:35:50.3144916Z ##[group]Run set -eou pipefail 2022-09-27T15:35:50.3145135Z set -eou pipefail 2022-09-27T15:35:50.3145311Z  2022-09-27T15:35:50.3145530Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T15:35:50.3145776Z for _ in $(seq 1440); do 2022-09-27T15:35:50.3145994Z  # Break if no ssh session exists anymore 2022-09-27T15:35:50.3146198Z  if [ "$(who)" = "" ]; then 2022-09-27T15:35:50.3146377Z  break 2022-09-27T15:35:50.3146538Z  fi 2022-09-27T15:35:50.3146701Z  echo "." 2022-09-27T15:35:50.3146857Z  sleep 5 2022-09-27T15:35:50.3147051Z done 2022-09-27T15:35:50.3158266Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:35:50.3158491Z env: 2022-09-27T15:35:50.3158663Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:50.3158834Z ##[endgroup] 2022-09-27T15:35:50.3182818Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T15:35:50.3220830Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T15:35:50.3221143Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T15:35:50.3221397Z # shellcheck disable=SC2046 2022-09-27T15:35:50.3221608Z docker stop $(docker ps -q) || true 2022-09-27T15:35:50.3221835Z # Prune all of the docker images 2022-09-27T15:35:50.3222054Z docker system prune -af 2022-09-27T15:35:50.3232633Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:35:50.3232851Z env: 2022-09-27T15:35:50.3233027Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:35:50.3233206Z ##[endgroup] 2022-09-27T15:35:50.7399943Z 4bab6bf5ce38 2022-09-27T15:35:51.2486560Z Deleted Containers: 2022-09-27T15:35:51.2486857Z 4bab6bf5ce3884006009ff6f77357501503322caf7c963bc0e7f02ee48bfd179 2022-09-27T15:35:51.2487036Z 2022-09-27T15:35:53.7646265Z Deleted Images: 2022-09-27T15:35:53.7647162Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:35:53.7648079Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:aa31a48de2d62af84cacd725abaa1599e63c6bb3385fa6e176b6d91f90a39348 2022-09-27T15:35:53.7648643Z deleted: sha256:09cc5e0dbbe1120475828f67580c1e4ef0ac166558f7a9e82119c9daf09ed17b 2022-09-27T15:35:53.7648975Z deleted: sha256:4f4d0a1da9af50d9a8bd02155aaea8b254a8039b940db877e78a5b25776e1f97 2022-09-27T15:35:53.7649300Z deleted: sha256:40273608be9f35547c534c65183771d8d024a327b2f8231776e449a0c4be59e4 2022-09-27T15:35:53.7649613Z deleted: sha256:295b500c49641b27efb539c901bd567f2b8738ab1f67465c28c5209fef872936 2022-09-27T15:35:53.7650140Z deleted: sha256:aff7d79df966d7c1c7cf29b78408592957f0317054355d087aa59098aa32abda 2022-09-27T15:35:53.7650595Z deleted: sha256:0e0419c0016bdfbf589e8507dad2150575b0a84dd2b27be7703cfa05e2139c5b 2022-09-27T15:35:53.7651096Z deleted: sha256:0e1f7b9f93cf30ea54c8e6f1485a1a3fd9776d17cc90f1bfb5ce6b5b9185296e 2022-09-27T15:35:53.7651585Z deleted: sha256:d3deacfa23bfb0920ec3a625c1ee1963513159aaa5463910dd41bafa8e54de71 2022-09-27T15:35:53.7652105Z deleted: sha256:e66d036a902f9f1d15a19abacd7321bba3d8869b725e99b43a5d20fd6fdb01c9 2022-09-27T15:35:53.7652595Z deleted: sha256:c5e59df58f1aab354a2874070ad89a043c3178016eab17887ed9237f91887294 2022-09-27T15:35:53.7653064Z deleted: sha256:0d8f363a24f0b380db49f8fa69e9da0537d3a51ae051248dfd3563de574ca15d 2022-09-27T15:35:53.7653574Z deleted: sha256:55bb4ae9fce9854a9f8345d077cd37423d7b6f050034cadadbbf1974ff155061 2022-09-27T15:35:53.7654267Z deleted: sha256:124538c5717f1c1615e490bfd34cab23dc00516fbd43b4dbd0755e1a5119474b 2022-09-27T15:35:53.7654775Z deleted: sha256:98e71d41b4fb04ffa587728b6f070c0d922a9909fb272edae447c0ed732b17c6 2022-09-27T15:35:53.7655561Z deleted: sha256:dd100ce53375a22379598335be3a232a3eb20465df4376afdd481c3ab0a01666 2022-09-27T15:35:53.7656063Z deleted: sha256:06da69152df74c7a52462b8f1f7adf2d50e5f84ae02c20a48597f844e24832f4 2022-09-27T15:35:53.7656589Z deleted: sha256:7f90b14cc4e879de499e9c152c229852c1a71e1c6bb0216e21b433d34e401be0 2022-09-27T15:35:53.7657086Z deleted: sha256:2a332f12721f3199efd9441306d5d38a6f031cdfdf68beb90afb40116f7ac1ad 2022-09-27T15:35:53.7657633Z deleted: sha256:9c866de535edd7886f74437d3fbcafd6d58fe3322aa4af8606e46e720f022e9c 2022-09-27T15:35:53.7658196Z deleted: sha256:097a48bd86a6a3542f566d38833d93ded3bc082bdad7e4026debfbe895bb5105 2022-09-27T15:35:53.7658750Z deleted: sha256:a8b120c70115f75a61a81c96d1abef9e741618d32124b4994375a805a5941958 2022-09-27T15:35:53.7659304Z deleted: sha256:15a928b5307c0332ba50caffe867123de36c74475d7861b8cdf2dbfd58dd5320 2022-09-27T15:35:53.7659873Z deleted: sha256:eb93d3b8365b2da69ddeb34c24e5ba2fae6eb2fad4b6fadae3e298a9a0b26af2 2022-09-27T15:35:53.7660502Z deleted: sha256:e2ab13aa2f895ecf403ea9781db734f7b21a20aeb1478e32c5416f969604dc89 2022-09-27T15:35:53.7661044Z deleted: sha256:6faa89577c8237b30a828e6382086b71579a76333d2d79839246ed4c42daf433 2022-09-27T15:35:53.7661573Z deleted: sha256:94f3fc0358a54e1bab1cff99f032187d852d5a9e21539debb385d3e965e0f811 2022-09-27T15:35:53.7662118Z deleted: sha256:0890fc3c642cc4c11d7b3b400a3f6af80996973f0d1524071eb15cbdd5431266 2022-09-27T15:35:53.7662603Z deleted: sha256:ec7d767c32abaf566f084ffeb2d37bda985f13102952e21948f7b055ccccf7ab 2022-09-27T15:35:53.7663086Z deleted: sha256:2758607d82553d625e21563dec5e252097fd6804de79dd60b78d9452d8f0e384 2022-09-27T15:35:53.7663527Z deleted: sha256:1c30230d1bc09ce084c2c0d3c24c81e39a270b3359be353f188f13809b2e95ff 2022-09-27T15:35:53.7663971Z deleted: sha256:f66b31a4878493b2a4cf4b457a461d78c1275ce0b853312e14b5b205f5f54b12 2022-09-27T15:35:53.7664445Z deleted: sha256:c96b1aa08b8cdf00ede17699be953c554e540b97216fba81a59a101860c877c6 2022-09-27T15:35:53.7664923Z deleted: sha256:0853e57dc641a08006c8b8cd96caa8755d3981706b49748776bf6c7ee23abe6c 2022-09-27T15:35:53.7665396Z deleted: sha256:a88ebc418ab3040ebaafd029a4c80439225b1ce939f383ec70c503fff55528ee 2022-09-27T15:35:53.7665867Z deleted: sha256:5a86190b95485dba13fec16a89446426425223587ad649a56b4faf0f64305120 2022-09-27T15:35:53.7666310Z deleted: sha256:016eff1a025a65973028af96cf1fbe6c4b0e1c258e04e6a2dec976062924c0cf 2022-09-27T15:35:53.7666775Z deleted: sha256:3ce5ce7ae3df63641c9b8859e93e8f870c8bcfadc998c17b2169676be5e0812d 2022-09-27T15:35:53.7667222Z deleted: sha256:b161ee8936514898f92131df4d7de87314f3ed0639e31bbd2c3e83bdea170f16 2022-09-27T15:35:53.7667668Z deleted: sha256:e6a3a6ca01553128af3686d5bface6135e56f897e0f9ba754e9b924d446105e6 2022-09-27T15:35:53.7668132Z deleted: sha256:0cd4c1b082ed42bb2648c766b0746e3eb8771eafc8ce4130c649f3d29b634162 2022-09-27T15:35:53.7668576Z deleted: sha256:76a601a88697897790d443b0214d908f489395a5d4ea98726caf0a80a66ecd19 2022-09-27T15:35:53.7668999Z deleted: sha256:e9a0ce4d7b4ea637152093c92c0cbe039a7e810c4aa90c848f312c10262b974d 2022-09-27T15:35:53.7669466Z deleted: sha256:e4e7cd35b02c90bb1da4c482c1f10f82c7ef6daae84f9ceeac9815d19ce51dbd 2022-09-27T15:35:53.7669917Z deleted: sha256:8e15ae424f8839bb14c5629f1fec3c93cebec42642eabeabd208ca359a19db66 2022-09-27T15:35:53.7670383Z deleted: sha256:e43a9a37dcae4c22f906f9f4450ad78b70905cd289f7ad9f9d40d7c8b12d8f72 2022-09-27T15:35:53.7670809Z deleted: sha256:06bcf3094318f05722b94bc725806fc0d2367a7865af5b199f0567a72699f757 2022-09-27T15:35:53.7671227Z deleted: sha256:51f25a037328b3be1af44473dfa7a876a5355f74cef818b46bf003c33b1ec2c5 2022-09-27T15:35:53.7671661Z deleted: sha256:b17dd3db6bb4f4513025c933f6a63f1ed0921065fe34fd195c40c4acff4f696c 2022-09-27T15:35:53.7672079Z deleted: sha256:71ca3ec58848585b585c80e00986d5e8789e8169554706949b8a3d8dcdf72e3b 2022-09-27T15:35:53.7672490Z deleted: sha256:6f4b9ef5ee757f0395c054927ff65df65438bdf23c05109f7f3107fb94719eef 2022-09-27T15:35:53.7673071Z deleted: sha256:883eb0bcef572233ec6334ad982f16d8ba42bcffee0735ae8969fe257019481d 2022-09-27T15:35:53.7673599Z deleted: sha256:f0d75587c52d51e623884d33f223de82faa346a03a9e34271eaf6765e8995d2a 2022-09-27T15:35:53.7674036Z deleted: sha256:25ab06e14d5870622fe0c785fa28eedb95787ed7286d8c665289672a2e11334a 2022-09-27T15:35:53.7674486Z deleted: sha256:f9bb5b08ac5635a4a64adbfe88fe48bcb0ed9425ab68ecf412265012933639e6 2022-09-27T15:35:53.7674826Z deleted: sha256:aa9ab2200af3ee6cbe32d9703272a4a85de2def9b0c9a20bd09f3dca10f0e47d 2022-09-27T15:35:53.7675164Z deleted: sha256:30936d838a38cd0a0c2ddc832a2a17af9d84327e0f23cac0e773686bfed7e6e1 2022-09-27T15:35:53.7675500Z deleted: sha256:5c5425a2d9bb189d0f99b1c37511d370d599afca6b8b0d3348b3b2ace341ddaf 2022-09-27T15:35:53.7675842Z deleted: sha256:998fb9c2fa230ea5cc1f997926614d854d193df0b2129b2b12d7ede4e5d43f6e 2022-09-27T15:35:53.7676158Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-09-27T15:35:53.7676331Z 2022-09-27T15:35:53.7685579Z Total reclaimed space: 7.18GB 2022-09-27T15:35:53.7731251Z Post job cleanup. 2022-09-27T15:35:53.7759584Z Post job cleanup. 2022-09-27T15:35:53.8836489Z [command]/usr/bin/git version 2022-09-27T15:35:53.8875011Z git version 2.37.1 2022-09-27T15:35:53.8916386Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/9e00367c-3458-455a-95e8-89b9ed3da4e8' before making global git config changes 2022-09-27T15:35:53.8917137Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:35:53.8923603Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:35:53.8964280Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:35:53.8997958Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:35:53.9256678Z Entering 'android/libs/fbjni' 2022-09-27T15:35:53.9290918Z Entering 'third_party/FP16' 2022-09-27T15:35:53.9326884Z Entering 'third_party/FXdiv' 2022-09-27T15:35:53.9359472Z Entering 'third_party/NNPACK' 2022-09-27T15:35:53.9394944Z Entering 'third_party/QNNPACK' 2022-09-27T15:35:53.9428742Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:35:53.9463296Z Entering 'third_party/XNNPACK' 2022-09-27T15:35:53.9507624Z Entering 'third_party/benchmark' 2022-09-27T15:35:53.9542851Z Entering 'third_party/cpuinfo' 2022-09-27T15:35:53.9577030Z Entering 'third_party/cub' 2022-09-27T15:35:53.9610501Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:35:53.9648997Z Entering 'third_party/cutlass' 2022-09-27T15:35:53.9689488Z Entering 'third_party/eigen' 2022-09-27T15:35:53.9725044Z Entering 'third_party/fbgemm' 2022-09-27T15:35:53.9759177Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:35:53.9794607Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:35:53.9827459Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:35:53.9861488Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:35:53.9896654Z Entering 'third_party/flatbuffers' 2022-09-27T15:35:53.9932579Z Entering 'third_party/fmt' 2022-09-27T15:35:53.9967893Z Entering 'third_party/foxi' 2022-09-27T15:35:54.0001772Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:35:54.0036958Z Entering 'third_party/gloo' 2022-09-27T15:35:54.0071306Z Entering 'third_party/googletest' 2022-09-27T15:35:54.0107099Z Entering 'third_party/ideep' 2022-09-27T15:35:54.0140748Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:35:54.0176370Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:35:54.0216273Z Entering 'third_party/ios-cmake' 2022-09-27T15:35:54.0251088Z Entering 'third_party/ittapi' 2022-09-27T15:35:54.0284743Z Entering 'third_party/kineto' 2022-09-27T15:35:54.0318168Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:35:54.0351654Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:35:54.0387223Z Entering 'third_party/nccl/nccl' 2022-09-27T15:35:54.0421901Z Entering 'third_party/neon2sse' 2022-09-27T15:35:54.0455923Z Entering 'third_party/nlohmann' 2022-09-27T15:35:54.0490747Z Entering 'third_party/onnx' 2022-09-27T15:35:54.0537143Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:35:54.0570928Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:35:54.0607499Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:35:54.0640850Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:35:54.0678718Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:35:54.0713269Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:35:54.0746321Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:35:54.0785323Z Entering 'third_party/pocketfft' 2022-09-27T15:35:54.0818277Z Entering 'third_party/protobuf' 2022-09-27T15:35:54.0857054Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:35:54.0889513Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:35:54.0924526Z Entering 'third_party/psimd' 2022-09-27T15:35:54.0958421Z Entering 'third_party/pthreadpool' 2022-09-27T15:35:54.0991430Z Entering 'third_party/pybind11' 2022-09-27T15:35:54.1026265Z Entering 'third_party/python-enum' 2022-09-27T15:35:54.1059599Z Entering 'third_party/python-peachpy' 2022-09-27T15:35:54.1093347Z Entering 'third_party/python-six' 2022-09-27T15:35:54.1127452Z Entering 'third_party/sleef' 2022-09-27T15:35:54.1162091Z Entering 'third_party/tbb' 2022-09-27T15:35:54.1197768Z Entering 'third_party/tensorpipe' 2022-09-27T15:35:54.1231322Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:35:54.1265514Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:35:54.1298921Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:35:54.1332031Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:35:54.1365516Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:35:54.1402517Z Entering 'third_party/zstd' 2022-09-27T15:35:54.1453428Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:35:54.1480381Z http.https://github.com/.extraheader 2022-09-27T15:35:54.1488533Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T15:35:54.1522217Z [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-09-27T15:35:54.1776973Z Entering 'android/libs/fbjni' 2022-09-27T15:35:54.1797135Z http.https://github.com/.extraheader 2022-09-27T15:35:54.1824072Z Entering 'third_party/FP16' 2022-09-27T15:35:54.1844194Z http.https://github.com/.extraheader 2022-09-27T15:35:54.1870124Z Entering 'third_party/FXdiv' 2022-09-27T15:35:54.1890171Z http.https://github.com/.extraheader 2022-09-27T15:35:54.1916672Z Entering 'third_party/NNPACK' 2022-09-27T15:35:54.1938015Z http.https://github.com/.extraheader 2022-09-27T15:35:54.1963804Z Entering 'third_party/QNNPACK' 2022-09-27T15:35:54.1984593Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2011317Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:35:54.2032387Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2059362Z Entering 'third_party/XNNPACK' 2022-09-27T15:35:54.2079177Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2115126Z Entering 'third_party/benchmark' 2022-09-27T15:35:54.2135184Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2160474Z Entering 'third_party/cpuinfo' 2022-09-27T15:35:54.2181515Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2208262Z Entering 'third_party/cub' 2022-09-27T15:35:54.2227837Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2254659Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:35:54.2274996Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2307268Z Entering 'third_party/cutlass' 2022-09-27T15:35:54.2327665Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2360936Z Entering 'third_party/eigen' 2022-09-27T15:35:54.2380876Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2409094Z Entering 'third_party/fbgemm' 2022-09-27T15:35:54.2429497Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2455787Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:35:54.2476402Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2503217Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:35:54.2522636Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2549967Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:35:54.2570360Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2600794Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:35:54.2620570Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2648600Z Entering 'third_party/flatbuffers' 2022-09-27T15:35:54.2669766Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2697974Z Entering 'third_party/fmt' 2022-09-27T15:35:54.2718229Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2744990Z Entering 'third_party/foxi' 2022-09-27T15:35:54.2764346Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2790815Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:35:54.2811473Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2838196Z Entering 'third_party/gloo' 2022-09-27T15:35:54.2858509Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2885227Z Entering 'third_party/googletest' 2022-09-27T15:35:54.2905833Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2932721Z Entering 'third_party/ideep' 2022-09-27T15:35:54.2952637Z http.https://github.com/.extraheader 2022-09-27T15:35:54.2978771Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:35:54.2998412Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3027677Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:35:54.3047144Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3080878Z Entering 'third_party/ios-cmake' 2022-09-27T15:35:54.3101373Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3128527Z Entering 'third_party/ittapi' 2022-09-27T15:35:54.3149865Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3176949Z Entering 'third_party/kineto' 2022-09-27T15:35:54.3196944Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3224407Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:35:54.3243901Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3270799Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:35:54.3290390Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3318453Z Entering 'third_party/nccl/nccl' 2022-09-27T15:35:54.3338524Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3365490Z Entering 'third_party/neon2sse' 2022-09-27T15:35:54.3385415Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3411390Z Entering 'third_party/nlohmann' 2022-09-27T15:35:54.3432095Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3459580Z Entering 'third_party/onnx' 2022-09-27T15:35:54.3480328Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3519120Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:35:54.3539643Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3566076Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:35:54.3586198Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3614457Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:35:54.3635458Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3662380Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:35:54.3682165Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3713552Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:35:54.3734018Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3763932Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:35:54.3783969Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3810945Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:35:54.3832561Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3864834Z Entering 'third_party/pocketfft' 2022-09-27T15:35:54.3884977Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3913111Z Entering 'third_party/protobuf' 2022-09-27T15:35:54.3933539Z http.https://github.com/.extraheader 2022-09-27T15:35:54.3964267Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:35:54.3984732Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4011712Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:35:54.4031319Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4060433Z Entering 'third_party/psimd' 2022-09-27T15:35:54.4080309Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4107343Z Entering 'third_party/pthreadpool' 2022-09-27T15:35:54.4127824Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4154502Z Entering 'third_party/pybind11' 2022-09-27T15:35:54.4176025Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4202956Z Entering 'third_party/python-enum' 2022-09-27T15:35:54.4222689Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4249179Z Entering 'third_party/python-peachpy' 2022-09-27T15:35:54.4268914Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4294998Z Entering 'third_party/python-six' 2022-09-27T15:35:54.4315088Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4341820Z Entering 'third_party/sleef' 2022-09-27T15:35:54.4363033Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4389207Z Entering 'third_party/tbb' 2022-09-27T15:35:54.4408819Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4437271Z Entering 'third_party/tensorpipe' 2022-09-27T15:35:54.4457495Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4483748Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:35:54.4502585Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4529003Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:35:54.4547913Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4573796Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:35:54.4592774Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4619514Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:35:54.4638852Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4665137Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:35:54.4685006Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4713534Z Entering 'third_party/zstd' 2022-09-27T15:35:54.4733955Z http.https://github.com/.extraheader 2022-09-27T15:35:54.4964020Z Cleaning up orphan processes